yc-pro-components 0.0.19 → 0.0.21
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 +45 -45
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +17 -17
- 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/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/index.mjs +3 -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 +452 -452
- package/es/components/page/src/index.vue.d.ts +154 -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 +154 -154
- package/es/components/search/src/index.vue.d.ts +50 -50
- 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/index.d.ts +5 -1
- package/es/components/yc-plus-page/index.mjs +5 -1
- package/es/components/yc-plus-page/src/constants.d.ts +22 -0
- package/es/components/yc-plus-page/src/constants.mjs +41 -0
- package/es/components/yc-plus-page/src/header-filter-cell.vue.d.ts +85 -0
- package/es/components/yc-plus-page/src/header-filter-cell.vue.mjs +6 -0
- package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +354 -0
- package/es/components/yc-plus-page/src/index.vue.d.ts +681 -377
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +126 -8
- package/es/components/yc-plus-page/src/type.d.ts +112 -0
- package/es/components/yc-plus-page/src/use-header-filter.d.ts +55 -0
- package/es/components/yc-plus-page/src/use-header-filter.mjs +172 -0
- 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/directive.d.ts +0 -4
- package/es/components/yc-select-v2/src/directive.mjs +70 -17
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-select-v2/src/index.vue2.mjs +18 -6
- 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 +3 -1
- package/es/index.mjs +3 -1
- package/index.css +24 -6
- package/index.js +931 -183
- package/index.min.css +3 -1
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +926 -184
- 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 +45 -45
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +17 -17
- 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/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/index.js +8 -0
- 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 +452 -452
- package/lib/components/page/src/index.vue.d.ts +154 -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 +154 -154
- package/lib/components/search/src/index.vue.d.ts +50 -50
- 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/index.d.ts +5 -1
- package/lib/components/yc-plus-page/index.js +10 -0
- package/lib/components/yc-plus-page/src/constants.d.ts +22 -0
- package/lib/components/yc-plus-page/src/constants.js +46 -0
- package/lib/components/yc-plus-page/src/header-filter-cell.vue.d.ts +85 -0
- package/lib/components/yc-plus-page/src/header-filter-cell.vue.js +10 -0
- package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +358 -0
- package/lib/components/yc-plus-page/src/index.vue.d.ts +681 -377
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +125 -7
- package/lib/components/yc-plus-page/src/type.d.ts +112 -0
- package/lib/components/yc-plus-page/src/use-header-filter.d.ts +55 -0
- package/lib/components/yc-plus-page/src/use-header-filter.js +174 -0
- 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/directive.d.ts +0 -4
- package/lib/components/yc-select-v2/src/directive.js +70 -17
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-select-v2/src/index.vue2.js +17 -5
- 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 +3 -1
- package/lib/index.js +8 -0
- 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
|
@@ -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,8 @@ export declare const PlusPage: {
|
|
|
121
121
|
$: ComponentInternalInstance;
|
|
122
122
|
$data: {};
|
|
123
123
|
$props: Partial<{
|
|
124
|
-
modelValue: FieldValues;
|
|
125
124
|
columns: PlusColumn[];
|
|
125
|
+
modelValue: FieldValues;
|
|
126
126
|
labelPosition: "top" | "right" | "left";
|
|
127
127
|
inline: boolean;
|
|
128
128
|
showNumber: number;
|
|
@@ -148,8 +148,8 @@ export declare const PlusPage: {
|
|
|
148
148
|
searchIcon: Component | null;
|
|
149
149
|
resetIcon: Component | null;
|
|
150
150
|
}> & Omit<{
|
|
151
|
-
readonly modelValue: FieldValues;
|
|
152
151
|
readonly columns: PlusColumn[];
|
|
152
|
+
readonly modelValue: FieldValues;
|
|
153
153
|
readonly inline: boolean;
|
|
154
154
|
readonly showNumber: number;
|
|
155
155
|
readonly defaultValues: FieldValues;
|
|
@@ -174,20 +174,20 @@ export declare const PlusPage: {
|
|
|
174
174
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
175
175
|
readonly searchIcon?: Component | null | undefined;
|
|
176
176
|
readonly resetIcon?: Component | null | undefined;
|
|
177
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
178
177
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
179
178
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
179
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
180
180
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
181
181
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
182
182
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
183
|
-
modelValue: {
|
|
184
|
-
type: PropType<FieldValues>;
|
|
185
|
-
default: () => {};
|
|
186
|
-
};
|
|
187
183
|
columns: {
|
|
188
184
|
type: PropType< PlusColumn[]>;
|
|
189
185
|
default: () => never[];
|
|
190
186
|
};
|
|
187
|
+
modelValue: {
|
|
188
|
+
type: PropType<FieldValues>;
|
|
189
|
+
default: () => {};
|
|
190
|
+
};
|
|
191
191
|
labelPosition: {
|
|
192
192
|
type: PropType<"top" | "right" | "left">;
|
|
193
193
|
default: undefined;
|
|
@@ -275,12 +275,12 @@ export declare const PlusPage: {
|
|
|
275
275
|
default: undefined;
|
|
276
276
|
};
|
|
277
277
|
}>> & {
|
|
278
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
279
278
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
280
279
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
280
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
281
281
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
282
282
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
283
|
-
}, "
|
|
283
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
284
284
|
$attrs: {
|
|
285
285
|
[x: string]: unknown;
|
|
286
286
|
};
|
|
@@ -292,17 +292,17 @@ export declare const PlusPage: {
|
|
|
292
292
|
}>;
|
|
293
293
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
294
294
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
295
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
295
|
+
$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
296
|
$el: any;
|
|
297
297
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
298
|
-
modelValue: {
|
|
299
|
-
type: PropType<FieldValues>;
|
|
300
|
-
default: () => {};
|
|
301
|
-
};
|
|
302
298
|
columns: {
|
|
303
299
|
type: PropType< PlusColumn[]>;
|
|
304
300
|
default: () => never[];
|
|
305
301
|
};
|
|
302
|
+
modelValue: {
|
|
303
|
+
type: PropType<FieldValues>;
|
|
304
|
+
default: () => {};
|
|
305
|
+
};
|
|
306
306
|
labelPosition: {
|
|
307
307
|
type: PropType<"top" | "right" | "left">;
|
|
308
308
|
default: undefined;
|
|
@@ -390,9 +390,9 @@ export declare const PlusPage: {
|
|
|
390
390
|
default: undefined;
|
|
391
391
|
};
|
|
392
392
|
}>> & {
|
|
393
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
394
393
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
395
394
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
395
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
396
396
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
397
397
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
398
398
|
}, {
|
|
@@ -400,11 +400,11 @@ export declare const PlusPage: {
|
|
|
400
400
|
$: ComponentInternalInstance;
|
|
401
401
|
$data: {};
|
|
402
402
|
$props: Partial<{
|
|
403
|
-
modelValue: FieldValues;
|
|
404
403
|
collapseDuration: number;
|
|
405
404
|
collapseTransition: boolean;
|
|
406
405
|
columns: PlusColumn[];
|
|
407
406
|
group: false | PlusFormGroupRow[];
|
|
407
|
+
modelValue: FieldValues;
|
|
408
408
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
409
409
|
labelPosition: "top" | "right" | "left";
|
|
410
410
|
labelWidth: string | number;
|
|
@@ -425,7 +425,7 @@ export declare const PlusPage: {
|
|
|
425
425
|
submitText: string;
|
|
426
426
|
resetText: string;
|
|
427
427
|
submitLoading: boolean;
|
|
428
|
-
footerAlign: "
|
|
428
|
+
footerAlign: "right" | "left" | "center";
|
|
429
429
|
cardProps: Partial< Mutable<CardProps> & {
|
|
430
430
|
style?: CSSProperties | undefined;
|
|
431
431
|
class?: any;
|
|
@@ -433,9 +433,9 @@ export declare const PlusPage: {
|
|
|
433
433
|
prevent: boolean;
|
|
434
434
|
clearable: boolean;
|
|
435
435
|
}> & Omit<{
|
|
436
|
-
readonly modelValue: FieldValues;
|
|
437
436
|
readonly columns: PlusColumn[];
|
|
438
437
|
readonly group: false | PlusFormGroupRow[];
|
|
438
|
+
readonly modelValue: FieldValues;
|
|
439
439
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
440
440
|
readonly labelPosition: "top" | "right" | "left";
|
|
441
441
|
readonly labelWidth: string | number;
|
|
@@ -456,7 +456,7 @@ export declare const PlusPage: {
|
|
|
456
456
|
readonly submitText: string;
|
|
457
457
|
readonly resetText: string;
|
|
458
458
|
readonly submitLoading: boolean;
|
|
459
|
-
readonly footerAlign: "
|
|
459
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
460
460
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
461
461
|
style?: CSSProperties | undefined;
|
|
462
462
|
class?: any;
|
|
@@ -465,17 +465,13 @@ export declare const PlusPage: {
|
|
|
465
465
|
readonly clearable: boolean;
|
|
466
466
|
readonly collapseDuration?: number | undefined;
|
|
467
467
|
readonly collapseTransition?: boolean | undefined;
|
|
468
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
469
468
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
470
469
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
471
470
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
471
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
472
472
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
473
473
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
474
474
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
475
|
-
modelValue: {
|
|
476
|
-
type: PropType<FieldValues>;
|
|
477
|
-
default: () => {};
|
|
478
|
-
};
|
|
479
475
|
collapseDuration: {
|
|
480
476
|
type: PropType<number>;
|
|
481
477
|
default: undefined;
|
|
@@ -492,6 +488,10 @@ export declare const PlusPage: {
|
|
|
492
488
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
493
489
|
default: boolean;
|
|
494
490
|
};
|
|
491
|
+
modelValue: {
|
|
492
|
+
type: PropType<FieldValues>;
|
|
493
|
+
default: () => {};
|
|
494
|
+
};
|
|
495
495
|
rules: {
|
|
496
496
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
497
497
|
default: () => {};
|
|
@@ -555,7 +555,7 @@ export declare const PlusPage: {
|
|
|
555
555
|
default: boolean;
|
|
556
556
|
};
|
|
557
557
|
footerAlign: {
|
|
558
|
-
type: PropType<"
|
|
558
|
+
type: PropType<"right" | "left" | "center">;
|
|
559
559
|
default: string;
|
|
560
560
|
};
|
|
561
561
|
cardProps: {
|
|
@@ -574,13 +574,13 @@ export declare const PlusPage: {
|
|
|
574
574
|
default: boolean;
|
|
575
575
|
};
|
|
576
576
|
}>> & {
|
|
577
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
578
577
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
579
578
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
580
579
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
580
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
581
581
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
582
582
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
583
|
-
}, "
|
|
583
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
584
584
|
$attrs: {
|
|
585
585
|
[x: string]: unknown;
|
|
586
586
|
};
|
|
@@ -592,13 +592,9 @@ export declare const PlusPage: {
|
|
|
592
592
|
}>;
|
|
593
593
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
594
594
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
595
|
-
$emit: ((event: "
|
|
595
|
+
$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
596
|
$el: any;
|
|
597
597
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
598
|
-
modelValue: {
|
|
599
|
-
type: PropType<FieldValues>;
|
|
600
|
-
default: () => {};
|
|
601
|
-
};
|
|
602
598
|
collapseDuration: {
|
|
603
599
|
type: PropType<number>;
|
|
604
600
|
default: undefined;
|
|
@@ -615,6 +611,10 @@ export declare const PlusPage: {
|
|
|
615
611
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
616
612
|
default: boolean;
|
|
617
613
|
};
|
|
614
|
+
modelValue: {
|
|
615
|
+
type: PropType<FieldValues>;
|
|
616
|
+
default: () => {};
|
|
617
|
+
};
|
|
618
618
|
rules: {
|
|
619
619
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
620
620
|
default: () => {};
|
|
@@ -678,7 +678,7 @@ export declare const PlusPage: {
|
|
|
678
678
|
default: boolean;
|
|
679
679
|
};
|
|
680
680
|
footerAlign: {
|
|
681
|
-
type: PropType<"
|
|
681
|
+
type: PropType<"right" | "left" | "center">;
|
|
682
682
|
default: string;
|
|
683
683
|
};
|
|
684
684
|
cardProps: {
|
|
@@ -697,10 +697,10 @@ export declare const PlusPage: {
|
|
|
697
697
|
default: boolean;
|
|
698
698
|
};
|
|
699
699
|
}>> & {
|
|
700
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
701
700
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
702
701
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
703
702
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
703
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
704
704
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
705
705
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
706
706
|
}, {
|
|
@@ -996,11 +996,11 @@ export declare const PlusPage: {
|
|
|
996
996
|
submitError: (errors: unknown) => void;
|
|
997
997
|
validate: (...args: any[]) => void;
|
|
998
998
|
}, string, {
|
|
999
|
-
modelValue: FieldValues;
|
|
1000
999
|
collapseDuration: number;
|
|
1001
1000
|
collapseTransition: boolean;
|
|
1002
1001
|
columns: PlusColumn[];
|
|
1003
1002
|
group: false | PlusFormGroupRow[];
|
|
1003
|
+
modelValue: FieldValues;
|
|
1004
1004
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1005
1005
|
labelPosition: "top" | "right" | "left";
|
|
1006
1006
|
labelWidth: string | number;
|
|
@@ -1021,7 +1021,7 @@ export declare const PlusPage: {
|
|
|
1021
1021
|
submitText: string;
|
|
1022
1022
|
resetText: string;
|
|
1023
1023
|
submitLoading: boolean;
|
|
1024
|
-
footerAlign: "
|
|
1024
|
+
footerAlign: "right" | "left" | "center";
|
|
1025
1025
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1026
1026
|
style?: CSSProperties | undefined;
|
|
1027
1027
|
class?: any;
|
|
@@ -1049,10 +1049,6 @@ export declare const PlusPage: {
|
|
|
1049
1049
|
$nextTick: nextTick;
|
|
1050
1050
|
$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
1051
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1052
|
-
modelValue: {
|
|
1053
|
-
type: PropType<FieldValues>;
|
|
1054
|
-
default: () => {};
|
|
1055
|
-
};
|
|
1056
1052
|
collapseDuration: {
|
|
1057
1053
|
type: PropType<number>;
|
|
1058
1054
|
default: undefined;
|
|
@@ -1069,6 +1065,10 @@ export declare const PlusPage: {
|
|
|
1069
1065
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1070
1066
|
default: boolean;
|
|
1071
1067
|
};
|
|
1068
|
+
modelValue: {
|
|
1069
|
+
type: PropType<FieldValues>;
|
|
1070
|
+
default: () => {};
|
|
1071
|
+
};
|
|
1072
1072
|
rules: {
|
|
1073
1073
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1074
1074
|
default: () => {};
|
|
@@ -1132,7 +1132,7 @@ export declare const PlusPage: {
|
|
|
1132
1132
|
default: boolean;
|
|
1133
1133
|
};
|
|
1134
1134
|
footerAlign: {
|
|
1135
|
-
type: PropType<"
|
|
1135
|
+
type: PropType<"right" | "left" | "center">;
|
|
1136
1136
|
default: string;
|
|
1137
1137
|
};
|
|
1138
1138
|
cardProps: {
|
|
@@ -1151,10 +1151,10 @@ export declare const PlusPage: {
|
|
|
1151
1151
|
default: boolean;
|
|
1152
1152
|
};
|
|
1153
1153
|
}>> & {
|
|
1154
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1155
1154
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1156
1155
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1157
1156
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1157
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1158
1158
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1159
1159
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1160
1160
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1455,14 +1455,14 @@ export declare const PlusPage: {
|
|
|
1455
1455
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1456
1456
|
columns?: PlusColumn[] | undefined;
|
|
1457
1457
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1458
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1458
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1459
1459
|
readonly label: string | ComputedRef<string>;
|
|
1460
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1460
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1461
1461
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1462
|
-
readonly tooltip: string |
|
|
1462
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1463
1463
|
style?: CSSProperties | undefined;
|
|
1464
1464
|
class?: any;
|
|
1465
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1465
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1466
1466
|
style?: CSSProperties | undefined;
|
|
1467
1467
|
class?: any;
|
|
1468
1468
|
} & RecordType>>;
|
|
@@ -1529,12 +1529,12 @@ export declare const PlusPage: {
|
|
|
1529
1529
|
fieldInstance?: any;
|
|
1530
1530
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1531
1531
|
prop: string;
|
|
1532
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1532
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1533
1533
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1534
|
-
tooltip: string |
|
|
1534
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1535
1535
|
style?: CSSProperties | undefined;
|
|
1536
1536
|
class?: any;
|
|
1537
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1537
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1538
1538
|
style?: CSSProperties | undefined;
|
|
1539
1539
|
class?: any;
|
|
1540
1540
|
} & RecordType>>;
|
|
@@ -1563,14 +1563,14 @@ export declare const PlusPage: {
|
|
|
1563
1563
|
clearable: boolean;
|
|
1564
1564
|
index: number;
|
|
1565
1565
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1566
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1566
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1567
1567
|
readonly label: string | ComputedRef<string>;
|
|
1568
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1568
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1569
1569
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1570
|
-
readonly tooltip: string |
|
|
1570
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1571
1571
|
style?: CSSProperties | undefined;
|
|
1572
1572
|
class?: any;
|
|
1573
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1573
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1574
1574
|
style?: CSSProperties | undefined;
|
|
1575
1575
|
class?: any;
|
|
1576
1576
|
} & RecordType>>;
|
|
@@ -1637,12 +1637,12 @@ export declare const PlusPage: {
|
|
|
1637
1637
|
fieldInstance?: any;
|
|
1638
1638
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1639
1639
|
prop: string;
|
|
1640
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1640
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1641
1641
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1642
|
-
tooltip: string |
|
|
1642
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1643
1643
|
style?: CSSProperties | undefined;
|
|
1644
1644
|
class?: any;
|
|
1645
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1645
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1646
1646
|
style?: CSSProperties | undefined;
|
|
1647
1647
|
class?: any;
|
|
1648
1648
|
} & RecordType>>;
|
|
@@ -1694,8 +1694,8 @@ export declare const PlusPage: {
|
|
|
1694
1694
|
reset: (values: FieldValues) => void;
|
|
1695
1695
|
collapse: (isShowUnfold: boolean) => void;
|
|
1696
1696
|
}, string, {
|
|
1697
|
-
modelValue: FieldValues;
|
|
1698
1697
|
columns: PlusColumn[];
|
|
1698
|
+
modelValue: FieldValues;
|
|
1699
1699
|
labelPosition: "top" | "right" | "left";
|
|
1700
1700
|
inline: boolean;
|
|
1701
1701
|
showNumber: number;
|
|
@@ -1741,14 +1741,14 @@ export declare const PlusPage: {
|
|
|
1741
1741
|
$nextTick: nextTick;
|
|
1742
1742
|
$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
1743
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1744
|
-
modelValue: {
|
|
1745
|
-
type: PropType<FieldValues>;
|
|
1746
|
-
default: () => {};
|
|
1747
|
-
};
|
|
1748
1744
|
columns: {
|
|
1749
1745
|
type: PropType< PlusColumn[]>;
|
|
1750
1746
|
default: () => never[];
|
|
1751
1747
|
};
|
|
1748
|
+
modelValue: {
|
|
1749
|
+
type: PropType<FieldValues>;
|
|
1750
|
+
default: () => {};
|
|
1751
|
+
};
|
|
1752
1752
|
labelPosition: {
|
|
1753
1753
|
type: PropType<"top" | "right" | "left">;
|
|
1754
1754
|
default: undefined;
|
|
@@ -1836,9 +1836,9 @@ export declare const PlusPage: {
|
|
|
1836
1836
|
default: undefined;
|
|
1837
1837
|
};
|
|
1838
1838
|
}>> & {
|
|
1839
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1840
1839
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1841
1840
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1841
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1842
1842
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1843
1843
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1844
1844
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -1846,11 +1846,11 @@ export declare const PlusPage: {
|
|
|
1846
1846
|
$: ComponentInternalInstance;
|
|
1847
1847
|
$data: {};
|
|
1848
1848
|
$props: Partial<{
|
|
1849
|
-
modelValue: FieldValues;
|
|
1850
1849
|
collapseDuration: number;
|
|
1851
1850
|
collapseTransition: boolean;
|
|
1852
1851
|
columns: PlusColumn[];
|
|
1853
1852
|
group: false | PlusFormGroupRow[];
|
|
1853
|
+
modelValue: FieldValues;
|
|
1854
1854
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1855
1855
|
labelPosition: "top" | "right" | "left";
|
|
1856
1856
|
labelWidth: string | number;
|
|
@@ -1871,7 +1871,7 @@ export declare const PlusPage: {
|
|
|
1871
1871
|
submitText: string;
|
|
1872
1872
|
resetText: string;
|
|
1873
1873
|
submitLoading: boolean;
|
|
1874
|
-
footerAlign: "
|
|
1874
|
+
footerAlign: "right" | "left" | "center";
|
|
1875
1875
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1876
1876
|
style?: CSSProperties | undefined;
|
|
1877
1877
|
class?: any;
|
|
@@ -1879,9 +1879,9 @@ export declare const PlusPage: {
|
|
|
1879
1879
|
prevent: boolean;
|
|
1880
1880
|
clearable: boolean;
|
|
1881
1881
|
}> & Omit<{
|
|
1882
|
-
readonly modelValue: FieldValues;
|
|
1883
1882
|
readonly columns: PlusColumn[];
|
|
1884
1883
|
readonly group: false | PlusFormGroupRow[];
|
|
1884
|
+
readonly modelValue: FieldValues;
|
|
1885
1885
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1886
1886
|
readonly labelPosition: "top" | "right" | "left";
|
|
1887
1887
|
readonly labelWidth: string | number;
|
|
@@ -1902,7 +1902,7 @@ export declare const PlusPage: {
|
|
|
1902
1902
|
readonly submitText: string;
|
|
1903
1903
|
readonly resetText: string;
|
|
1904
1904
|
readonly submitLoading: boolean;
|
|
1905
|
-
readonly footerAlign: "
|
|
1905
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
1906
1906
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1907
1907
|
style?: CSSProperties | undefined;
|
|
1908
1908
|
class?: any;
|
|
@@ -1911,17 +1911,13 @@ export declare const PlusPage: {
|
|
|
1911
1911
|
readonly clearable: boolean;
|
|
1912
1912
|
readonly collapseDuration?: number | undefined;
|
|
1913
1913
|
readonly collapseTransition?: boolean | undefined;
|
|
1914
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1915
1914
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1916
1915
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1917
1916
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1917
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1918
1918
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1919
1919
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1920
1920
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1921
|
-
modelValue: {
|
|
1922
|
-
type: PropType<FieldValues>;
|
|
1923
|
-
default: () => {};
|
|
1924
|
-
};
|
|
1925
1921
|
collapseDuration: {
|
|
1926
1922
|
type: PropType<number>;
|
|
1927
1923
|
default: undefined;
|
|
@@ -1938,6 +1934,10 @@ export declare const PlusPage: {
|
|
|
1938
1934
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1939
1935
|
default: boolean;
|
|
1940
1936
|
};
|
|
1937
|
+
modelValue: {
|
|
1938
|
+
type: PropType<FieldValues>;
|
|
1939
|
+
default: () => {};
|
|
1940
|
+
};
|
|
1941
1941
|
rules: {
|
|
1942
1942
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1943
1943
|
default: () => {};
|
|
@@ -2001,7 +2001,7 @@ export declare const PlusPage: {
|
|
|
2001
2001
|
default: boolean;
|
|
2002
2002
|
};
|
|
2003
2003
|
footerAlign: {
|
|
2004
|
-
type: PropType<"
|
|
2004
|
+
type: PropType<"right" | "left" | "center">;
|
|
2005
2005
|
default: string;
|
|
2006
2006
|
};
|
|
2007
2007
|
cardProps: {
|
|
@@ -2020,13 +2020,13 @@ export declare const PlusPage: {
|
|
|
2020
2020
|
default: boolean;
|
|
2021
2021
|
};
|
|
2022
2022
|
}>> & {
|
|
2023
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2024
2023
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2025
2024
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2026
2025
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2026
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2027
2027
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2028
2028
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2029
|
-
}, "
|
|
2029
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2030
2030
|
$attrs: {
|
|
2031
2031
|
[x: string]: unknown;
|
|
2032
2032
|
};
|
|
@@ -2038,13 +2038,9 @@ export declare const PlusPage: {
|
|
|
2038
2038
|
}>;
|
|
2039
2039
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2040
2040
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2041
|
-
$emit: ((event: "
|
|
2041
|
+
$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
2042
|
$el: any;
|
|
2043
2043
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2044
|
-
modelValue: {
|
|
2045
|
-
type: PropType<FieldValues>;
|
|
2046
|
-
default: () => {};
|
|
2047
|
-
};
|
|
2048
2044
|
collapseDuration: {
|
|
2049
2045
|
type: PropType<number>;
|
|
2050
2046
|
default: undefined;
|
|
@@ -2061,6 +2057,10 @@ export declare const PlusPage: {
|
|
|
2061
2057
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2062
2058
|
default: boolean;
|
|
2063
2059
|
};
|
|
2060
|
+
modelValue: {
|
|
2061
|
+
type: PropType<FieldValues>;
|
|
2062
|
+
default: () => {};
|
|
2063
|
+
};
|
|
2064
2064
|
rules: {
|
|
2065
2065
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2066
2066
|
default: () => {};
|
|
@@ -2124,7 +2124,7 @@ export declare const PlusPage: {
|
|
|
2124
2124
|
default: boolean;
|
|
2125
2125
|
};
|
|
2126
2126
|
footerAlign: {
|
|
2127
|
-
type: PropType<"
|
|
2127
|
+
type: PropType<"right" | "left" | "center">;
|
|
2128
2128
|
default: string;
|
|
2129
2129
|
};
|
|
2130
2130
|
cardProps: {
|
|
@@ -2143,10 +2143,10 @@ export declare const PlusPage: {
|
|
|
2143
2143
|
default: boolean;
|
|
2144
2144
|
};
|
|
2145
2145
|
}>> & {
|
|
2146
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2147
2146
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2148
2147
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2149
2148
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2149
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2150
2150
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2151
2151
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2152
2152
|
}, {
|
|
@@ -2442,11 +2442,11 @@ export declare const PlusPage: {
|
|
|
2442
2442
|
submitError: (errors: unknown) => void;
|
|
2443
2443
|
validate: (...args: any[]) => void;
|
|
2444
2444
|
}, string, {
|
|
2445
|
-
modelValue: FieldValues;
|
|
2446
2445
|
collapseDuration: number;
|
|
2447
2446
|
collapseTransition: boolean;
|
|
2448
2447
|
columns: PlusColumn[];
|
|
2449
2448
|
group: false | PlusFormGroupRow[];
|
|
2449
|
+
modelValue: FieldValues;
|
|
2450
2450
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2451
2451
|
labelPosition: "top" | "right" | "left";
|
|
2452
2452
|
labelWidth: string | number;
|
|
@@ -2467,7 +2467,7 @@ export declare const PlusPage: {
|
|
|
2467
2467
|
submitText: string;
|
|
2468
2468
|
resetText: string;
|
|
2469
2469
|
submitLoading: boolean;
|
|
2470
|
-
footerAlign: "
|
|
2470
|
+
footerAlign: "right" | "left" | "center";
|
|
2471
2471
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2472
2472
|
style?: CSSProperties | undefined;
|
|
2473
2473
|
class?: any;
|
|
@@ -2495,10 +2495,6 @@ export declare const PlusPage: {
|
|
|
2495
2495
|
$nextTick: nextTick;
|
|
2496
2496
|
$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
2497
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2498
|
-
modelValue: {
|
|
2499
|
-
type: PropType<FieldValues>;
|
|
2500
|
-
default: () => {};
|
|
2501
|
-
};
|
|
2502
2498
|
collapseDuration: {
|
|
2503
2499
|
type: PropType<number>;
|
|
2504
2500
|
default: undefined;
|
|
@@ -2515,6 +2511,10 @@ export declare const PlusPage: {
|
|
|
2515
2511
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2516
2512
|
default: boolean;
|
|
2517
2513
|
};
|
|
2514
|
+
modelValue: {
|
|
2515
|
+
type: PropType<FieldValues>;
|
|
2516
|
+
default: () => {};
|
|
2517
|
+
};
|
|
2518
2518
|
rules: {
|
|
2519
2519
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2520
2520
|
default: () => {};
|
|
@@ -2578,7 +2578,7 @@ export declare const PlusPage: {
|
|
|
2578
2578
|
default: boolean;
|
|
2579
2579
|
};
|
|
2580
2580
|
footerAlign: {
|
|
2581
|
-
type: PropType<"
|
|
2581
|
+
type: PropType<"right" | "left" | "center">;
|
|
2582
2582
|
default: string;
|
|
2583
2583
|
};
|
|
2584
2584
|
cardProps: {
|
|
@@ -2597,10 +2597,10 @@ export declare const PlusPage: {
|
|
|
2597
2597
|
default: boolean;
|
|
2598
2598
|
};
|
|
2599
2599
|
}>> & {
|
|
2600
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2601
2600
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2602
2601
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2603
2602
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2603
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2604
2604
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2605
2605
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2606
2606
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -2901,14 +2901,14 @@ export declare const PlusPage: {
|
|
|
2901
2901
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
2902
2902
|
columns?: PlusColumn[] | undefined;
|
|
2903
2903
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2904
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
2904
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2905
2905
|
readonly label: string | ComputedRef<string>;
|
|
2906
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2906
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2907
2907
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2908
|
-
readonly tooltip: string |
|
|
2908
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2909
2909
|
style?: CSSProperties | undefined;
|
|
2910
2910
|
class?: any;
|
|
2911
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2911
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2912
2912
|
style?: CSSProperties | undefined;
|
|
2913
2913
|
class?: any;
|
|
2914
2914
|
} & RecordType>>;
|
|
@@ -2975,12 +2975,12 @@ export declare const PlusPage: {
|
|
|
2975
2975
|
fieldInstance?: any;
|
|
2976
2976
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2977
2977
|
prop: string;
|
|
2978
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2978
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2979
2979
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2980
|
-
tooltip: string |
|
|
2980
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2981
2981
|
style?: CSSProperties | undefined;
|
|
2982
2982
|
class?: any;
|
|
2983
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2983
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2984
2984
|
style?: CSSProperties | undefined;
|
|
2985
2985
|
class?: any;
|
|
2986
2986
|
} & RecordType>>;
|
|
@@ -3009,14 +3009,14 @@ export declare const PlusPage: {
|
|
|
3009
3009
|
clearable: boolean;
|
|
3010
3010
|
index: number;
|
|
3011
3011
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3012
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3012
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3013
3013
|
readonly label: string | ComputedRef<string>;
|
|
3014
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3014
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3015
3015
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3016
|
-
readonly tooltip: string |
|
|
3016
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3017
3017
|
style?: CSSProperties | undefined;
|
|
3018
3018
|
class?: any;
|
|
3019
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3019
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3020
3020
|
style?: CSSProperties | undefined;
|
|
3021
3021
|
class?: any;
|
|
3022
3022
|
} & RecordType>>;
|
|
@@ -3083,12 +3083,12 @@ export declare const PlusPage: {
|
|
|
3083
3083
|
fieldInstance?: any;
|
|
3084
3084
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3085
3085
|
prop: string;
|
|
3086
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3086
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3087
3087
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3088
|
-
tooltip: string |
|
|
3088
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3089
3089
|
style?: CSSProperties | undefined;
|
|
3090
3090
|
class?: any;
|
|
3091
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3091
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3092
3092
|
style?: CSSProperties | undefined;
|
|
3093
3093
|
class?: any;
|
|
3094
3094
|
} & RecordType>>;
|
|
@@ -3135,14 +3135,14 @@ export declare const PlusPage: {
|
|
|
3135
3135
|
handleUnfold: (e: MouseEvent) => void;
|
|
3136
3136
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3137
3137
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3138
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
3138
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3139
3139
|
readonly label: string | ComputedRef<string>;
|
|
3140
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3140
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3141
3141
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3142
|
-
readonly tooltip: string |
|
|
3142
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3143
3143
|
style?: CSSProperties | undefined;
|
|
3144
3144
|
class?: any;
|
|
3145
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3145
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3146
3146
|
style?: CSSProperties | undefined;
|
|
3147
3147
|
class?: any;
|
|
3148
3148
|
} & RecordType>>;
|
|
@@ -3209,12 +3209,12 @@ export declare const PlusPage: {
|
|
|
3209
3209
|
fieldInstance?: any;
|
|
3210
3210
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3211
3211
|
prop: string;
|
|
3212
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3212
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3213
3213
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3214
|
-
tooltip: string |
|
|
3214
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3215
3215
|
style?: CSSProperties | undefined;
|
|
3216
3216
|
class?: any;
|
|
3217
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3217
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3218
3218
|
style?: CSSProperties | undefined;
|
|
3219
3219
|
class?: any;
|
|
3220
3220
|
} & RecordType>>;
|
|
@@ -3687,9 +3687,9 @@ export declare const PlusPage: {
|
|
|
3687
3687
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3688
3688
|
__epPropKey: true;
|
|
3689
3689
|
};
|
|
3690
|
-
width: (
|
|
3691
|
-
height: (
|
|
3692
|
-
maxHeight: (
|
|
3690
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3691
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3692
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3693
3693
|
fit: {
|
|
3694
3694
|
type: BooleanConstructor;
|
|
3695
3695
|
default: boolean;
|
|
@@ -3713,13 +3713,13 @@ export declare const PlusPage: {
|
|
|
3713
3713
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3714
3714
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3715
3715
|
highlightCurrentRow: BooleanConstructor;
|
|
3716
|
-
currentRowKey: (
|
|
3716
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3717
3717
|
emptyText: StringConstructor;
|
|
3718
3718
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3719
3719
|
defaultExpandAll: BooleanConstructor;
|
|
3720
3720
|
defaultSort: PropType< Sort | undefined>;
|
|
3721
3721
|
tooltipEffect: StringConstructor;
|
|
3722
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3722
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3723
3723
|
spanMethod: PropType<((data: {
|
|
3724
3724
|
row: any;
|
|
3725
3725
|
rowIndex: number;
|
|
@@ -3763,7 +3763,7 @@ export declare const PlusPage: {
|
|
|
3763
3763
|
};
|
|
3764
3764
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3765
3765
|
flexible: BooleanConstructor;
|
|
3766
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3766
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3767
3767
|
}>> & {
|
|
3768
3768
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3769
3769
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3883,9 +3883,9 @@ export declare const PlusPage: {
|
|
|
3883
3883
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3884
3884
|
__epPropKey: true;
|
|
3885
3885
|
};
|
|
3886
|
-
width: (
|
|
3887
|
-
height: (
|
|
3888
|
-
maxHeight: (
|
|
3886
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3887
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3888
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3889
3889
|
fit: {
|
|
3890
3890
|
type: BooleanConstructor;
|
|
3891
3891
|
default: boolean;
|
|
@@ -3909,13 +3909,13 @@ export declare const PlusPage: {
|
|
|
3909
3909
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3910
3910
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3911
3911
|
highlightCurrentRow: BooleanConstructor;
|
|
3912
|
-
currentRowKey: (
|
|
3912
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
3913
3913
|
emptyText: StringConstructor;
|
|
3914
3914
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3915
3915
|
defaultExpandAll: BooleanConstructor;
|
|
3916
3916
|
defaultSort: PropType< Sort | undefined>;
|
|
3917
3917
|
tooltipEffect: StringConstructor;
|
|
3918
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3918
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3919
3919
|
spanMethod: PropType<((data: {
|
|
3920
3920
|
row: any;
|
|
3921
3921
|
rowIndex: number;
|
|
@@ -3959,7 +3959,7 @@ export declare const PlusPage: {
|
|
|
3959
3959
|
};
|
|
3960
3960
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3961
3961
|
flexible: BooleanConstructor;
|
|
3962
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3962
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
3963
3963
|
}>> & {
|
|
3964
3964
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3965
3965
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4018,9 +4018,9 @@ export declare const PlusPage: {
|
|
|
4018
4018
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4019
4019
|
__epPropKey: true;
|
|
4020
4020
|
};
|
|
4021
|
-
width: (
|
|
4022
|
-
height: (
|
|
4023
|
-
maxHeight: (
|
|
4021
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4022
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4023
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4024
4024
|
fit: {
|
|
4025
4025
|
type: BooleanConstructor;
|
|
4026
4026
|
default: boolean;
|
|
@@ -4044,13 +4044,13 @@ export declare const PlusPage: {
|
|
|
4044
4044
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4045
4045
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4046
4046
|
highlightCurrentRow: BooleanConstructor;
|
|
4047
|
-
currentRowKey: (
|
|
4047
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4048
4048
|
emptyText: StringConstructor;
|
|
4049
4049
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4050
4050
|
defaultExpandAll: BooleanConstructor;
|
|
4051
4051
|
defaultSort: PropType< Sort | undefined>;
|
|
4052
4052
|
tooltipEffect: StringConstructor;
|
|
4053
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4053
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4054
4054
|
spanMethod: PropType<((data: {
|
|
4055
4055
|
row: any;
|
|
4056
4056
|
rowIndex: number;
|
|
@@ -4094,7 +4094,7 @@ export declare const PlusPage: {
|
|
|
4094
4094
|
};
|
|
4095
4095
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4096
4096
|
flexible: BooleanConstructor;
|
|
4097
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4097
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4098
4098
|
}>> & {
|
|
4099
4099
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4100
4100
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4466,9 +4466,9 @@ export declare const PlusPage: {
|
|
|
4466
4466
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4467
4467
|
__epPropKey: true;
|
|
4468
4468
|
};
|
|
4469
|
-
width: (
|
|
4470
|
-
height: (
|
|
4471
|
-
maxHeight: (
|
|
4469
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4470
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4471
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4472
4472
|
fit: {
|
|
4473
4473
|
type: BooleanConstructor;
|
|
4474
4474
|
default: boolean;
|
|
@@ -4492,13 +4492,13 @@ export declare const PlusPage: {
|
|
|
4492
4492
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4493
4493
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4494
4494
|
highlightCurrentRow: BooleanConstructor;
|
|
4495
|
-
currentRowKey: (
|
|
4495
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4496
4496
|
emptyText: StringConstructor;
|
|
4497
4497
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4498
4498
|
defaultExpandAll: BooleanConstructor;
|
|
4499
4499
|
defaultSort: PropType< Sort | undefined>;
|
|
4500
4500
|
tooltipEffect: StringConstructor;
|
|
4501
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4501
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4502
4502
|
spanMethod: PropType<((data: {
|
|
4503
4503
|
row: any;
|
|
4504
4504
|
rowIndex: number;
|
|
@@ -4542,7 +4542,7 @@ export declare const PlusPage: {
|
|
|
4542
4542
|
};
|
|
4543
4543
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4544
4544
|
flexible: BooleanConstructor;
|
|
4545
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4545
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4546
4546
|
}>> & {
|
|
4547
4547
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4548
4548
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4662,9 +4662,9 @@ export declare const PlusPage: {
|
|
|
4662
4662
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4663
4663
|
__epPropKey: true;
|
|
4664
4664
|
};
|
|
4665
|
-
width: (
|
|
4666
|
-
height: (
|
|
4667
|
-
maxHeight: (
|
|
4665
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4666
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4667
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4668
4668
|
fit: {
|
|
4669
4669
|
type: BooleanConstructor;
|
|
4670
4670
|
default: boolean;
|
|
@@ -4688,13 +4688,13 @@ export declare const PlusPage: {
|
|
|
4688
4688
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4689
4689
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4690
4690
|
highlightCurrentRow: BooleanConstructor;
|
|
4691
|
-
currentRowKey: (
|
|
4691
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4692
4692
|
emptyText: StringConstructor;
|
|
4693
4693
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4694
4694
|
defaultExpandAll: BooleanConstructor;
|
|
4695
4695
|
defaultSort: PropType< Sort | undefined>;
|
|
4696
4696
|
tooltipEffect: StringConstructor;
|
|
4697
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4697
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4698
4698
|
spanMethod: PropType<((data: {
|
|
4699
4699
|
row: any;
|
|
4700
4700
|
rowIndex: number;
|
|
@@ -4738,7 +4738,7 @@ export declare const PlusPage: {
|
|
|
4738
4738
|
};
|
|
4739
4739
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4740
4740
|
flexible: BooleanConstructor;
|
|
4741
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4741
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4742
4742
|
}>> & {
|
|
4743
4743
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4744
4744
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4797,9 +4797,9 @@ export declare const PlusPage: {
|
|
|
4797
4797
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4798
4798
|
__epPropKey: true;
|
|
4799
4799
|
};
|
|
4800
|
-
width: (
|
|
4801
|
-
height: (
|
|
4802
|
-
maxHeight: (
|
|
4800
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4801
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4802
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4803
4803
|
fit: {
|
|
4804
4804
|
type: BooleanConstructor;
|
|
4805
4805
|
default: boolean;
|
|
@@ -4823,13 +4823,13 @@ export declare const PlusPage: {
|
|
|
4823
4823
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4824
4824
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4825
4825
|
highlightCurrentRow: BooleanConstructor;
|
|
4826
|
-
currentRowKey: (
|
|
4826
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
4827
4827
|
emptyText: StringConstructor;
|
|
4828
4828
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4829
4829
|
defaultExpandAll: BooleanConstructor;
|
|
4830
4830
|
defaultSort: PropType< Sort | undefined>;
|
|
4831
4831
|
tooltipEffect: StringConstructor;
|
|
4832
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4832
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4833
4833
|
spanMethod: PropType<((data: {
|
|
4834
4834
|
row: any;
|
|
4835
4835
|
rowIndex: number;
|
|
@@ -4873,7 +4873,7 @@ export declare const PlusPage: {
|
|
|
4873
4873
|
};
|
|
4874
4874
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4875
4875
|
flexible: BooleanConstructor;
|
|
4876
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4876
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
4877
4877
|
}>> & {
|
|
4878
4878
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4879
4879
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5079,7 +5079,7 @@ export declare const PlusPage: {
|
|
|
5079
5079
|
required: true;
|
|
5080
5080
|
};
|
|
5081
5081
|
pagination: {
|
|
5082
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5082
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
5083
5083
|
default: () => {};
|
|
5084
5084
|
};
|
|
5085
5085
|
columnsEmptyText: {
|
|
@@ -5159,7 +5159,7 @@ export declare const PlusPage: {
|
|
|
5159
5159
|
columns: PlusColumn[];
|
|
5160
5160
|
immediate: boolean;
|
|
5161
5161
|
params: RecordType;
|
|
5162
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5162
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
5163
5163
|
columnsEmptyText: string;
|
|
5164
5164
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5165
5165
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -5223,7 +5223,7 @@ export declare const PlusPage: {
|
|
|
5223
5223
|
required: true;
|
|
5224
5224
|
};
|
|
5225
5225
|
pagination: {
|
|
5226
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5226
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
5227
5227
|
default: () => {};
|
|
5228
5228
|
};
|
|
5229
5229
|
columnsEmptyText: {
|
|
@@ -5296,8 +5296,8 @@ export declare const PlusPage: {
|
|
|
5296
5296
|
$: ComponentInternalInstance;
|
|
5297
5297
|
$data: {};
|
|
5298
5298
|
$props: Partial<{
|
|
5299
|
-
modelValue: FieldValues;
|
|
5300
5299
|
columns: PlusColumn[];
|
|
5300
|
+
modelValue: FieldValues;
|
|
5301
5301
|
labelPosition: "top" | "right" | "left";
|
|
5302
5302
|
inline: boolean;
|
|
5303
5303
|
showNumber: number;
|
|
@@ -5323,8 +5323,8 @@ export declare const PlusPage: {
|
|
|
5323
5323
|
searchIcon: Component | null;
|
|
5324
5324
|
resetIcon: Component | null;
|
|
5325
5325
|
}> & Omit<{
|
|
5326
|
-
readonly modelValue: FieldValues;
|
|
5327
5326
|
readonly columns: PlusColumn[];
|
|
5327
|
+
readonly modelValue: FieldValues;
|
|
5328
5328
|
readonly inline: boolean;
|
|
5329
5329
|
readonly showNumber: number;
|
|
5330
5330
|
readonly defaultValues: FieldValues;
|
|
@@ -5349,20 +5349,20 @@ export declare const PlusPage: {
|
|
|
5349
5349
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5350
5350
|
readonly searchIcon?: Component | null | undefined;
|
|
5351
5351
|
readonly resetIcon?: Component | null | undefined;
|
|
5352
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5353
5352
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5354
5353
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5354
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5355
5355
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5356
5356
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5357
5357
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5358
|
-
modelValue: {
|
|
5359
|
-
type: PropType<FieldValues>;
|
|
5360
|
-
default: () => {};
|
|
5361
|
-
};
|
|
5362
5358
|
columns: {
|
|
5363
5359
|
type: PropType< PlusColumn[]>;
|
|
5364
5360
|
default: () => never[];
|
|
5365
5361
|
};
|
|
5362
|
+
modelValue: {
|
|
5363
|
+
type: PropType<FieldValues>;
|
|
5364
|
+
default: () => {};
|
|
5365
|
+
};
|
|
5366
5366
|
labelPosition: {
|
|
5367
5367
|
type: PropType<"top" | "right" | "left">;
|
|
5368
5368
|
default: undefined;
|
|
@@ -5450,12 +5450,12 @@ export declare const PlusPage: {
|
|
|
5450
5450
|
default: undefined;
|
|
5451
5451
|
};
|
|
5452
5452
|
}>> & {
|
|
5453
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5454
5453
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5455
5454
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5455
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5456
5456
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5457
5457
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5458
|
-
}, "
|
|
5458
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5459
5459
|
$attrs: {
|
|
5460
5460
|
[x: string]: unknown;
|
|
5461
5461
|
};
|
|
@@ -5467,17 +5467,17 @@ export declare const PlusPage: {
|
|
|
5467
5467
|
}>;
|
|
5468
5468
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5469
5469
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5470
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5470
|
+
$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
5471
|
$el: any;
|
|
5472
5472
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5473
|
-
modelValue: {
|
|
5474
|
-
type: PropType<FieldValues>;
|
|
5475
|
-
default: () => {};
|
|
5476
|
-
};
|
|
5477
5473
|
columns: {
|
|
5478
5474
|
type: PropType< PlusColumn[]>;
|
|
5479
5475
|
default: () => never[];
|
|
5480
5476
|
};
|
|
5477
|
+
modelValue: {
|
|
5478
|
+
type: PropType<FieldValues>;
|
|
5479
|
+
default: () => {};
|
|
5480
|
+
};
|
|
5481
5481
|
labelPosition: {
|
|
5482
5482
|
type: PropType<"top" | "right" | "left">;
|
|
5483
5483
|
default: undefined;
|
|
@@ -5565,9 +5565,9 @@ export declare const PlusPage: {
|
|
|
5565
5565
|
default: undefined;
|
|
5566
5566
|
};
|
|
5567
5567
|
}>> & {
|
|
5568
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5569
5568
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5570
5569
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5570
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5571
5571
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5572
5572
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5573
5573
|
}, {
|
|
@@ -5575,11 +5575,11 @@ export declare const PlusPage: {
|
|
|
5575
5575
|
$: ComponentInternalInstance;
|
|
5576
5576
|
$data: {};
|
|
5577
5577
|
$props: Partial<{
|
|
5578
|
-
modelValue: FieldValues;
|
|
5579
5578
|
collapseDuration: number;
|
|
5580
5579
|
collapseTransition: boolean;
|
|
5581
5580
|
columns: PlusColumn[];
|
|
5582
5581
|
group: false | PlusFormGroupRow[];
|
|
5582
|
+
modelValue: FieldValues;
|
|
5583
5583
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5584
5584
|
labelPosition: "top" | "right" | "left";
|
|
5585
5585
|
labelWidth: string | number;
|
|
@@ -5600,7 +5600,7 @@ export declare const PlusPage: {
|
|
|
5600
5600
|
submitText: string;
|
|
5601
5601
|
resetText: string;
|
|
5602
5602
|
submitLoading: boolean;
|
|
5603
|
-
footerAlign: "
|
|
5603
|
+
footerAlign: "right" | "left" | "center";
|
|
5604
5604
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5605
5605
|
style?: CSSProperties | undefined;
|
|
5606
5606
|
class?: any;
|
|
@@ -5608,9 +5608,9 @@ export declare const PlusPage: {
|
|
|
5608
5608
|
prevent: boolean;
|
|
5609
5609
|
clearable: boolean;
|
|
5610
5610
|
}> & Omit<{
|
|
5611
|
-
readonly modelValue: FieldValues;
|
|
5612
5611
|
readonly columns: PlusColumn[];
|
|
5613
5612
|
readonly group: false | PlusFormGroupRow[];
|
|
5613
|
+
readonly modelValue: FieldValues;
|
|
5614
5614
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5615
5615
|
readonly labelPosition: "top" | "right" | "left";
|
|
5616
5616
|
readonly labelWidth: string | number;
|
|
@@ -5631,7 +5631,7 @@ export declare const PlusPage: {
|
|
|
5631
5631
|
readonly submitText: string;
|
|
5632
5632
|
readonly resetText: string;
|
|
5633
5633
|
readonly submitLoading: boolean;
|
|
5634
|
-
readonly footerAlign: "
|
|
5634
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
5635
5635
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5636
5636
|
style?: CSSProperties | undefined;
|
|
5637
5637
|
class?: any;
|
|
@@ -5640,17 +5640,13 @@ export declare const PlusPage: {
|
|
|
5640
5640
|
readonly clearable: boolean;
|
|
5641
5641
|
readonly collapseDuration?: number | undefined;
|
|
5642
5642
|
readonly collapseTransition?: boolean | undefined;
|
|
5643
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5644
5643
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5645
5644
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5646
5645
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5646
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5647
5647
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5648
5648
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5649
5649
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5650
|
-
modelValue: {
|
|
5651
|
-
type: PropType<FieldValues>;
|
|
5652
|
-
default: () => {};
|
|
5653
|
-
};
|
|
5654
5650
|
collapseDuration: {
|
|
5655
5651
|
type: PropType<number>;
|
|
5656
5652
|
default: undefined;
|
|
@@ -5667,6 +5663,10 @@ export declare const PlusPage: {
|
|
|
5667
5663
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5668
5664
|
default: boolean;
|
|
5669
5665
|
};
|
|
5666
|
+
modelValue: {
|
|
5667
|
+
type: PropType<FieldValues>;
|
|
5668
|
+
default: () => {};
|
|
5669
|
+
};
|
|
5670
5670
|
rules: {
|
|
5671
5671
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5672
5672
|
default: () => {};
|
|
@@ -5730,7 +5730,7 @@ export declare const PlusPage: {
|
|
|
5730
5730
|
default: boolean;
|
|
5731
5731
|
};
|
|
5732
5732
|
footerAlign: {
|
|
5733
|
-
type: PropType<"
|
|
5733
|
+
type: PropType<"right" | "left" | "center">;
|
|
5734
5734
|
default: string;
|
|
5735
5735
|
};
|
|
5736
5736
|
cardProps: {
|
|
@@ -5749,13 +5749,13 @@ export declare const PlusPage: {
|
|
|
5749
5749
|
default: boolean;
|
|
5750
5750
|
};
|
|
5751
5751
|
}>> & {
|
|
5752
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5753
5752
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5754
5753
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5755
5754
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5755
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5756
5756
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5757
5757
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5758
|
-
}, "
|
|
5758
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
5759
5759
|
$attrs: {
|
|
5760
5760
|
[x: string]: unknown;
|
|
5761
5761
|
};
|
|
@@ -5767,13 +5767,9 @@ export declare const PlusPage: {
|
|
|
5767
5767
|
}>;
|
|
5768
5768
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5769
5769
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5770
|
-
$emit: ((event: "
|
|
5770
|
+
$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
5771
|
$el: any;
|
|
5772
5772
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5773
|
-
modelValue: {
|
|
5774
|
-
type: PropType<FieldValues>;
|
|
5775
|
-
default: () => {};
|
|
5776
|
-
};
|
|
5777
5773
|
collapseDuration: {
|
|
5778
5774
|
type: PropType<number>;
|
|
5779
5775
|
default: undefined;
|
|
@@ -5790,6 +5786,10 @@ export declare const PlusPage: {
|
|
|
5790
5786
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5791
5787
|
default: boolean;
|
|
5792
5788
|
};
|
|
5789
|
+
modelValue: {
|
|
5790
|
+
type: PropType<FieldValues>;
|
|
5791
|
+
default: () => {};
|
|
5792
|
+
};
|
|
5793
5793
|
rules: {
|
|
5794
5794
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5795
5795
|
default: () => {};
|
|
@@ -5853,7 +5853,7 @@ export declare const PlusPage: {
|
|
|
5853
5853
|
default: boolean;
|
|
5854
5854
|
};
|
|
5855
5855
|
footerAlign: {
|
|
5856
|
-
type: PropType<"
|
|
5856
|
+
type: PropType<"right" | "left" | "center">;
|
|
5857
5857
|
default: string;
|
|
5858
5858
|
};
|
|
5859
5859
|
cardProps: {
|
|
@@ -5872,10 +5872,10 @@ export declare const PlusPage: {
|
|
|
5872
5872
|
default: boolean;
|
|
5873
5873
|
};
|
|
5874
5874
|
}>> & {
|
|
5875
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5876
5875
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5877
5876
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5878
5877
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5878
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5879
5879
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5880
5880
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5881
5881
|
}, {
|
|
@@ -6171,11 +6171,11 @@ export declare const PlusPage: {
|
|
|
6171
6171
|
submitError: (errors: unknown) => void;
|
|
6172
6172
|
validate: (...args: any[]) => void;
|
|
6173
6173
|
}, string, {
|
|
6174
|
-
modelValue: FieldValues;
|
|
6175
6174
|
collapseDuration: number;
|
|
6176
6175
|
collapseTransition: boolean;
|
|
6177
6176
|
columns: PlusColumn[];
|
|
6178
6177
|
group: false | PlusFormGroupRow[];
|
|
6178
|
+
modelValue: FieldValues;
|
|
6179
6179
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6180
6180
|
labelPosition: "top" | "right" | "left";
|
|
6181
6181
|
labelWidth: string | number;
|
|
@@ -6196,7 +6196,7 @@ export declare const PlusPage: {
|
|
|
6196
6196
|
submitText: string;
|
|
6197
6197
|
resetText: string;
|
|
6198
6198
|
submitLoading: boolean;
|
|
6199
|
-
footerAlign: "
|
|
6199
|
+
footerAlign: "right" | "left" | "center";
|
|
6200
6200
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6201
6201
|
style?: CSSProperties | undefined;
|
|
6202
6202
|
class?: any;
|
|
@@ -6224,10 +6224,6 @@ export declare const PlusPage: {
|
|
|
6224
6224
|
$nextTick: nextTick;
|
|
6225
6225
|
$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
6226
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6227
|
-
modelValue: {
|
|
6228
|
-
type: PropType<FieldValues>;
|
|
6229
|
-
default: () => {};
|
|
6230
|
-
};
|
|
6231
6227
|
collapseDuration: {
|
|
6232
6228
|
type: PropType<number>;
|
|
6233
6229
|
default: undefined;
|
|
@@ -6244,6 +6240,10 @@ export declare const PlusPage: {
|
|
|
6244
6240
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6245
6241
|
default: boolean;
|
|
6246
6242
|
};
|
|
6243
|
+
modelValue: {
|
|
6244
|
+
type: PropType<FieldValues>;
|
|
6245
|
+
default: () => {};
|
|
6246
|
+
};
|
|
6247
6247
|
rules: {
|
|
6248
6248
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6249
6249
|
default: () => {};
|
|
@@ -6307,7 +6307,7 @@ export declare const PlusPage: {
|
|
|
6307
6307
|
default: boolean;
|
|
6308
6308
|
};
|
|
6309
6309
|
footerAlign: {
|
|
6310
|
-
type: PropType<"
|
|
6310
|
+
type: PropType<"right" | "left" | "center">;
|
|
6311
6311
|
default: string;
|
|
6312
6312
|
};
|
|
6313
6313
|
cardProps: {
|
|
@@ -6326,10 +6326,10 @@ export declare const PlusPage: {
|
|
|
6326
6326
|
default: boolean;
|
|
6327
6327
|
};
|
|
6328
6328
|
}>> & {
|
|
6329
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6330
6329
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6331
6330
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6332
6331
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6332
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6333
6333
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6334
6334
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6335
6335
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6630,14 +6630,14 @@ export declare const PlusPage: {
|
|
|
6630
6630
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6631
6631
|
columns?: PlusColumn[] | undefined;
|
|
6632
6632
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6633
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
6633
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6634
6634
|
readonly label: string | ComputedRef<string>;
|
|
6635
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6635
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6636
6636
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6637
|
-
readonly tooltip: string |
|
|
6637
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6638
6638
|
style?: CSSProperties | undefined;
|
|
6639
6639
|
class?: any;
|
|
6640
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6640
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6641
6641
|
style?: CSSProperties | undefined;
|
|
6642
6642
|
class?: any;
|
|
6643
6643
|
} & RecordType>>;
|
|
@@ -6704,12 +6704,12 @@ export declare const PlusPage: {
|
|
|
6704
6704
|
fieldInstance?: any;
|
|
6705
6705
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6706
6706
|
prop: string;
|
|
6707
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6707
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6708
6708
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6709
|
-
tooltip: string |
|
|
6709
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6710
6710
|
style?: CSSProperties | undefined;
|
|
6711
6711
|
class?: any;
|
|
6712
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6712
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6713
6713
|
style?: CSSProperties | undefined;
|
|
6714
6714
|
class?: any;
|
|
6715
6715
|
} & RecordType>>;
|
|
@@ -6738,14 +6738,14 @@ export declare const PlusPage: {
|
|
|
6738
6738
|
clearable: boolean;
|
|
6739
6739
|
index: number;
|
|
6740
6740
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6741
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
6741
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6742
6742
|
readonly label: string | ComputedRef<string>;
|
|
6743
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6743
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6744
6744
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6745
|
-
readonly tooltip: string |
|
|
6745
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6746
6746
|
style?: CSSProperties | undefined;
|
|
6747
6747
|
class?: any;
|
|
6748
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6748
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6749
6749
|
style?: CSSProperties | undefined;
|
|
6750
6750
|
class?: any;
|
|
6751
6751
|
} & RecordType>>;
|
|
@@ -6812,12 +6812,12 @@ export declare const PlusPage: {
|
|
|
6812
6812
|
fieldInstance?: any;
|
|
6813
6813
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6814
6814
|
prop: string;
|
|
6815
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6815
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6816
6816
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6817
|
-
tooltip: string |
|
|
6817
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6818
6818
|
style?: CSSProperties | undefined;
|
|
6819
6819
|
class?: any;
|
|
6820
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6820
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6821
6821
|
style?: CSSProperties | undefined;
|
|
6822
6822
|
class?: any;
|
|
6823
6823
|
} & RecordType>>;
|
|
@@ -6869,8 +6869,8 @@ export declare const PlusPage: {
|
|
|
6869
6869
|
reset: (values: FieldValues) => void;
|
|
6870
6870
|
collapse: (isShowUnfold: boolean) => void;
|
|
6871
6871
|
}, string, {
|
|
6872
|
-
modelValue: FieldValues;
|
|
6873
6872
|
columns: PlusColumn[];
|
|
6873
|
+
modelValue: FieldValues;
|
|
6874
6874
|
labelPosition: "top" | "right" | "left";
|
|
6875
6875
|
inline: boolean;
|
|
6876
6876
|
showNumber: number;
|
|
@@ -6916,14 +6916,14 @@ export declare const PlusPage: {
|
|
|
6916
6916
|
$nextTick: nextTick;
|
|
6917
6917
|
$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
6918
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6919
|
-
modelValue: {
|
|
6920
|
-
type: PropType<FieldValues>;
|
|
6921
|
-
default: () => {};
|
|
6922
|
-
};
|
|
6923
6919
|
columns: {
|
|
6924
6920
|
type: PropType< PlusColumn[]>;
|
|
6925
6921
|
default: () => never[];
|
|
6926
6922
|
};
|
|
6923
|
+
modelValue: {
|
|
6924
|
+
type: PropType<FieldValues>;
|
|
6925
|
+
default: () => {};
|
|
6926
|
+
};
|
|
6927
6927
|
labelPosition: {
|
|
6928
6928
|
type: PropType<"top" | "right" | "left">;
|
|
6929
6929
|
default: undefined;
|
|
@@ -7011,9 +7011,9 @@ export declare const PlusPage: {
|
|
|
7011
7011
|
default: undefined;
|
|
7012
7012
|
};
|
|
7013
7013
|
}>> & {
|
|
7014
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7015
7014
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7016
7015
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7016
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7017
7017
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7018
7018
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7019
7019
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7021,11 +7021,11 @@ export declare const PlusPage: {
|
|
|
7021
7021
|
$: ComponentInternalInstance;
|
|
7022
7022
|
$data: {};
|
|
7023
7023
|
$props: Partial<{
|
|
7024
|
-
modelValue: FieldValues;
|
|
7025
7024
|
collapseDuration: number;
|
|
7026
7025
|
collapseTransition: boolean;
|
|
7027
7026
|
columns: PlusColumn[];
|
|
7028
7027
|
group: false | PlusFormGroupRow[];
|
|
7028
|
+
modelValue: FieldValues;
|
|
7029
7029
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7030
7030
|
labelPosition: "top" | "right" | "left";
|
|
7031
7031
|
labelWidth: string | number;
|
|
@@ -7046,7 +7046,7 @@ export declare const PlusPage: {
|
|
|
7046
7046
|
submitText: string;
|
|
7047
7047
|
resetText: string;
|
|
7048
7048
|
submitLoading: boolean;
|
|
7049
|
-
footerAlign: "
|
|
7049
|
+
footerAlign: "right" | "left" | "center";
|
|
7050
7050
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7051
7051
|
style?: CSSProperties | undefined;
|
|
7052
7052
|
class?: any;
|
|
@@ -7054,9 +7054,9 @@ export declare const PlusPage: {
|
|
|
7054
7054
|
prevent: boolean;
|
|
7055
7055
|
clearable: boolean;
|
|
7056
7056
|
}> & Omit<{
|
|
7057
|
-
readonly modelValue: FieldValues;
|
|
7058
7057
|
readonly columns: PlusColumn[];
|
|
7059
7058
|
readonly group: false | PlusFormGroupRow[];
|
|
7059
|
+
readonly modelValue: FieldValues;
|
|
7060
7060
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7061
7061
|
readonly labelPosition: "top" | "right" | "left";
|
|
7062
7062
|
readonly labelWidth: string | number;
|
|
@@ -7077,7 +7077,7 @@ export declare const PlusPage: {
|
|
|
7077
7077
|
readonly submitText: string;
|
|
7078
7078
|
readonly resetText: string;
|
|
7079
7079
|
readonly submitLoading: boolean;
|
|
7080
|
-
readonly footerAlign: "
|
|
7080
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
7081
7081
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7082
7082
|
style?: CSSProperties | undefined;
|
|
7083
7083
|
class?: any;
|
|
@@ -7086,17 +7086,13 @@ export declare const PlusPage: {
|
|
|
7086
7086
|
readonly clearable: boolean;
|
|
7087
7087
|
readonly collapseDuration?: number | undefined;
|
|
7088
7088
|
readonly collapseTransition?: boolean | undefined;
|
|
7089
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7090
7089
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7091
7090
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7092
7091
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7092
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7093
7093
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7094
7094
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7095
7095
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7096
|
-
modelValue: {
|
|
7097
|
-
type: PropType<FieldValues>;
|
|
7098
|
-
default: () => {};
|
|
7099
|
-
};
|
|
7100
7096
|
collapseDuration: {
|
|
7101
7097
|
type: PropType<number>;
|
|
7102
7098
|
default: undefined;
|
|
@@ -7113,6 +7109,10 @@ export declare const PlusPage: {
|
|
|
7113
7109
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7114
7110
|
default: boolean;
|
|
7115
7111
|
};
|
|
7112
|
+
modelValue: {
|
|
7113
|
+
type: PropType<FieldValues>;
|
|
7114
|
+
default: () => {};
|
|
7115
|
+
};
|
|
7116
7116
|
rules: {
|
|
7117
7117
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7118
7118
|
default: () => {};
|
|
@@ -7176,7 +7176,7 @@ export declare const PlusPage: {
|
|
|
7176
7176
|
default: boolean;
|
|
7177
7177
|
};
|
|
7178
7178
|
footerAlign: {
|
|
7179
|
-
type: PropType<"
|
|
7179
|
+
type: PropType<"right" | "left" | "center">;
|
|
7180
7180
|
default: string;
|
|
7181
7181
|
};
|
|
7182
7182
|
cardProps: {
|
|
@@ -7195,13 +7195,13 @@ export declare const PlusPage: {
|
|
|
7195
7195
|
default: boolean;
|
|
7196
7196
|
};
|
|
7197
7197
|
}>> & {
|
|
7198
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7199
7198
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7200
7199
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7201
7200
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7201
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7202
7202
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7203
7203
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7204
|
-
}, "
|
|
7204
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7205
7205
|
$attrs: {
|
|
7206
7206
|
[x: string]: unknown;
|
|
7207
7207
|
};
|
|
@@ -7213,13 +7213,9 @@ export declare const PlusPage: {
|
|
|
7213
7213
|
}>;
|
|
7214
7214
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7215
7215
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7216
|
-
$emit: ((event: "
|
|
7216
|
+
$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
7217
|
$el: any;
|
|
7218
7218
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7219
|
-
modelValue: {
|
|
7220
|
-
type: PropType<FieldValues>;
|
|
7221
|
-
default: () => {};
|
|
7222
|
-
};
|
|
7223
7219
|
collapseDuration: {
|
|
7224
7220
|
type: PropType<number>;
|
|
7225
7221
|
default: undefined;
|
|
@@ -7236,6 +7232,10 @@ export declare const PlusPage: {
|
|
|
7236
7232
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7237
7233
|
default: boolean;
|
|
7238
7234
|
};
|
|
7235
|
+
modelValue: {
|
|
7236
|
+
type: PropType<FieldValues>;
|
|
7237
|
+
default: () => {};
|
|
7238
|
+
};
|
|
7239
7239
|
rules: {
|
|
7240
7240
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7241
7241
|
default: () => {};
|
|
@@ -7299,7 +7299,7 @@ export declare const PlusPage: {
|
|
|
7299
7299
|
default: boolean;
|
|
7300
7300
|
};
|
|
7301
7301
|
footerAlign: {
|
|
7302
|
-
type: PropType<"
|
|
7302
|
+
type: PropType<"right" | "left" | "center">;
|
|
7303
7303
|
default: string;
|
|
7304
7304
|
};
|
|
7305
7305
|
cardProps: {
|
|
@@ -7318,10 +7318,10 @@ export declare const PlusPage: {
|
|
|
7318
7318
|
default: boolean;
|
|
7319
7319
|
};
|
|
7320
7320
|
}>> & {
|
|
7321
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7322
7321
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7323
7322
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7324
7323
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7324
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7325
7325
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7326
7326
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7327
7327
|
}, {
|
|
@@ -7617,11 +7617,11 @@ export declare const PlusPage: {
|
|
|
7617
7617
|
submitError: (errors: unknown) => void;
|
|
7618
7618
|
validate: (...args: any[]) => void;
|
|
7619
7619
|
}, string, {
|
|
7620
|
-
modelValue: FieldValues;
|
|
7621
7620
|
collapseDuration: number;
|
|
7622
7621
|
collapseTransition: boolean;
|
|
7623
7622
|
columns: PlusColumn[];
|
|
7624
7623
|
group: false | PlusFormGroupRow[];
|
|
7624
|
+
modelValue: FieldValues;
|
|
7625
7625
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7626
7626
|
labelPosition: "top" | "right" | "left";
|
|
7627
7627
|
labelWidth: string | number;
|
|
@@ -7642,7 +7642,7 @@ export declare const PlusPage: {
|
|
|
7642
7642
|
submitText: string;
|
|
7643
7643
|
resetText: string;
|
|
7644
7644
|
submitLoading: boolean;
|
|
7645
|
-
footerAlign: "
|
|
7645
|
+
footerAlign: "right" | "left" | "center";
|
|
7646
7646
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7647
7647
|
style?: CSSProperties | undefined;
|
|
7648
7648
|
class?: any;
|
|
@@ -7670,10 +7670,6 @@ export declare const PlusPage: {
|
|
|
7670
7670
|
$nextTick: nextTick;
|
|
7671
7671
|
$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
7672
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7673
|
-
modelValue: {
|
|
7674
|
-
type: PropType<FieldValues>;
|
|
7675
|
-
default: () => {};
|
|
7676
|
-
};
|
|
7677
7673
|
collapseDuration: {
|
|
7678
7674
|
type: PropType<number>;
|
|
7679
7675
|
default: undefined;
|
|
@@ -7690,6 +7686,10 @@ export declare const PlusPage: {
|
|
|
7690
7686
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7691
7687
|
default: boolean;
|
|
7692
7688
|
};
|
|
7689
|
+
modelValue: {
|
|
7690
|
+
type: PropType<FieldValues>;
|
|
7691
|
+
default: () => {};
|
|
7692
|
+
};
|
|
7693
7693
|
rules: {
|
|
7694
7694
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7695
7695
|
default: () => {};
|
|
@@ -7753,7 +7753,7 @@ export declare const PlusPage: {
|
|
|
7753
7753
|
default: boolean;
|
|
7754
7754
|
};
|
|
7755
7755
|
footerAlign: {
|
|
7756
|
-
type: PropType<"
|
|
7756
|
+
type: PropType<"right" | "left" | "center">;
|
|
7757
7757
|
default: string;
|
|
7758
7758
|
};
|
|
7759
7759
|
cardProps: {
|
|
@@ -7772,10 +7772,10 @@ export declare const PlusPage: {
|
|
|
7772
7772
|
default: boolean;
|
|
7773
7773
|
};
|
|
7774
7774
|
}>> & {
|
|
7775
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7776
7775
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7777
7776
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7778
7777
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7778
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7779
7779
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7780
7780
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7781
7781
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8076,14 +8076,14 @@ export declare const PlusPage: {
|
|
|
8076
8076
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8077
8077
|
columns?: PlusColumn[] | undefined;
|
|
8078
8078
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8079
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8079
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8080
8080
|
readonly label: string | ComputedRef<string>;
|
|
8081
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8081
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8082
8082
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8083
|
-
readonly tooltip: string |
|
|
8083
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8084
8084
|
style?: CSSProperties | undefined;
|
|
8085
8085
|
class?: any;
|
|
8086
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8086
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8087
8087
|
style?: CSSProperties | undefined;
|
|
8088
8088
|
class?: any;
|
|
8089
8089
|
} & RecordType>>;
|
|
@@ -8150,12 +8150,12 @@ export declare const PlusPage: {
|
|
|
8150
8150
|
fieldInstance?: any;
|
|
8151
8151
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8152
8152
|
prop: string;
|
|
8153
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8153
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8154
8154
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8155
|
-
tooltip: string |
|
|
8155
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8156
8156
|
style?: CSSProperties | undefined;
|
|
8157
8157
|
class?: any;
|
|
8158
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8158
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8159
8159
|
style?: CSSProperties | undefined;
|
|
8160
8160
|
class?: any;
|
|
8161
8161
|
} & RecordType>>;
|
|
@@ -8184,14 +8184,14 @@ export declare const PlusPage: {
|
|
|
8184
8184
|
clearable: boolean;
|
|
8185
8185
|
index: number;
|
|
8186
8186
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8187
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8187
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8188
8188
|
readonly label: string | ComputedRef<string>;
|
|
8189
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8189
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8190
8190
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8191
|
-
readonly tooltip: string |
|
|
8191
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8192
8192
|
style?: CSSProperties | undefined;
|
|
8193
8193
|
class?: any;
|
|
8194
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8194
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8195
8195
|
style?: CSSProperties | undefined;
|
|
8196
8196
|
class?: any;
|
|
8197
8197
|
} & RecordType>>;
|
|
@@ -8258,12 +8258,12 @@ export declare const PlusPage: {
|
|
|
8258
8258
|
fieldInstance?: any;
|
|
8259
8259
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8260
8260
|
prop: string;
|
|
8261
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8261
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8262
8262
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8263
|
-
tooltip: string |
|
|
8263
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8264
8264
|
style?: CSSProperties | undefined;
|
|
8265
8265
|
class?: any;
|
|
8266
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8266
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8267
8267
|
style?: CSSProperties | undefined;
|
|
8268
8268
|
class?: any;
|
|
8269
8269
|
} & RecordType>>;
|
|
@@ -8310,14 +8310,14 @@ export declare const PlusPage: {
|
|
|
8310
8310
|
handleUnfold: (e: MouseEvent) => void;
|
|
8311
8311
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8312
8312
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8313
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8313
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8314
8314
|
readonly label: string | ComputedRef<string>;
|
|
8315
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8315
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8316
8316
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8317
|
-
readonly tooltip: string |
|
|
8317
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8318
8318
|
style?: CSSProperties | undefined;
|
|
8319
8319
|
class?: any;
|
|
8320
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8320
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8321
8321
|
style?: CSSProperties | undefined;
|
|
8322
8322
|
class?: any;
|
|
8323
8323
|
} & RecordType>>;
|
|
@@ -8384,12 +8384,12 @@ export declare const PlusPage: {
|
|
|
8384
8384
|
fieldInstance?: any;
|
|
8385
8385
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8386
8386
|
prop: string;
|
|
8387
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8387
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8388
8388
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8389
|
-
tooltip: string |
|
|
8389
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8390
8390
|
style?: CSSProperties | undefined;
|
|
8391
8391
|
class?: any;
|
|
8392
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8392
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8393
8393
|
style?: CSSProperties | undefined;
|
|
8394
8394
|
class?: any;
|
|
8395
8395
|
} & RecordType>>;
|
|
@@ -8862,9 +8862,9 @@ export declare const PlusPage: {
|
|
|
8862
8862
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8863
8863
|
__epPropKey: true;
|
|
8864
8864
|
};
|
|
8865
|
-
width: (
|
|
8866
|
-
height: (
|
|
8867
|
-
maxHeight: (
|
|
8865
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
8866
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
8867
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
8868
8868
|
fit: {
|
|
8869
8869
|
type: BooleanConstructor;
|
|
8870
8870
|
default: boolean;
|
|
@@ -8888,13 +8888,13 @@ export declare const PlusPage: {
|
|
|
8888
8888
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
8889
8889
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
8890
8890
|
highlightCurrentRow: BooleanConstructor;
|
|
8891
|
-
currentRowKey: (
|
|
8891
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
8892
8892
|
emptyText: StringConstructor;
|
|
8893
8893
|
expandRowKeys: PropType<any[] | undefined>;
|
|
8894
8894
|
defaultExpandAll: BooleanConstructor;
|
|
8895
8895
|
defaultSort: PropType< Sort | undefined>;
|
|
8896
8896
|
tooltipEffect: StringConstructor;
|
|
8897
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
8897
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8898
8898
|
spanMethod: PropType<((data: {
|
|
8899
8899
|
row: any;
|
|
8900
8900
|
rowIndex: number;
|
|
@@ -8938,7 +8938,7 @@ export declare const PlusPage: {
|
|
|
8938
8938
|
};
|
|
8939
8939
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
8940
8940
|
flexible: BooleanConstructor;
|
|
8941
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
8941
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
8942
8942
|
}>> & {
|
|
8943
8943
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8944
8944
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9058,9 +9058,9 @@ export declare const PlusPage: {
|
|
|
9058
9058
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9059
9059
|
__epPropKey: true;
|
|
9060
9060
|
};
|
|
9061
|
-
width: (
|
|
9062
|
-
height: (
|
|
9063
|
-
maxHeight: (
|
|
9061
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9062
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9063
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9064
9064
|
fit: {
|
|
9065
9065
|
type: BooleanConstructor;
|
|
9066
9066
|
default: boolean;
|
|
@@ -9084,13 +9084,13 @@ export declare const PlusPage: {
|
|
|
9084
9084
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9085
9085
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9086
9086
|
highlightCurrentRow: BooleanConstructor;
|
|
9087
|
-
currentRowKey: (
|
|
9087
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9088
9088
|
emptyText: StringConstructor;
|
|
9089
9089
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9090
9090
|
defaultExpandAll: BooleanConstructor;
|
|
9091
9091
|
defaultSort: PropType< Sort | undefined>;
|
|
9092
9092
|
tooltipEffect: StringConstructor;
|
|
9093
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9093
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9094
9094
|
spanMethod: PropType<((data: {
|
|
9095
9095
|
row: any;
|
|
9096
9096
|
rowIndex: number;
|
|
@@ -9134,7 +9134,7 @@ export declare const PlusPage: {
|
|
|
9134
9134
|
};
|
|
9135
9135
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9136
9136
|
flexible: BooleanConstructor;
|
|
9137
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9137
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9138
9138
|
}>> & {
|
|
9139
9139
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9140
9140
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9193,9 +9193,9 @@ export declare const PlusPage: {
|
|
|
9193
9193
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9194
9194
|
__epPropKey: true;
|
|
9195
9195
|
};
|
|
9196
|
-
width: (
|
|
9197
|
-
height: (
|
|
9198
|
-
maxHeight: (
|
|
9196
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9197
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9198
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9199
9199
|
fit: {
|
|
9200
9200
|
type: BooleanConstructor;
|
|
9201
9201
|
default: boolean;
|
|
@@ -9219,13 +9219,13 @@ export declare const PlusPage: {
|
|
|
9219
9219
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9220
9220
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9221
9221
|
highlightCurrentRow: BooleanConstructor;
|
|
9222
|
-
currentRowKey: (
|
|
9222
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9223
9223
|
emptyText: StringConstructor;
|
|
9224
9224
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9225
9225
|
defaultExpandAll: BooleanConstructor;
|
|
9226
9226
|
defaultSort: PropType< Sort | undefined>;
|
|
9227
9227
|
tooltipEffect: StringConstructor;
|
|
9228
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9228
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9229
9229
|
spanMethod: PropType<((data: {
|
|
9230
9230
|
row: any;
|
|
9231
9231
|
rowIndex: number;
|
|
@@ -9269,7 +9269,7 @@ export declare const PlusPage: {
|
|
|
9269
9269
|
};
|
|
9270
9270
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9271
9271
|
flexible: BooleanConstructor;
|
|
9272
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9272
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9273
9273
|
}>> & {
|
|
9274
9274
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9275
9275
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9641,9 +9641,9 @@ export declare const PlusPage: {
|
|
|
9641
9641
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9642
9642
|
__epPropKey: true;
|
|
9643
9643
|
};
|
|
9644
|
-
width: (
|
|
9645
|
-
height: (
|
|
9646
|
-
maxHeight: (
|
|
9644
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9645
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9646
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9647
9647
|
fit: {
|
|
9648
9648
|
type: BooleanConstructor;
|
|
9649
9649
|
default: boolean;
|
|
@@ -9667,13 +9667,13 @@ export declare const PlusPage: {
|
|
|
9667
9667
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9668
9668
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9669
9669
|
highlightCurrentRow: BooleanConstructor;
|
|
9670
|
-
currentRowKey: (
|
|
9670
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9671
9671
|
emptyText: StringConstructor;
|
|
9672
9672
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9673
9673
|
defaultExpandAll: BooleanConstructor;
|
|
9674
9674
|
defaultSort: PropType< Sort | undefined>;
|
|
9675
9675
|
tooltipEffect: StringConstructor;
|
|
9676
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9676
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9677
9677
|
spanMethod: PropType<((data: {
|
|
9678
9678
|
row: any;
|
|
9679
9679
|
rowIndex: number;
|
|
@@ -9717,7 +9717,7 @@ export declare const PlusPage: {
|
|
|
9717
9717
|
};
|
|
9718
9718
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9719
9719
|
flexible: BooleanConstructor;
|
|
9720
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9720
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9721
9721
|
}>> & {
|
|
9722
9722
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9723
9723
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9837,9 +9837,9 @@ export declare const PlusPage: {
|
|
|
9837
9837
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9838
9838
|
__epPropKey: true;
|
|
9839
9839
|
};
|
|
9840
|
-
width: (
|
|
9841
|
-
height: (
|
|
9842
|
-
maxHeight: (
|
|
9840
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9841
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9842
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9843
9843
|
fit: {
|
|
9844
9844
|
type: BooleanConstructor;
|
|
9845
9845
|
default: boolean;
|
|
@@ -9863,13 +9863,13 @@ export declare const PlusPage: {
|
|
|
9863
9863
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9864
9864
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9865
9865
|
highlightCurrentRow: BooleanConstructor;
|
|
9866
|
-
currentRowKey: (
|
|
9866
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
9867
9867
|
emptyText: StringConstructor;
|
|
9868
9868
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9869
9869
|
defaultExpandAll: BooleanConstructor;
|
|
9870
9870
|
defaultSort: PropType< Sort | undefined>;
|
|
9871
9871
|
tooltipEffect: StringConstructor;
|
|
9872
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9872
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9873
9873
|
spanMethod: PropType<((data: {
|
|
9874
9874
|
row: any;
|
|
9875
9875
|
rowIndex: number;
|
|
@@ -9913,7 +9913,7 @@ export declare const PlusPage: {
|
|
|
9913
9913
|
};
|
|
9914
9914
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9915
9915
|
flexible: BooleanConstructor;
|
|
9916
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9916
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
9917
9917
|
}>> & {
|
|
9918
9918
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9919
9919
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9972,9 +9972,9 @@ export declare const PlusPage: {
|
|
|
9972
9972
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9973
9973
|
__epPropKey: true;
|
|
9974
9974
|
};
|
|
9975
|
-
width: (
|
|
9976
|
-
height: (
|
|
9977
|
-
maxHeight: (
|
|
9975
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
9976
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
9977
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
9978
9978
|
fit: {
|
|
9979
9979
|
type: BooleanConstructor;
|
|
9980
9980
|
default: boolean;
|
|
@@ -9998,13 +9998,13 @@ export declare const PlusPage: {
|
|
|
9998
9998
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9999
9999
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10000
10000
|
highlightCurrentRow: BooleanConstructor;
|
|
10001
|
-
currentRowKey: (
|
|
10001
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
10002
10002
|
emptyText: StringConstructor;
|
|
10003
10003
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10004
10004
|
defaultExpandAll: BooleanConstructor;
|
|
10005
10005
|
defaultSort: PropType< Sort | undefined>;
|
|
10006
10006
|
tooltipEffect: StringConstructor;
|
|
10007
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10007
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10008
10008
|
spanMethod: PropType<((data: {
|
|
10009
10009
|
row: any;
|
|
10010
10010
|
rowIndex: number;
|
|
@@ -10048,7 +10048,7 @@ export declare const PlusPage: {
|
|
|
10048
10048
|
};
|
|
10049
10049
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10050
10050
|
flexible: BooleanConstructor;
|
|
10051
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10051
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
10052
10052
|
}>> & {
|
|
10053
10053
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10054
10054
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10224,7 +10224,7 @@ export declare const PlusPage: {
|
|
|
10224
10224
|
columns: PlusColumn[];
|
|
10225
10225
|
immediate: boolean;
|
|
10226
10226
|
params: RecordType;
|
|
10227
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
10227
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
10228
10228
|
columnsEmptyText: string;
|
|
10229
10229
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
10230
10230
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -10285,7 +10285,7 @@ export declare const PlusPage: {
|
|
|
10285
10285
|
required: true;
|
|
10286
10286
|
};
|
|
10287
10287
|
pagination: {
|
|
10288
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
10288
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
10289
10289
|
default: () => {};
|
|
10290
10290
|
};
|
|
10291
10291
|
columnsEmptyText: {
|
|
@@ -10358,8 +10358,8 @@ export declare const PlusPage: {
|
|
|
10358
10358
|
$: ComponentInternalInstance;
|
|
10359
10359
|
$data: {};
|
|
10360
10360
|
$props: Partial<{
|
|
10361
|
-
modelValue: FieldValues;
|
|
10362
10361
|
columns: PlusColumn[];
|
|
10362
|
+
modelValue: FieldValues;
|
|
10363
10363
|
labelPosition: "top" | "right" | "left";
|
|
10364
10364
|
inline: boolean;
|
|
10365
10365
|
showNumber: number;
|
|
@@ -10385,8 +10385,8 @@ export declare const PlusPage: {
|
|
|
10385
10385
|
searchIcon: Component | null;
|
|
10386
10386
|
resetIcon: Component | null;
|
|
10387
10387
|
}> & Omit<{
|
|
10388
|
-
readonly modelValue: FieldValues;
|
|
10389
10388
|
readonly columns: PlusColumn[];
|
|
10389
|
+
readonly modelValue: FieldValues;
|
|
10390
10390
|
readonly inline: boolean;
|
|
10391
10391
|
readonly showNumber: number;
|
|
10392
10392
|
readonly defaultValues: FieldValues;
|
|
@@ -10411,20 +10411,20 @@ export declare const PlusPage: {
|
|
|
10411
10411
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
10412
10412
|
readonly searchIcon?: Component | null | undefined;
|
|
10413
10413
|
readonly resetIcon?: Component | null | undefined;
|
|
10414
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10415
10414
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10416
10415
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10416
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10417
10417
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
10418
10418
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
10419
10419
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
10420
|
-
modelValue: {
|
|
10421
|
-
type: PropType<FieldValues>;
|
|
10422
|
-
default: () => {};
|
|
10423
|
-
};
|
|
10424
10420
|
columns: {
|
|
10425
10421
|
type: PropType< PlusColumn[]>;
|
|
10426
10422
|
default: () => never[];
|
|
10427
10423
|
};
|
|
10424
|
+
modelValue: {
|
|
10425
|
+
type: PropType<FieldValues>;
|
|
10426
|
+
default: () => {};
|
|
10427
|
+
};
|
|
10428
10428
|
labelPosition: {
|
|
10429
10429
|
type: PropType<"top" | "right" | "left">;
|
|
10430
10430
|
default: undefined;
|
|
@@ -10512,12 +10512,12 @@ export declare const PlusPage: {
|
|
|
10512
10512
|
default: undefined;
|
|
10513
10513
|
};
|
|
10514
10514
|
}>> & {
|
|
10515
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10516
10515
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10517
10516
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10517
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10518
10518
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
10519
10519
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
10520
|
-
}, "
|
|
10520
|
+
}, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
10521
10521
|
$attrs: {
|
|
10522
10522
|
[x: string]: unknown;
|
|
10523
10523
|
};
|
|
@@ -10529,17 +10529,17 @@ export declare const PlusPage: {
|
|
|
10529
10529
|
}>;
|
|
10530
10530
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10531
10531
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10532
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
10532
|
+
$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
10533
|
$el: any;
|
|
10534
10534
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
10535
|
-
modelValue: {
|
|
10536
|
-
type: PropType<FieldValues>;
|
|
10537
|
-
default: () => {};
|
|
10538
|
-
};
|
|
10539
10535
|
columns: {
|
|
10540
10536
|
type: PropType< PlusColumn[]>;
|
|
10541
10537
|
default: () => never[];
|
|
10542
10538
|
};
|
|
10539
|
+
modelValue: {
|
|
10540
|
+
type: PropType<FieldValues>;
|
|
10541
|
+
default: () => {};
|
|
10542
|
+
};
|
|
10543
10543
|
labelPosition: {
|
|
10544
10544
|
type: PropType<"top" | "right" | "left">;
|
|
10545
10545
|
default: undefined;
|
|
@@ -10627,9 +10627,9 @@ export declare const PlusPage: {
|
|
|
10627
10627
|
default: undefined;
|
|
10628
10628
|
};
|
|
10629
10629
|
}>> & {
|
|
10630
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10631
10630
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10632
10631
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10632
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10633
10633
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
10634
10634
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
10635
10635
|
}, {
|
|
@@ -10637,11 +10637,11 @@ export declare const PlusPage: {
|
|
|
10637
10637
|
$: ComponentInternalInstance;
|
|
10638
10638
|
$data: {};
|
|
10639
10639
|
$props: Partial<{
|
|
10640
|
-
modelValue: FieldValues;
|
|
10641
10640
|
collapseDuration: number;
|
|
10642
10641
|
collapseTransition: boolean;
|
|
10643
10642
|
columns: PlusColumn[];
|
|
10644
10643
|
group: false | PlusFormGroupRow[];
|
|
10644
|
+
modelValue: FieldValues;
|
|
10645
10645
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
10646
10646
|
labelPosition: "top" | "right" | "left";
|
|
10647
10647
|
labelWidth: string | number;
|
|
@@ -10662,7 +10662,7 @@ export declare const PlusPage: {
|
|
|
10662
10662
|
submitText: string;
|
|
10663
10663
|
resetText: string;
|
|
10664
10664
|
submitLoading: boolean;
|
|
10665
|
-
footerAlign: "
|
|
10665
|
+
footerAlign: "right" | "left" | "center";
|
|
10666
10666
|
cardProps: Partial< Mutable<CardProps> & {
|
|
10667
10667
|
style?: CSSProperties | undefined;
|
|
10668
10668
|
class?: any;
|
|
@@ -10670,9 +10670,9 @@ export declare const PlusPage: {
|
|
|
10670
10670
|
prevent: boolean;
|
|
10671
10671
|
clearable: boolean;
|
|
10672
10672
|
}> & Omit<{
|
|
10673
|
-
readonly modelValue: FieldValues;
|
|
10674
10673
|
readonly columns: PlusColumn[];
|
|
10675
10674
|
readonly group: false | PlusFormGroupRow[];
|
|
10675
|
+
readonly modelValue: FieldValues;
|
|
10676
10676
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
10677
10677
|
readonly labelPosition: "top" | "right" | "left";
|
|
10678
10678
|
readonly labelWidth: string | number;
|
|
@@ -10693,7 +10693,7 @@ export declare const PlusPage: {
|
|
|
10693
10693
|
readonly submitText: string;
|
|
10694
10694
|
readonly resetText: string;
|
|
10695
10695
|
readonly submitLoading: boolean;
|
|
10696
|
-
readonly footerAlign: "
|
|
10696
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
10697
10697
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
10698
10698
|
style?: CSSProperties | undefined;
|
|
10699
10699
|
class?: any;
|
|
@@ -10702,17 +10702,13 @@ export declare const PlusPage: {
|
|
|
10702
10702
|
readonly clearable: boolean;
|
|
10703
10703
|
readonly collapseDuration?: number | undefined;
|
|
10704
10704
|
readonly collapseTransition?: boolean | undefined;
|
|
10705
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10706
10705
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10707
10706
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10708
10707
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10708
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10709
10709
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10710
10710
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10711
10711
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
10712
|
-
modelValue: {
|
|
10713
|
-
type: PropType<FieldValues>;
|
|
10714
|
-
default: () => {};
|
|
10715
|
-
};
|
|
10716
10712
|
collapseDuration: {
|
|
10717
10713
|
type: PropType<number>;
|
|
10718
10714
|
default: undefined;
|
|
@@ -10729,6 +10725,10 @@ export declare const PlusPage: {
|
|
|
10729
10725
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
10730
10726
|
default: boolean;
|
|
10731
10727
|
};
|
|
10728
|
+
modelValue: {
|
|
10729
|
+
type: PropType<FieldValues>;
|
|
10730
|
+
default: () => {};
|
|
10731
|
+
};
|
|
10732
10732
|
rules: {
|
|
10733
10733
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
10734
10734
|
default: () => {};
|
|
@@ -10792,7 +10792,7 @@ export declare const PlusPage: {
|
|
|
10792
10792
|
default: boolean;
|
|
10793
10793
|
};
|
|
10794
10794
|
footerAlign: {
|
|
10795
|
-
type: PropType<"
|
|
10795
|
+
type: PropType<"right" | "left" | "center">;
|
|
10796
10796
|
default: string;
|
|
10797
10797
|
};
|
|
10798
10798
|
cardProps: {
|
|
@@ -10811,13 +10811,13 @@ export declare const PlusPage: {
|
|
|
10811
10811
|
default: boolean;
|
|
10812
10812
|
};
|
|
10813
10813
|
}>> & {
|
|
10814
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10815
10814
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10816
10815
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10817
10816
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10817
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10818
10818
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10819
10819
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10820
|
-
}, "
|
|
10820
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
10821
10821
|
$attrs: {
|
|
10822
10822
|
[x: string]: unknown;
|
|
10823
10823
|
};
|
|
@@ -10829,13 +10829,9 @@ export declare const PlusPage: {
|
|
|
10829
10829
|
}>;
|
|
10830
10830
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10831
10831
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
10832
|
-
$emit: ((event: "
|
|
10832
|
+
$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
10833
|
$el: any;
|
|
10834
10834
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
10835
|
-
modelValue: {
|
|
10836
|
-
type: PropType<FieldValues>;
|
|
10837
|
-
default: () => {};
|
|
10838
|
-
};
|
|
10839
10835
|
collapseDuration: {
|
|
10840
10836
|
type: PropType<number>;
|
|
10841
10837
|
default: undefined;
|
|
@@ -10852,6 +10848,10 @@ export declare const PlusPage: {
|
|
|
10852
10848
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
10853
10849
|
default: boolean;
|
|
10854
10850
|
};
|
|
10851
|
+
modelValue: {
|
|
10852
|
+
type: PropType<FieldValues>;
|
|
10853
|
+
default: () => {};
|
|
10854
|
+
};
|
|
10855
10855
|
rules: {
|
|
10856
10856
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
10857
10857
|
default: () => {};
|
|
@@ -10915,7 +10915,7 @@ export declare const PlusPage: {
|
|
|
10915
10915
|
default: boolean;
|
|
10916
10916
|
};
|
|
10917
10917
|
footerAlign: {
|
|
10918
|
-
type: PropType<"
|
|
10918
|
+
type: PropType<"right" | "left" | "center">;
|
|
10919
10919
|
default: string;
|
|
10920
10920
|
};
|
|
10921
10921
|
cardProps: {
|
|
@@ -10934,10 +10934,10 @@ export declare const PlusPage: {
|
|
|
10934
10934
|
default: boolean;
|
|
10935
10935
|
};
|
|
10936
10936
|
}>> & {
|
|
10937
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10938
10937
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
10939
10938
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
10940
10939
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
10940
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
10941
10941
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
10942
10942
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
10943
10943
|
}, {
|
|
@@ -11233,11 +11233,11 @@ export declare const PlusPage: {
|
|
|
11233
11233
|
submitError: (errors: unknown) => void;
|
|
11234
11234
|
validate: (...args: any[]) => void;
|
|
11235
11235
|
}, string, {
|
|
11236
|
-
modelValue: FieldValues;
|
|
11237
11236
|
collapseDuration: number;
|
|
11238
11237
|
collapseTransition: boolean;
|
|
11239
11238
|
columns: PlusColumn[];
|
|
11240
11239
|
group: false | PlusFormGroupRow[];
|
|
11240
|
+
modelValue: FieldValues;
|
|
11241
11241
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
11242
11242
|
labelPosition: "top" | "right" | "left";
|
|
11243
11243
|
labelWidth: string | number;
|
|
@@ -11258,7 +11258,7 @@ export declare const PlusPage: {
|
|
|
11258
11258
|
submitText: string;
|
|
11259
11259
|
resetText: string;
|
|
11260
11260
|
submitLoading: boolean;
|
|
11261
|
-
footerAlign: "
|
|
11261
|
+
footerAlign: "right" | "left" | "center";
|
|
11262
11262
|
cardProps: Partial< Mutable<CardProps> & {
|
|
11263
11263
|
style?: CSSProperties | undefined;
|
|
11264
11264
|
class?: any;
|
|
@@ -11286,10 +11286,6 @@ export declare const PlusPage: {
|
|
|
11286
11286
|
$nextTick: nextTick;
|
|
11287
11287
|
$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
11288
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
11289
|
-
modelValue: {
|
|
11290
|
-
type: PropType<FieldValues>;
|
|
11291
|
-
default: () => {};
|
|
11292
|
-
};
|
|
11293
11289
|
collapseDuration: {
|
|
11294
11290
|
type: PropType<number>;
|
|
11295
11291
|
default: undefined;
|
|
@@ -11306,6 +11302,10 @@ export declare const PlusPage: {
|
|
|
11306
11302
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
11307
11303
|
default: boolean;
|
|
11308
11304
|
};
|
|
11305
|
+
modelValue: {
|
|
11306
|
+
type: PropType<FieldValues>;
|
|
11307
|
+
default: () => {};
|
|
11308
|
+
};
|
|
11309
11309
|
rules: {
|
|
11310
11310
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
11311
11311
|
default: () => {};
|
|
@@ -11369,7 +11369,7 @@ export declare const PlusPage: {
|
|
|
11369
11369
|
default: boolean;
|
|
11370
11370
|
};
|
|
11371
11371
|
footerAlign: {
|
|
11372
|
-
type: PropType<"
|
|
11372
|
+
type: PropType<"right" | "left" | "center">;
|
|
11373
11373
|
default: string;
|
|
11374
11374
|
};
|
|
11375
11375
|
cardProps: {
|
|
@@ -11388,10 +11388,10 @@ export declare const PlusPage: {
|
|
|
11388
11388
|
default: boolean;
|
|
11389
11389
|
};
|
|
11390
11390
|
}>> & {
|
|
11391
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11392
11391
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
11393
11392
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
11394
11393
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
11394
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
11395
11395
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
11396
11396
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
11397
11397
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -11692,14 +11692,14 @@ export declare const PlusPage: {
|
|
|
11692
11692
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
11693
11693
|
columns?: PlusColumn[] | undefined;
|
|
11694
11694
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
11695
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
11695
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
11696
11696
|
readonly label: string | ComputedRef<string>;
|
|
11697
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
11697
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11698
11698
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11699
|
-
readonly tooltip: string |
|
|
11699
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11700
11700
|
style?: CSSProperties | undefined;
|
|
11701
11701
|
class?: any;
|
|
11702
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11702
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11703
11703
|
style?: CSSProperties | undefined;
|
|
11704
11704
|
class?: any;
|
|
11705
11705
|
} & RecordType>>;
|
|
@@ -11766,12 +11766,12 @@ export declare const PlusPage: {
|
|
|
11766
11766
|
fieldInstance?: any;
|
|
11767
11767
|
valueIsReady?: Ref<boolean> | undefined;
|
|
11768
11768
|
prop: string;
|
|
11769
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
11769
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11770
11770
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11771
|
-
tooltip: string |
|
|
11771
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11772
11772
|
style?: CSSProperties | undefined;
|
|
11773
11773
|
class?: any;
|
|
11774
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11774
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11775
11775
|
style?: CSSProperties | undefined;
|
|
11776
11776
|
class?: any;
|
|
11777
11777
|
} & RecordType>>;
|
|
@@ -11800,14 +11800,14 @@ export declare const PlusPage: {
|
|
|
11800
11800
|
clearable: boolean;
|
|
11801
11801
|
index: number;
|
|
11802
11802
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
11803
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
11803
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
11804
11804
|
readonly label: string | ComputedRef<string>;
|
|
11805
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
11805
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11806
11806
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11807
|
-
readonly tooltip: string |
|
|
11807
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11808
11808
|
style?: CSSProperties | undefined;
|
|
11809
11809
|
class?: any;
|
|
11810
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11810
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11811
11811
|
style?: CSSProperties | undefined;
|
|
11812
11812
|
class?: any;
|
|
11813
11813
|
} & RecordType>>;
|
|
@@ -11874,12 +11874,12 @@ export declare const PlusPage: {
|
|
|
11874
11874
|
fieldInstance?: any;
|
|
11875
11875
|
valueIsReady?: Ref<boolean> | undefined;
|
|
11876
11876
|
prop: string;
|
|
11877
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
11877
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
11878
11878
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
11879
|
-
tooltip: string |
|
|
11879
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
11880
11880
|
style?: CSSProperties | undefined;
|
|
11881
11881
|
class?: any;
|
|
11882
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11882
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
11883
11883
|
style?: CSSProperties | undefined;
|
|
11884
11884
|
class?: any;
|
|
11885
11885
|
} & RecordType>>;
|
|
@@ -11931,8 +11931,8 @@ export declare const PlusPage: {
|
|
|
11931
11931
|
reset: (values: FieldValues) => void;
|
|
11932
11932
|
collapse: (isShowUnfold: boolean) => void;
|
|
11933
11933
|
}, string, {
|
|
11934
|
-
modelValue: FieldValues;
|
|
11935
11934
|
columns: PlusColumn[];
|
|
11935
|
+
modelValue: FieldValues;
|
|
11936
11936
|
labelPosition: "top" | "right" | "left";
|
|
11937
11937
|
inline: boolean;
|
|
11938
11938
|
showNumber: number;
|
|
@@ -11978,14 +11978,14 @@ export declare const PlusPage: {
|
|
|
11978
11978
|
$nextTick: nextTick;
|
|
11979
11979
|
$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
11980
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
11981
|
-
modelValue: {
|
|
11982
|
-
type: PropType<FieldValues>;
|
|
11983
|
-
default: () => {};
|
|
11984
|
-
};
|
|
11985
11981
|
columns: {
|
|
11986
11982
|
type: PropType< PlusColumn[]>;
|
|
11987
11983
|
default: () => never[];
|
|
11988
11984
|
};
|
|
11985
|
+
modelValue: {
|
|
11986
|
+
type: PropType<FieldValues>;
|
|
11987
|
+
default: () => {};
|
|
11988
|
+
};
|
|
11989
11989
|
labelPosition: {
|
|
11990
11990
|
type: PropType<"top" | "right" | "left">;
|
|
11991
11991
|
default: undefined;
|
|
@@ -12073,9 +12073,9 @@ export declare const PlusPage: {
|
|
|
12073
12073
|
default: undefined;
|
|
12074
12074
|
};
|
|
12075
12075
|
}>> & {
|
|
12076
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12077
12076
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12078
12077
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12078
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12079
12079
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
12080
12080
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
12081
12081
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -12083,11 +12083,11 @@ export declare const PlusPage: {
|
|
|
12083
12083
|
$: ComponentInternalInstance;
|
|
12084
12084
|
$data: {};
|
|
12085
12085
|
$props: Partial<{
|
|
12086
|
-
modelValue: FieldValues;
|
|
12087
12086
|
collapseDuration: number;
|
|
12088
12087
|
collapseTransition: boolean;
|
|
12089
12088
|
columns: PlusColumn[];
|
|
12090
12089
|
group: false | PlusFormGroupRow[];
|
|
12090
|
+
modelValue: FieldValues;
|
|
12091
12091
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
12092
12092
|
labelPosition: "top" | "right" | "left";
|
|
12093
12093
|
labelWidth: string | number;
|
|
@@ -12108,7 +12108,7 @@ export declare const PlusPage: {
|
|
|
12108
12108
|
submitText: string;
|
|
12109
12109
|
resetText: string;
|
|
12110
12110
|
submitLoading: boolean;
|
|
12111
|
-
footerAlign: "
|
|
12111
|
+
footerAlign: "right" | "left" | "center";
|
|
12112
12112
|
cardProps: Partial< Mutable<CardProps> & {
|
|
12113
12113
|
style?: CSSProperties | undefined;
|
|
12114
12114
|
class?: any;
|
|
@@ -12116,9 +12116,9 @@ export declare const PlusPage: {
|
|
|
12116
12116
|
prevent: boolean;
|
|
12117
12117
|
clearable: boolean;
|
|
12118
12118
|
}> & Omit<{
|
|
12119
|
-
readonly modelValue: FieldValues;
|
|
12120
12119
|
readonly columns: PlusColumn[];
|
|
12121
12120
|
readonly group: false | PlusFormGroupRow[];
|
|
12121
|
+
readonly modelValue: FieldValues;
|
|
12122
12122
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
12123
12123
|
readonly labelPosition: "top" | "right" | "left";
|
|
12124
12124
|
readonly labelWidth: string | number;
|
|
@@ -12139,7 +12139,7 @@ export declare const PlusPage: {
|
|
|
12139
12139
|
readonly submitText: string;
|
|
12140
12140
|
readonly resetText: string;
|
|
12141
12141
|
readonly submitLoading: boolean;
|
|
12142
|
-
readonly footerAlign: "
|
|
12142
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
12143
12143
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
12144
12144
|
style?: CSSProperties | undefined;
|
|
12145
12145
|
class?: any;
|
|
@@ -12148,17 +12148,13 @@ export declare const PlusPage: {
|
|
|
12148
12148
|
readonly clearable: boolean;
|
|
12149
12149
|
readonly collapseDuration?: number | undefined;
|
|
12150
12150
|
readonly collapseTransition?: boolean | undefined;
|
|
12151
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12152
12151
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12153
12152
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12154
12153
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12154
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12155
12155
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12156
12156
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12157
12157
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
12158
|
-
modelValue: {
|
|
12159
|
-
type: PropType<FieldValues>;
|
|
12160
|
-
default: () => {};
|
|
12161
|
-
};
|
|
12162
12158
|
collapseDuration: {
|
|
12163
12159
|
type: PropType<number>;
|
|
12164
12160
|
default: undefined;
|
|
@@ -12175,6 +12171,10 @@ export declare const PlusPage: {
|
|
|
12175
12171
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
12176
12172
|
default: boolean;
|
|
12177
12173
|
};
|
|
12174
|
+
modelValue: {
|
|
12175
|
+
type: PropType<FieldValues>;
|
|
12176
|
+
default: () => {};
|
|
12177
|
+
};
|
|
12178
12178
|
rules: {
|
|
12179
12179
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
12180
12180
|
default: () => {};
|
|
@@ -12238,7 +12238,7 @@ export declare const PlusPage: {
|
|
|
12238
12238
|
default: boolean;
|
|
12239
12239
|
};
|
|
12240
12240
|
footerAlign: {
|
|
12241
|
-
type: PropType<"
|
|
12241
|
+
type: PropType<"right" | "left" | "center">;
|
|
12242
12242
|
default: string;
|
|
12243
12243
|
};
|
|
12244
12244
|
cardProps: {
|
|
@@ -12257,13 +12257,13 @@ export declare const PlusPage: {
|
|
|
12257
12257
|
default: boolean;
|
|
12258
12258
|
};
|
|
12259
12259
|
}>> & {
|
|
12260
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12261
12260
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12262
12261
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12263
12262
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12263
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12264
12264
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12265
12265
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12266
|
-
}, "
|
|
12266
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
12267
12267
|
$attrs: {
|
|
12268
12268
|
[x: string]: unknown;
|
|
12269
12269
|
};
|
|
@@ -12275,13 +12275,9 @@ export declare const PlusPage: {
|
|
|
12275
12275
|
}>;
|
|
12276
12276
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
12277
12277
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
12278
|
-
$emit: ((event: "
|
|
12278
|
+
$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
12279
|
$el: any;
|
|
12280
12280
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
12281
|
-
modelValue: {
|
|
12282
|
-
type: PropType<FieldValues>;
|
|
12283
|
-
default: () => {};
|
|
12284
|
-
};
|
|
12285
12281
|
collapseDuration: {
|
|
12286
12282
|
type: PropType<number>;
|
|
12287
12283
|
default: undefined;
|
|
@@ -12298,6 +12294,10 @@ export declare const PlusPage: {
|
|
|
12298
12294
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
12299
12295
|
default: boolean;
|
|
12300
12296
|
};
|
|
12297
|
+
modelValue: {
|
|
12298
|
+
type: PropType<FieldValues>;
|
|
12299
|
+
default: () => {};
|
|
12300
|
+
};
|
|
12301
12301
|
rules: {
|
|
12302
12302
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
12303
12303
|
default: () => {};
|
|
@@ -12361,7 +12361,7 @@ export declare const PlusPage: {
|
|
|
12361
12361
|
default: boolean;
|
|
12362
12362
|
};
|
|
12363
12363
|
footerAlign: {
|
|
12364
|
-
type: PropType<"
|
|
12364
|
+
type: PropType<"right" | "left" | "center">;
|
|
12365
12365
|
default: string;
|
|
12366
12366
|
};
|
|
12367
12367
|
cardProps: {
|
|
@@ -12380,10 +12380,10 @@ export declare const PlusPage: {
|
|
|
12380
12380
|
default: boolean;
|
|
12381
12381
|
};
|
|
12382
12382
|
}>> & {
|
|
12383
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12384
12383
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12385
12384
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12386
12385
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12386
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12387
12387
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12388
12388
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12389
12389
|
}, {
|
|
@@ -12679,11 +12679,11 @@ export declare const PlusPage: {
|
|
|
12679
12679
|
submitError: (errors: unknown) => void;
|
|
12680
12680
|
validate: (...args: any[]) => void;
|
|
12681
12681
|
}, string, {
|
|
12682
|
-
modelValue: FieldValues;
|
|
12683
12682
|
collapseDuration: number;
|
|
12684
12683
|
collapseTransition: boolean;
|
|
12685
12684
|
columns: PlusColumn[];
|
|
12686
12685
|
group: false | PlusFormGroupRow[];
|
|
12686
|
+
modelValue: FieldValues;
|
|
12687
12687
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
12688
12688
|
labelPosition: "top" | "right" | "left";
|
|
12689
12689
|
labelWidth: string | number;
|
|
@@ -12704,7 +12704,7 @@ export declare const PlusPage: {
|
|
|
12704
12704
|
submitText: string;
|
|
12705
12705
|
resetText: string;
|
|
12706
12706
|
submitLoading: boolean;
|
|
12707
|
-
footerAlign: "
|
|
12707
|
+
footerAlign: "right" | "left" | "center";
|
|
12708
12708
|
cardProps: Partial< Mutable<CardProps> & {
|
|
12709
12709
|
style?: CSSProperties | undefined;
|
|
12710
12710
|
class?: any;
|
|
@@ -12732,10 +12732,6 @@ export declare const PlusPage: {
|
|
|
12732
12732
|
$nextTick: nextTick;
|
|
12733
12733
|
$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
12734
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
12735
|
-
modelValue: {
|
|
12736
|
-
type: PropType<FieldValues>;
|
|
12737
|
-
default: () => {};
|
|
12738
|
-
};
|
|
12739
12735
|
collapseDuration: {
|
|
12740
12736
|
type: PropType<number>;
|
|
12741
12737
|
default: undefined;
|
|
@@ -12752,6 +12748,10 @@ export declare const PlusPage: {
|
|
|
12752
12748
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
12753
12749
|
default: boolean;
|
|
12754
12750
|
};
|
|
12751
|
+
modelValue: {
|
|
12752
|
+
type: PropType<FieldValues>;
|
|
12753
|
+
default: () => {};
|
|
12754
|
+
};
|
|
12755
12755
|
rules: {
|
|
12756
12756
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
12757
12757
|
default: () => {};
|
|
@@ -12815,7 +12815,7 @@ export declare const PlusPage: {
|
|
|
12815
12815
|
default: boolean;
|
|
12816
12816
|
};
|
|
12817
12817
|
footerAlign: {
|
|
12818
|
-
type: PropType<"
|
|
12818
|
+
type: PropType<"right" | "left" | "center">;
|
|
12819
12819
|
default: string;
|
|
12820
12820
|
};
|
|
12821
12821
|
cardProps: {
|
|
@@ -12834,10 +12834,10 @@ export declare const PlusPage: {
|
|
|
12834
12834
|
default: boolean;
|
|
12835
12835
|
};
|
|
12836
12836
|
}>> & {
|
|
12837
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12838
12837
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
12839
12838
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
12840
12839
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
12840
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
12841
12841
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
12842
12842
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
12843
12843
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -13138,14 +13138,14 @@ export declare const PlusPage: {
|
|
|
13138
13138
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
13139
13139
|
columns?: PlusColumn[] | undefined;
|
|
13140
13140
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
13141
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
13141
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
13142
13142
|
readonly label: string | ComputedRef<string>;
|
|
13143
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
13143
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13144
13144
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13145
|
-
readonly tooltip: string |
|
|
13145
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13146
13146
|
style?: CSSProperties | undefined;
|
|
13147
13147
|
class?: any;
|
|
13148
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13148
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13149
13149
|
style?: CSSProperties | undefined;
|
|
13150
13150
|
class?: any;
|
|
13151
13151
|
} & RecordType>>;
|
|
@@ -13212,12 +13212,12 @@ export declare const PlusPage: {
|
|
|
13212
13212
|
fieldInstance?: any;
|
|
13213
13213
|
valueIsReady?: Ref<boolean> | undefined;
|
|
13214
13214
|
prop: string;
|
|
13215
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
13215
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13216
13216
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13217
|
-
tooltip: string |
|
|
13217
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13218
13218
|
style?: CSSProperties | undefined;
|
|
13219
13219
|
class?: any;
|
|
13220
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13220
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13221
13221
|
style?: CSSProperties | undefined;
|
|
13222
13222
|
class?: any;
|
|
13223
13223
|
} & RecordType>>;
|
|
@@ -13246,14 +13246,14 @@ export declare const PlusPage: {
|
|
|
13246
13246
|
clearable: boolean;
|
|
13247
13247
|
index: number;
|
|
13248
13248
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
13249
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
13249
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
13250
13250
|
readonly label: string | ComputedRef<string>;
|
|
13251
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
13251
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13252
13252
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13253
|
-
readonly tooltip: string |
|
|
13253
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13254
13254
|
style?: CSSProperties | undefined;
|
|
13255
13255
|
class?: any;
|
|
13256
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13256
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13257
13257
|
style?: CSSProperties | undefined;
|
|
13258
13258
|
class?: any;
|
|
13259
13259
|
} & RecordType>>;
|
|
@@ -13320,12 +13320,12 @@ export declare const PlusPage: {
|
|
|
13320
13320
|
fieldInstance?: any;
|
|
13321
13321
|
valueIsReady?: Ref<boolean> | undefined;
|
|
13322
13322
|
prop: string;
|
|
13323
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
13323
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13324
13324
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13325
|
-
tooltip: string |
|
|
13325
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13326
13326
|
style?: CSSProperties | undefined;
|
|
13327
13327
|
class?: any;
|
|
13328
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13328
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13329
13329
|
style?: CSSProperties | undefined;
|
|
13330
13330
|
class?: any;
|
|
13331
13331
|
} & RecordType>>;
|
|
@@ -13372,14 +13372,14 @@ export declare const PlusPage: {
|
|
|
13372
13372
|
handleUnfold: (e: MouseEvent) => void;
|
|
13373
13373
|
}> & {} & ComponentCustomProperties & {} & {
|
|
13374
13374
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
13375
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
13375
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
13376
13376
|
readonly label: string | ComputedRef<string>;
|
|
13377
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
13377
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13378
13378
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13379
|
-
readonly tooltip: string |
|
|
13379
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13380
13380
|
style?: CSSProperties | undefined;
|
|
13381
13381
|
class?: any;
|
|
13382
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13382
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13383
13383
|
style?: CSSProperties | undefined;
|
|
13384
13384
|
class?: any;
|
|
13385
13385
|
} & RecordType>>;
|
|
@@ -13446,12 +13446,12 @@ export declare const PlusPage: {
|
|
|
13446
13446
|
fieldInstance?: any;
|
|
13447
13447
|
valueIsReady?: Ref<boolean> | undefined;
|
|
13448
13448
|
prop: string;
|
|
13449
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
13449
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
13450
13450
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
13451
|
-
tooltip: string |
|
|
13451
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
13452
13452
|
style?: CSSProperties | undefined;
|
|
13453
13453
|
class?: any;
|
|
13454
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13454
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
13455
13455
|
style?: CSSProperties | undefined;
|
|
13456
13456
|
class?: any;
|
|
13457
13457
|
} & RecordType>>;
|
|
@@ -13924,9 +13924,9 @@ export declare const PlusPage: {
|
|
|
13924
13924
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13925
13925
|
__epPropKey: true;
|
|
13926
13926
|
};
|
|
13927
|
-
width: (
|
|
13928
|
-
height: (
|
|
13929
|
-
maxHeight: (
|
|
13927
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
13928
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
13929
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
13930
13930
|
fit: {
|
|
13931
13931
|
type: BooleanConstructor;
|
|
13932
13932
|
default: boolean;
|
|
@@ -13950,13 +13950,13 @@ export declare const PlusPage: {
|
|
|
13950
13950
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
13951
13951
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
13952
13952
|
highlightCurrentRow: BooleanConstructor;
|
|
13953
|
-
currentRowKey: (
|
|
13953
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
13954
13954
|
emptyText: StringConstructor;
|
|
13955
13955
|
expandRowKeys: PropType<any[] | undefined>;
|
|
13956
13956
|
defaultExpandAll: BooleanConstructor;
|
|
13957
13957
|
defaultSort: PropType< Sort | undefined>;
|
|
13958
13958
|
tooltipEffect: StringConstructor;
|
|
13959
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
13959
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
13960
13960
|
spanMethod: PropType<((data: {
|
|
13961
13961
|
row: any;
|
|
13962
13962
|
rowIndex: number;
|
|
@@ -14000,7 +14000,7 @@ export declare const PlusPage: {
|
|
|
14000
14000
|
};
|
|
14001
14001
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14002
14002
|
flexible: BooleanConstructor;
|
|
14003
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14003
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14004
14004
|
}>> & {
|
|
14005
14005
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14006
14006
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14120,9 +14120,9 @@ export declare const PlusPage: {
|
|
|
14120
14120
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14121
14121
|
__epPropKey: true;
|
|
14122
14122
|
};
|
|
14123
|
-
width: (
|
|
14124
|
-
height: (
|
|
14125
|
-
maxHeight: (
|
|
14123
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14124
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14125
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14126
14126
|
fit: {
|
|
14127
14127
|
type: BooleanConstructor;
|
|
14128
14128
|
default: boolean;
|
|
@@ -14146,13 +14146,13 @@ export declare const PlusPage: {
|
|
|
14146
14146
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14147
14147
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14148
14148
|
highlightCurrentRow: BooleanConstructor;
|
|
14149
|
-
currentRowKey: (
|
|
14149
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14150
14150
|
emptyText: StringConstructor;
|
|
14151
14151
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14152
14152
|
defaultExpandAll: BooleanConstructor;
|
|
14153
14153
|
defaultSort: PropType< Sort | undefined>;
|
|
14154
14154
|
tooltipEffect: StringConstructor;
|
|
14155
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14155
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14156
14156
|
spanMethod: PropType<((data: {
|
|
14157
14157
|
row: any;
|
|
14158
14158
|
rowIndex: number;
|
|
@@ -14196,7 +14196,7 @@ export declare const PlusPage: {
|
|
|
14196
14196
|
};
|
|
14197
14197
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14198
14198
|
flexible: BooleanConstructor;
|
|
14199
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14199
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14200
14200
|
}>> & {
|
|
14201
14201
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14202
14202
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14255,9 +14255,9 @@ export declare const PlusPage: {
|
|
|
14255
14255
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14256
14256
|
__epPropKey: true;
|
|
14257
14257
|
};
|
|
14258
|
-
width: (
|
|
14259
|
-
height: (
|
|
14260
|
-
maxHeight: (
|
|
14258
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14259
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14260
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14261
14261
|
fit: {
|
|
14262
14262
|
type: BooleanConstructor;
|
|
14263
14263
|
default: boolean;
|
|
@@ -14281,13 +14281,13 @@ export declare const PlusPage: {
|
|
|
14281
14281
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14282
14282
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14283
14283
|
highlightCurrentRow: BooleanConstructor;
|
|
14284
|
-
currentRowKey: (
|
|
14284
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14285
14285
|
emptyText: StringConstructor;
|
|
14286
14286
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14287
14287
|
defaultExpandAll: BooleanConstructor;
|
|
14288
14288
|
defaultSort: PropType< Sort | undefined>;
|
|
14289
14289
|
tooltipEffect: StringConstructor;
|
|
14290
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14290
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14291
14291
|
spanMethod: PropType<((data: {
|
|
14292
14292
|
row: any;
|
|
14293
14293
|
rowIndex: number;
|
|
@@ -14331,7 +14331,7 @@ export declare const PlusPage: {
|
|
|
14331
14331
|
};
|
|
14332
14332
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14333
14333
|
flexible: BooleanConstructor;
|
|
14334
|
-
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>;
|
|
14335
14335
|
}>> & {
|
|
14336
14336
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14337
14337
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14703,9 +14703,9 @@ export declare const PlusPage: {
|
|
|
14703
14703
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14704
14704
|
__epPropKey: true;
|
|
14705
14705
|
};
|
|
14706
|
-
width: (
|
|
14707
|
-
height: (
|
|
14708
|
-
maxHeight: (
|
|
14706
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14707
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14708
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14709
14709
|
fit: {
|
|
14710
14710
|
type: BooleanConstructor;
|
|
14711
14711
|
default: boolean;
|
|
@@ -14729,13 +14729,13 @@ export declare const PlusPage: {
|
|
|
14729
14729
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14730
14730
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14731
14731
|
highlightCurrentRow: BooleanConstructor;
|
|
14732
|
-
currentRowKey: (
|
|
14732
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14733
14733
|
emptyText: StringConstructor;
|
|
14734
14734
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14735
14735
|
defaultExpandAll: BooleanConstructor;
|
|
14736
14736
|
defaultSort: PropType< Sort | undefined>;
|
|
14737
14737
|
tooltipEffect: StringConstructor;
|
|
14738
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14738
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14739
14739
|
spanMethod: PropType<((data: {
|
|
14740
14740
|
row: any;
|
|
14741
14741
|
rowIndex: number;
|
|
@@ -14779,7 +14779,7 @@ export declare const PlusPage: {
|
|
|
14779
14779
|
};
|
|
14780
14780
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14781
14781
|
flexible: BooleanConstructor;
|
|
14782
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14782
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14783
14783
|
}>> & {
|
|
14784
14784
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14785
14785
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14899,9 +14899,9 @@ export declare const PlusPage: {
|
|
|
14899
14899
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14900
14900
|
__epPropKey: true;
|
|
14901
14901
|
};
|
|
14902
|
-
width: (
|
|
14903
|
-
height: (
|
|
14904
|
-
maxHeight: (
|
|
14902
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
14903
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
14904
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
14905
14905
|
fit: {
|
|
14906
14906
|
type: BooleanConstructor;
|
|
14907
14907
|
default: boolean;
|
|
@@ -14925,13 +14925,13 @@ export declare const PlusPage: {
|
|
|
14925
14925
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
14926
14926
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
14927
14927
|
highlightCurrentRow: BooleanConstructor;
|
|
14928
|
-
currentRowKey: (
|
|
14928
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
14929
14929
|
emptyText: StringConstructor;
|
|
14930
14930
|
expandRowKeys: PropType<any[] | undefined>;
|
|
14931
14931
|
defaultExpandAll: BooleanConstructor;
|
|
14932
14932
|
defaultSort: PropType< Sort | undefined>;
|
|
14933
14933
|
tooltipEffect: StringConstructor;
|
|
14934
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
14934
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14935
14935
|
spanMethod: PropType<((data: {
|
|
14936
14936
|
row: any;
|
|
14937
14937
|
rowIndex: number;
|
|
@@ -14975,7 +14975,7 @@ export declare const PlusPage: {
|
|
|
14975
14975
|
};
|
|
14976
14976
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
14977
14977
|
flexible: BooleanConstructor;
|
|
14978
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
14978
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
14979
14979
|
}>> & {
|
|
14980
14980
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
14981
14981
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -15034,9 +15034,9 @@ export declare const PlusPage: {
|
|
|
15034
15034
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15035
15035
|
__epPropKey: true;
|
|
15036
15036
|
};
|
|
15037
|
-
width: (
|
|
15038
|
-
height: (
|
|
15039
|
-
maxHeight: (
|
|
15037
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
15038
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
15039
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
15040
15040
|
fit: {
|
|
15041
15041
|
type: BooleanConstructor;
|
|
15042
15042
|
default: boolean;
|
|
@@ -15060,13 +15060,13 @@ export declare const PlusPage: {
|
|
|
15060
15060
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
15061
15061
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
15062
15062
|
highlightCurrentRow: BooleanConstructor;
|
|
15063
|
-
currentRowKey: (
|
|
15063
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
15064
15064
|
emptyText: StringConstructor;
|
|
15065
15065
|
expandRowKeys: PropType<any[] | undefined>;
|
|
15066
15066
|
defaultExpandAll: BooleanConstructor;
|
|
15067
15067
|
defaultSort: PropType< Sort | undefined>;
|
|
15068
15068
|
tooltipEffect: StringConstructor;
|
|
15069
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
15069
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "placement" | "offset" | "popperOptions" | "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "showAfter" | "hideAfter">> | undefined>;
|
|
15070
15070
|
spanMethod: PropType<((data: {
|
|
15071
15071
|
row: any;
|
|
15072
15072
|
rowIndex: number;
|
|
@@ -15110,7 +15110,7 @@ export declare const PlusPage: {
|
|
|
15110
15110
|
};
|
|
15111
15111
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
15112
15112
|
flexible: BooleanConstructor;
|
|
15113
|
-
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>;
|
|
15114
15114
|
}>> & {
|
|
15115
15115
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
15116
15116
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -15292,7 +15292,7 @@ export declare const PlusPage: {
|
|
|
15292
15292
|
columns: PlusColumn[];
|
|
15293
15293
|
immediate: boolean;
|
|
15294
15294
|
params: RecordType;
|
|
15295
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
15295
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
15296
15296
|
columnsEmptyText: string;
|
|
15297
15297
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
15298
15298
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -15315,14 +15315,14 @@ export declare const PlusPage: {
|
|
|
15315
15315
|
searchSlot: boolean;
|
|
15316
15316
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
15317
15317
|
$slots: Partial<Record<never, (_: {
|
|
15318
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
15318
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
15319
15319
|
readonly label: string | ComputedRef<string>;
|
|
15320
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
15320
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
15321
15321
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
15322
|
-
readonly tooltip: string |
|
|
15322
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
15323
15323
|
style?: CSSProperties | undefined;
|
|
15324
15324
|
class?: any;
|
|
15325
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15325
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15326
15326
|
style?: CSSProperties | undefined;
|
|
15327
15327
|
class?: any;
|
|
15328
15328
|
} & RecordType>>;
|
|
@@ -15389,12 +15389,12 @@ export declare const PlusPage: {
|
|
|
15389
15389
|
fieldInstance?: any;
|
|
15390
15390
|
valueIsReady?: Ref<boolean> | undefined;
|
|
15391
15391
|
prop: string;
|
|
15392
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
15392
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
15393
15393
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
15394
|
-
tooltip: string |
|
|
15394
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
15395
15395
|
style?: CSSProperties | undefined;
|
|
15396
15396
|
class?: any;
|
|
15397
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15397
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
15398
15398
|
style?: CSSProperties | undefined;
|
|
15399
15399
|
class?: any;
|
|
15400
15400
|
} & RecordType>>;
|