yc-pro-components 0.0.75 → 0.0.76
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 +30 -30
- package/es/components/date-picker/src/index.vue.d.ts +22 -22
- package/es/components/dialog/index.d.ts +45 -45
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- 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 +68 -68
- package/es/components/drawer-form/src/index.vue.d.ts +16 -16
- package/es/components/form/index.d.ts +71 -71
- package/es/components/form/src/form-content.vue.d.ts +21 -21
- package/es/components/form/src/index.vue.d.ts +19 -19
- package/es/components/form-item/index.d.ts +69 -69
- package/es/components/form-item/src/index.vue.d.ts +21 -21
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +15 -15
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- 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 +533 -533
- package/es/components/page/src/index.vue.d.ts +181 -181
- 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 +243 -243
- package/es/components/search/src/index.vue.d.ts +73 -73
- 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/src/table-column.vue.d.ts +37 -37
- package/es/components/table/src/table-title-bar.vue.mjs +1 -1
- package/es/components/table/src/table-title-bar.vue2.mjs +79 -40
- package/es/components/table/src/type.d.ts +17 -0
- 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-drawer/src/index.vue.mjs +1 -1
- package/es/components/yc-drawer/src/index.vue2.mjs +2 -3
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +361 -361
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +244 -244
- package/es/index.css +10 -9
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/yc-components/version.d.ts +1 -1
- package/index.js +84 -46
- package/index.min.css +2 -1
- package/index.min.js +11 -11
- package/index.min.mjs +11 -11
- package/index.mjs +85 -47
- 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 +30 -30
- package/lib/components/date-picker/src/index.vue.d.ts +22 -22
- package/lib/components/dialog/index.d.ts +45 -45
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- 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 +68 -68
- package/lib/components/drawer-form/src/index.vue.d.ts +16 -16
- package/lib/components/form/index.d.ts +71 -71
- package/lib/components/form/src/form-content.vue.d.ts +21 -21
- package/lib/components/form/src/index.vue.d.ts +19 -19
- package/lib/components/form-item/index.d.ts +69 -69
- package/lib/components/form-item/src/index.vue.d.ts +21 -21
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +15 -15
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- 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 +533 -533
- package/lib/components/page/src/index.vue.d.ts +181 -181
- 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 +243 -243
- package/lib/components/search/src/index.vue.d.ts +73 -73
- 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/src/table-column.vue.d.ts +37 -37
- package/lib/components/table/src/table-title-bar.vue.js +1 -1
- package/lib/components/table/src/table-title-bar.vue2.js +78 -39
- package/lib/components/table/src/type.d.ts +17 -0
- 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-drawer/src/index.vue.js +1 -1
- package/lib/components/yc-drawer/src/index.vue2.js +2 -3
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +361 -361
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +244 -244
- package/lib/index.css +13 -12
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/yc-components/version.d.ts +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -46,7 +46,7 @@ export declare const PlusPage: {
|
|
|
46
46
|
required: true;
|
|
47
47
|
};
|
|
48
48
|
pagination: {
|
|
49
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
49
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
50
50
|
default: () => {};
|
|
51
51
|
};
|
|
52
52
|
columnsEmptyText: {
|
|
@@ -119,10 +119,10 @@ export declare const PlusPage: {
|
|
|
119
119
|
$: ComponentInternalInstance;
|
|
120
120
|
$data: {};
|
|
121
121
|
$props: Partial<{
|
|
122
|
-
labelPosition: "left" | "right" | "top";
|
|
123
|
-
modelValue: FieldValues;
|
|
124
122
|
columns: PlusColumn[];
|
|
125
|
-
layout: "
|
|
123
|
+
layout: "grid" | "flex";
|
|
124
|
+
modelValue: FieldValues;
|
|
125
|
+
labelPosition: "top" | "right" | "left";
|
|
126
126
|
inline: boolean;
|
|
127
127
|
showNumber: number;
|
|
128
128
|
defaultValues: FieldValues;
|
|
@@ -147,9 +147,9 @@ export declare const PlusPage: {
|
|
|
147
147
|
searchIcon: Component | null;
|
|
148
148
|
resetIcon: Component | null;
|
|
149
149
|
}> & Omit<{
|
|
150
|
-
readonly modelValue: FieldValues;
|
|
151
150
|
readonly columns: PlusColumn[];
|
|
152
|
-
readonly layout: "
|
|
151
|
+
readonly layout: "grid" | "flex";
|
|
152
|
+
readonly modelValue: FieldValues;
|
|
153
153
|
readonly inline: boolean;
|
|
154
154
|
readonly showNumber: number;
|
|
155
155
|
readonly defaultValues: FieldValues;
|
|
@@ -171,31 +171,31 @@ export declare const PlusPage: {
|
|
|
171
171
|
readonly expandText: string;
|
|
172
172
|
readonly searchLoading: boolean;
|
|
173
173
|
readonly needValidate: boolean;
|
|
174
|
-
readonly labelPosition?: "
|
|
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
|
-
labelPosition: {
|
|
184
|
-
type: PropType<"left" | "right" | "top">;
|
|
185
|
-
default: undefined;
|
|
186
|
-
};
|
|
187
|
-
modelValue: {
|
|
188
|
-
type: PropType<FieldValues>;
|
|
189
|
-
default: () => {};
|
|
190
|
-
};
|
|
191
183
|
columns: {
|
|
192
184
|
type: PropType< PlusColumn[]>;
|
|
193
185
|
default: () => never[];
|
|
194
186
|
};
|
|
195
187
|
layout: {
|
|
196
|
-
type: PropType<"
|
|
188
|
+
type: PropType<"grid" | "flex">;
|
|
197
189
|
default: "grid";
|
|
198
190
|
};
|
|
191
|
+
modelValue: {
|
|
192
|
+
type: PropType<FieldValues>;
|
|
193
|
+
default: () => {};
|
|
194
|
+
};
|
|
195
|
+
labelPosition: {
|
|
196
|
+
type: PropType<"top" | "right" | "left">;
|
|
197
|
+
default: undefined;
|
|
198
|
+
};
|
|
199
199
|
inline: {
|
|
200
200
|
type: PropType<boolean>;
|
|
201
201
|
default: boolean;
|
|
@@ -279,12 +279,12 @@ export declare const PlusPage: {
|
|
|
279
279
|
default: undefined;
|
|
280
280
|
};
|
|
281
281
|
}>> & {
|
|
282
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
283
282
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
284
283
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
284
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
285
285
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
286
286
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
287
|
-
}, "
|
|
287
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
288
288
|
$attrs: {
|
|
289
289
|
[x: string]: unknown;
|
|
290
290
|
};
|
|
@@ -296,25 +296,25 @@ export declare const PlusPage: {
|
|
|
296
296
|
}>;
|
|
297
297
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
298
298
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
299
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
299
|
+
$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);
|
|
300
300
|
$el: any;
|
|
301
301
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
302
|
-
labelPosition: {
|
|
303
|
-
type: PropType<"left" | "right" | "top">;
|
|
304
|
-
default: undefined;
|
|
305
|
-
};
|
|
306
|
-
modelValue: {
|
|
307
|
-
type: PropType<FieldValues>;
|
|
308
|
-
default: () => {};
|
|
309
|
-
};
|
|
310
302
|
columns: {
|
|
311
303
|
type: PropType< PlusColumn[]>;
|
|
312
304
|
default: () => never[];
|
|
313
305
|
};
|
|
314
306
|
layout: {
|
|
315
|
-
type: PropType<"
|
|
307
|
+
type: PropType<"grid" | "flex">;
|
|
316
308
|
default: "grid";
|
|
317
309
|
};
|
|
310
|
+
modelValue: {
|
|
311
|
+
type: PropType<FieldValues>;
|
|
312
|
+
default: () => {};
|
|
313
|
+
};
|
|
314
|
+
labelPosition: {
|
|
315
|
+
type: PropType<"top" | "right" | "left">;
|
|
316
|
+
default: undefined;
|
|
317
|
+
};
|
|
318
318
|
inline: {
|
|
319
319
|
type: PropType<boolean>;
|
|
320
320
|
default: boolean;
|
|
@@ -398,9 +398,9 @@ export declare const PlusPage: {
|
|
|
398
398
|
default: undefined;
|
|
399
399
|
};
|
|
400
400
|
}>> & {
|
|
401
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
402
401
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
403
402
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
403
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
404
404
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
405
405
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
406
406
|
}, {
|
|
@@ -408,14 +408,14 @@ export declare const PlusPage: {
|
|
|
408
408
|
$: ComponentInternalInstance;
|
|
409
409
|
$data: {};
|
|
410
410
|
$props: Partial<{
|
|
411
|
-
labelPosition: "left" | "right" | "top";
|
|
412
|
-
modelValue: FieldValues;
|
|
413
411
|
collapseDuration: number;
|
|
414
412
|
collapseTransition: boolean;
|
|
415
413
|
columns: PlusColumn[];
|
|
416
414
|
group: false | PlusFormGroupRow[];
|
|
417
|
-
layout: "
|
|
415
|
+
layout: "grid" | "flex";
|
|
416
|
+
modelValue: FieldValues;
|
|
418
417
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
418
|
+
labelPosition: "top" | "right" | "left";
|
|
419
419
|
labelWidth: string | number;
|
|
420
420
|
labelSuffix: string;
|
|
421
421
|
defaultValues: FieldValues;
|
|
@@ -434,7 +434,7 @@ export declare const PlusPage: {
|
|
|
434
434
|
submitText: string;
|
|
435
435
|
resetText: string;
|
|
436
436
|
submitLoading: boolean;
|
|
437
|
-
footerAlign: "
|
|
437
|
+
footerAlign: "right" | "left" | "center";
|
|
438
438
|
cardProps: Partial< Mutable<CardProps> & {
|
|
439
439
|
style?: CSSProperties | undefined;
|
|
440
440
|
class?: any;
|
|
@@ -442,11 +442,11 @@ export declare const PlusPage: {
|
|
|
442
442
|
prevent: boolean;
|
|
443
443
|
clearable: boolean;
|
|
444
444
|
}> & Omit<{
|
|
445
|
-
readonly labelPosition: "left" | "right" | "top";
|
|
446
|
-
readonly modelValue: FieldValues;
|
|
447
445
|
readonly columns: PlusColumn[];
|
|
448
446
|
readonly group: false | PlusFormGroupRow[];
|
|
447
|
+
readonly modelValue: FieldValues;
|
|
449
448
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
449
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
450
450
|
readonly labelWidth: string | number;
|
|
451
451
|
readonly labelSuffix: string;
|
|
452
452
|
readonly defaultValues: FieldValues;
|
|
@@ -465,7 +465,7 @@ export declare const PlusPage: {
|
|
|
465
465
|
readonly submitText: string;
|
|
466
466
|
readonly resetText: string;
|
|
467
467
|
readonly submitLoading: boolean;
|
|
468
|
-
readonly footerAlign: "
|
|
468
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
469
469
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
470
470
|
style?: CSSProperties | undefined;
|
|
471
471
|
class?: any;
|
|
@@ -474,22 +474,14 @@ export declare const PlusPage: {
|
|
|
474
474
|
readonly clearable: boolean;
|
|
475
475
|
readonly collapseDuration?: number | undefined;
|
|
476
476
|
readonly collapseTransition?: boolean | undefined;
|
|
477
|
-
readonly layout?: "
|
|
478
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
477
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
479
478
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
480
479
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
481
480
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
481
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
482
482
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
483
483
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
484
484
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
485
|
-
labelPosition: {
|
|
486
|
-
type: PropType<"left" | "right" | "top">;
|
|
487
|
-
default: string;
|
|
488
|
-
};
|
|
489
|
-
modelValue: {
|
|
490
|
-
type: PropType<FieldValues>;
|
|
491
|
-
default: () => {};
|
|
492
|
-
};
|
|
493
485
|
collapseDuration: {
|
|
494
486
|
type: PropType<number>;
|
|
495
487
|
default: undefined;
|
|
@@ -507,13 +499,21 @@ export declare const PlusPage: {
|
|
|
507
499
|
default: boolean;
|
|
508
500
|
};
|
|
509
501
|
layout: {
|
|
510
|
-
type: PropType<"
|
|
502
|
+
type: PropType<"grid" | "flex">;
|
|
511
503
|
default: undefined;
|
|
512
504
|
};
|
|
505
|
+
modelValue: {
|
|
506
|
+
type: PropType<FieldValues>;
|
|
507
|
+
default: () => {};
|
|
508
|
+
};
|
|
513
509
|
rules: {
|
|
514
510
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
515
511
|
default: () => {};
|
|
516
512
|
};
|
|
513
|
+
labelPosition: {
|
|
514
|
+
type: PropType<"top" | "right" | "left">;
|
|
515
|
+
default: string;
|
|
516
|
+
};
|
|
517
517
|
labelWidth: {
|
|
518
518
|
type: PropType<string | number>;
|
|
519
519
|
default: string;
|
|
@@ -569,7 +569,7 @@ export declare const PlusPage: {
|
|
|
569
569
|
default: boolean;
|
|
570
570
|
};
|
|
571
571
|
footerAlign: {
|
|
572
|
-
type: PropType<"
|
|
572
|
+
type: PropType<"right" | "left" | "center">;
|
|
573
573
|
default: string;
|
|
574
574
|
};
|
|
575
575
|
cardProps: {
|
|
@@ -588,13 +588,13 @@ export declare const PlusPage: {
|
|
|
588
588
|
default: boolean;
|
|
589
589
|
};
|
|
590
590
|
}>> & {
|
|
591
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
592
591
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
593
592
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
594
593
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
594
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
595
595
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
596
596
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
597
|
-
}, "
|
|
597
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
598
598
|
$attrs: {
|
|
599
599
|
[x: string]: unknown;
|
|
600
600
|
};
|
|
@@ -606,17 +606,9 @@ export declare const PlusPage: {
|
|
|
606
606
|
}>;
|
|
607
607
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
608
608
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
609
|
-
$emit: ((event: "
|
|
609
|
+
$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);
|
|
610
610
|
$el: any;
|
|
611
611
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
612
|
-
labelPosition: {
|
|
613
|
-
type: PropType<"left" | "right" | "top">;
|
|
614
|
-
default: string;
|
|
615
|
-
};
|
|
616
|
-
modelValue: {
|
|
617
|
-
type: PropType<FieldValues>;
|
|
618
|
-
default: () => {};
|
|
619
|
-
};
|
|
620
612
|
collapseDuration: {
|
|
621
613
|
type: PropType<number>;
|
|
622
614
|
default: undefined;
|
|
@@ -634,13 +626,21 @@ export declare const PlusPage: {
|
|
|
634
626
|
default: boolean;
|
|
635
627
|
};
|
|
636
628
|
layout: {
|
|
637
|
-
type: PropType<"
|
|
629
|
+
type: PropType<"grid" | "flex">;
|
|
638
630
|
default: undefined;
|
|
639
631
|
};
|
|
632
|
+
modelValue: {
|
|
633
|
+
type: PropType<FieldValues>;
|
|
634
|
+
default: () => {};
|
|
635
|
+
};
|
|
640
636
|
rules: {
|
|
641
637
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
642
638
|
default: () => {};
|
|
643
639
|
};
|
|
640
|
+
labelPosition: {
|
|
641
|
+
type: PropType<"top" | "right" | "left">;
|
|
642
|
+
default: string;
|
|
643
|
+
};
|
|
644
644
|
labelWidth: {
|
|
645
645
|
type: PropType<string | number>;
|
|
646
646
|
default: string;
|
|
@@ -696,7 +696,7 @@ export declare const PlusPage: {
|
|
|
696
696
|
default: boolean;
|
|
697
697
|
};
|
|
698
698
|
footerAlign: {
|
|
699
|
-
type: PropType<"
|
|
699
|
+
type: PropType<"right" | "left" | "center">;
|
|
700
700
|
default: string;
|
|
701
701
|
};
|
|
702
702
|
cardProps: {
|
|
@@ -715,10 +715,10 @@ export declare const PlusPage: {
|
|
|
715
715
|
default: boolean;
|
|
716
716
|
};
|
|
717
717
|
}>> & {
|
|
718
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
719
718
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
720
719
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
721
720
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
721
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
722
722
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
723
723
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
724
724
|
}, {
|
|
@@ -733,14 +733,14 @@ export declare const PlusPage: {
|
|
|
733
733
|
submitError: (errors: unknown) => void;
|
|
734
734
|
validate: (...args: any[]) => void;
|
|
735
735
|
}, string, {
|
|
736
|
-
labelPosition: "left" | "right" | "top";
|
|
737
|
-
modelValue: FieldValues;
|
|
738
736
|
collapseDuration: number;
|
|
739
737
|
collapseTransition: boolean;
|
|
740
738
|
columns: PlusColumn[];
|
|
741
739
|
group: false | PlusFormGroupRow[];
|
|
742
|
-
layout: "
|
|
740
|
+
layout: "grid" | "flex";
|
|
741
|
+
modelValue: FieldValues;
|
|
743
742
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
743
|
+
labelPosition: "top" | "right" | "left";
|
|
744
744
|
labelWidth: string | number;
|
|
745
745
|
labelSuffix: string;
|
|
746
746
|
defaultValues: FieldValues;
|
|
@@ -759,7 +759,7 @@ export declare const PlusPage: {
|
|
|
759
759
|
submitText: string;
|
|
760
760
|
resetText: string;
|
|
761
761
|
submitLoading: boolean;
|
|
762
|
-
footerAlign: "
|
|
762
|
+
footerAlign: "right" | "left" | "center";
|
|
763
763
|
cardProps: Partial< Mutable<CardProps> & {
|
|
764
764
|
style?: CSSProperties | undefined;
|
|
765
765
|
class?: any;
|
|
@@ -787,14 +787,6 @@ export declare const PlusPage: {
|
|
|
787
787
|
$nextTick: nextTick;
|
|
788
788
|
$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;
|
|
789
789
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
790
|
-
labelPosition: {
|
|
791
|
-
type: PropType<"left" | "right" | "top">;
|
|
792
|
-
default: string;
|
|
793
|
-
};
|
|
794
|
-
modelValue: {
|
|
795
|
-
type: PropType<FieldValues>;
|
|
796
|
-
default: () => {};
|
|
797
|
-
};
|
|
798
790
|
collapseDuration: {
|
|
799
791
|
type: PropType<number>;
|
|
800
792
|
default: undefined;
|
|
@@ -812,13 +804,21 @@ export declare const PlusPage: {
|
|
|
812
804
|
default: boolean;
|
|
813
805
|
};
|
|
814
806
|
layout: {
|
|
815
|
-
type: PropType<"
|
|
807
|
+
type: PropType<"grid" | "flex">;
|
|
816
808
|
default: undefined;
|
|
817
809
|
};
|
|
810
|
+
modelValue: {
|
|
811
|
+
type: PropType<FieldValues>;
|
|
812
|
+
default: () => {};
|
|
813
|
+
};
|
|
818
814
|
rules: {
|
|
819
815
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
820
816
|
default: () => {};
|
|
821
817
|
};
|
|
818
|
+
labelPosition: {
|
|
819
|
+
type: PropType<"top" | "right" | "left">;
|
|
820
|
+
default: string;
|
|
821
|
+
};
|
|
822
822
|
labelWidth: {
|
|
823
823
|
type: PropType<string | number>;
|
|
824
824
|
default: string;
|
|
@@ -874,7 +874,7 @@ export declare const PlusPage: {
|
|
|
874
874
|
default: boolean;
|
|
875
875
|
};
|
|
876
876
|
footerAlign: {
|
|
877
|
-
type: PropType<"
|
|
877
|
+
type: PropType<"right" | "left" | "center">;
|
|
878
878
|
default: string;
|
|
879
879
|
};
|
|
880
880
|
cardProps: {
|
|
@@ -893,10 +893,10 @@ export declare const PlusPage: {
|
|
|
893
893
|
default: boolean;
|
|
894
894
|
};
|
|
895
895
|
}>> & {
|
|
896
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
897
896
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
898
897
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
899
898
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
899
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
900
900
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
901
901
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
902
902
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -916,14 +916,14 @@ export declare const PlusPage: {
|
|
|
916
916
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
917
917
|
columns?: PlusColumn[] | undefined;
|
|
918
918
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
919
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
919
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
920
920
|
readonly label: string | ComputedRef<string>;
|
|
921
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
921
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
922
922
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
923
|
-
readonly tooltip: string |
|
|
923
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
924
924
|
style?: CSSProperties | undefined;
|
|
925
925
|
class?: any;
|
|
926
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
926
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
927
927
|
style?: CSSProperties | undefined;
|
|
928
928
|
class?: any;
|
|
929
929
|
} & RecordType>>;
|
|
@@ -990,12 +990,12 @@ export declare const PlusPage: {
|
|
|
990
990
|
fieldInstance?: any;
|
|
991
991
|
valueIsReady?: Ref<boolean> | undefined;
|
|
992
992
|
prop: string;
|
|
993
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
993
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
994
994
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
995
|
-
tooltip: string |
|
|
995
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
996
996
|
style?: CSSProperties | undefined;
|
|
997
997
|
class?: any;
|
|
998
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
998
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
999
999
|
style?: CSSProperties | undefined;
|
|
1000
1000
|
class?: any;
|
|
1001
1001
|
} & RecordType>>;
|
|
@@ -1024,14 +1024,14 @@ export declare const PlusPage: {
|
|
|
1024
1024
|
clearable: boolean;
|
|
1025
1025
|
index: number;
|
|
1026
1026
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1027
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1027
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1028
1028
|
readonly label: string | ComputedRef<string>;
|
|
1029
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1029
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1030
1030
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1031
|
-
readonly tooltip: string |
|
|
1031
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1032
1032
|
style?: CSSProperties | undefined;
|
|
1033
1033
|
class?: any;
|
|
1034
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1034
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1035
1035
|
style?: CSSProperties | undefined;
|
|
1036
1036
|
class?: any;
|
|
1037
1037
|
} & RecordType>>;
|
|
@@ -1098,12 +1098,12 @@ export declare const PlusPage: {
|
|
|
1098
1098
|
fieldInstance?: any;
|
|
1099
1099
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1100
1100
|
prop: string;
|
|
1101
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1101
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1102
1102
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1103
|
-
tooltip: string |
|
|
1103
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1104
1104
|
style?: CSSProperties | undefined;
|
|
1105
1105
|
class?: any;
|
|
1106
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1106
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1107
1107
|
style?: CSSProperties | undefined;
|
|
1108
1108
|
class?: any;
|
|
1109
1109
|
} & RecordType>>;
|
|
@@ -1155,10 +1155,10 @@ export declare const PlusPage: {
|
|
|
1155
1155
|
reset: (values: FieldValues) => void;
|
|
1156
1156
|
collapse: (isShowUnfold: boolean) => void;
|
|
1157
1157
|
}, string, {
|
|
1158
|
-
labelPosition: "left" | "right" | "top";
|
|
1159
|
-
modelValue: FieldValues;
|
|
1160
1158
|
columns: PlusColumn[];
|
|
1161
|
-
layout: "
|
|
1159
|
+
layout: "grid" | "flex";
|
|
1160
|
+
modelValue: FieldValues;
|
|
1161
|
+
labelPosition: "top" | "right" | "left";
|
|
1162
1162
|
inline: boolean;
|
|
1163
1163
|
showNumber: number;
|
|
1164
1164
|
defaultValues: FieldValues;
|
|
@@ -1203,22 +1203,22 @@ export declare const PlusPage: {
|
|
|
1203
1203
|
$nextTick: nextTick;
|
|
1204
1204
|
$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;
|
|
1205
1205
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1206
|
-
labelPosition: {
|
|
1207
|
-
type: PropType<"left" | "right" | "top">;
|
|
1208
|
-
default: undefined;
|
|
1209
|
-
};
|
|
1210
|
-
modelValue: {
|
|
1211
|
-
type: PropType<FieldValues>;
|
|
1212
|
-
default: () => {};
|
|
1213
|
-
};
|
|
1214
1206
|
columns: {
|
|
1215
1207
|
type: PropType< PlusColumn[]>;
|
|
1216
1208
|
default: () => never[];
|
|
1217
1209
|
};
|
|
1218
1210
|
layout: {
|
|
1219
|
-
type: PropType<"
|
|
1211
|
+
type: PropType<"grid" | "flex">;
|
|
1220
1212
|
default: "grid";
|
|
1221
1213
|
};
|
|
1214
|
+
modelValue: {
|
|
1215
|
+
type: PropType<FieldValues>;
|
|
1216
|
+
default: () => {};
|
|
1217
|
+
};
|
|
1218
|
+
labelPosition: {
|
|
1219
|
+
type: PropType<"top" | "right" | "left">;
|
|
1220
|
+
default: undefined;
|
|
1221
|
+
};
|
|
1222
1222
|
inline: {
|
|
1223
1223
|
type: PropType<boolean>;
|
|
1224
1224
|
default: boolean;
|
|
@@ -1302,9 +1302,9 @@ export declare const PlusPage: {
|
|
|
1302
1302
|
default: undefined;
|
|
1303
1303
|
};
|
|
1304
1304
|
}>> & {
|
|
1305
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1306
1305
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1307
1306
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1307
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1308
1308
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1309
1309
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1310
1310
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -1312,14 +1312,14 @@ export declare const PlusPage: {
|
|
|
1312
1312
|
$: ComponentInternalInstance;
|
|
1313
1313
|
$data: {};
|
|
1314
1314
|
$props: Partial<{
|
|
1315
|
-
labelPosition: "left" | "right" | "top";
|
|
1316
|
-
modelValue: FieldValues;
|
|
1317
1315
|
collapseDuration: number;
|
|
1318
1316
|
collapseTransition: boolean;
|
|
1319
1317
|
columns: PlusColumn[];
|
|
1320
1318
|
group: false | PlusFormGroupRow[];
|
|
1321
|
-
layout: "
|
|
1319
|
+
layout: "grid" | "flex";
|
|
1320
|
+
modelValue: FieldValues;
|
|
1322
1321
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1322
|
+
labelPosition: "top" | "right" | "left";
|
|
1323
1323
|
labelWidth: string | number;
|
|
1324
1324
|
labelSuffix: string;
|
|
1325
1325
|
defaultValues: FieldValues;
|
|
@@ -1338,7 +1338,7 @@ export declare const PlusPage: {
|
|
|
1338
1338
|
submitText: string;
|
|
1339
1339
|
resetText: string;
|
|
1340
1340
|
submitLoading: boolean;
|
|
1341
|
-
footerAlign: "
|
|
1341
|
+
footerAlign: "right" | "left" | "center";
|
|
1342
1342
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1343
1343
|
style?: CSSProperties | undefined;
|
|
1344
1344
|
class?: any;
|
|
@@ -1346,11 +1346,11 @@ export declare const PlusPage: {
|
|
|
1346
1346
|
prevent: boolean;
|
|
1347
1347
|
clearable: boolean;
|
|
1348
1348
|
}> & Omit<{
|
|
1349
|
-
readonly labelPosition: "left" | "right" | "top";
|
|
1350
|
-
readonly modelValue: FieldValues;
|
|
1351
1349
|
readonly columns: PlusColumn[];
|
|
1352
1350
|
readonly group: false | PlusFormGroupRow[];
|
|
1351
|
+
readonly modelValue: FieldValues;
|
|
1353
1352
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1353
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
1354
1354
|
readonly labelWidth: string | number;
|
|
1355
1355
|
readonly labelSuffix: string;
|
|
1356
1356
|
readonly defaultValues: FieldValues;
|
|
@@ -1369,7 +1369,7 @@ export declare const PlusPage: {
|
|
|
1369
1369
|
readonly submitText: string;
|
|
1370
1370
|
readonly resetText: string;
|
|
1371
1371
|
readonly submitLoading: boolean;
|
|
1372
|
-
readonly footerAlign: "
|
|
1372
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
1373
1373
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1374
1374
|
style?: CSSProperties | undefined;
|
|
1375
1375
|
class?: any;
|
|
@@ -1378,22 +1378,14 @@ export declare const PlusPage: {
|
|
|
1378
1378
|
readonly clearable: boolean;
|
|
1379
1379
|
readonly collapseDuration?: number | undefined;
|
|
1380
1380
|
readonly collapseTransition?: boolean | undefined;
|
|
1381
|
-
readonly layout?: "
|
|
1382
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1381
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
1383
1382
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1384
1383
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1385
1384
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1385
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1386
1386
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1387
1387
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1388
1388
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1389
|
-
labelPosition: {
|
|
1390
|
-
type: PropType<"left" | "right" | "top">;
|
|
1391
|
-
default: string;
|
|
1392
|
-
};
|
|
1393
|
-
modelValue: {
|
|
1394
|
-
type: PropType<FieldValues>;
|
|
1395
|
-
default: () => {};
|
|
1396
|
-
};
|
|
1397
1389
|
collapseDuration: {
|
|
1398
1390
|
type: PropType<number>;
|
|
1399
1391
|
default: undefined;
|
|
@@ -1411,13 +1403,21 @@ export declare const PlusPage: {
|
|
|
1411
1403
|
default: boolean;
|
|
1412
1404
|
};
|
|
1413
1405
|
layout: {
|
|
1414
|
-
type: PropType<"
|
|
1406
|
+
type: PropType<"grid" | "flex">;
|
|
1415
1407
|
default: undefined;
|
|
1416
1408
|
};
|
|
1409
|
+
modelValue: {
|
|
1410
|
+
type: PropType<FieldValues>;
|
|
1411
|
+
default: () => {};
|
|
1412
|
+
};
|
|
1417
1413
|
rules: {
|
|
1418
1414
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1419
1415
|
default: () => {};
|
|
1420
1416
|
};
|
|
1417
|
+
labelPosition: {
|
|
1418
|
+
type: PropType<"top" | "right" | "left">;
|
|
1419
|
+
default: string;
|
|
1420
|
+
};
|
|
1421
1421
|
labelWidth: {
|
|
1422
1422
|
type: PropType<string | number>;
|
|
1423
1423
|
default: string;
|
|
@@ -1473,7 +1473,7 @@ export declare const PlusPage: {
|
|
|
1473
1473
|
default: boolean;
|
|
1474
1474
|
};
|
|
1475
1475
|
footerAlign: {
|
|
1476
|
-
type: PropType<"
|
|
1476
|
+
type: PropType<"right" | "left" | "center">;
|
|
1477
1477
|
default: string;
|
|
1478
1478
|
};
|
|
1479
1479
|
cardProps: {
|
|
@@ -1492,13 +1492,13 @@ export declare const PlusPage: {
|
|
|
1492
1492
|
default: boolean;
|
|
1493
1493
|
};
|
|
1494
1494
|
}>> & {
|
|
1495
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1496
1495
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1497
1496
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1498
1497
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1498
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1499
1499
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1500
1500
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1501
|
-
}, "
|
|
1501
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
1502
1502
|
$attrs: {
|
|
1503
1503
|
[x: string]: unknown;
|
|
1504
1504
|
};
|
|
@@ -1510,17 +1510,9 @@ export declare const PlusPage: {
|
|
|
1510
1510
|
}>;
|
|
1511
1511
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1512
1512
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1513
|
-
$emit: ((event: "
|
|
1513
|
+
$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);
|
|
1514
1514
|
$el: any;
|
|
1515
1515
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1516
|
-
labelPosition: {
|
|
1517
|
-
type: PropType<"left" | "right" | "top">;
|
|
1518
|
-
default: string;
|
|
1519
|
-
};
|
|
1520
|
-
modelValue: {
|
|
1521
|
-
type: PropType<FieldValues>;
|
|
1522
|
-
default: () => {};
|
|
1523
|
-
};
|
|
1524
1516
|
collapseDuration: {
|
|
1525
1517
|
type: PropType<number>;
|
|
1526
1518
|
default: undefined;
|
|
@@ -1538,13 +1530,21 @@ export declare const PlusPage: {
|
|
|
1538
1530
|
default: boolean;
|
|
1539
1531
|
};
|
|
1540
1532
|
layout: {
|
|
1541
|
-
type: PropType<"
|
|
1533
|
+
type: PropType<"grid" | "flex">;
|
|
1542
1534
|
default: undefined;
|
|
1543
1535
|
};
|
|
1536
|
+
modelValue: {
|
|
1537
|
+
type: PropType<FieldValues>;
|
|
1538
|
+
default: () => {};
|
|
1539
|
+
};
|
|
1544
1540
|
rules: {
|
|
1545
1541
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1546
1542
|
default: () => {};
|
|
1547
1543
|
};
|
|
1544
|
+
labelPosition: {
|
|
1545
|
+
type: PropType<"top" | "right" | "left">;
|
|
1546
|
+
default: string;
|
|
1547
|
+
};
|
|
1548
1548
|
labelWidth: {
|
|
1549
1549
|
type: PropType<string | number>;
|
|
1550
1550
|
default: string;
|
|
@@ -1600,7 +1600,7 @@ export declare const PlusPage: {
|
|
|
1600
1600
|
default: boolean;
|
|
1601
1601
|
};
|
|
1602
1602
|
footerAlign: {
|
|
1603
|
-
type: PropType<"
|
|
1603
|
+
type: PropType<"right" | "left" | "center">;
|
|
1604
1604
|
default: string;
|
|
1605
1605
|
};
|
|
1606
1606
|
cardProps: {
|
|
@@ -1619,10 +1619,10 @@ export declare const PlusPage: {
|
|
|
1619
1619
|
default: boolean;
|
|
1620
1620
|
};
|
|
1621
1621
|
}>> & {
|
|
1622
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1623
1622
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1624
1623
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1625
1624
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1625
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1626
1626
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1627
1627
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1628
1628
|
}, {
|
|
@@ -1637,14 +1637,14 @@ export declare const PlusPage: {
|
|
|
1637
1637
|
submitError: (errors: unknown) => void;
|
|
1638
1638
|
validate: (...args: any[]) => void;
|
|
1639
1639
|
}, string, {
|
|
1640
|
-
labelPosition: "left" | "right" | "top";
|
|
1641
|
-
modelValue: FieldValues;
|
|
1642
1640
|
collapseDuration: number;
|
|
1643
1641
|
collapseTransition: boolean;
|
|
1644
1642
|
columns: PlusColumn[];
|
|
1645
1643
|
group: false | PlusFormGroupRow[];
|
|
1646
|
-
layout: "
|
|
1644
|
+
layout: "grid" | "flex";
|
|
1645
|
+
modelValue: FieldValues;
|
|
1647
1646
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1647
|
+
labelPosition: "top" | "right" | "left";
|
|
1648
1648
|
labelWidth: string | number;
|
|
1649
1649
|
labelSuffix: string;
|
|
1650
1650
|
defaultValues: FieldValues;
|
|
@@ -1663,7 +1663,7 @@ export declare const PlusPage: {
|
|
|
1663
1663
|
submitText: string;
|
|
1664
1664
|
resetText: string;
|
|
1665
1665
|
submitLoading: boolean;
|
|
1666
|
-
footerAlign: "
|
|
1666
|
+
footerAlign: "right" | "left" | "center";
|
|
1667
1667
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1668
1668
|
style?: CSSProperties | undefined;
|
|
1669
1669
|
class?: any;
|
|
@@ -1691,14 +1691,6 @@ export declare const PlusPage: {
|
|
|
1691
1691
|
$nextTick: nextTick;
|
|
1692
1692
|
$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;
|
|
1693
1693
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1694
|
-
labelPosition: {
|
|
1695
|
-
type: PropType<"left" | "right" | "top">;
|
|
1696
|
-
default: string;
|
|
1697
|
-
};
|
|
1698
|
-
modelValue: {
|
|
1699
|
-
type: PropType<FieldValues>;
|
|
1700
|
-
default: () => {};
|
|
1701
|
-
};
|
|
1702
1694
|
collapseDuration: {
|
|
1703
1695
|
type: PropType<number>;
|
|
1704
1696
|
default: undefined;
|
|
@@ -1716,13 +1708,21 @@ export declare const PlusPage: {
|
|
|
1716
1708
|
default: boolean;
|
|
1717
1709
|
};
|
|
1718
1710
|
layout: {
|
|
1719
|
-
type: PropType<"
|
|
1711
|
+
type: PropType<"grid" | "flex">;
|
|
1720
1712
|
default: undefined;
|
|
1721
1713
|
};
|
|
1714
|
+
modelValue: {
|
|
1715
|
+
type: PropType<FieldValues>;
|
|
1716
|
+
default: () => {};
|
|
1717
|
+
};
|
|
1722
1718
|
rules: {
|
|
1723
1719
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1724
1720
|
default: () => {};
|
|
1725
1721
|
};
|
|
1722
|
+
labelPosition: {
|
|
1723
|
+
type: PropType<"top" | "right" | "left">;
|
|
1724
|
+
default: string;
|
|
1725
|
+
};
|
|
1726
1726
|
labelWidth: {
|
|
1727
1727
|
type: PropType<string | number>;
|
|
1728
1728
|
default: string;
|
|
@@ -1778,7 +1778,7 @@ export declare const PlusPage: {
|
|
|
1778
1778
|
default: boolean;
|
|
1779
1779
|
};
|
|
1780
1780
|
footerAlign: {
|
|
1781
|
-
type: PropType<"
|
|
1781
|
+
type: PropType<"right" | "left" | "center">;
|
|
1782
1782
|
default: string;
|
|
1783
1783
|
};
|
|
1784
1784
|
cardProps: {
|
|
@@ -1797,10 +1797,10 @@ export declare const PlusPage: {
|
|
|
1797
1797
|
default: boolean;
|
|
1798
1798
|
};
|
|
1799
1799
|
}>> & {
|
|
1800
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1801
1800
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1802
1801
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1803
1802
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1803
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1804
1804
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1805
1805
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1806
1806
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1820,14 +1820,14 @@ export declare const PlusPage: {
|
|
|
1820
1820
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1821
1821
|
columns?: PlusColumn[] | undefined;
|
|
1822
1822
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1823
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1823
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1824
1824
|
readonly label: string | ComputedRef<string>;
|
|
1825
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1825
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1826
1826
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1827
|
-
readonly tooltip: string |
|
|
1827
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1828
1828
|
style?: CSSProperties | undefined;
|
|
1829
1829
|
class?: any;
|
|
1830
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1830
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1831
1831
|
style?: CSSProperties | undefined;
|
|
1832
1832
|
class?: any;
|
|
1833
1833
|
} & RecordType>>;
|
|
@@ -1894,12 +1894,12 @@ export declare const PlusPage: {
|
|
|
1894
1894
|
fieldInstance?: any;
|
|
1895
1895
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1896
1896
|
prop: string;
|
|
1897
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1897
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1898
1898
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1899
|
-
tooltip: string |
|
|
1899
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1900
1900
|
style?: CSSProperties | undefined;
|
|
1901
1901
|
class?: any;
|
|
1902
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1902
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1903
1903
|
style?: CSSProperties | undefined;
|
|
1904
1904
|
class?: any;
|
|
1905
1905
|
} & RecordType>>;
|
|
@@ -1928,14 +1928,14 @@ export declare const PlusPage: {
|
|
|
1928
1928
|
clearable: boolean;
|
|
1929
1929
|
index: number;
|
|
1930
1930
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1931
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
1931
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1932
1932
|
readonly label: string | ComputedRef<string>;
|
|
1933
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1933
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1934
1934
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1935
|
-
readonly tooltip: string |
|
|
1935
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1936
1936
|
style?: CSSProperties | undefined;
|
|
1937
1937
|
class?: any;
|
|
1938
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1938
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1939
1939
|
style?: CSSProperties | undefined;
|
|
1940
1940
|
class?: any;
|
|
1941
1941
|
} & RecordType>>;
|
|
@@ -2002,12 +2002,12 @@ export declare const PlusPage: {
|
|
|
2002
2002
|
fieldInstance?: any;
|
|
2003
2003
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2004
2004
|
prop: string;
|
|
2005
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2005
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2006
2006
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2007
|
-
tooltip: string |
|
|
2007
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2008
2008
|
style?: CSSProperties | undefined;
|
|
2009
2009
|
class?: any;
|
|
2010
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2010
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2011
2011
|
style?: CSSProperties | undefined;
|
|
2012
2012
|
class?: any;
|
|
2013
2013
|
} & RecordType>>;
|
|
@@ -2054,14 +2054,14 @@ export declare const PlusPage: {
|
|
|
2054
2054
|
handleUnfold: (e: MouseEvent) => void;
|
|
2055
2055
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2056
2056
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
2057
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
2057
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
2058
2058
|
readonly label: string | ComputedRef<string>;
|
|
2059
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2059
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2060
2060
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2061
|
-
readonly tooltip: string |
|
|
2061
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2062
2062
|
style?: CSSProperties | undefined;
|
|
2063
2063
|
class?: any;
|
|
2064
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2064
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2065
2065
|
style?: CSSProperties | undefined;
|
|
2066
2066
|
class?: any;
|
|
2067
2067
|
} & RecordType>>;
|
|
@@ -2128,12 +2128,12 @@ export declare const PlusPage: {
|
|
|
2128
2128
|
fieldInstance?: any;
|
|
2129
2129
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2130
2130
|
prop: string;
|
|
2131
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2131
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2132
2132
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2133
|
-
tooltip: string |
|
|
2133
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2134
2134
|
style?: CSSProperties | undefined;
|
|
2135
2135
|
class?: any;
|
|
2136
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2136
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2137
2137
|
style?: CSSProperties | undefined;
|
|
2138
2138
|
class?: any;
|
|
2139
2139
|
} & RecordType>>;
|
|
@@ -3444,7 +3444,7 @@ export declare const PlusPage: {
|
|
|
3444
3444
|
required: true;
|
|
3445
3445
|
};
|
|
3446
3446
|
pagination: {
|
|
3447
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
3447
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
3448
3448
|
default: () => {};
|
|
3449
3449
|
};
|
|
3450
3450
|
columnsEmptyText: {
|
|
@@ -3524,7 +3524,7 @@ export declare const PlusPage: {
|
|
|
3524
3524
|
columns: PlusColumn[];
|
|
3525
3525
|
immediate: boolean;
|
|
3526
3526
|
params: RecordType;
|
|
3527
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
3527
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
3528
3528
|
columnsEmptyText: string;
|
|
3529
3529
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
3530
3530
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -3588,7 +3588,7 @@ export declare const PlusPage: {
|
|
|
3588
3588
|
required: true;
|
|
3589
3589
|
};
|
|
3590
3590
|
pagination: {
|
|
3591
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
3591
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
3592
3592
|
default: () => {};
|
|
3593
3593
|
};
|
|
3594
3594
|
columnsEmptyText: {
|
|
@@ -3661,10 +3661,10 @@ export declare const PlusPage: {
|
|
|
3661
3661
|
$: ComponentInternalInstance;
|
|
3662
3662
|
$data: {};
|
|
3663
3663
|
$props: Partial<{
|
|
3664
|
-
labelPosition: "left" | "right" | "top";
|
|
3665
|
-
modelValue: FieldValues;
|
|
3666
3664
|
columns: PlusColumn[];
|
|
3667
|
-
layout: "
|
|
3665
|
+
layout: "grid" | "flex";
|
|
3666
|
+
modelValue: FieldValues;
|
|
3667
|
+
labelPosition: "top" | "right" | "left";
|
|
3668
3668
|
inline: boolean;
|
|
3669
3669
|
showNumber: number;
|
|
3670
3670
|
defaultValues: FieldValues;
|
|
@@ -3689,9 +3689,9 @@ export declare const PlusPage: {
|
|
|
3689
3689
|
searchIcon: Component | null;
|
|
3690
3690
|
resetIcon: Component | null;
|
|
3691
3691
|
}> & Omit<{
|
|
3692
|
-
readonly modelValue: FieldValues;
|
|
3693
3692
|
readonly columns: PlusColumn[];
|
|
3694
|
-
readonly layout: "
|
|
3693
|
+
readonly layout: "grid" | "flex";
|
|
3694
|
+
readonly modelValue: FieldValues;
|
|
3695
3695
|
readonly inline: boolean;
|
|
3696
3696
|
readonly showNumber: number;
|
|
3697
3697
|
readonly defaultValues: FieldValues;
|
|
@@ -3713,31 +3713,31 @@ export declare const PlusPage: {
|
|
|
3713
3713
|
readonly expandText: string;
|
|
3714
3714
|
readonly searchLoading: boolean;
|
|
3715
3715
|
readonly needValidate: boolean;
|
|
3716
|
-
readonly labelPosition?: "
|
|
3716
|
+
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
3717
3717
|
readonly searchIcon?: Component | null | undefined;
|
|
3718
3718
|
readonly resetIcon?: Component | null | undefined;
|
|
3719
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3720
3719
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3721
3720
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3721
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3722
3722
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
3723
3723
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
3724
3724
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3725
|
-
labelPosition: {
|
|
3726
|
-
type: PropType<"left" | "right" | "top">;
|
|
3727
|
-
default: undefined;
|
|
3728
|
-
};
|
|
3729
|
-
modelValue: {
|
|
3730
|
-
type: PropType<FieldValues>;
|
|
3731
|
-
default: () => {};
|
|
3732
|
-
};
|
|
3733
3725
|
columns: {
|
|
3734
3726
|
type: PropType< PlusColumn[]>;
|
|
3735
3727
|
default: () => never[];
|
|
3736
3728
|
};
|
|
3737
3729
|
layout: {
|
|
3738
|
-
type: PropType<"
|
|
3730
|
+
type: PropType<"grid" | "flex">;
|
|
3739
3731
|
default: "grid";
|
|
3740
3732
|
};
|
|
3733
|
+
modelValue: {
|
|
3734
|
+
type: PropType<FieldValues>;
|
|
3735
|
+
default: () => {};
|
|
3736
|
+
};
|
|
3737
|
+
labelPosition: {
|
|
3738
|
+
type: PropType<"top" | "right" | "left">;
|
|
3739
|
+
default: undefined;
|
|
3740
|
+
};
|
|
3741
3741
|
inline: {
|
|
3742
3742
|
type: PropType<boolean>;
|
|
3743
3743
|
default: boolean;
|
|
@@ -3821,12 +3821,12 @@ export declare const PlusPage: {
|
|
|
3821
3821
|
default: undefined;
|
|
3822
3822
|
};
|
|
3823
3823
|
}>> & {
|
|
3824
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3825
3824
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3826
3825
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3826
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3827
3827
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
3828
3828
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
3829
|
-
}, "
|
|
3829
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
3830
3830
|
$attrs: {
|
|
3831
3831
|
[x: string]: unknown;
|
|
3832
3832
|
};
|
|
@@ -3838,25 +3838,25 @@ export declare const PlusPage: {
|
|
|
3838
3838
|
}>;
|
|
3839
3839
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3840
3840
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
3841
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
3841
|
+
$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);
|
|
3842
3842
|
$el: any;
|
|
3843
3843
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3844
|
-
labelPosition: {
|
|
3845
|
-
type: PropType<"left" | "right" | "top">;
|
|
3846
|
-
default: undefined;
|
|
3847
|
-
};
|
|
3848
|
-
modelValue: {
|
|
3849
|
-
type: PropType<FieldValues>;
|
|
3850
|
-
default: () => {};
|
|
3851
|
-
};
|
|
3852
3844
|
columns: {
|
|
3853
3845
|
type: PropType< PlusColumn[]>;
|
|
3854
3846
|
default: () => never[];
|
|
3855
3847
|
};
|
|
3856
3848
|
layout: {
|
|
3857
|
-
type: PropType<"
|
|
3849
|
+
type: PropType<"grid" | "flex">;
|
|
3858
3850
|
default: "grid";
|
|
3859
3851
|
};
|
|
3852
|
+
modelValue: {
|
|
3853
|
+
type: PropType<FieldValues>;
|
|
3854
|
+
default: () => {};
|
|
3855
|
+
};
|
|
3856
|
+
labelPosition: {
|
|
3857
|
+
type: PropType<"top" | "right" | "left">;
|
|
3858
|
+
default: undefined;
|
|
3859
|
+
};
|
|
3860
3860
|
inline: {
|
|
3861
3861
|
type: PropType<boolean>;
|
|
3862
3862
|
default: boolean;
|
|
@@ -3940,9 +3940,9 @@ export declare const PlusPage: {
|
|
|
3940
3940
|
default: undefined;
|
|
3941
3941
|
};
|
|
3942
3942
|
}>> & {
|
|
3943
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3944
3943
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3945
3944
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
3945
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3946
3946
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
3947
3947
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
3948
3948
|
}, {
|
|
@@ -3950,14 +3950,14 @@ export declare const PlusPage: {
|
|
|
3950
3950
|
$: ComponentInternalInstance;
|
|
3951
3951
|
$data: {};
|
|
3952
3952
|
$props: Partial<{
|
|
3953
|
-
labelPosition: "left" | "right" | "top";
|
|
3954
|
-
modelValue: FieldValues;
|
|
3955
3953
|
collapseDuration: number;
|
|
3956
3954
|
collapseTransition: boolean;
|
|
3957
3955
|
columns: PlusColumn[];
|
|
3958
3956
|
group: false | PlusFormGroupRow[];
|
|
3959
|
-
layout: "
|
|
3957
|
+
layout: "grid" | "flex";
|
|
3958
|
+
modelValue: FieldValues;
|
|
3960
3959
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3960
|
+
labelPosition: "top" | "right" | "left";
|
|
3961
3961
|
labelWidth: string | number;
|
|
3962
3962
|
labelSuffix: string;
|
|
3963
3963
|
defaultValues: FieldValues;
|
|
@@ -3976,7 +3976,7 @@ export declare const PlusPage: {
|
|
|
3976
3976
|
submitText: string;
|
|
3977
3977
|
resetText: string;
|
|
3978
3978
|
submitLoading: boolean;
|
|
3979
|
-
footerAlign: "
|
|
3979
|
+
footerAlign: "right" | "left" | "center";
|
|
3980
3980
|
cardProps: Partial< Mutable<CardProps> & {
|
|
3981
3981
|
style?: CSSProperties | undefined;
|
|
3982
3982
|
class?: any;
|
|
@@ -3984,11 +3984,11 @@ export declare const PlusPage: {
|
|
|
3984
3984
|
prevent: boolean;
|
|
3985
3985
|
clearable: boolean;
|
|
3986
3986
|
}> & Omit<{
|
|
3987
|
-
readonly labelPosition: "left" | "right" | "top";
|
|
3988
|
-
readonly modelValue: FieldValues;
|
|
3989
3987
|
readonly columns: PlusColumn[];
|
|
3990
3988
|
readonly group: false | PlusFormGroupRow[];
|
|
3989
|
+
readonly modelValue: FieldValues;
|
|
3991
3990
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3991
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
3992
3992
|
readonly labelWidth: string | number;
|
|
3993
3993
|
readonly labelSuffix: string;
|
|
3994
3994
|
readonly defaultValues: FieldValues;
|
|
@@ -4007,7 +4007,7 @@ export declare const PlusPage: {
|
|
|
4007
4007
|
readonly submitText: string;
|
|
4008
4008
|
readonly resetText: string;
|
|
4009
4009
|
readonly submitLoading: boolean;
|
|
4010
|
-
readonly footerAlign: "
|
|
4010
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
4011
4011
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
4012
4012
|
style?: CSSProperties | undefined;
|
|
4013
4013
|
class?: any;
|
|
@@ -4016,22 +4016,14 @@ export declare const PlusPage: {
|
|
|
4016
4016
|
readonly clearable: boolean;
|
|
4017
4017
|
readonly collapseDuration?: number | undefined;
|
|
4018
4018
|
readonly collapseTransition?: boolean | undefined;
|
|
4019
|
-
readonly layout?: "
|
|
4020
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4019
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
4021
4020
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4022
4021
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4023
4022
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
4023
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4024
4024
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
4025
4025
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
4026
4026
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
4027
|
-
labelPosition: {
|
|
4028
|
-
type: PropType<"left" | "right" | "top">;
|
|
4029
|
-
default: string;
|
|
4030
|
-
};
|
|
4031
|
-
modelValue: {
|
|
4032
|
-
type: PropType<FieldValues>;
|
|
4033
|
-
default: () => {};
|
|
4034
|
-
};
|
|
4035
4027
|
collapseDuration: {
|
|
4036
4028
|
type: PropType<number>;
|
|
4037
4029
|
default: undefined;
|
|
@@ -4049,13 +4041,21 @@ export declare const PlusPage: {
|
|
|
4049
4041
|
default: boolean;
|
|
4050
4042
|
};
|
|
4051
4043
|
layout: {
|
|
4052
|
-
type: PropType<"
|
|
4044
|
+
type: PropType<"grid" | "flex">;
|
|
4053
4045
|
default: undefined;
|
|
4054
4046
|
};
|
|
4047
|
+
modelValue: {
|
|
4048
|
+
type: PropType<FieldValues>;
|
|
4049
|
+
default: () => {};
|
|
4050
|
+
};
|
|
4055
4051
|
rules: {
|
|
4056
4052
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
4057
4053
|
default: () => {};
|
|
4058
4054
|
};
|
|
4055
|
+
labelPosition: {
|
|
4056
|
+
type: PropType<"top" | "right" | "left">;
|
|
4057
|
+
default: string;
|
|
4058
|
+
};
|
|
4059
4059
|
labelWidth: {
|
|
4060
4060
|
type: PropType<string | number>;
|
|
4061
4061
|
default: string;
|
|
@@ -4111,7 +4111,7 @@ export declare const PlusPage: {
|
|
|
4111
4111
|
default: boolean;
|
|
4112
4112
|
};
|
|
4113
4113
|
footerAlign: {
|
|
4114
|
-
type: PropType<"
|
|
4114
|
+
type: PropType<"right" | "left" | "center">;
|
|
4115
4115
|
default: string;
|
|
4116
4116
|
};
|
|
4117
4117
|
cardProps: {
|
|
@@ -4130,13 +4130,13 @@ export declare const PlusPage: {
|
|
|
4130
4130
|
default: boolean;
|
|
4131
4131
|
};
|
|
4132
4132
|
}>> & {
|
|
4133
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4134
4133
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4135
4134
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4136
4135
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
4136
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4137
4137
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
4138
4138
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
4139
|
-
}, "
|
|
4139
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
4140
4140
|
$attrs: {
|
|
4141
4141
|
[x: string]: unknown;
|
|
4142
4142
|
};
|
|
@@ -4148,17 +4148,9 @@ export declare const PlusPage: {
|
|
|
4148
4148
|
}>;
|
|
4149
4149
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
4150
4150
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
4151
|
-
$emit: ((event: "
|
|
4151
|
+
$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);
|
|
4152
4152
|
$el: any;
|
|
4153
4153
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
4154
|
-
labelPosition: {
|
|
4155
|
-
type: PropType<"left" | "right" | "top">;
|
|
4156
|
-
default: string;
|
|
4157
|
-
};
|
|
4158
|
-
modelValue: {
|
|
4159
|
-
type: PropType<FieldValues>;
|
|
4160
|
-
default: () => {};
|
|
4161
|
-
};
|
|
4162
4154
|
collapseDuration: {
|
|
4163
4155
|
type: PropType<number>;
|
|
4164
4156
|
default: undefined;
|
|
@@ -4176,13 +4168,21 @@ export declare const PlusPage: {
|
|
|
4176
4168
|
default: boolean;
|
|
4177
4169
|
};
|
|
4178
4170
|
layout: {
|
|
4179
|
-
type: PropType<"
|
|
4171
|
+
type: PropType<"grid" | "flex">;
|
|
4180
4172
|
default: undefined;
|
|
4181
4173
|
};
|
|
4174
|
+
modelValue: {
|
|
4175
|
+
type: PropType<FieldValues>;
|
|
4176
|
+
default: () => {};
|
|
4177
|
+
};
|
|
4182
4178
|
rules: {
|
|
4183
4179
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
4184
4180
|
default: () => {};
|
|
4185
4181
|
};
|
|
4182
|
+
labelPosition: {
|
|
4183
|
+
type: PropType<"top" | "right" | "left">;
|
|
4184
|
+
default: string;
|
|
4185
|
+
};
|
|
4186
4186
|
labelWidth: {
|
|
4187
4187
|
type: PropType<string | number>;
|
|
4188
4188
|
default: string;
|
|
@@ -4238,7 +4238,7 @@ export declare const PlusPage: {
|
|
|
4238
4238
|
default: boolean;
|
|
4239
4239
|
};
|
|
4240
4240
|
footerAlign: {
|
|
4241
|
-
type: PropType<"
|
|
4241
|
+
type: PropType<"right" | "left" | "center">;
|
|
4242
4242
|
default: string;
|
|
4243
4243
|
};
|
|
4244
4244
|
cardProps: {
|
|
@@ -4257,10 +4257,10 @@ export declare const PlusPage: {
|
|
|
4257
4257
|
default: boolean;
|
|
4258
4258
|
};
|
|
4259
4259
|
}>> & {
|
|
4260
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4261
4260
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4262
4261
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4263
4262
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
4263
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4264
4264
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
4265
4265
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
4266
4266
|
}, {
|
|
@@ -4275,14 +4275,14 @@ export declare const PlusPage: {
|
|
|
4275
4275
|
submitError: (errors: unknown) => void;
|
|
4276
4276
|
validate: (...args: any[]) => void;
|
|
4277
4277
|
}, string, {
|
|
4278
|
-
labelPosition: "left" | "right" | "top";
|
|
4279
|
-
modelValue: FieldValues;
|
|
4280
4278
|
collapseDuration: number;
|
|
4281
4279
|
collapseTransition: boolean;
|
|
4282
4280
|
columns: PlusColumn[];
|
|
4283
4281
|
group: false | PlusFormGroupRow[];
|
|
4284
|
-
layout: "
|
|
4282
|
+
layout: "grid" | "flex";
|
|
4283
|
+
modelValue: FieldValues;
|
|
4285
4284
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
4285
|
+
labelPosition: "top" | "right" | "left";
|
|
4286
4286
|
labelWidth: string | number;
|
|
4287
4287
|
labelSuffix: string;
|
|
4288
4288
|
defaultValues: FieldValues;
|
|
@@ -4301,7 +4301,7 @@ export declare const PlusPage: {
|
|
|
4301
4301
|
submitText: string;
|
|
4302
4302
|
resetText: string;
|
|
4303
4303
|
submitLoading: boolean;
|
|
4304
|
-
footerAlign: "
|
|
4304
|
+
footerAlign: "right" | "left" | "center";
|
|
4305
4305
|
cardProps: Partial< Mutable<CardProps> & {
|
|
4306
4306
|
style?: CSSProperties | undefined;
|
|
4307
4307
|
class?: any;
|
|
@@ -4329,14 +4329,6 @@ export declare const PlusPage: {
|
|
|
4329
4329
|
$nextTick: nextTick;
|
|
4330
4330
|
$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;
|
|
4331
4331
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
4332
|
-
labelPosition: {
|
|
4333
|
-
type: PropType<"left" | "right" | "top">;
|
|
4334
|
-
default: string;
|
|
4335
|
-
};
|
|
4336
|
-
modelValue: {
|
|
4337
|
-
type: PropType<FieldValues>;
|
|
4338
|
-
default: () => {};
|
|
4339
|
-
};
|
|
4340
4332
|
collapseDuration: {
|
|
4341
4333
|
type: PropType<number>;
|
|
4342
4334
|
default: undefined;
|
|
@@ -4354,13 +4346,21 @@ export declare const PlusPage: {
|
|
|
4354
4346
|
default: boolean;
|
|
4355
4347
|
};
|
|
4356
4348
|
layout: {
|
|
4357
|
-
type: PropType<"
|
|
4349
|
+
type: PropType<"grid" | "flex">;
|
|
4358
4350
|
default: undefined;
|
|
4359
4351
|
};
|
|
4352
|
+
modelValue: {
|
|
4353
|
+
type: PropType<FieldValues>;
|
|
4354
|
+
default: () => {};
|
|
4355
|
+
};
|
|
4360
4356
|
rules: {
|
|
4361
4357
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
4362
4358
|
default: () => {};
|
|
4363
4359
|
};
|
|
4360
|
+
labelPosition: {
|
|
4361
|
+
type: PropType<"top" | "right" | "left">;
|
|
4362
|
+
default: string;
|
|
4363
|
+
};
|
|
4364
4364
|
labelWidth: {
|
|
4365
4365
|
type: PropType<string | number>;
|
|
4366
4366
|
default: string;
|
|
@@ -4416,7 +4416,7 @@ export declare const PlusPage: {
|
|
|
4416
4416
|
default: boolean;
|
|
4417
4417
|
};
|
|
4418
4418
|
footerAlign: {
|
|
4419
|
-
type: PropType<"
|
|
4419
|
+
type: PropType<"right" | "left" | "center">;
|
|
4420
4420
|
default: string;
|
|
4421
4421
|
};
|
|
4422
4422
|
cardProps: {
|
|
@@ -4435,10 +4435,10 @@ export declare const PlusPage: {
|
|
|
4435
4435
|
default: boolean;
|
|
4436
4436
|
};
|
|
4437
4437
|
}>> & {
|
|
4438
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4439
4438
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4440
4439
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4441
4440
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
4441
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4442
4442
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
4443
4443
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
4444
4444
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -4458,14 +4458,14 @@ export declare const PlusPage: {
|
|
|
4458
4458
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
4459
4459
|
columns?: PlusColumn[] | undefined;
|
|
4460
4460
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4461
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
4461
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
4462
4462
|
readonly label: string | ComputedRef<string>;
|
|
4463
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4463
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4464
4464
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4465
|
-
readonly tooltip: string |
|
|
4465
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4466
4466
|
style?: CSSProperties | undefined;
|
|
4467
4467
|
class?: any;
|
|
4468
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4468
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4469
4469
|
style?: CSSProperties | undefined;
|
|
4470
4470
|
class?: any;
|
|
4471
4471
|
} & RecordType>>;
|
|
@@ -4532,12 +4532,12 @@ export declare const PlusPage: {
|
|
|
4532
4532
|
fieldInstance?: any;
|
|
4533
4533
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4534
4534
|
prop: string;
|
|
4535
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4535
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4536
4536
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4537
|
-
tooltip: string |
|
|
4537
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4538
4538
|
style?: CSSProperties | undefined;
|
|
4539
4539
|
class?: any;
|
|
4540
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4540
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4541
4541
|
style?: CSSProperties | undefined;
|
|
4542
4542
|
class?: any;
|
|
4543
4543
|
} & RecordType>>;
|
|
@@ -4566,14 +4566,14 @@ export declare const PlusPage: {
|
|
|
4566
4566
|
clearable: boolean;
|
|
4567
4567
|
index: number;
|
|
4568
4568
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
4569
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
4569
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
4570
4570
|
readonly label: string | ComputedRef<string>;
|
|
4571
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
4571
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4572
4572
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4573
|
-
readonly tooltip: string |
|
|
4573
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4574
4574
|
style?: CSSProperties | undefined;
|
|
4575
4575
|
class?: any;
|
|
4576
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4576
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4577
4577
|
style?: CSSProperties | undefined;
|
|
4578
4578
|
class?: any;
|
|
4579
4579
|
} & RecordType>>;
|
|
@@ -4640,12 +4640,12 @@ export declare const PlusPage: {
|
|
|
4640
4640
|
fieldInstance?: any;
|
|
4641
4641
|
valueIsReady?: Ref<boolean> | undefined;
|
|
4642
4642
|
prop: string;
|
|
4643
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
4643
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4644
4644
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4645
|
-
tooltip: string |
|
|
4645
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4646
4646
|
style?: CSSProperties | undefined;
|
|
4647
4647
|
class?: any;
|
|
4648
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4648
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4649
4649
|
style?: CSSProperties | undefined;
|
|
4650
4650
|
class?: any;
|
|
4651
4651
|
} & RecordType>>;
|
|
@@ -4697,10 +4697,10 @@ export declare const PlusPage: {
|
|
|
4697
4697
|
reset: (values: FieldValues) => void;
|
|
4698
4698
|
collapse: (isShowUnfold: boolean) => void;
|
|
4699
4699
|
}, string, {
|
|
4700
|
-
labelPosition: "left" | "right" | "top";
|
|
4701
|
-
modelValue: FieldValues;
|
|
4702
4700
|
columns: PlusColumn[];
|
|
4703
|
-
layout: "
|
|
4701
|
+
layout: "grid" | "flex";
|
|
4702
|
+
modelValue: FieldValues;
|
|
4703
|
+
labelPosition: "top" | "right" | "left";
|
|
4704
4704
|
inline: boolean;
|
|
4705
4705
|
showNumber: number;
|
|
4706
4706
|
defaultValues: FieldValues;
|
|
@@ -4745,22 +4745,22 @@ export declare const PlusPage: {
|
|
|
4745
4745
|
$nextTick: nextTick;
|
|
4746
4746
|
$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;
|
|
4747
4747
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
4748
|
-
labelPosition: {
|
|
4749
|
-
type: PropType<"left" | "right" | "top">;
|
|
4750
|
-
default: undefined;
|
|
4751
|
-
};
|
|
4752
|
-
modelValue: {
|
|
4753
|
-
type: PropType<FieldValues>;
|
|
4754
|
-
default: () => {};
|
|
4755
|
-
};
|
|
4756
4748
|
columns: {
|
|
4757
4749
|
type: PropType< PlusColumn[]>;
|
|
4758
4750
|
default: () => never[];
|
|
4759
4751
|
};
|
|
4760
4752
|
layout: {
|
|
4761
|
-
type: PropType<"
|
|
4753
|
+
type: PropType<"grid" | "flex">;
|
|
4762
4754
|
default: "grid";
|
|
4763
4755
|
};
|
|
4756
|
+
modelValue: {
|
|
4757
|
+
type: PropType<FieldValues>;
|
|
4758
|
+
default: () => {};
|
|
4759
|
+
};
|
|
4760
|
+
labelPosition: {
|
|
4761
|
+
type: PropType<"top" | "right" | "left">;
|
|
4762
|
+
default: undefined;
|
|
4763
|
+
};
|
|
4764
4764
|
inline: {
|
|
4765
4765
|
type: PropType<boolean>;
|
|
4766
4766
|
default: boolean;
|
|
@@ -4844,9 +4844,9 @@ export declare const PlusPage: {
|
|
|
4844
4844
|
default: undefined;
|
|
4845
4845
|
};
|
|
4846
4846
|
}>> & {
|
|
4847
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4848
4847
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4849
4848
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4849
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4850
4850
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
4851
4851
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
4852
4852
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -4854,14 +4854,14 @@ export declare const PlusPage: {
|
|
|
4854
4854
|
$: ComponentInternalInstance;
|
|
4855
4855
|
$data: {};
|
|
4856
4856
|
$props: Partial<{
|
|
4857
|
-
labelPosition: "left" | "right" | "top";
|
|
4858
|
-
modelValue: FieldValues;
|
|
4859
4857
|
collapseDuration: number;
|
|
4860
4858
|
collapseTransition: boolean;
|
|
4861
4859
|
columns: PlusColumn[];
|
|
4862
4860
|
group: false | PlusFormGroupRow[];
|
|
4863
|
-
layout: "
|
|
4861
|
+
layout: "grid" | "flex";
|
|
4862
|
+
modelValue: FieldValues;
|
|
4864
4863
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
4864
|
+
labelPosition: "top" | "right" | "left";
|
|
4865
4865
|
labelWidth: string | number;
|
|
4866
4866
|
labelSuffix: string;
|
|
4867
4867
|
defaultValues: FieldValues;
|
|
@@ -4880,7 +4880,7 @@ export declare const PlusPage: {
|
|
|
4880
4880
|
submitText: string;
|
|
4881
4881
|
resetText: string;
|
|
4882
4882
|
submitLoading: boolean;
|
|
4883
|
-
footerAlign: "
|
|
4883
|
+
footerAlign: "right" | "left" | "center";
|
|
4884
4884
|
cardProps: Partial< Mutable<CardProps> & {
|
|
4885
4885
|
style?: CSSProperties | undefined;
|
|
4886
4886
|
class?: any;
|
|
@@ -4888,11 +4888,11 @@ export declare const PlusPage: {
|
|
|
4888
4888
|
prevent: boolean;
|
|
4889
4889
|
clearable: boolean;
|
|
4890
4890
|
}> & Omit<{
|
|
4891
|
-
readonly labelPosition: "left" | "right" | "top";
|
|
4892
|
-
readonly modelValue: FieldValues;
|
|
4893
4891
|
readonly columns: PlusColumn[];
|
|
4894
4892
|
readonly group: false | PlusFormGroupRow[];
|
|
4893
|
+
readonly modelValue: FieldValues;
|
|
4895
4894
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
4895
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
4896
4896
|
readonly labelWidth: string | number;
|
|
4897
4897
|
readonly labelSuffix: string;
|
|
4898
4898
|
readonly defaultValues: FieldValues;
|
|
@@ -4911,7 +4911,7 @@ export declare const PlusPage: {
|
|
|
4911
4911
|
readonly submitText: string;
|
|
4912
4912
|
readonly resetText: string;
|
|
4913
4913
|
readonly submitLoading: boolean;
|
|
4914
|
-
readonly footerAlign: "
|
|
4914
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
4915
4915
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
4916
4916
|
style?: CSSProperties | undefined;
|
|
4917
4917
|
class?: any;
|
|
@@ -4920,22 +4920,14 @@ export declare const PlusPage: {
|
|
|
4920
4920
|
readonly clearable: boolean;
|
|
4921
4921
|
readonly collapseDuration?: number | undefined;
|
|
4922
4922
|
readonly collapseTransition?: boolean | undefined;
|
|
4923
|
-
readonly layout?: "
|
|
4924
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4923
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
4925
4924
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4926
4925
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4927
4926
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
4927
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4928
4928
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
4929
4929
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
4930
4930
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
4931
|
-
labelPosition: {
|
|
4932
|
-
type: PropType<"left" | "right" | "top">;
|
|
4933
|
-
default: string;
|
|
4934
|
-
};
|
|
4935
|
-
modelValue: {
|
|
4936
|
-
type: PropType<FieldValues>;
|
|
4937
|
-
default: () => {};
|
|
4938
|
-
};
|
|
4939
4931
|
collapseDuration: {
|
|
4940
4932
|
type: PropType<number>;
|
|
4941
4933
|
default: undefined;
|
|
@@ -4953,13 +4945,21 @@ export declare const PlusPage: {
|
|
|
4953
4945
|
default: boolean;
|
|
4954
4946
|
};
|
|
4955
4947
|
layout: {
|
|
4956
|
-
type: PropType<"
|
|
4948
|
+
type: PropType<"grid" | "flex">;
|
|
4957
4949
|
default: undefined;
|
|
4958
4950
|
};
|
|
4951
|
+
modelValue: {
|
|
4952
|
+
type: PropType<FieldValues>;
|
|
4953
|
+
default: () => {};
|
|
4954
|
+
};
|
|
4959
4955
|
rules: {
|
|
4960
4956
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
4961
4957
|
default: () => {};
|
|
4962
4958
|
};
|
|
4959
|
+
labelPosition: {
|
|
4960
|
+
type: PropType<"top" | "right" | "left">;
|
|
4961
|
+
default: string;
|
|
4962
|
+
};
|
|
4963
4963
|
labelWidth: {
|
|
4964
4964
|
type: PropType<string | number>;
|
|
4965
4965
|
default: string;
|
|
@@ -5015,7 +5015,7 @@ export declare const PlusPage: {
|
|
|
5015
5015
|
default: boolean;
|
|
5016
5016
|
};
|
|
5017
5017
|
footerAlign: {
|
|
5018
|
-
type: PropType<"
|
|
5018
|
+
type: PropType<"right" | "left" | "center">;
|
|
5019
5019
|
default: string;
|
|
5020
5020
|
};
|
|
5021
5021
|
cardProps: {
|
|
@@ -5034,13 +5034,13 @@ export declare const PlusPage: {
|
|
|
5034
5034
|
default: boolean;
|
|
5035
5035
|
};
|
|
5036
5036
|
}>> & {
|
|
5037
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5038
5037
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5039
5038
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5040
5039
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5040
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5041
5041
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5042
5042
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5043
|
-
}, "
|
|
5043
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
5044
5044
|
$attrs: {
|
|
5045
5045
|
[x: string]: unknown;
|
|
5046
5046
|
};
|
|
@@ -5052,17 +5052,9 @@ export declare const PlusPage: {
|
|
|
5052
5052
|
}>;
|
|
5053
5053
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5054
5054
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5055
|
-
$emit: ((event: "
|
|
5055
|
+
$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);
|
|
5056
5056
|
$el: any;
|
|
5057
5057
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5058
|
-
labelPosition: {
|
|
5059
|
-
type: PropType<"left" | "right" | "top">;
|
|
5060
|
-
default: string;
|
|
5061
|
-
};
|
|
5062
|
-
modelValue: {
|
|
5063
|
-
type: PropType<FieldValues>;
|
|
5064
|
-
default: () => {};
|
|
5065
|
-
};
|
|
5066
5058
|
collapseDuration: {
|
|
5067
5059
|
type: PropType<number>;
|
|
5068
5060
|
default: undefined;
|
|
@@ -5080,13 +5072,21 @@ export declare const PlusPage: {
|
|
|
5080
5072
|
default: boolean;
|
|
5081
5073
|
};
|
|
5082
5074
|
layout: {
|
|
5083
|
-
type: PropType<"
|
|
5075
|
+
type: PropType<"grid" | "flex">;
|
|
5084
5076
|
default: undefined;
|
|
5085
5077
|
};
|
|
5078
|
+
modelValue: {
|
|
5079
|
+
type: PropType<FieldValues>;
|
|
5080
|
+
default: () => {};
|
|
5081
|
+
};
|
|
5086
5082
|
rules: {
|
|
5087
5083
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5088
5084
|
default: () => {};
|
|
5089
5085
|
};
|
|
5086
|
+
labelPosition: {
|
|
5087
|
+
type: PropType<"top" | "right" | "left">;
|
|
5088
|
+
default: string;
|
|
5089
|
+
};
|
|
5090
5090
|
labelWidth: {
|
|
5091
5091
|
type: PropType<string | number>;
|
|
5092
5092
|
default: string;
|
|
@@ -5142,7 +5142,7 @@ export declare const PlusPage: {
|
|
|
5142
5142
|
default: boolean;
|
|
5143
5143
|
};
|
|
5144
5144
|
footerAlign: {
|
|
5145
|
-
type: PropType<"
|
|
5145
|
+
type: PropType<"right" | "left" | "center">;
|
|
5146
5146
|
default: string;
|
|
5147
5147
|
};
|
|
5148
5148
|
cardProps: {
|
|
@@ -5161,10 +5161,10 @@ export declare const PlusPage: {
|
|
|
5161
5161
|
default: boolean;
|
|
5162
5162
|
};
|
|
5163
5163
|
}>> & {
|
|
5164
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5165
5164
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5166
5165
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5167
5166
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5167
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5168
5168
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5169
5169
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5170
5170
|
}, {
|
|
@@ -5179,14 +5179,14 @@ export declare const PlusPage: {
|
|
|
5179
5179
|
submitError: (errors: unknown) => void;
|
|
5180
5180
|
validate: (...args: any[]) => void;
|
|
5181
5181
|
}, string, {
|
|
5182
|
-
labelPosition: "left" | "right" | "top";
|
|
5183
|
-
modelValue: FieldValues;
|
|
5184
5182
|
collapseDuration: number;
|
|
5185
5183
|
collapseTransition: boolean;
|
|
5186
5184
|
columns: PlusColumn[];
|
|
5187
5185
|
group: false | PlusFormGroupRow[];
|
|
5188
|
-
layout: "
|
|
5186
|
+
layout: "grid" | "flex";
|
|
5187
|
+
modelValue: FieldValues;
|
|
5189
5188
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5189
|
+
labelPosition: "top" | "right" | "left";
|
|
5190
5190
|
labelWidth: string | number;
|
|
5191
5191
|
labelSuffix: string;
|
|
5192
5192
|
defaultValues: FieldValues;
|
|
@@ -5205,7 +5205,7 @@ export declare const PlusPage: {
|
|
|
5205
5205
|
submitText: string;
|
|
5206
5206
|
resetText: string;
|
|
5207
5207
|
submitLoading: boolean;
|
|
5208
|
-
footerAlign: "
|
|
5208
|
+
footerAlign: "right" | "left" | "center";
|
|
5209
5209
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5210
5210
|
style?: CSSProperties | undefined;
|
|
5211
5211
|
class?: any;
|
|
@@ -5233,14 +5233,6 @@ export declare const PlusPage: {
|
|
|
5233
5233
|
$nextTick: nextTick;
|
|
5234
5234
|
$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;
|
|
5235
5235
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
5236
|
-
labelPosition: {
|
|
5237
|
-
type: PropType<"left" | "right" | "top">;
|
|
5238
|
-
default: string;
|
|
5239
|
-
};
|
|
5240
|
-
modelValue: {
|
|
5241
|
-
type: PropType<FieldValues>;
|
|
5242
|
-
default: () => {};
|
|
5243
|
-
};
|
|
5244
5236
|
collapseDuration: {
|
|
5245
5237
|
type: PropType<number>;
|
|
5246
5238
|
default: undefined;
|
|
@@ -5258,13 +5250,21 @@ export declare const PlusPage: {
|
|
|
5258
5250
|
default: boolean;
|
|
5259
5251
|
};
|
|
5260
5252
|
layout: {
|
|
5261
|
-
type: PropType<"
|
|
5253
|
+
type: PropType<"grid" | "flex">;
|
|
5262
5254
|
default: undefined;
|
|
5263
5255
|
};
|
|
5256
|
+
modelValue: {
|
|
5257
|
+
type: PropType<FieldValues>;
|
|
5258
|
+
default: () => {};
|
|
5259
|
+
};
|
|
5264
5260
|
rules: {
|
|
5265
5261
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5266
5262
|
default: () => {};
|
|
5267
5263
|
};
|
|
5264
|
+
labelPosition: {
|
|
5265
|
+
type: PropType<"top" | "right" | "left">;
|
|
5266
|
+
default: string;
|
|
5267
|
+
};
|
|
5268
5268
|
labelWidth: {
|
|
5269
5269
|
type: PropType<string | number>;
|
|
5270
5270
|
default: string;
|
|
@@ -5320,7 +5320,7 @@ export declare const PlusPage: {
|
|
|
5320
5320
|
default: boolean;
|
|
5321
5321
|
};
|
|
5322
5322
|
footerAlign: {
|
|
5323
|
-
type: PropType<"
|
|
5323
|
+
type: PropType<"right" | "left" | "center">;
|
|
5324
5324
|
default: string;
|
|
5325
5325
|
};
|
|
5326
5326
|
cardProps: {
|
|
@@ -5339,10 +5339,10 @@ export declare const PlusPage: {
|
|
|
5339
5339
|
default: boolean;
|
|
5340
5340
|
};
|
|
5341
5341
|
}>> & {
|
|
5342
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5343
5342
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5344
5343
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5345
5344
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5345
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5346
5346
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5347
5347
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5348
5348
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -5362,14 +5362,14 @@ export declare const PlusPage: {
|
|
|
5362
5362
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
5363
5363
|
columns?: PlusColumn[] | undefined;
|
|
5364
5364
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
5365
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
5365
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
5366
5366
|
readonly label: string | ComputedRef<string>;
|
|
5367
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
5367
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5368
5368
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5369
|
-
readonly tooltip: string |
|
|
5369
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5370
5370
|
style?: CSSProperties | undefined;
|
|
5371
5371
|
class?: any;
|
|
5372
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5372
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5373
5373
|
style?: CSSProperties | undefined;
|
|
5374
5374
|
class?: any;
|
|
5375
5375
|
} & RecordType>>;
|
|
@@ -5436,12 +5436,12 @@ export declare const PlusPage: {
|
|
|
5436
5436
|
fieldInstance?: any;
|
|
5437
5437
|
valueIsReady?: Ref<boolean> | undefined;
|
|
5438
5438
|
prop: string;
|
|
5439
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
5439
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5440
5440
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5441
|
-
tooltip: string |
|
|
5441
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5442
5442
|
style?: CSSProperties | undefined;
|
|
5443
5443
|
class?: any;
|
|
5444
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5444
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5445
5445
|
style?: CSSProperties | undefined;
|
|
5446
5446
|
class?: any;
|
|
5447
5447
|
} & RecordType>>;
|
|
@@ -5470,14 +5470,14 @@ export declare const PlusPage: {
|
|
|
5470
5470
|
clearable: boolean;
|
|
5471
5471
|
index: number;
|
|
5472
5472
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
5473
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
5473
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
5474
5474
|
readonly label: string | ComputedRef<string>;
|
|
5475
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
5475
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5476
5476
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5477
|
-
readonly tooltip: string |
|
|
5477
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5478
5478
|
style?: CSSProperties | undefined;
|
|
5479
5479
|
class?: any;
|
|
5480
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5480
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5481
5481
|
style?: CSSProperties | undefined;
|
|
5482
5482
|
class?: any;
|
|
5483
5483
|
} & RecordType>>;
|
|
@@ -5544,12 +5544,12 @@ export declare const PlusPage: {
|
|
|
5544
5544
|
fieldInstance?: any;
|
|
5545
5545
|
valueIsReady?: Ref<boolean> | undefined;
|
|
5546
5546
|
prop: string;
|
|
5547
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
5547
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5548
5548
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5549
|
-
tooltip: string |
|
|
5549
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5550
5550
|
style?: CSSProperties | undefined;
|
|
5551
5551
|
class?: any;
|
|
5552
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5552
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5553
5553
|
style?: CSSProperties | undefined;
|
|
5554
5554
|
class?: any;
|
|
5555
5555
|
} & RecordType>>;
|
|
@@ -5596,14 +5596,14 @@ export declare const PlusPage: {
|
|
|
5596
5596
|
handleUnfold: (e: MouseEvent) => void;
|
|
5597
5597
|
}> & {} & ComponentCustomProperties & {} & {
|
|
5598
5598
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
5599
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
5599
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
5600
5600
|
readonly label: string | ComputedRef<string>;
|
|
5601
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
5601
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5602
5602
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5603
|
-
readonly tooltip: string |
|
|
5603
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5604
5604
|
style?: CSSProperties | undefined;
|
|
5605
5605
|
class?: any;
|
|
5606
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5606
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5607
5607
|
style?: CSSProperties | undefined;
|
|
5608
5608
|
class?: any;
|
|
5609
5609
|
} & RecordType>>;
|
|
@@ -5670,12 +5670,12 @@ export declare const PlusPage: {
|
|
|
5670
5670
|
fieldInstance?: any;
|
|
5671
5671
|
valueIsReady?: Ref<boolean> | undefined;
|
|
5672
5672
|
prop: string;
|
|
5673
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
5673
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5674
5674
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5675
|
-
tooltip: string |
|
|
5675
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5676
5676
|
style?: CSSProperties | undefined;
|
|
5677
5677
|
class?: any;
|
|
5678
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5678
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5679
5679
|
style?: CSSProperties | undefined;
|
|
5680
5680
|
class?: any;
|
|
5681
5681
|
} & RecordType>>;
|
|
@@ -6956,7 +6956,7 @@ export declare const PlusPage: {
|
|
|
6956
6956
|
columns: PlusColumn[];
|
|
6957
6957
|
immediate: boolean;
|
|
6958
6958
|
params: RecordType;
|
|
6959
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
6959
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
6960
6960
|
columnsEmptyText: string;
|
|
6961
6961
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
6962
6962
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -7017,7 +7017,7 @@ export declare const PlusPage: {
|
|
|
7017
7017
|
required: true;
|
|
7018
7018
|
};
|
|
7019
7019
|
pagination: {
|
|
7020
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
7020
|
+
type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
|
|
7021
7021
|
default: () => {};
|
|
7022
7022
|
};
|
|
7023
7023
|
columnsEmptyText: {
|
|
@@ -7090,10 +7090,10 @@ export declare const PlusPage: {
|
|
|
7090
7090
|
$: ComponentInternalInstance;
|
|
7091
7091
|
$data: {};
|
|
7092
7092
|
$props: Partial<{
|
|
7093
|
-
labelPosition: "left" | "right" | "top";
|
|
7094
|
-
modelValue: FieldValues;
|
|
7095
7093
|
columns: PlusColumn[];
|
|
7096
|
-
layout: "
|
|
7094
|
+
layout: "grid" | "flex";
|
|
7095
|
+
modelValue: FieldValues;
|
|
7096
|
+
labelPosition: "top" | "right" | "left";
|
|
7097
7097
|
inline: boolean;
|
|
7098
7098
|
showNumber: number;
|
|
7099
7099
|
defaultValues: FieldValues;
|
|
@@ -7118,9 +7118,9 @@ export declare const PlusPage: {
|
|
|
7118
7118
|
searchIcon: Component | null;
|
|
7119
7119
|
resetIcon: Component | null;
|
|
7120
7120
|
}> & Omit<{
|
|
7121
|
-
readonly modelValue: FieldValues;
|
|
7122
7121
|
readonly columns: PlusColumn[];
|
|
7123
|
-
readonly layout: "
|
|
7122
|
+
readonly layout: "grid" | "flex";
|
|
7123
|
+
readonly modelValue: FieldValues;
|
|
7124
7124
|
readonly inline: boolean;
|
|
7125
7125
|
readonly showNumber: number;
|
|
7126
7126
|
readonly defaultValues: FieldValues;
|
|
@@ -7142,31 +7142,31 @@ export declare const PlusPage: {
|
|
|
7142
7142
|
readonly expandText: string;
|
|
7143
7143
|
readonly searchLoading: boolean;
|
|
7144
7144
|
readonly needValidate: boolean;
|
|
7145
|
-
readonly labelPosition?: "
|
|
7145
|
+
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
7146
7146
|
readonly searchIcon?: Component | null | undefined;
|
|
7147
7147
|
readonly resetIcon?: Component | null | undefined;
|
|
7148
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7149
7148
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7150
7149
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7150
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7151
7151
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7152
7152
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7153
7153
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7154
|
-
labelPosition: {
|
|
7155
|
-
type: PropType<"left" | "right" | "top">;
|
|
7156
|
-
default: undefined;
|
|
7157
|
-
};
|
|
7158
|
-
modelValue: {
|
|
7159
|
-
type: PropType<FieldValues>;
|
|
7160
|
-
default: () => {};
|
|
7161
|
-
};
|
|
7162
7154
|
columns: {
|
|
7163
7155
|
type: PropType< PlusColumn[]>;
|
|
7164
7156
|
default: () => never[];
|
|
7165
7157
|
};
|
|
7166
7158
|
layout: {
|
|
7167
|
-
type: PropType<"
|
|
7159
|
+
type: PropType<"grid" | "flex">;
|
|
7168
7160
|
default: "grid";
|
|
7169
7161
|
};
|
|
7162
|
+
modelValue: {
|
|
7163
|
+
type: PropType<FieldValues>;
|
|
7164
|
+
default: () => {};
|
|
7165
|
+
};
|
|
7166
|
+
labelPosition: {
|
|
7167
|
+
type: PropType<"top" | "right" | "left">;
|
|
7168
|
+
default: undefined;
|
|
7169
|
+
};
|
|
7170
7170
|
inline: {
|
|
7171
7171
|
type: PropType<boolean>;
|
|
7172
7172
|
default: boolean;
|
|
@@ -7250,12 +7250,12 @@ export declare const PlusPage: {
|
|
|
7250
7250
|
default: undefined;
|
|
7251
7251
|
};
|
|
7252
7252
|
}>> & {
|
|
7253
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7254
7253
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7255
7254
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7255
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7256
7256
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7257
7257
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7258
|
-
}, "
|
|
7258
|
+
}, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
7259
7259
|
$attrs: {
|
|
7260
7260
|
[x: string]: unknown;
|
|
7261
7261
|
};
|
|
@@ -7267,25 +7267,25 @@ export declare const PlusPage: {
|
|
|
7267
7267
|
}>;
|
|
7268
7268
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7269
7269
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7270
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
7270
|
+
$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);
|
|
7271
7271
|
$el: any;
|
|
7272
7272
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7273
|
-
labelPosition: {
|
|
7274
|
-
type: PropType<"left" | "right" | "top">;
|
|
7275
|
-
default: undefined;
|
|
7276
|
-
};
|
|
7277
|
-
modelValue: {
|
|
7278
|
-
type: PropType<FieldValues>;
|
|
7279
|
-
default: () => {};
|
|
7280
|
-
};
|
|
7281
7273
|
columns: {
|
|
7282
7274
|
type: PropType< PlusColumn[]>;
|
|
7283
7275
|
default: () => never[];
|
|
7284
7276
|
};
|
|
7285
7277
|
layout: {
|
|
7286
|
-
type: PropType<"
|
|
7278
|
+
type: PropType<"grid" | "flex">;
|
|
7287
7279
|
default: "grid";
|
|
7288
7280
|
};
|
|
7281
|
+
modelValue: {
|
|
7282
|
+
type: PropType<FieldValues>;
|
|
7283
|
+
default: () => {};
|
|
7284
|
+
};
|
|
7285
|
+
labelPosition: {
|
|
7286
|
+
type: PropType<"top" | "right" | "left">;
|
|
7287
|
+
default: undefined;
|
|
7288
|
+
};
|
|
7289
7289
|
inline: {
|
|
7290
7290
|
type: PropType<boolean>;
|
|
7291
7291
|
default: boolean;
|
|
@@ -7369,9 +7369,9 @@ export declare const PlusPage: {
|
|
|
7369
7369
|
default: undefined;
|
|
7370
7370
|
};
|
|
7371
7371
|
}>> & {
|
|
7372
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7373
7372
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7374
7373
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7374
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7375
7375
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7376
7376
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7377
7377
|
}, {
|
|
@@ -7379,14 +7379,14 @@ export declare const PlusPage: {
|
|
|
7379
7379
|
$: ComponentInternalInstance;
|
|
7380
7380
|
$data: {};
|
|
7381
7381
|
$props: Partial<{
|
|
7382
|
-
labelPosition: "left" | "right" | "top";
|
|
7383
|
-
modelValue: FieldValues;
|
|
7384
7382
|
collapseDuration: number;
|
|
7385
7383
|
collapseTransition: boolean;
|
|
7386
7384
|
columns: PlusColumn[];
|
|
7387
7385
|
group: false | PlusFormGroupRow[];
|
|
7388
|
-
layout: "
|
|
7386
|
+
layout: "grid" | "flex";
|
|
7387
|
+
modelValue: FieldValues;
|
|
7389
7388
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7389
|
+
labelPosition: "top" | "right" | "left";
|
|
7390
7390
|
labelWidth: string | number;
|
|
7391
7391
|
labelSuffix: string;
|
|
7392
7392
|
defaultValues: FieldValues;
|
|
@@ -7405,7 +7405,7 @@ export declare const PlusPage: {
|
|
|
7405
7405
|
submitText: string;
|
|
7406
7406
|
resetText: string;
|
|
7407
7407
|
submitLoading: boolean;
|
|
7408
|
-
footerAlign: "
|
|
7408
|
+
footerAlign: "right" | "left" | "center";
|
|
7409
7409
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7410
7410
|
style?: CSSProperties | undefined;
|
|
7411
7411
|
class?: any;
|
|
@@ -7413,11 +7413,11 @@ export declare const PlusPage: {
|
|
|
7413
7413
|
prevent: boolean;
|
|
7414
7414
|
clearable: boolean;
|
|
7415
7415
|
}> & Omit<{
|
|
7416
|
-
readonly labelPosition: "left" | "right" | "top";
|
|
7417
|
-
readonly modelValue: FieldValues;
|
|
7418
7416
|
readonly columns: PlusColumn[];
|
|
7419
7417
|
readonly group: false | PlusFormGroupRow[];
|
|
7418
|
+
readonly modelValue: FieldValues;
|
|
7420
7419
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7420
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
7421
7421
|
readonly labelWidth: string | number;
|
|
7422
7422
|
readonly labelSuffix: string;
|
|
7423
7423
|
readonly defaultValues: FieldValues;
|
|
@@ -7436,7 +7436,7 @@ export declare const PlusPage: {
|
|
|
7436
7436
|
readonly submitText: string;
|
|
7437
7437
|
readonly resetText: string;
|
|
7438
7438
|
readonly submitLoading: boolean;
|
|
7439
|
-
readonly footerAlign: "
|
|
7439
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
7440
7440
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7441
7441
|
style?: CSSProperties | undefined;
|
|
7442
7442
|
class?: any;
|
|
@@ -7445,22 +7445,14 @@ export declare const PlusPage: {
|
|
|
7445
7445
|
readonly clearable: boolean;
|
|
7446
7446
|
readonly collapseDuration?: number | undefined;
|
|
7447
7447
|
readonly collapseTransition?: boolean | undefined;
|
|
7448
|
-
readonly layout?: "
|
|
7449
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7448
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
7450
7449
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7451
7450
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7452
7451
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7452
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7453
7453
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7454
7454
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7455
7455
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7456
|
-
labelPosition: {
|
|
7457
|
-
type: PropType<"left" | "right" | "top">;
|
|
7458
|
-
default: string;
|
|
7459
|
-
};
|
|
7460
|
-
modelValue: {
|
|
7461
|
-
type: PropType<FieldValues>;
|
|
7462
|
-
default: () => {};
|
|
7463
|
-
};
|
|
7464
7456
|
collapseDuration: {
|
|
7465
7457
|
type: PropType<number>;
|
|
7466
7458
|
default: undefined;
|
|
@@ -7478,13 +7470,21 @@ export declare const PlusPage: {
|
|
|
7478
7470
|
default: boolean;
|
|
7479
7471
|
};
|
|
7480
7472
|
layout: {
|
|
7481
|
-
type: PropType<"
|
|
7473
|
+
type: PropType<"grid" | "flex">;
|
|
7482
7474
|
default: undefined;
|
|
7483
7475
|
};
|
|
7476
|
+
modelValue: {
|
|
7477
|
+
type: PropType<FieldValues>;
|
|
7478
|
+
default: () => {};
|
|
7479
|
+
};
|
|
7484
7480
|
rules: {
|
|
7485
7481
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7486
7482
|
default: () => {};
|
|
7487
7483
|
};
|
|
7484
|
+
labelPosition: {
|
|
7485
|
+
type: PropType<"top" | "right" | "left">;
|
|
7486
|
+
default: string;
|
|
7487
|
+
};
|
|
7488
7488
|
labelWidth: {
|
|
7489
7489
|
type: PropType<string | number>;
|
|
7490
7490
|
default: string;
|
|
@@ -7540,7 +7540,7 @@ export declare const PlusPage: {
|
|
|
7540
7540
|
default: boolean;
|
|
7541
7541
|
};
|
|
7542
7542
|
footerAlign: {
|
|
7543
|
-
type: PropType<"
|
|
7543
|
+
type: PropType<"right" | "left" | "center">;
|
|
7544
7544
|
default: string;
|
|
7545
7545
|
};
|
|
7546
7546
|
cardProps: {
|
|
@@ -7559,13 +7559,13 @@ export declare const PlusPage: {
|
|
|
7559
7559
|
default: boolean;
|
|
7560
7560
|
};
|
|
7561
7561
|
}>> & {
|
|
7562
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7563
7562
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7564
7563
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7565
7564
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7565
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7566
7566
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7567
7567
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7568
|
-
}, "
|
|
7568
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7569
7569
|
$attrs: {
|
|
7570
7570
|
[x: string]: unknown;
|
|
7571
7571
|
};
|
|
@@ -7577,17 +7577,9 @@ export declare const PlusPage: {
|
|
|
7577
7577
|
}>;
|
|
7578
7578
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7579
7579
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7580
|
-
$emit: ((event: "
|
|
7580
|
+
$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);
|
|
7581
7581
|
$el: any;
|
|
7582
7582
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7583
|
-
labelPosition: {
|
|
7584
|
-
type: PropType<"left" | "right" | "top">;
|
|
7585
|
-
default: string;
|
|
7586
|
-
};
|
|
7587
|
-
modelValue: {
|
|
7588
|
-
type: PropType<FieldValues>;
|
|
7589
|
-
default: () => {};
|
|
7590
|
-
};
|
|
7591
7583
|
collapseDuration: {
|
|
7592
7584
|
type: PropType<number>;
|
|
7593
7585
|
default: undefined;
|
|
@@ -7605,13 +7597,21 @@ export declare const PlusPage: {
|
|
|
7605
7597
|
default: boolean;
|
|
7606
7598
|
};
|
|
7607
7599
|
layout: {
|
|
7608
|
-
type: PropType<"
|
|
7600
|
+
type: PropType<"grid" | "flex">;
|
|
7609
7601
|
default: undefined;
|
|
7610
7602
|
};
|
|
7603
|
+
modelValue: {
|
|
7604
|
+
type: PropType<FieldValues>;
|
|
7605
|
+
default: () => {};
|
|
7606
|
+
};
|
|
7611
7607
|
rules: {
|
|
7612
7608
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7613
7609
|
default: () => {};
|
|
7614
7610
|
};
|
|
7611
|
+
labelPosition: {
|
|
7612
|
+
type: PropType<"top" | "right" | "left">;
|
|
7613
|
+
default: string;
|
|
7614
|
+
};
|
|
7615
7615
|
labelWidth: {
|
|
7616
7616
|
type: PropType<string | number>;
|
|
7617
7617
|
default: string;
|
|
@@ -7667,7 +7667,7 @@ export declare const PlusPage: {
|
|
|
7667
7667
|
default: boolean;
|
|
7668
7668
|
};
|
|
7669
7669
|
footerAlign: {
|
|
7670
|
-
type: PropType<"
|
|
7670
|
+
type: PropType<"right" | "left" | "center">;
|
|
7671
7671
|
default: string;
|
|
7672
7672
|
};
|
|
7673
7673
|
cardProps: {
|
|
@@ -7686,10 +7686,10 @@ export declare const PlusPage: {
|
|
|
7686
7686
|
default: boolean;
|
|
7687
7687
|
};
|
|
7688
7688
|
}>> & {
|
|
7689
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7690
7689
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7691
7690
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7692
7691
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7692
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7693
7693
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7694
7694
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7695
7695
|
}, {
|
|
@@ -7704,14 +7704,14 @@ export declare const PlusPage: {
|
|
|
7704
7704
|
submitError: (errors: unknown) => void;
|
|
7705
7705
|
validate: (...args: any[]) => void;
|
|
7706
7706
|
}, string, {
|
|
7707
|
-
labelPosition: "left" | "right" | "top";
|
|
7708
|
-
modelValue: FieldValues;
|
|
7709
7707
|
collapseDuration: number;
|
|
7710
7708
|
collapseTransition: boolean;
|
|
7711
7709
|
columns: PlusColumn[];
|
|
7712
7710
|
group: false | PlusFormGroupRow[];
|
|
7713
|
-
layout: "
|
|
7711
|
+
layout: "grid" | "flex";
|
|
7712
|
+
modelValue: FieldValues;
|
|
7714
7713
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7714
|
+
labelPosition: "top" | "right" | "left";
|
|
7715
7715
|
labelWidth: string | number;
|
|
7716
7716
|
labelSuffix: string;
|
|
7717
7717
|
defaultValues: FieldValues;
|
|
@@ -7730,7 +7730,7 @@ export declare const PlusPage: {
|
|
|
7730
7730
|
submitText: string;
|
|
7731
7731
|
resetText: string;
|
|
7732
7732
|
submitLoading: boolean;
|
|
7733
|
-
footerAlign: "
|
|
7733
|
+
footerAlign: "right" | "left" | "center";
|
|
7734
7734
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7735
7735
|
style?: CSSProperties | undefined;
|
|
7736
7736
|
class?: any;
|
|
@@ -7758,14 +7758,6 @@ export declare const PlusPage: {
|
|
|
7758
7758
|
$nextTick: nextTick;
|
|
7759
7759
|
$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;
|
|
7760
7760
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7761
|
-
labelPosition: {
|
|
7762
|
-
type: PropType<"left" | "right" | "top">;
|
|
7763
|
-
default: string;
|
|
7764
|
-
};
|
|
7765
|
-
modelValue: {
|
|
7766
|
-
type: PropType<FieldValues>;
|
|
7767
|
-
default: () => {};
|
|
7768
|
-
};
|
|
7769
7761
|
collapseDuration: {
|
|
7770
7762
|
type: PropType<number>;
|
|
7771
7763
|
default: undefined;
|
|
@@ -7783,13 +7775,21 @@ export declare const PlusPage: {
|
|
|
7783
7775
|
default: boolean;
|
|
7784
7776
|
};
|
|
7785
7777
|
layout: {
|
|
7786
|
-
type: PropType<"
|
|
7778
|
+
type: PropType<"grid" | "flex">;
|
|
7787
7779
|
default: undefined;
|
|
7788
7780
|
};
|
|
7781
|
+
modelValue: {
|
|
7782
|
+
type: PropType<FieldValues>;
|
|
7783
|
+
default: () => {};
|
|
7784
|
+
};
|
|
7789
7785
|
rules: {
|
|
7790
7786
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7791
7787
|
default: () => {};
|
|
7792
7788
|
};
|
|
7789
|
+
labelPosition: {
|
|
7790
|
+
type: PropType<"top" | "right" | "left">;
|
|
7791
|
+
default: string;
|
|
7792
|
+
};
|
|
7793
7793
|
labelWidth: {
|
|
7794
7794
|
type: PropType<string | number>;
|
|
7795
7795
|
default: string;
|
|
@@ -7845,7 +7845,7 @@ export declare const PlusPage: {
|
|
|
7845
7845
|
default: boolean;
|
|
7846
7846
|
};
|
|
7847
7847
|
footerAlign: {
|
|
7848
|
-
type: PropType<"
|
|
7848
|
+
type: PropType<"right" | "left" | "center">;
|
|
7849
7849
|
default: string;
|
|
7850
7850
|
};
|
|
7851
7851
|
cardProps: {
|
|
@@ -7864,10 +7864,10 @@ export declare const PlusPage: {
|
|
|
7864
7864
|
default: boolean;
|
|
7865
7865
|
};
|
|
7866
7866
|
}>> & {
|
|
7867
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7868
7867
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7869
7868
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7870
7869
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7870
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7871
7871
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7872
7872
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7873
7873
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -7887,14 +7887,14 @@ export declare const PlusPage: {
|
|
|
7887
7887
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
7888
7888
|
columns?: PlusColumn[] | undefined;
|
|
7889
7889
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7890
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
7890
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
7891
7891
|
readonly label: string | ComputedRef<string>;
|
|
7892
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
7892
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7893
7893
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7894
|
-
readonly tooltip: string |
|
|
7894
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7895
7895
|
style?: CSSProperties | undefined;
|
|
7896
7896
|
class?: any;
|
|
7897
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7897
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7898
7898
|
style?: CSSProperties | undefined;
|
|
7899
7899
|
class?: any;
|
|
7900
7900
|
} & RecordType>>;
|
|
@@ -7961,12 +7961,12 @@ export declare const PlusPage: {
|
|
|
7961
7961
|
fieldInstance?: any;
|
|
7962
7962
|
valueIsReady?: Ref<boolean> | undefined;
|
|
7963
7963
|
prop: string;
|
|
7964
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
7964
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7965
7965
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7966
|
-
tooltip: string |
|
|
7966
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7967
7967
|
style?: CSSProperties | undefined;
|
|
7968
7968
|
class?: any;
|
|
7969
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7969
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
7970
7970
|
style?: CSSProperties | undefined;
|
|
7971
7971
|
class?: any;
|
|
7972
7972
|
} & RecordType>>;
|
|
@@ -7995,14 +7995,14 @@ export declare const PlusPage: {
|
|
|
7995
7995
|
clearable: boolean;
|
|
7996
7996
|
index: number;
|
|
7997
7997
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
7998
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
7998
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
7999
7999
|
readonly label: string | ComputedRef<string>;
|
|
8000
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8000
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8001
8001
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8002
|
-
readonly tooltip: string |
|
|
8002
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8003
8003
|
style?: CSSProperties | undefined;
|
|
8004
8004
|
class?: any;
|
|
8005
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8005
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8006
8006
|
style?: CSSProperties | undefined;
|
|
8007
8007
|
class?: any;
|
|
8008
8008
|
} & RecordType>>;
|
|
@@ -8069,12 +8069,12 @@ export declare const PlusPage: {
|
|
|
8069
8069
|
fieldInstance?: any;
|
|
8070
8070
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8071
8071
|
prop: string;
|
|
8072
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8072
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8073
8073
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8074
|
-
tooltip: string |
|
|
8074
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8075
8075
|
style?: CSSProperties | undefined;
|
|
8076
8076
|
class?: any;
|
|
8077
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8077
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8078
8078
|
style?: CSSProperties | undefined;
|
|
8079
8079
|
class?: any;
|
|
8080
8080
|
} & RecordType>>;
|
|
@@ -8126,10 +8126,10 @@ export declare const PlusPage: {
|
|
|
8126
8126
|
reset: (values: FieldValues) => void;
|
|
8127
8127
|
collapse: (isShowUnfold: boolean) => void;
|
|
8128
8128
|
}, string, {
|
|
8129
|
-
labelPosition: "left" | "right" | "top";
|
|
8130
|
-
modelValue: FieldValues;
|
|
8131
8129
|
columns: PlusColumn[];
|
|
8132
|
-
layout: "
|
|
8130
|
+
layout: "grid" | "flex";
|
|
8131
|
+
modelValue: FieldValues;
|
|
8132
|
+
labelPosition: "top" | "right" | "left";
|
|
8133
8133
|
inline: boolean;
|
|
8134
8134
|
showNumber: number;
|
|
8135
8135
|
defaultValues: FieldValues;
|
|
@@ -8174,22 +8174,22 @@ export declare const PlusPage: {
|
|
|
8174
8174
|
$nextTick: nextTick;
|
|
8175
8175
|
$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;
|
|
8176
8176
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
8177
|
-
labelPosition: {
|
|
8178
|
-
type: PropType<"left" | "right" | "top">;
|
|
8179
|
-
default: undefined;
|
|
8180
|
-
};
|
|
8181
|
-
modelValue: {
|
|
8182
|
-
type: PropType<FieldValues>;
|
|
8183
|
-
default: () => {};
|
|
8184
|
-
};
|
|
8185
8177
|
columns: {
|
|
8186
8178
|
type: PropType< PlusColumn[]>;
|
|
8187
8179
|
default: () => never[];
|
|
8188
8180
|
};
|
|
8189
8181
|
layout: {
|
|
8190
|
-
type: PropType<"
|
|
8182
|
+
type: PropType<"grid" | "flex">;
|
|
8191
8183
|
default: "grid";
|
|
8192
8184
|
};
|
|
8185
|
+
modelValue: {
|
|
8186
|
+
type: PropType<FieldValues>;
|
|
8187
|
+
default: () => {};
|
|
8188
|
+
};
|
|
8189
|
+
labelPosition: {
|
|
8190
|
+
type: PropType<"top" | "right" | "left">;
|
|
8191
|
+
default: undefined;
|
|
8192
|
+
};
|
|
8193
8193
|
inline: {
|
|
8194
8194
|
type: PropType<boolean>;
|
|
8195
8195
|
default: boolean;
|
|
@@ -8273,9 +8273,9 @@ export declare const PlusPage: {
|
|
|
8273
8273
|
default: undefined;
|
|
8274
8274
|
};
|
|
8275
8275
|
}>> & {
|
|
8276
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8277
8276
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8278
8277
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8278
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8279
8279
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
8280
8280
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
8281
8281
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -8283,14 +8283,14 @@ export declare const PlusPage: {
|
|
|
8283
8283
|
$: ComponentInternalInstance;
|
|
8284
8284
|
$data: {};
|
|
8285
8285
|
$props: Partial<{
|
|
8286
|
-
labelPosition: "left" | "right" | "top";
|
|
8287
|
-
modelValue: FieldValues;
|
|
8288
8286
|
collapseDuration: number;
|
|
8289
8287
|
collapseTransition: boolean;
|
|
8290
8288
|
columns: PlusColumn[];
|
|
8291
8289
|
group: false | PlusFormGroupRow[];
|
|
8292
|
-
layout: "
|
|
8290
|
+
layout: "grid" | "flex";
|
|
8291
|
+
modelValue: FieldValues;
|
|
8293
8292
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
8293
|
+
labelPosition: "top" | "right" | "left";
|
|
8294
8294
|
labelWidth: string | number;
|
|
8295
8295
|
labelSuffix: string;
|
|
8296
8296
|
defaultValues: FieldValues;
|
|
@@ -8309,7 +8309,7 @@ export declare const PlusPage: {
|
|
|
8309
8309
|
submitText: string;
|
|
8310
8310
|
resetText: string;
|
|
8311
8311
|
submitLoading: boolean;
|
|
8312
|
-
footerAlign: "
|
|
8312
|
+
footerAlign: "right" | "left" | "center";
|
|
8313
8313
|
cardProps: Partial< Mutable<CardProps> & {
|
|
8314
8314
|
style?: CSSProperties | undefined;
|
|
8315
8315
|
class?: any;
|
|
@@ -8317,11 +8317,11 @@ export declare const PlusPage: {
|
|
|
8317
8317
|
prevent: boolean;
|
|
8318
8318
|
clearable: boolean;
|
|
8319
8319
|
}> & Omit<{
|
|
8320
|
-
readonly labelPosition: "left" | "right" | "top";
|
|
8321
|
-
readonly modelValue: FieldValues;
|
|
8322
8320
|
readonly columns: PlusColumn[];
|
|
8323
8321
|
readonly group: false | PlusFormGroupRow[];
|
|
8322
|
+
readonly modelValue: FieldValues;
|
|
8324
8323
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
8324
|
+
readonly labelPosition: "top" | "right" | "left";
|
|
8325
8325
|
readonly labelWidth: string | number;
|
|
8326
8326
|
readonly labelSuffix: string;
|
|
8327
8327
|
readonly defaultValues: FieldValues;
|
|
@@ -8340,7 +8340,7 @@ export declare const PlusPage: {
|
|
|
8340
8340
|
readonly submitText: string;
|
|
8341
8341
|
readonly resetText: string;
|
|
8342
8342
|
readonly submitLoading: boolean;
|
|
8343
|
-
readonly footerAlign: "
|
|
8343
|
+
readonly footerAlign: "right" | "left" | "center";
|
|
8344
8344
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
8345
8345
|
style?: CSSProperties | undefined;
|
|
8346
8346
|
class?: any;
|
|
@@ -8349,22 +8349,14 @@ export declare const PlusPage: {
|
|
|
8349
8349
|
readonly clearable: boolean;
|
|
8350
8350
|
readonly collapseDuration?: number | undefined;
|
|
8351
8351
|
readonly collapseTransition?: boolean | undefined;
|
|
8352
|
-
readonly layout?: "
|
|
8353
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8352
|
+
readonly layout?: "grid" | "flex" | undefined;
|
|
8354
8353
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8355
8354
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8356
8355
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
8356
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8357
8357
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
8358
8358
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
8359
8359
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
8360
|
-
labelPosition: {
|
|
8361
|
-
type: PropType<"left" | "right" | "top">;
|
|
8362
|
-
default: string;
|
|
8363
|
-
};
|
|
8364
|
-
modelValue: {
|
|
8365
|
-
type: PropType<FieldValues>;
|
|
8366
|
-
default: () => {};
|
|
8367
|
-
};
|
|
8368
8360
|
collapseDuration: {
|
|
8369
8361
|
type: PropType<number>;
|
|
8370
8362
|
default: undefined;
|
|
@@ -8382,13 +8374,21 @@ export declare const PlusPage: {
|
|
|
8382
8374
|
default: boolean;
|
|
8383
8375
|
};
|
|
8384
8376
|
layout: {
|
|
8385
|
-
type: PropType<"
|
|
8377
|
+
type: PropType<"grid" | "flex">;
|
|
8386
8378
|
default: undefined;
|
|
8387
8379
|
};
|
|
8380
|
+
modelValue: {
|
|
8381
|
+
type: PropType<FieldValues>;
|
|
8382
|
+
default: () => {};
|
|
8383
|
+
};
|
|
8388
8384
|
rules: {
|
|
8389
8385
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
8390
8386
|
default: () => {};
|
|
8391
8387
|
};
|
|
8388
|
+
labelPosition: {
|
|
8389
|
+
type: PropType<"top" | "right" | "left">;
|
|
8390
|
+
default: string;
|
|
8391
|
+
};
|
|
8392
8392
|
labelWidth: {
|
|
8393
8393
|
type: PropType<string | number>;
|
|
8394
8394
|
default: string;
|
|
@@ -8444,7 +8444,7 @@ export declare const PlusPage: {
|
|
|
8444
8444
|
default: boolean;
|
|
8445
8445
|
};
|
|
8446
8446
|
footerAlign: {
|
|
8447
|
-
type: PropType<"
|
|
8447
|
+
type: PropType<"right" | "left" | "center">;
|
|
8448
8448
|
default: string;
|
|
8449
8449
|
};
|
|
8450
8450
|
cardProps: {
|
|
@@ -8463,13 +8463,13 @@ export declare const PlusPage: {
|
|
|
8463
8463
|
default: boolean;
|
|
8464
8464
|
};
|
|
8465
8465
|
}>> & {
|
|
8466
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8467
8466
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8468
8467
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8469
8468
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
8469
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8470
8470
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
8471
8471
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
8472
|
-
}, "
|
|
8472
|
+
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
8473
8473
|
$attrs: {
|
|
8474
8474
|
[x: string]: unknown;
|
|
8475
8475
|
};
|
|
@@ -8481,17 +8481,9 @@ export declare const PlusPage: {
|
|
|
8481
8481
|
}>;
|
|
8482
8482
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
8483
8483
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
8484
|
-
$emit: ((event: "
|
|
8484
|
+
$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);
|
|
8485
8485
|
$el: any;
|
|
8486
8486
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
8487
|
-
labelPosition: {
|
|
8488
|
-
type: PropType<"left" | "right" | "top">;
|
|
8489
|
-
default: string;
|
|
8490
|
-
};
|
|
8491
|
-
modelValue: {
|
|
8492
|
-
type: PropType<FieldValues>;
|
|
8493
|
-
default: () => {};
|
|
8494
|
-
};
|
|
8495
8487
|
collapseDuration: {
|
|
8496
8488
|
type: PropType<number>;
|
|
8497
8489
|
default: undefined;
|
|
@@ -8509,13 +8501,21 @@ export declare const PlusPage: {
|
|
|
8509
8501
|
default: boolean;
|
|
8510
8502
|
};
|
|
8511
8503
|
layout: {
|
|
8512
|
-
type: PropType<"
|
|
8504
|
+
type: PropType<"grid" | "flex">;
|
|
8513
8505
|
default: undefined;
|
|
8514
8506
|
};
|
|
8507
|
+
modelValue: {
|
|
8508
|
+
type: PropType<FieldValues>;
|
|
8509
|
+
default: () => {};
|
|
8510
|
+
};
|
|
8515
8511
|
rules: {
|
|
8516
8512
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
8517
8513
|
default: () => {};
|
|
8518
8514
|
};
|
|
8515
|
+
labelPosition: {
|
|
8516
|
+
type: PropType<"top" | "right" | "left">;
|
|
8517
|
+
default: string;
|
|
8518
|
+
};
|
|
8519
8519
|
labelWidth: {
|
|
8520
8520
|
type: PropType<string | number>;
|
|
8521
8521
|
default: string;
|
|
@@ -8571,7 +8571,7 @@ export declare const PlusPage: {
|
|
|
8571
8571
|
default: boolean;
|
|
8572
8572
|
};
|
|
8573
8573
|
footerAlign: {
|
|
8574
|
-
type: PropType<"
|
|
8574
|
+
type: PropType<"right" | "left" | "center">;
|
|
8575
8575
|
default: string;
|
|
8576
8576
|
};
|
|
8577
8577
|
cardProps: {
|
|
@@ -8590,10 +8590,10 @@ export declare const PlusPage: {
|
|
|
8590
8590
|
default: boolean;
|
|
8591
8591
|
};
|
|
8592
8592
|
}>> & {
|
|
8593
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8594
8593
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8595
8594
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8596
8595
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
8596
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8597
8597
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
8598
8598
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
8599
8599
|
}, {
|
|
@@ -8608,14 +8608,14 @@ export declare const PlusPage: {
|
|
|
8608
8608
|
submitError: (errors: unknown) => void;
|
|
8609
8609
|
validate: (...args: any[]) => void;
|
|
8610
8610
|
}, string, {
|
|
8611
|
-
labelPosition: "left" | "right" | "top";
|
|
8612
|
-
modelValue: FieldValues;
|
|
8613
8611
|
collapseDuration: number;
|
|
8614
8612
|
collapseTransition: boolean;
|
|
8615
8613
|
columns: PlusColumn[];
|
|
8616
8614
|
group: false | PlusFormGroupRow[];
|
|
8617
|
-
layout: "
|
|
8615
|
+
layout: "grid" | "flex";
|
|
8616
|
+
modelValue: FieldValues;
|
|
8618
8617
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
8618
|
+
labelPosition: "top" | "right" | "left";
|
|
8619
8619
|
labelWidth: string | number;
|
|
8620
8620
|
labelSuffix: string;
|
|
8621
8621
|
defaultValues: FieldValues;
|
|
@@ -8634,7 +8634,7 @@ export declare const PlusPage: {
|
|
|
8634
8634
|
submitText: string;
|
|
8635
8635
|
resetText: string;
|
|
8636
8636
|
submitLoading: boolean;
|
|
8637
|
-
footerAlign: "
|
|
8637
|
+
footerAlign: "right" | "left" | "center";
|
|
8638
8638
|
cardProps: Partial< Mutable<CardProps> & {
|
|
8639
8639
|
style?: CSSProperties | undefined;
|
|
8640
8640
|
class?: any;
|
|
@@ -8662,14 +8662,6 @@ export declare const PlusPage: {
|
|
|
8662
8662
|
$nextTick: nextTick;
|
|
8663
8663
|
$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;
|
|
8664
8664
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
8665
|
-
labelPosition: {
|
|
8666
|
-
type: PropType<"left" | "right" | "top">;
|
|
8667
|
-
default: string;
|
|
8668
|
-
};
|
|
8669
|
-
modelValue: {
|
|
8670
|
-
type: PropType<FieldValues>;
|
|
8671
|
-
default: () => {};
|
|
8672
|
-
};
|
|
8673
8665
|
collapseDuration: {
|
|
8674
8666
|
type: PropType<number>;
|
|
8675
8667
|
default: undefined;
|
|
@@ -8687,13 +8679,21 @@ export declare const PlusPage: {
|
|
|
8687
8679
|
default: boolean;
|
|
8688
8680
|
};
|
|
8689
8681
|
layout: {
|
|
8690
|
-
type: PropType<"
|
|
8682
|
+
type: PropType<"grid" | "flex">;
|
|
8691
8683
|
default: undefined;
|
|
8692
8684
|
};
|
|
8685
|
+
modelValue: {
|
|
8686
|
+
type: PropType<FieldValues>;
|
|
8687
|
+
default: () => {};
|
|
8688
|
+
};
|
|
8693
8689
|
rules: {
|
|
8694
8690
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
8695
8691
|
default: () => {};
|
|
8696
8692
|
};
|
|
8693
|
+
labelPosition: {
|
|
8694
|
+
type: PropType<"top" | "right" | "left">;
|
|
8695
|
+
default: string;
|
|
8696
|
+
};
|
|
8697
8697
|
labelWidth: {
|
|
8698
8698
|
type: PropType<string | number>;
|
|
8699
8699
|
default: string;
|
|
@@ -8749,7 +8749,7 @@ export declare const PlusPage: {
|
|
|
8749
8749
|
default: boolean;
|
|
8750
8750
|
};
|
|
8751
8751
|
footerAlign: {
|
|
8752
|
-
type: PropType<"
|
|
8752
|
+
type: PropType<"right" | "left" | "center">;
|
|
8753
8753
|
default: string;
|
|
8754
8754
|
};
|
|
8755
8755
|
cardProps: {
|
|
@@ -8768,10 +8768,10 @@ export declare const PlusPage: {
|
|
|
8768
8768
|
default: boolean;
|
|
8769
8769
|
};
|
|
8770
8770
|
}>> & {
|
|
8771
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8772
8771
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8773
8772
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8774
8773
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
8774
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8775
8775
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
8776
8776
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
8777
8777
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8791,14 +8791,14 @@ export declare const PlusPage: {
|
|
|
8791
8791
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8792
8792
|
columns?: PlusColumn[] | undefined;
|
|
8793
8793
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8794
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8794
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8795
8795
|
readonly label: string | ComputedRef<string>;
|
|
8796
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8796
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8797
8797
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8798
|
-
readonly tooltip: string |
|
|
8798
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8799
8799
|
style?: CSSProperties | undefined;
|
|
8800
8800
|
class?: any;
|
|
8801
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8801
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8802
8802
|
style?: CSSProperties | undefined;
|
|
8803
8803
|
class?: any;
|
|
8804
8804
|
} & RecordType>>;
|
|
@@ -8865,12 +8865,12 @@ export declare const PlusPage: {
|
|
|
8865
8865
|
fieldInstance?: any;
|
|
8866
8866
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8867
8867
|
prop: string;
|
|
8868
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8868
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8869
8869
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8870
|
-
tooltip: string |
|
|
8870
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8871
8871
|
style?: CSSProperties | undefined;
|
|
8872
8872
|
class?: any;
|
|
8873
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8873
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8874
8874
|
style?: CSSProperties | undefined;
|
|
8875
8875
|
class?: any;
|
|
8876
8876
|
} & RecordType>>;
|
|
@@ -8899,14 +8899,14 @@ export declare const PlusPage: {
|
|
|
8899
8899
|
clearable: boolean;
|
|
8900
8900
|
index: number;
|
|
8901
8901
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8902
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
8902
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8903
8903
|
readonly label: string | ComputedRef<string>;
|
|
8904
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8904
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8905
8905
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8906
|
-
readonly tooltip: string |
|
|
8906
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8907
8907
|
style?: CSSProperties | undefined;
|
|
8908
8908
|
class?: any;
|
|
8909
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8909
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8910
8910
|
style?: CSSProperties | undefined;
|
|
8911
8911
|
class?: any;
|
|
8912
8912
|
} & RecordType>>;
|
|
@@ -8973,12 +8973,12 @@ export declare const PlusPage: {
|
|
|
8973
8973
|
fieldInstance?: any;
|
|
8974
8974
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8975
8975
|
prop: string;
|
|
8976
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8976
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8977
8977
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8978
|
-
tooltip: string |
|
|
8978
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8979
8979
|
style?: CSSProperties | undefined;
|
|
8980
8980
|
class?: any;
|
|
8981
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8981
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8982
8982
|
style?: CSSProperties | undefined;
|
|
8983
8983
|
class?: any;
|
|
8984
8984
|
} & RecordType>>;
|
|
@@ -9025,14 +9025,14 @@ export declare const PlusPage: {
|
|
|
9025
9025
|
handleUnfold: (e: MouseEvent) => void;
|
|
9026
9026
|
}> & {} & ComponentCustomProperties & {} & {
|
|
9027
9027
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
9028
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
9028
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
9029
9029
|
readonly label: string | ComputedRef<string>;
|
|
9030
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
9030
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
9031
9031
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
9032
|
-
readonly tooltip: string |
|
|
9032
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
9033
9033
|
style?: CSSProperties | undefined;
|
|
9034
9034
|
class?: any;
|
|
9035
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9035
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9036
9036
|
style?: CSSProperties | undefined;
|
|
9037
9037
|
class?: any;
|
|
9038
9038
|
} & RecordType>>;
|
|
@@ -9099,12 +9099,12 @@ export declare const PlusPage: {
|
|
|
9099
9099
|
fieldInstance?: any;
|
|
9100
9100
|
valueIsReady?: Ref<boolean> | undefined;
|
|
9101
9101
|
prop: string;
|
|
9102
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
9102
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
9103
9103
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
9104
|
-
tooltip: string |
|
|
9104
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
9105
9105
|
style?: CSSProperties | undefined;
|
|
9106
9106
|
class?: any;
|
|
9107
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9107
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
9108
9108
|
style?: CSSProperties | undefined;
|
|
9109
9109
|
class?: any;
|
|
9110
9110
|
} & RecordType>>;
|
|
@@ -10391,7 +10391,7 @@ export declare const PlusPage: {
|
|
|
10391
10391
|
columns: PlusColumn[];
|
|
10392
10392
|
immediate: boolean;
|
|
10393
10393
|
params: RecordType;
|
|
10394
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
10394
|
+
pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
|
|
10395
10395
|
columnsEmptyText: string;
|
|
10396
10396
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
10397
10397
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
@@ -10414,14 +10414,14 @@ export declare const PlusPage: {
|
|
|
10414
10414
|
searchSlot: boolean;
|
|
10415
10415
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
10416
10416
|
$slots: Partial<Record<never, (_: {
|
|
10417
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "
|
|
10417
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
10418
10418
|
readonly label: string | ComputedRef<string>;
|
|
10419
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
10419
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10420
10420
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10421
|
-
readonly tooltip: string |
|
|
10421
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10422
10422
|
style?: CSSProperties | undefined;
|
|
10423
10423
|
class?: any;
|
|
10424
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10424
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10425
10425
|
style?: CSSProperties | undefined;
|
|
10426
10426
|
class?: any;
|
|
10427
10427
|
} & RecordType>>;
|
|
@@ -10488,12 +10488,12 @@ export declare const PlusPage: {
|
|
|
10488
10488
|
fieldInstance?: any;
|
|
10489
10489
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10490
10490
|
prop: string;
|
|
10491
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
10491
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10492
10492
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10493
|
-
tooltip: string |
|
|
10493
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10494
10494
|
style?: CSSProperties | undefined;
|
|
10495
10495
|
class?: any;
|
|
10496
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10496
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10497
10497
|
style?: CSSProperties | undefined;
|
|
10498
10498
|
class?: any;
|
|
10499
10499
|
} & RecordType>>;
|