yc-pro-components 0.0.69 → 0.0.70
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 +20 -20
- package/es/components/date-picker/src/index.vue.d.ts +12 -12
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/drawer-form/index.d.ts +65 -65
- package/es/components/drawer-form/src/index.vue.d.ts +15 -15
- package/es/components/form/index.d.ts +45 -45
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +17 -17
- package/es/components/form-item/index.d.ts +48 -48
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- 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 +344 -344
- package/es/components/page/src/index.vue.d.ts +118 -118
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/index.vue.d.ts +27 -27
- package/es/components/render/index.d.ts +3 -3
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +154 -154
- package/es/components/search/src/index.vue.d.ts +50 -50
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +24 -24
- package/es/components/steps-form/src/index.vue.d.ts +3 -3
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +235 -235
- 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/defaults.mjs +1 -1
- package/es/directives/build.config.d.ts +3 -0
- package/es/directives/src/fn-perm.d.ts +18 -0
- package/es/directives/src/fn-perm.mjs +26 -0
- package/es/directives/src/index.d.ts +1 -0
- package/es/hooks/usePlusFormReset.d.ts +238 -238
- package/es/index.css +9 -9
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/yc-components/index.d.ts +1 -1
- package/index.js +23 -12
- package/index.min.js +10 -10
- package/index.min.mjs +11 -11
- package/index.mjs +18 -4
- 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 +20 -20
- package/lib/components/date-picker/src/index.vue.d.ts +12 -12
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/drawer-form/index.d.ts +65 -65
- package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
- package/lib/components/form/index.d.ts +45 -45
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +17 -17
- package/lib/components/form-item/index.d.ts +48 -48
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- 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 +344 -344
- package/lib/components/page/src/index.vue.d.ts +118 -118
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/index.vue.d.ts +27 -27
- package/lib/components/render/index.d.ts +3 -3
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +154 -154
- package/lib/components/search/src/index.vue.d.ts +50 -50
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +24 -24
- package/lib/components/steps-form/src/index.vue.d.ts +3 -3
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
- 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/defaults.js +2 -2
- package/lib/directives/build.config.d.ts +3 -0
- package/lib/directives/src/fn-perm.d.ts +18 -0
- package/lib/directives/src/fn-perm.js +28 -0
- package/lib/directives/src/index.d.ts +1 -0
- package/lib/hooks/usePlusFormReset.d.ts +238 -238
- package/lib/index.css +10 -10
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -7
- package/lib/yc-components/index.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, "modelValue" | "total" | "pageSizeList">>;
|
|
50
50
|
default: () => {};
|
|
51
51
|
};
|
|
52
52
|
columnsEmptyText: {
|
|
@@ -119,9 +119,9 @@ export declare const PlusPage: {
|
|
|
119
119
|
$: ComponentInternalInstance;
|
|
120
120
|
$data: {};
|
|
121
121
|
$props: Partial<{
|
|
122
|
+
modelValue: FieldValues;
|
|
122
123
|
columns: PlusColumn[];
|
|
123
124
|
layout: "grid" | "flex";
|
|
124
|
-
modelValue: FieldValues;
|
|
125
125
|
labelPosition: "top" | "right" | "left";
|
|
126
126
|
inline: boolean;
|
|
127
127
|
showNumber: number;
|
|
@@ -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;
|
|
150
151
|
readonly columns: PlusColumn[];
|
|
151
152
|
readonly layout: "grid" | "flex";
|
|
152
|
-
readonly modelValue: FieldValues;
|
|
153
153
|
readonly inline: boolean;
|
|
154
154
|
readonly showNumber: number;
|
|
155
155
|
readonly defaultValues: FieldValues;
|
|
@@ -174,12 +174,16 @@ export declare const PlusPage: {
|
|
|
174
174
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
175
175
|
readonly searchIcon?: Component | null | undefined;
|
|
176
176
|
readonly resetIcon?: Component | null | undefined;
|
|
177
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
177
178
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
178
179
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
179
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
180
180
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
181
181
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
182
182
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
183
|
+
modelValue: {
|
|
184
|
+
type: PropType<FieldValues>;
|
|
185
|
+
default: () => {};
|
|
186
|
+
};
|
|
183
187
|
columns: {
|
|
184
188
|
type: PropType< PlusColumn[]>;
|
|
185
189
|
default: () => never[];
|
|
@@ -188,10 +192,6 @@ export declare const PlusPage: {
|
|
|
188
192
|
type: PropType<"grid" | "flex">;
|
|
189
193
|
default: "grid";
|
|
190
194
|
};
|
|
191
|
-
modelValue: {
|
|
192
|
-
type: PropType<FieldValues>;
|
|
193
|
-
default: () => {};
|
|
194
|
-
};
|
|
195
195
|
labelPosition: {
|
|
196
196
|
type: PropType<"top" | "right" | "left">;
|
|
197
197
|
default: undefined;
|
|
@@ -279,12 +279,12 @@ export declare const PlusPage: {
|
|
|
279
279
|
default: undefined;
|
|
280
280
|
};
|
|
281
281
|
}>> & {
|
|
282
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
282
283
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
283
284
|
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
|
+
}, "modelValue" | "columns" | "layout" | "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,9 +296,13 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", 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
|
+
modelValue: {
|
|
303
|
+
type: PropType<FieldValues>;
|
|
304
|
+
default: () => {};
|
|
305
|
+
};
|
|
302
306
|
columns: {
|
|
303
307
|
type: PropType< PlusColumn[]>;
|
|
304
308
|
default: () => never[];
|
|
@@ -307,10 +311,6 @@ export declare const PlusPage: {
|
|
|
307
311
|
type: PropType<"grid" | "flex">;
|
|
308
312
|
default: "grid";
|
|
309
313
|
};
|
|
310
|
-
modelValue: {
|
|
311
|
-
type: PropType<FieldValues>;
|
|
312
|
-
default: () => {};
|
|
313
|
-
};
|
|
314
314
|
labelPosition: {
|
|
315
315
|
type: PropType<"top" | "right" | "left">;
|
|
316
316
|
default: undefined;
|
|
@@ -398,9 +398,9 @@ export declare const PlusPage: {
|
|
|
398
398
|
default: undefined;
|
|
399
399
|
};
|
|
400
400
|
}>> & {
|
|
401
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
401
402
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
402
403
|
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,12 +408,12 @@ export declare const PlusPage: {
|
|
|
408
408
|
$: ComponentInternalInstance;
|
|
409
409
|
$data: {};
|
|
410
410
|
$props: Partial<{
|
|
411
|
+
modelValue: FieldValues;
|
|
411
412
|
collapseDuration: number;
|
|
412
413
|
collapseTransition: boolean;
|
|
413
414
|
columns: PlusColumn[];
|
|
414
415
|
group: false | PlusFormGroupRow[];
|
|
415
416
|
layout: "grid" | "flex";
|
|
416
|
-
modelValue: FieldValues;
|
|
417
417
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
418
418
|
labelPosition: "top" | "right" | "left";
|
|
419
419
|
labelWidth: string | number;
|
|
@@ -434,7 +434,7 @@ export declare const PlusPage: {
|
|
|
434
434
|
submitText: string;
|
|
435
435
|
resetText: string;
|
|
436
436
|
submitLoading: boolean;
|
|
437
|
-
footerAlign: "
|
|
437
|
+
footerAlign: "center" | "right" | "left";
|
|
438
438
|
cardProps: Partial< Mutable<CardProps> & {
|
|
439
439
|
style?: CSSProperties | undefined;
|
|
440
440
|
class?: any;
|
|
@@ -442,9 +442,9 @@ export declare const PlusPage: {
|
|
|
442
442
|
prevent: boolean;
|
|
443
443
|
clearable: boolean;
|
|
444
444
|
}> & Omit<{
|
|
445
|
+
readonly modelValue: FieldValues;
|
|
445
446
|
readonly columns: PlusColumn[];
|
|
446
447
|
readonly group: false | PlusFormGroupRow[];
|
|
447
|
-
readonly modelValue: FieldValues;
|
|
448
448
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
449
449
|
readonly labelPosition: "top" | "right" | "left";
|
|
450
450
|
readonly labelWidth: string | number;
|
|
@@ -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: "center" | "right" | "left";
|
|
469
469
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
470
470
|
style?: CSSProperties | undefined;
|
|
471
471
|
class?: any;
|
|
@@ -475,13 +475,17 @@ export declare const PlusPage: {
|
|
|
475
475
|
readonly collapseDuration?: number | undefined;
|
|
476
476
|
readonly collapseTransition?: boolean | undefined;
|
|
477
477
|
readonly layout?: "grid" | "flex" | undefined;
|
|
478
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
478
479
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
479
480
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
480
481
|
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
|
+
modelValue: {
|
|
486
|
+
type: PropType<FieldValues>;
|
|
487
|
+
default: () => {};
|
|
488
|
+
};
|
|
485
489
|
collapseDuration: {
|
|
486
490
|
type: PropType<number>;
|
|
487
491
|
default: undefined;
|
|
@@ -502,10 +506,6 @@ export declare const PlusPage: {
|
|
|
502
506
|
type: PropType<"grid" | "flex">;
|
|
503
507
|
default: undefined;
|
|
504
508
|
};
|
|
505
|
-
modelValue: {
|
|
506
|
-
type: PropType<FieldValues>;
|
|
507
|
-
default: () => {};
|
|
508
|
-
};
|
|
509
509
|
rules: {
|
|
510
510
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
511
511
|
default: () => {};
|
|
@@ -569,7 +569,7 @@ export declare const PlusPage: {
|
|
|
569
569
|
default: boolean;
|
|
570
570
|
};
|
|
571
571
|
footerAlign: {
|
|
572
|
-
type: PropType<"
|
|
572
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
591
592
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
592
593
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
593
594
|
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
|
-
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "
|
|
597
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "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,9 +606,13 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
613
|
+
type: PropType<FieldValues>;
|
|
614
|
+
default: () => {};
|
|
615
|
+
};
|
|
612
616
|
collapseDuration: {
|
|
613
617
|
type: PropType<number>;
|
|
614
618
|
default: undefined;
|
|
@@ -629,10 +633,6 @@ export declare const PlusPage: {
|
|
|
629
633
|
type: PropType<"grid" | "flex">;
|
|
630
634
|
default: undefined;
|
|
631
635
|
};
|
|
632
|
-
modelValue: {
|
|
633
|
-
type: PropType<FieldValues>;
|
|
634
|
-
default: () => {};
|
|
635
|
-
};
|
|
636
636
|
rules: {
|
|
637
637
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
638
638
|
default: () => {};
|
|
@@ -696,7 +696,7 @@ export declare const PlusPage: {
|
|
|
696
696
|
default: boolean;
|
|
697
697
|
};
|
|
698
698
|
footerAlign: {
|
|
699
|
-
type: PropType<"
|
|
699
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
718
719
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
719
720
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
720
721
|
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,12 +733,12 @@ export declare const PlusPage: {
|
|
|
733
733
|
submitError: (errors: unknown) => void;
|
|
734
734
|
validate: (...args: any[]) => void;
|
|
735
735
|
}, string, {
|
|
736
|
+
modelValue: FieldValues;
|
|
736
737
|
collapseDuration: number;
|
|
737
738
|
collapseTransition: boolean;
|
|
738
739
|
columns: PlusColumn[];
|
|
739
740
|
group: false | PlusFormGroupRow[];
|
|
740
741
|
layout: "grid" | "flex";
|
|
741
|
-
modelValue: FieldValues;
|
|
742
742
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
743
743
|
labelPosition: "top" | "right" | "left";
|
|
744
744
|
labelWidth: string | number;
|
|
@@ -759,7 +759,7 @@ export declare const PlusPage: {
|
|
|
759
759
|
submitText: string;
|
|
760
760
|
resetText: string;
|
|
761
761
|
submitLoading: boolean;
|
|
762
|
-
footerAlign: "
|
|
762
|
+
footerAlign: "center" | "right" | "left";
|
|
763
763
|
cardProps: Partial< Mutable<CardProps> & {
|
|
764
764
|
style?: CSSProperties | undefined;
|
|
765
765
|
class?: any;
|
|
@@ -787,6 +787,10 @@ 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
|
+
modelValue: {
|
|
791
|
+
type: PropType<FieldValues>;
|
|
792
|
+
default: () => {};
|
|
793
|
+
};
|
|
790
794
|
collapseDuration: {
|
|
791
795
|
type: PropType<number>;
|
|
792
796
|
default: undefined;
|
|
@@ -807,10 +811,6 @@ export declare const PlusPage: {
|
|
|
807
811
|
type: PropType<"grid" | "flex">;
|
|
808
812
|
default: undefined;
|
|
809
813
|
};
|
|
810
|
-
modelValue: {
|
|
811
|
-
type: PropType<FieldValues>;
|
|
812
|
-
default: () => {};
|
|
813
|
-
};
|
|
814
814
|
rules: {
|
|
815
815
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
816
816
|
default: () => {};
|
|
@@ -874,7 +874,7 @@ export declare const PlusPage: {
|
|
|
874
874
|
default: boolean;
|
|
875
875
|
};
|
|
876
876
|
footerAlign: {
|
|
877
|
-
type: PropType<"
|
|
877
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
896
897
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
897
898
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
898
899
|
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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
919
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
922
922
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
923
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
923
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
924
924
|
style?: CSSProperties | undefined;
|
|
925
925
|
class?: any;
|
|
926
|
-
} & RecordType> | ComputedRef<
|
|
926
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
994
994
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
995
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
995
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
996
996
|
style?: CSSProperties | undefined;
|
|
997
997
|
class?: any;
|
|
998
|
-
} & RecordType> | ComputedRef<
|
|
998
|
+
} & RecordType> | 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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1027
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1030
1030
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1031
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1031
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1032
1032
|
style?: CSSProperties | undefined;
|
|
1033
1033
|
class?: any;
|
|
1034
|
-
} & RecordType> | ComputedRef<
|
|
1034
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1102
1102
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1103
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1103
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1104
1104
|
style?: CSSProperties | undefined;
|
|
1105
1105
|
class?: any;
|
|
1106
|
-
} & RecordType> | ComputedRef<
|
|
1106
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1107
1107
|
style?: CSSProperties | undefined;
|
|
1108
1108
|
class?: any;
|
|
1109
1109
|
} & RecordType>>;
|
|
@@ -1155,9 +1155,9 @@ export declare const PlusPage: {
|
|
|
1155
1155
|
reset: (values: FieldValues) => void;
|
|
1156
1156
|
collapse: (isShowUnfold: boolean) => void;
|
|
1157
1157
|
}, string, {
|
|
1158
|
+
modelValue: FieldValues;
|
|
1158
1159
|
columns: PlusColumn[];
|
|
1159
1160
|
layout: "grid" | "flex";
|
|
1160
|
-
modelValue: FieldValues;
|
|
1161
1161
|
labelPosition: "top" | "right" | "left";
|
|
1162
1162
|
inline: boolean;
|
|
1163
1163
|
showNumber: number;
|
|
@@ -1203,6 +1203,10 @@ 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
|
+
modelValue: {
|
|
1207
|
+
type: PropType<FieldValues>;
|
|
1208
|
+
default: () => {};
|
|
1209
|
+
};
|
|
1206
1210
|
columns: {
|
|
1207
1211
|
type: PropType< PlusColumn[]>;
|
|
1208
1212
|
default: () => never[];
|
|
@@ -1211,10 +1215,6 @@ export declare const PlusPage: {
|
|
|
1211
1215
|
type: PropType<"grid" | "flex">;
|
|
1212
1216
|
default: "grid";
|
|
1213
1217
|
};
|
|
1214
|
-
modelValue: {
|
|
1215
|
-
type: PropType<FieldValues>;
|
|
1216
|
-
default: () => {};
|
|
1217
|
-
};
|
|
1218
1218
|
labelPosition: {
|
|
1219
1219
|
type: PropType<"top" | "right" | "left">;
|
|
1220
1220
|
default: undefined;
|
|
@@ -1302,9 +1302,9 @@ export declare const PlusPage: {
|
|
|
1302
1302
|
default: undefined;
|
|
1303
1303
|
};
|
|
1304
1304
|
}>> & {
|
|
1305
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1305
1306
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1306
1307
|
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,12 +1312,12 @@ export declare const PlusPage: {
|
|
|
1312
1312
|
$: ComponentInternalInstance;
|
|
1313
1313
|
$data: {};
|
|
1314
1314
|
$props: Partial<{
|
|
1315
|
+
modelValue: FieldValues;
|
|
1315
1316
|
collapseDuration: number;
|
|
1316
1317
|
collapseTransition: boolean;
|
|
1317
1318
|
columns: PlusColumn[];
|
|
1318
1319
|
group: false | PlusFormGroupRow[];
|
|
1319
1320
|
layout: "grid" | "flex";
|
|
1320
|
-
modelValue: FieldValues;
|
|
1321
1321
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1322
1322
|
labelPosition: "top" | "right" | "left";
|
|
1323
1323
|
labelWidth: string | number;
|
|
@@ -1338,7 +1338,7 @@ export declare const PlusPage: {
|
|
|
1338
1338
|
submitText: string;
|
|
1339
1339
|
resetText: string;
|
|
1340
1340
|
submitLoading: boolean;
|
|
1341
|
-
footerAlign: "
|
|
1341
|
+
footerAlign: "center" | "right" | "left";
|
|
1342
1342
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1343
1343
|
style?: CSSProperties | undefined;
|
|
1344
1344
|
class?: any;
|
|
@@ -1346,9 +1346,9 @@ export declare const PlusPage: {
|
|
|
1346
1346
|
prevent: boolean;
|
|
1347
1347
|
clearable: boolean;
|
|
1348
1348
|
}> & Omit<{
|
|
1349
|
+
readonly modelValue: FieldValues;
|
|
1349
1350
|
readonly columns: PlusColumn[];
|
|
1350
1351
|
readonly group: false | PlusFormGroupRow[];
|
|
1351
|
-
readonly modelValue: FieldValues;
|
|
1352
1352
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1353
1353
|
readonly labelPosition: "top" | "right" | "left";
|
|
1354
1354
|
readonly labelWidth: string | number;
|
|
@@ -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: "center" | "right" | "left";
|
|
1373
1373
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1374
1374
|
style?: CSSProperties | undefined;
|
|
1375
1375
|
class?: any;
|
|
@@ -1379,13 +1379,17 @@ export declare const PlusPage: {
|
|
|
1379
1379
|
readonly collapseDuration?: number | undefined;
|
|
1380
1380
|
readonly collapseTransition?: boolean | undefined;
|
|
1381
1381
|
readonly layout?: "grid" | "flex" | undefined;
|
|
1382
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1382
1383
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1383
1384
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1384
1385
|
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
|
+
modelValue: {
|
|
1390
|
+
type: PropType<FieldValues>;
|
|
1391
|
+
default: () => {};
|
|
1392
|
+
};
|
|
1389
1393
|
collapseDuration: {
|
|
1390
1394
|
type: PropType<number>;
|
|
1391
1395
|
default: undefined;
|
|
@@ -1406,10 +1410,6 @@ export declare const PlusPage: {
|
|
|
1406
1410
|
type: PropType<"grid" | "flex">;
|
|
1407
1411
|
default: undefined;
|
|
1408
1412
|
};
|
|
1409
|
-
modelValue: {
|
|
1410
|
-
type: PropType<FieldValues>;
|
|
1411
|
-
default: () => {};
|
|
1412
|
-
};
|
|
1413
1413
|
rules: {
|
|
1414
1414
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1415
1415
|
default: () => {};
|
|
@@ -1473,7 +1473,7 @@ export declare const PlusPage: {
|
|
|
1473
1473
|
default: boolean;
|
|
1474
1474
|
};
|
|
1475
1475
|
footerAlign: {
|
|
1476
|
-
type: PropType<"
|
|
1476
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
1495
1496
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1496
1497
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1497
1498
|
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
|
-
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "
|
|
1501
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "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,9 +1510,13 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
1517
|
+
type: PropType<FieldValues>;
|
|
1518
|
+
default: () => {};
|
|
1519
|
+
};
|
|
1516
1520
|
collapseDuration: {
|
|
1517
1521
|
type: PropType<number>;
|
|
1518
1522
|
default: undefined;
|
|
@@ -1533,10 +1537,6 @@ export declare const PlusPage: {
|
|
|
1533
1537
|
type: PropType<"grid" | "flex">;
|
|
1534
1538
|
default: undefined;
|
|
1535
1539
|
};
|
|
1536
|
-
modelValue: {
|
|
1537
|
-
type: PropType<FieldValues>;
|
|
1538
|
-
default: () => {};
|
|
1539
|
-
};
|
|
1540
1540
|
rules: {
|
|
1541
1541
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1542
1542
|
default: () => {};
|
|
@@ -1600,7 +1600,7 @@ export declare const PlusPage: {
|
|
|
1600
1600
|
default: boolean;
|
|
1601
1601
|
};
|
|
1602
1602
|
footerAlign: {
|
|
1603
|
-
type: PropType<"
|
|
1603
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
1622
1623
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1623
1624
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1624
1625
|
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,12 +1637,12 @@ export declare const PlusPage: {
|
|
|
1637
1637
|
submitError: (errors: unknown) => void;
|
|
1638
1638
|
validate: (...args: any[]) => void;
|
|
1639
1639
|
}, string, {
|
|
1640
|
+
modelValue: FieldValues;
|
|
1640
1641
|
collapseDuration: number;
|
|
1641
1642
|
collapseTransition: boolean;
|
|
1642
1643
|
columns: PlusColumn[];
|
|
1643
1644
|
group: false | PlusFormGroupRow[];
|
|
1644
1645
|
layout: "grid" | "flex";
|
|
1645
|
-
modelValue: FieldValues;
|
|
1646
1646
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1647
1647
|
labelPosition: "top" | "right" | "left";
|
|
1648
1648
|
labelWidth: string | number;
|
|
@@ -1663,7 +1663,7 @@ export declare const PlusPage: {
|
|
|
1663
1663
|
submitText: string;
|
|
1664
1664
|
resetText: string;
|
|
1665
1665
|
submitLoading: boolean;
|
|
1666
|
-
footerAlign: "
|
|
1666
|
+
footerAlign: "center" | "right" | "left";
|
|
1667
1667
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1668
1668
|
style?: CSSProperties | undefined;
|
|
1669
1669
|
class?: any;
|
|
@@ -1691,6 +1691,10 @@ 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
|
+
modelValue: {
|
|
1695
|
+
type: PropType<FieldValues>;
|
|
1696
|
+
default: () => {};
|
|
1697
|
+
};
|
|
1694
1698
|
collapseDuration: {
|
|
1695
1699
|
type: PropType<number>;
|
|
1696
1700
|
default: undefined;
|
|
@@ -1711,10 +1715,6 @@ export declare const PlusPage: {
|
|
|
1711
1715
|
type: PropType<"grid" | "flex">;
|
|
1712
1716
|
default: undefined;
|
|
1713
1717
|
};
|
|
1714
|
-
modelValue: {
|
|
1715
|
-
type: PropType<FieldValues>;
|
|
1716
|
-
default: () => {};
|
|
1717
|
-
};
|
|
1718
1718
|
rules: {
|
|
1719
1719
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1720
1720
|
default: () => {};
|
|
@@ -1778,7 +1778,7 @@ export declare const PlusPage: {
|
|
|
1778
1778
|
default: boolean;
|
|
1779
1779
|
};
|
|
1780
1780
|
footerAlign: {
|
|
1781
|
-
type: PropType<"
|
|
1781
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
1800
1801
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1801
1802
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1802
1803
|
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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1823
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1826
1826
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1827
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1827
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1828
1828
|
style?: CSSProperties | undefined;
|
|
1829
1829
|
class?: any;
|
|
1830
|
-
} & RecordType> | ComputedRef<
|
|
1830
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1898
1898
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1899
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1899
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1900
1900
|
style?: CSSProperties | undefined;
|
|
1901
1901
|
class?: any;
|
|
1902
|
-
} & RecordType> | ComputedRef<
|
|
1902
|
+
} & RecordType> | 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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1931
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1934
1934
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1935
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1935
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1936
1936
|
style?: CSSProperties | undefined;
|
|
1937
1937
|
class?: any;
|
|
1938
|
-
} & RecordType> | ComputedRef<
|
|
1938
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2006
2006
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2007
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2007
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2008
2008
|
style?: CSSProperties | undefined;
|
|
2009
2009
|
class?: any;
|
|
2010
|
-
} & RecordType> | ComputedRef<
|
|
2010
|
+
} & RecordType> | 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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
2057
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2060
2060
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2061
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2061
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2062
2062
|
style?: CSSProperties | undefined;
|
|
2063
2063
|
class?: any;
|
|
2064
|
-
} & RecordType> | ComputedRef<
|
|
2064
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2132
2132
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2133
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2133
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2134
2134
|
style?: CSSProperties | undefined;
|
|
2135
2135
|
class?: any;
|
|
2136
|
-
} & RecordType> | ComputedRef<
|
|
2136
|
+
} & RecordType> | 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, "modelValue" | "total" | "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, "modelValue" | "total" | "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, "modelValue" | "total" | "pageSizeList">>;
|
|
3592
3592
|
default: () => {};
|
|
3593
3593
|
};
|
|
3594
3594
|
columnsEmptyText: {
|
|
@@ -3661,9 +3661,9 @@ export declare const PlusPage: {
|
|
|
3661
3661
|
$: ComponentInternalInstance;
|
|
3662
3662
|
$data: {};
|
|
3663
3663
|
$props: Partial<{
|
|
3664
|
+
modelValue: FieldValues;
|
|
3664
3665
|
columns: PlusColumn[];
|
|
3665
3666
|
layout: "grid" | "flex";
|
|
3666
|
-
modelValue: FieldValues;
|
|
3667
3667
|
labelPosition: "top" | "right" | "left";
|
|
3668
3668
|
inline: boolean;
|
|
3669
3669
|
showNumber: number;
|
|
@@ -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;
|
|
3692
3693
|
readonly columns: PlusColumn[];
|
|
3693
3694
|
readonly layout: "grid" | "flex";
|
|
3694
|
-
readonly modelValue: FieldValues;
|
|
3695
3695
|
readonly inline: boolean;
|
|
3696
3696
|
readonly showNumber: number;
|
|
3697
3697
|
readonly defaultValues: FieldValues;
|
|
@@ -3716,12 +3716,16 @@ export declare const PlusPage: {
|
|
|
3716
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;
|
|
3719
3720
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3720
3721
|
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
|
+
modelValue: {
|
|
3726
|
+
type: PropType<FieldValues>;
|
|
3727
|
+
default: () => {};
|
|
3728
|
+
};
|
|
3725
3729
|
columns: {
|
|
3726
3730
|
type: PropType< PlusColumn[]>;
|
|
3727
3731
|
default: () => never[];
|
|
@@ -3730,10 +3734,6 @@ export declare const PlusPage: {
|
|
|
3730
3734
|
type: PropType<"grid" | "flex">;
|
|
3731
3735
|
default: "grid";
|
|
3732
3736
|
};
|
|
3733
|
-
modelValue: {
|
|
3734
|
-
type: PropType<FieldValues>;
|
|
3735
|
-
default: () => {};
|
|
3736
|
-
};
|
|
3737
3737
|
labelPosition: {
|
|
3738
3738
|
type: PropType<"top" | "right" | "left">;
|
|
3739
3739
|
default: undefined;
|
|
@@ -3821,12 +3821,12 @@ export declare const PlusPage: {
|
|
|
3821
3821
|
default: undefined;
|
|
3822
3822
|
};
|
|
3823
3823
|
}>> & {
|
|
3824
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3824
3825
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3825
3826
|
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
|
+
}, "modelValue" | "columns" | "layout" | "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,9 +3838,13 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", 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
|
+
modelValue: {
|
|
3845
|
+
type: PropType<FieldValues>;
|
|
3846
|
+
default: () => {};
|
|
3847
|
+
};
|
|
3844
3848
|
columns: {
|
|
3845
3849
|
type: PropType< PlusColumn[]>;
|
|
3846
3850
|
default: () => never[];
|
|
@@ -3849,10 +3853,6 @@ export declare const PlusPage: {
|
|
|
3849
3853
|
type: PropType<"grid" | "flex">;
|
|
3850
3854
|
default: "grid";
|
|
3851
3855
|
};
|
|
3852
|
-
modelValue: {
|
|
3853
|
-
type: PropType<FieldValues>;
|
|
3854
|
-
default: () => {};
|
|
3855
|
-
};
|
|
3856
3856
|
labelPosition: {
|
|
3857
3857
|
type: PropType<"top" | "right" | "left">;
|
|
3858
3858
|
default: undefined;
|
|
@@ -3940,9 +3940,9 @@ export declare const PlusPage: {
|
|
|
3940
3940
|
default: undefined;
|
|
3941
3941
|
};
|
|
3942
3942
|
}>> & {
|
|
3943
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
3943
3944
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
3944
3945
|
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,12 +3950,12 @@ export declare const PlusPage: {
|
|
|
3950
3950
|
$: ComponentInternalInstance;
|
|
3951
3951
|
$data: {};
|
|
3952
3952
|
$props: Partial<{
|
|
3953
|
+
modelValue: FieldValues;
|
|
3953
3954
|
collapseDuration: number;
|
|
3954
3955
|
collapseTransition: boolean;
|
|
3955
3956
|
columns: PlusColumn[];
|
|
3956
3957
|
group: false | PlusFormGroupRow[];
|
|
3957
3958
|
layout: "grid" | "flex";
|
|
3958
|
-
modelValue: FieldValues;
|
|
3959
3959
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3960
3960
|
labelPosition: "top" | "right" | "left";
|
|
3961
3961
|
labelWidth: string | number;
|
|
@@ -3976,7 +3976,7 @@ export declare const PlusPage: {
|
|
|
3976
3976
|
submitText: string;
|
|
3977
3977
|
resetText: string;
|
|
3978
3978
|
submitLoading: boolean;
|
|
3979
|
-
footerAlign: "
|
|
3979
|
+
footerAlign: "center" | "right" | "left";
|
|
3980
3980
|
cardProps: Partial< Mutable<CardProps> & {
|
|
3981
3981
|
style?: CSSProperties | undefined;
|
|
3982
3982
|
class?: any;
|
|
@@ -3984,9 +3984,9 @@ export declare const PlusPage: {
|
|
|
3984
3984
|
prevent: boolean;
|
|
3985
3985
|
clearable: boolean;
|
|
3986
3986
|
}> & Omit<{
|
|
3987
|
+
readonly modelValue: FieldValues;
|
|
3987
3988
|
readonly columns: PlusColumn[];
|
|
3988
3989
|
readonly group: false | PlusFormGroupRow[];
|
|
3989
|
-
readonly modelValue: FieldValues;
|
|
3990
3990
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
3991
3991
|
readonly labelPosition: "top" | "right" | "left";
|
|
3992
3992
|
readonly labelWidth: string | number;
|
|
@@ -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: "center" | "right" | "left";
|
|
4011
4011
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
4012
4012
|
style?: CSSProperties | undefined;
|
|
4013
4013
|
class?: any;
|
|
@@ -4017,13 +4017,17 @@ export declare const PlusPage: {
|
|
|
4017
4017
|
readonly collapseDuration?: number | undefined;
|
|
4018
4018
|
readonly collapseTransition?: boolean | undefined;
|
|
4019
4019
|
readonly layout?: "grid" | "flex" | undefined;
|
|
4020
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4020
4021
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4021
4022
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4022
4023
|
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
|
+
modelValue: {
|
|
4028
|
+
type: PropType<FieldValues>;
|
|
4029
|
+
default: () => {};
|
|
4030
|
+
};
|
|
4027
4031
|
collapseDuration: {
|
|
4028
4032
|
type: PropType<number>;
|
|
4029
4033
|
default: undefined;
|
|
@@ -4044,10 +4048,6 @@ export declare const PlusPage: {
|
|
|
4044
4048
|
type: PropType<"grid" | "flex">;
|
|
4045
4049
|
default: undefined;
|
|
4046
4050
|
};
|
|
4047
|
-
modelValue: {
|
|
4048
|
-
type: PropType<FieldValues>;
|
|
4049
|
-
default: () => {};
|
|
4050
|
-
};
|
|
4051
4051
|
rules: {
|
|
4052
4052
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
4053
4053
|
default: () => {};
|
|
@@ -4111,7 +4111,7 @@ export declare const PlusPage: {
|
|
|
4111
4111
|
default: boolean;
|
|
4112
4112
|
};
|
|
4113
4113
|
footerAlign: {
|
|
4114
|
-
type: PropType<"
|
|
4114
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
4133
4134
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4134
4135
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4135
4136
|
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
|
-
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "
|
|
4139
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "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,9 +4148,13 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
4155
|
+
type: PropType<FieldValues>;
|
|
4156
|
+
default: () => {};
|
|
4157
|
+
};
|
|
4154
4158
|
collapseDuration: {
|
|
4155
4159
|
type: PropType<number>;
|
|
4156
4160
|
default: undefined;
|
|
@@ -4171,10 +4175,6 @@ export declare const PlusPage: {
|
|
|
4171
4175
|
type: PropType<"grid" | "flex">;
|
|
4172
4176
|
default: undefined;
|
|
4173
4177
|
};
|
|
4174
|
-
modelValue: {
|
|
4175
|
-
type: PropType<FieldValues>;
|
|
4176
|
-
default: () => {};
|
|
4177
|
-
};
|
|
4178
4178
|
rules: {
|
|
4179
4179
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
4180
4180
|
default: () => {};
|
|
@@ -4238,7 +4238,7 @@ export declare const PlusPage: {
|
|
|
4238
4238
|
default: boolean;
|
|
4239
4239
|
};
|
|
4240
4240
|
footerAlign: {
|
|
4241
|
-
type: PropType<"
|
|
4241
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
4260
4261
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4261
4262
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4262
4263
|
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,12 +4275,12 @@ export declare const PlusPage: {
|
|
|
4275
4275
|
submitError: (errors: unknown) => void;
|
|
4276
4276
|
validate: (...args: any[]) => void;
|
|
4277
4277
|
}, string, {
|
|
4278
|
+
modelValue: FieldValues;
|
|
4278
4279
|
collapseDuration: number;
|
|
4279
4280
|
collapseTransition: boolean;
|
|
4280
4281
|
columns: PlusColumn[];
|
|
4281
4282
|
group: false | PlusFormGroupRow[];
|
|
4282
4283
|
layout: "grid" | "flex";
|
|
4283
|
-
modelValue: FieldValues;
|
|
4284
4284
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
4285
4285
|
labelPosition: "top" | "right" | "left";
|
|
4286
4286
|
labelWidth: string | number;
|
|
@@ -4301,7 +4301,7 @@ export declare const PlusPage: {
|
|
|
4301
4301
|
submitText: string;
|
|
4302
4302
|
resetText: string;
|
|
4303
4303
|
submitLoading: boolean;
|
|
4304
|
-
footerAlign: "
|
|
4304
|
+
footerAlign: "center" | "right" | "left";
|
|
4305
4305
|
cardProps: Partial< Mutable<CardProps> & {
|
|
4306
4306
|
style?: CSSProperties | undefined;
|
|
4307
4307
|
class?: any;
|
|
@@ -4329,6 +4329,10 @@ 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
|
+
modelValue: {
|
|
4333
|
+
type: PropType<FieldValues>;
|
|
4334
|
+
default: () => {};
|
|
4335
|
+
};
|
|
4332
4336
|
collapseDuration: {
|
|
4333
4337
|
type: PropType<number>;
|
|
4334
4338
|
default: undefined;
|
|
@@ -4349,10 +4353,6 @@ export declare const PlusPage: {
|
|
|
4349
4353
|
type: PropType<"grid" | "flex">;
|
|
4350
4354
|
default: undefined;
|
|
4351
4355
|
};
|
|
4352
|
-
modelValue: {
|
|
4353
|
-
type: PropType<FieldValues>;
|
|
4354
|
-
default: () => {};
|
|
4355
|
-
};
|
|
4356
4356
|
rules: {
|
|
4357
4357
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
4358
4358
|
default: () => {};
|
|
@@ -4416,7 +4416,7 @@ export declare const PlusPage: {
|
|
|
4416
4416
|
default: boolean;
|
|
4417
4417
|
};
|
|
4418
4418
|
footerAlign: {
|
|
4419
|
-
type: PropType<"
|
|
4419
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
4438
4439
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4439
4440
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4440
4441
|
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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
4461
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4464
4464
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4465
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4465
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4466
4466
|
style?: CSSProperties | undefined;
|
|
4467
4467
|
class?: any;
|
|
4468
|
-
} & RecordType> | ComputedRef<
|
|
4468
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4536
4536
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4537
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4537
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4538
4538
|
style?: CSSProperties | undefined;
|
|
4539
4539
|
class?: any;
|
|
4540
|
-
} & RecordType> | ComputedRef<
|
|
4540
|
+
} & RecordType> | 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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
4569
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4572
4572
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4573
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4573
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4574
4574
|
style?: CSSProperties | undefined;
|
|
4575
4575
|
class?: any;
|
|
4576
|
-
} & RecordType> | ComputedRef<
|
|
4576
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
4644
4644
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
4645
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
4645
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
4646
4646
|
style?: CSSProperties | undefined;
|
|
4647
4647
|
class?: any;
|
|
4648
|
-
} & RecordType> | ComputedRef<
|
|
4648
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
4649
4649
|
style?: CSSProperties | undefined;
|
|
4650
4650
|
class?: any;
|
|
4651
4651
|
} & RecordType>>;
|
|
@@ -4697,9 +4697,9 @@ export declare const PlusPage: {
|
|
|
4697
4697
|
reset: (values: FieldValues) => void;
|
|
4698
4698
|
collapse: (isShowUnfold: boolean) => void;
|
|
4699
4699
|
}, string, {
|
|
4700
|
+
modelValue: FieldValues;
|
|
4700
4701
|
columns: PlusColumn[];
|
|
4701
4702
|
layout: "grid" | "flex";
|
|
4702
|
-
modelValue: FieldValues;
|
|
4703
4703
|
labelPosition: "top" | "right" | "left";
|
|
4704
4704
|
inline: boolean;
|
|
4705
4705
|
showNumber: number;
|
|
@@ -4745,6 +4745,10 @@ 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
|
+
modelValue: {
|
|
4749
|
+
type: PropType<FieldValues>;
|
|
4750
|
+
default: () => {};
|
|
4751
|
+
};
|
|
4748
4752
|
columns: {
|
|
4749
4753
|
type: PropType< PlusColumn[]>;
|
|
4750
4754
|
default: () => never[];
|
|
@@ -4753,10 +4757,6 @@ export declare const PlusPage: {
|
|
|
4753
4757
|
type: PropType<"grid" | "flex">;
|
|
4754
4758
|
default: "grid";
|
|
4755
4759
|
};
|
|
4756
|
-
modelValue: {
|
|
4757
|
-
type: PropType<FieldValues>;
|
|
4758
|
-
default: () => {};
|
|
4759
|
-
};
|
|
4760
4760
|
labelPosition: {
|
|
4761
4761
|
type: PropType<"top" | "right" | "left">;
|
|
4762
4762
|
default: undefined;
|
|
@@ -4844,9 +4844,9 @@ export declare const PlusPage: {
|
|
|
4844
4844
|
default: undefined;
|
|
4845
4845
|
};
|
|
4846
4846
|
}>> & {
|
|
4847
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4847
4848
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4848
4849
|
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,12 +4854,12 @@ export declare const PlusPage: {
|
|
|
4854
4854
|
$: ComponentInternalInstance;
|
|
4855
4855
|
$data: {};
|
|
4856
4856
|
$props: Partial<{
|
|
4857
|
+
modelValue: FieldValues;
|
|
4857
4858
|
collapseDuration: number;
|
|
4858
4859
|
collapseTransition: boolean;
|
|
4859
4860
|
columns: PlusColumn[];
|
|
4860
4861
|
group: false | PlusFormGroupRow[];
|
|
4861
4862
|
layout: "grid" | "flex";
|
|
4862
|
-
modelValue: FieldValues;
|
|
4863
4863
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
4864
4864
|
labelPosition: "top" | "right" | "left";
|
|
4865
4865
|
labelWidth: string | number;
|
|
@@ -4880,7 +4880,7 @@ export declare const PlusPage: {
|
|
|
4880
4880
|
submitText: string;
|
|
4881
4881
|
resetText: string;
|
|
4882
4882
|
submitLoading: boolean;
|
|
4883
|
-
footerAlign: "
|
|
4883
|
+
footerAlign: "center" | "right" | "left";
|
|
4884
4884
|
cardProps: Partial< Mutable<CardProps> & {
|
|
4885
4885
|
style?: CSSProperties | undefined;
|
|
4886
4886
|
class?: any;
|
|
@@ -4888,9 +4888,9 @@ export declare const PlusPage: {
|
|
|
4888
4888
|
prevent: boolean;
|
|
4889
4889
|
clearable: boolean;
|
|
4890
4890
|
}> & Omit<{
|
|
4891
|
+
readonly modelValue: FieldValues;
|
|
4891
4892
|
readonly columns: PlusColumn[];
|
|
4892
4893
|
readonly group: false | PlusFormGroupRow[];
|
|
4893
|
-
readonly modelValue: FieldValues;
|
|
4894
4894
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
4895
4895
|
readonly labelPosition: "top" | "right" | "left";
|
|
4896
4896
|
readonly labelWidth: string | number;
|
|
@@ -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: "center" | "right" | "left";
|
|
4915
4915
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
4916
4916
|
style?: CSSProperties | undefined;
|
|
4917
4917
|
class?: any;
|
|
@@ -4921,13 +4921,17 @@ export declare const PlusPage: {
|
|
|
4921
4921
|
readonly collapseDuration?: number | undefined;
|
|
4922
4922
|
readonly collapseTransition?: boolean | undefined;
|
|
4923
4923
|
readonly layout?: "grid" | "flex" | undefined;
|
|
4924
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
4924
4925
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
4925
4926
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
4926
4927
|
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
|
+
modelValue: {
|
|
4932
|
+
type: PropType<FieldValues>;
|
|
4933
|
+
default: () => {};
|
|
4934
|
+
};
|
|
4931
4935
|
collapseDuration: {
|
|
4932
4936
|
type: PropType<number>;
|
|
4933
4937
|
default: undefined;
|
|
@@ -4948,10 +4952,6 @@ export declare const PlusPage: {
|
|
|
4948
4952
|
type: PropType<"grid" | "flex">;
|
|
4949
4953
|
default: undefined;
|
|
4950
4954
|
};
|
|
4951
|
-
modelValue: {
|
|
4952
|
-
type: PropType<FieldValues>;
|
|
4953
|
-
default: () => {};
|
|
4954
|
-
};
|
|
4955
4955
|
rules: {
|
|
4956
4956
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
4957
4957
|
default: () => {};
|
|
@@ -5015,7 +5015,7 @@ export declare const PlusPage: {
|
|
|
5015
5015
|
default: boolean;
|
|
5016
5016
|
};
|
|
5017
5017
|
footerAlign: {
|
|
5018
|
-
type: PropType<"
|
|
5018
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
5037
5038
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5038
5039
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5039
5040
|
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
|
-
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "
|
|
5043
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "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,9 +5052,13 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
5059
|
+
type: PropType<FieldValues>;
|
|
5060
|
+
default: () => {};
|
|
5061
|
+
};
|
|
5058
5062
|
collapseDuration: {
|
|
5059
5063
|
type: PropType<number>;
|
|
5060
5064
|
default: undefined;
|
|
@@ -5075,10 +5079,6 @@ export declare const PlusPage: {
|
|
|
5075
5079
|
type: PropType<"grid" | "flex">;
|
|
5076
5080
|
default: undefined;
|
|
5077
5081
|
};
|
|
5078
|
-
modelValue: {
|
|
5079
|
-
type: PropType<FieldValues>;
|
|
5080
|
-
default: () => {};
|
|
5081
|
-
};
|
|
5082
5082
|
rules: {
|
|
5083
5083
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5084
5084
|
default: () => {};
|
|
@@ -5142,7 +5142,7 @@ export declare const PlusPage: {
|
|
|
5142
5142
|
default: boolean;
|
|
5143
5143
|
};
|
|
5144
5144
|
footerAlign: {
|
|
5145
|
-
type: PropType<"
|
|
5145
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
5164
5165
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5165
5166
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5166
5167
|
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,12 +5179,12 @@ export declare const PlusPage: {
|
|
|
5179
5179
|
submitError: (errors: unknown) => void;
|
|
5180
5180
|
validate: (...args: any[]) => void;
|
|
5181
5181
|
}, string, {
|
|
5182
|
+
modelValue: FieldValues;
|
|
5182
5183
|
collapseDuration: number;
|
|
5183
5184
|
collapseTransition: boolean;
|
|
5184
5185
|
columns: PlusColumn[];
|
|
5185
5186
|
group: false | PlusFormGroupRow[];
|
|
5186
5187
|
layout: "grid" | "flex";
|
|
5187
|
-
modelValue: FieldValues;
|
|
5188
5188
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5189
5189
|
labelPosition: "top" | "right" | "left";
|
|
5190
5190
|
labelWidth: string | number;
|
|
@@ -5205,7 +5205,7 @@ export declare const PlusPage: {
|
|
|
5205
5205
|
submitText: string;
|
|
5206
5206
|
resetText: string;
|
|
5207
5207
|
submitLoading: boolean;
|
|
5208
|
-
footerAlign: "
|
|
5208
|
+
footerAlign: "center" | "right" | "left";
|
|
5209
5209
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5210
5210
|
style?: CSSProperties | undefined;
|
|
5211
5211
|
class?: any;
|
|
@@ -5233,6 +5233,10 @@ 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
|
+
modelValue: {
|
|
5237
|
+
type: PropType<FieldValues>;
|
|
5238
|
+
default: () => {};
|
|
5239
|
+
};
|
|
5236
5240
|
collapseDuration: {
|
|
5237
5241
|
type: PropType<number>;
|
|
5238
5242
|
default: undefined;
|
|
@@ -5253,10 +5257,6 @@ export declare const PlusPage: {
|
|
|
5253
5257
|
type: PropType<"grid" | "flex">;
|
|
5254
5258
|
default: undefined;
|
|
5255
5259
|
};
|
|
5256
|
-
modelValue: {
|
|
5257
|
-
type: PropType<FieldValues>;
|
|
5258
|
-
default: () => {};
|
|
5259
|
-
};
|
|
5260
5260
|
rules: {
|
|
5261
5261
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5262
5262
|
default: () => {};
|
|
@@ -5320,7 +5320,7 @@ export declare const PlusPage: {
|
|
|
5320
5320
|
default: boolean;
|
|
5321
5321
|
};
|
|
5322
5322
|
footerAlign: {
|
|
5323
|
-
type: PropType<"
|
|
5323
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
5342
5343
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5343
5344
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5344
5345
|
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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
5365
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5368
5368
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5369
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5369
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5370
5370
|
style?: CSSProperties | undefined;
|
|
5371
5371
|
class?: any;
|
|
5372
|
-
} & RecordType> | ComputedRef<
|
|
5372
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5440
5440
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5441
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5441
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5442
5442
|
style?: CSSProperties | undefined;
|
|
5443
5443
|
class?: any;
|
|
5444
|
-
} & RecordType> | ComputedRef<
|
|
5444
|
+
} & RecordType> | 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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
5473
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5476
5476
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5477
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5477
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5478
5478
|
style?: CSSProperties | undefined;
|
|
5479
5479
|
class?: any;
|
|
5480
|
-
} & RecordType> | ComputedRef<
|
|
5480
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5548
5548
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5549
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5549
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5550
5550
|
style?: CSSProperties | undefined;
|
|
5551
5551
|
class?: any;
|
|
5552
|
-
} & RecordType> | ComputedRef<
|
|
5552
|
+
} & RecordType> | 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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
5599
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5602
5602
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5603
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5603
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5604
5604
|
style?: CSSProperties | undefined;
|
|
5605
5605
|
class?: any;
|
|
5606
|
-
} & RecordType> | ComputedRef<
|
|
5606
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5674
5674
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5675
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5675
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5676
5676
|
style?: CSSProperties | undefined;
|
|
5677
5677
|
class?: any;
|
|
5678
|
-
} & RecordType> | ComputedRef<
|
|
5678
|
+
} & RecordType> | 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, "modelValue" | "total" | "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, "modelValue" | "total" | "pageSizeList">>;
|
|
7021
7021
|
default: () => {};
|
|
7022
7022
|
};
|
|
7023
7023
|
columnsEmptyText: {
|
|
@@ -7090,9 +7090,9 @@ export declare const PlusPage: {
|
|
|
7090
7090
|
$: ComponentInternalInstance;
|
|
7091
7091
|
$data: {};
|
|
7092
7092
|
$props: Partial<{
|
|
7093
|
+
modelValue: FieldValues;
|
|
7093
7094
|
columns: PlusColumn[];
|
|
7094
7095
|
layout: "grid" | "flex";
|
|
7095
|
-
modelValue: FieldValues;
|
|
7096
7096
|
labelPosition: "top" | "right" | "left";
|
|
7097
7097
|
inline: boolean;
|
|
7098
7098
|
showNumber: number;
|
|
@@ -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;
|
|
7121
7122
|
readonly columns: PlusColumn[];
|
|
7122
7123
|
readonly layout: "grid" | "flex";
|
|
7123
|
-
readonly modelValue: FieldValues;
|
|
7124
7124
|
readonly inline: boolean;
|
|
7125
7125
|
readonly showNumber: number;
|
|
7126
7126
|
readonly defaultValues: FieldValues;
|
|
@@ -7145,12 +7145,16 @@ export declare const PlusPage: {
|
|
|
7145
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;
|
|
7148
7149
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7149
7150
|
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
|
+
modelValue: {
|
|
7155
|
+
type: PropType<FieldValues>;
|
|
7156
|
+
default: () => {};
|
|
7157
|
+
};
|
|
7154
7158
|
columns: {
|
|
7155
7159
|
type: PropType< PlusColumn[]>;
|
|
7156
7160
|
default: () => never[];
|
|
@@ -7159,10 +7163,6 @@ export declare const PlusPage: {
|
|
|
7159
7163
|
type: PropType<"grid" | "flex">;
|
|
7160
7164
|
default: "grid";
|
|
7161
7165
|
};
|
|
7162
|
-
modelValue: {
|
|
7163
|
-
type: PropType<FieldValues>;
|
|
7164
|
-
default: () => {};
|
|
7165
|
-
};
|
|
7166
7166
|
labelPosition: {
|
|
7167
7167
|
type: PropType<"top" | "right" | "left">;
|
|
7168
7168
|
default: undefined;
|
|
@@ -7250,12 +7250,12 @@ export declare const PlusPage: {
|
|
|
7250
7250
|
default: undefined;
|
|
7251
7251
|
};
|
|
7252
7252
|
}>> & {
|
|
7253
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7253
7254
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7254
7255
|
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
|
+
}, "modelValue" | "columns" | "layout" | "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,9 +7267,13 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", 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
|
+
modelValue: {
|
|
7274
|
+
type: PropType<FieldValues>;
|
|
7275
|
+
default: () => {};
|
|
7276
|
+
};
|
|
7273
7277
|
columns: {
|
|
7274
7278
|
type: PropType< PlusColumn[]>;
|
|
7275
7279
|
default: () => never[];
|
|
@@ -7278,10 +7282,6 @@ export declare const PlusPage: {
|
|
|
7278
7282
|
type: PropType<"grid" | "flex">;
|
|
7279
7283
|
default: "grid";
|
|
7280
7284
|
};
|
|
7281
|
-
modelValue: {
|
|
7282
|
-
type: PropType<FieldValues>;
|
|
7283
|
-
default: () => {};
|
|
7284
|
-
};
|
|
7285
7285
|
labelPosition: {
|
|
7286
7286
|
type: PropType<"top" | "right" | "left">;
|
|
7287
7287
|
default: undefined;
|
|
@@ -7369,9 +7369,9 @@ export declare const PlusPage: {
|
|
|
7369
7369
|
default: undefined;
|
|
7370
7370
|
};
|
|
7371
7371
|
}>> & {
|
|
7372
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7372
7373
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7373
7374
|
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,12 +7379,12 @@ export declare const PlusPage: {
|
|
|
7379
7379
|
$: ComponentInternalInstance;
|
|
7380
7380
|
$data: {};
|
|
7381
7381
|
$props: Partial<{
|
|
7382
|
+
modelValue: FieldValues;
|
|
7382
7383
|
collapseDuration: number;
|
|
7383
7384
|
collapseTransition: boolean;
|
|
7384
7385
|
columns: PlusColumn[];
|
|
7385
7386
|
group: false | PlusFormGroupRow[];
|
|
7386
7387
|
layout: "grid" | "flex";
|
|
7387
|
-
modelValue: FieldValues;
|
|
7388
7388
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7389
7389
|
labelPosition: "top" | "right" | "left";
|
|
7390
7390
|
labelWidth: string | number;
|
|
@@ -7405,7 +7405,7 @@ export declare const PlusPage: {
|
|
|
7405
7405
|
submitText: string;
|
|
7406
7406
|
resetText: string;
|
|
7407
7407
|
submitLoading: boolean;
|
|
7408
|
-
footerAlign: "
|
|
7408
|
+
footerAlign: "center" | "right" | "left";
|
|
7409
7409
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7410
7410
|
style?: CSSProperties | undefined;
|
|
7411
7411
|
class?: any;
|
|
@@ -7413,9 +7413,9 @@ export declare const PlusPage: {
|
|
|
7413
7413
|
prevent: boolean;
|
|
7414
7414
|
clearable: boolean;
|
|
7415
7415
|
}> & Omit<{
|
|
7416
|
+
readonly modelValue: FieldValues;
|
|
7416
7417
|
readonly columns: PlusColumn[];
|
|
7417
7418
|
readonly group: false | PlusFormGroupRow[];
|
|
7418
|
-
readonly modelValue: FieldValues;
|
|
7419
7419
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7420
7420
|
readonly labelPosition: "top" | "right" | "left";
|
|
7421
7421
|
readonly labelWidth: string | number;
|
|
@@ -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: "center" | "right" | "left";
|
|
7440
7440
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7441
7441
|
style?: CSSProperties | undefined;
|
|
7442
7442
|
class?: any;
|
|
@@ -7446,13 +7446,17 @@ export declare const PlusPage: {
|
|
|
7446
7446
|
readonly collapseDuration?: number | undefined;
|
|
7447
7447
|
readonly collapseTransition?: boolean | undefined;
|
|
7448
7448
|
readonly layout?: "grid" | "flex" | undefined;
|
|
7449
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7449
7450
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7450
7451
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7451
7452
|
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
|
+
modelValue: {
|
|
7457
|
+
type: PropType<FieldValues>;
|
|
7458
|
+
default: () => {};
|
|
7459
|
+
};
|
|
7456
7460
|
collapseDuration: {
|
|
7457
7461
|
type: PropType<number>;
|
|
7458
7462
|
default: undefined;
|
|
@@ -7473,10 +7477,6 @@ export declare const PlusPage: {
|
|
|
7473
7477
|
type: PropType<"grid" | "flex">;
|
|
7474
7478
|
default: undefined;
|
|
7475
7479
|
};
|
|
7476
|
-
modelValue: {
|
|
7477
|
-
type: PropType<FieldValues>;
|
|
7478
|
-
default: () => {};
|
|
7479
|
-
};
|
|
7480
7480
|
rules: {
|
|
7481
7481
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7482
7482
|
default: () => {};
|
|
@@ -7540,7 +7540,7 @@ export declare const PlusPage: {
|
|
|
7540
7540
|
default: boolean;
|
|
7541
7541
|
};
|
|
7542
7542
|
footerAlign: {
|
|
7543
|
-
type: PropType<"
|
|
7543
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
7562
7563
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7563
7564
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7564
7565
|
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
|
-
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "
|
|
7568
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "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,9 +7577,13 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
7584
|
+
type: PropType<FieldValues>;
|
|
7585
|
+
default: () => {};
|
|
7586
|
+
};
|
|
7583
7587
|
collapseDuration: {
|
|
7584
7588
|
type: PropType<number>;
|
|
7585
7589
|
default: undefined;
|
|
@@ -7600,10 +7604,6 @@ export declare const PlusPage: {
|
|
|
7600
7604
|
type: PropType<"grid" | "flex">;
|
|
7601
7605
|
default: undefined;
|
|
7602
7606
|
};
|
|
7603
|
-
modelValue: {
|
|
7604
|
-
type: PropType<FieldValues>;
|
|
7605
|
-
default: () => {};
|
|
7606
|
-
};
|
|
7607
7607
|
rules: {
|
|
7608
7608
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7609
7609
|
default: () => {};
|
|
@@ -7667,7 +7667,7 @@ export declare const PlusPage: {
|
|
|
7667
7667
|
default: boolean;
|
|
7668
7668
|
};
|
|
7669
7669
|
footerAlign: {
|
|
7670
|
-
type: PropType<"
|
|
7670
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
7689
7690
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7690
7691
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7691
7692
|
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,12 +7704,12 @@ export declare const PlusPage: {
|
|
|
7704
7704
|
submitError: (errors: unknown) => void;
|
|
7705
7705
|
validate: (...args: any[]) => void;
|
|
7706
7706
|
}, string, {
|
|
7707
|
+
modelValue: FieldValues;
|
|
7707
7708
|
collapseDuration: number;
|
|
7708
7709
|
collapseTransition: boolean;
|
|
7709
7710
|
columns: PlusColumn[];
|
|
7710
7711
|
group: false | PlusFormGroupRow[];
|
|
7711
7712
|
layout: "grid" | "flex";
|
|
7712
|
-
modelValue: FieldValues;
|
|
7713
7713
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7714
7714
|
labelPosition: "top" | "right" | "left";
|
|
7715
7715
|
labelWidth: string | number;
|
|
@@ -7730,7 +7730,7 @@ export declare const PlusPage: {
|
|
|
7730
7730
|
submitText: string;
|
|
7731
7731
|
resetText: string;
|
|
7732
7732
|
submitLoading: boolean;
|
|
7733
|
-
footerAlign: "
|
|
7733
|
+
footerAlign: "center" | "right" | "left";
|
|
7734
7734
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7735
7735
|
style?: CSSProperties | undefined;
|
|
7736
7736
|
class?: any;
|
|
@@ -7758,6 +7758,10 @@ 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
|
+
modelValue: {
|
|
7762
|
+
type: PropType<FieldValues>;
|
|
7763
|
+
default: () => {};
|
|
7764
|
+
};
|
|
7761
7765
|
collapseDuration: {
|
|
7762
7766
|
type: PropType<number>;
|
|
7763
7767
|
default: undefined;
|
|
@@ -7778,10 +7782,6 @@ export declare const PlusPage: {
|
|
|
7778
7782
|
type: PropType<"grid" | "flex">;
|
|
7779
7783
|
default: undefined;
|
|
7780
7784
|
};
|
|
7781
|
-
modelValue: {
|
|
7782
|
-
type: PropType<FieldValues>;
|
|
7783
|
-
default: () => {};
|
|
7784
|
-
};
|
|
7785
7785
|
rules: {
|
|
7786
7786
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7787
7787
|
default: () => {};
|
|
@@ -7845,7 +7845,7 @@ export declare const PlusPage: {
|
|
|
7845
7845
|
default: boolean;
|
|
7846
7846
|
};
|
|
7847
7847
|
footerAlign: {
|
|
7848
|
-
type: PropType<"
|
|
7848
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
7867
7868
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7868
7869
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7869
7870
|
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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
7890
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7893
7893
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7894
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7894
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
7895
7895
|
style?: CSSProperties | undefined;
|
|
7896
7896
|
class?: any;
|
|
7897
|
-
} & RecordType> | ComputedRef<
|
|
7897
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
7965
7965
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
7966
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
7966
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
7967
7967
|
style?: CSSProperties | undefined;
|
|
7968
7968
|
class?: any;
|
|
7969
|
-
} & RecordType> | ComputedRef<
|
|
7969
|
+
} & RecordType> | 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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
7998
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8001
8001
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8002
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8002
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8003
8003
|
style?: CSSProperties | undefined;
|
|
8004
8004
|
class?: any;
|
|
8005
|
-
} & RecordType> | ComputedRef<
|
|
8005
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8073
8073
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8074
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8074
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8075
8075
|
style?: CSSProperties | undefined;
|
|
8076
8076
|
class?: any;
|
|
8077
|
-
} & RecordType> | ComputedRef<
|
|
8077
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8078
8078
|
style?: CSSProperties | undefined;
|
|
8079
8079
|
class?: any;
|
|
8080
8080
|
} & RecordType>>;
|
|
@@ -8126,9 +8126,9 @@ export declare const PlusPage: {
|
|
|
8126
8126
|
reset: (values: FieldValues) => void;
|
|
8127
8127
|
collapse: (isShowUnfold: boolean) => void;
|
|
8128
8128
|
}, string, {
|
|
8129
|
+
modelValue: FieldValues;
|
|
8129
8130
|
columns: PlusColumn[];
|
|
8130
8131
|
layout: "grid" | "flex";
|
|
8131
|
-
modelValue: FieldValues;
|
|
8132
8132
|
labelPosition: "top" | "right" | "left";
|
|
8133
8133
|
inline: boolean;
|
|
8134
8134
|
showNumber: number;
|
|
@@ -8174,6 +8174,10 @@ 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
|
+
modelValue: {
|
|
8178
|
+
type: PropType<FieldValues>;
|
|
8179
|
+
default: () => {};
|
|
8180
|
+
};
|
|
8177
8181
|
columns: {
|
|
8178
8182
|
type: PropType< PlusColumn[]>;
|
|
8179
8183
|
default: () => never[];
|
|
@@ -8182,10 +8186,6 @@ export declare const PlusPage: {
|
|
|
8182
8186
|
type: PropType<"grid" | "flex">;
|
|
8183
8187
|
default: "grid";
|
|
8184
8188
|
};
|
|
8185
|
-
modelValue: {
|
|
8186
|
-
type: PropType<FieldValues>;
|
|
8187
|
-
default: () => {};
|
|
8188
|
-
};
|
|
8189
8189
|
labelPosition: {
|
|
8190
8190
|
type: PropType<"top" | "right" | "left">;
|
|
8191
8191
|
default: undefined;
|
|
@@ -8273,9 +8273,9 @@ export declare const PlusPage: {
|
|
|
8273
8273
|
default: undefined;
|
|
8274
8274
|
};
|
|
8275
8275
|
}>> & {
|
|
8276
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8276
8277
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8277
8278
|
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,12 +8283,12 @@ export declare const PlusPage: {
|
|
|
8283
8283
|
$: ComponentInternalInstance;
|
|
8284
8284
|
$data: {};
|
|
8285
8285
|
$props: Partial<{
|
|
8286
|
+
modelValue: FieldValues;
|
|
8286
8287
|
collapseDuration: number;
|
|
8287
8288
|
collapseTransition: boolean;
|
|
8288
8289
|
columns: PlusColumn[];
|
|
8289
8290
|
group: false | PlusFormGroupRow[];
|
|
8290
8291
|
layout: "grid" | "flex";
|
|
8291
|
-
modelValue: FieldValues;
|
|
8292
8292
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
8293
8293
|
labelPosition: "top" | "right" | "left";
|
|
8294
8294
|
labelWidth: string | number;
|
|
@@ -8309,7 +8309,7 @@ export declare const PlusPage: {
|
|
|
8309
8309
|
submitText: string;
|
|
8310
8310
|
resetText: string;
|
|
8311
8311
|
submitLoading: boolean;
|
|
8312
|
-
footerAlign: "
|
|
8312
|
+
footerAlign: "center" | "right" | "left";
|
|
8313
8313
|
cardProps: Partial< Mutable<CardProps> & {
|
|
8314
8314
|
style?: CSSProperties | undefined;
|
|
8315
8315
|
class?: any;
|
|
@@ -8317,9 +8317,9 @@ export declare const PlusPage: {
|
|
|
8317
8317
|
prevent: boolean;
|
|
8318
8318
|
clearable: boolean;
|
|
8319
8319
|
}> & Omit<{
|
|
8320
|
+
readonly modelValue: FieldValues;
|
|
8320
8321
|
readonly columns: PlusColumn[];
|
|
8321
8322
|
readonly group: false | PlusFormGroupRow[];
|
|
8322
|
-
readonly modelValue: FieldValues;
|
|
8323
8323
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
8324
8324
|
readonly labelPosition: "top" | "right" | "left";
|
|
8325
8325
|
readonly labelWidth: string | number;
|
|
@@ -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: "center" | "right" | "left";
|
|
8344
8344
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
8345
8345
|
style?: CSSProperties | undefined;
|
|
8346
8346
|
class?: any;
|
|
@@ -8350,13 +8350,17 @@ export declare const PlusPage: {
|
|
|
8350
8350
|
readonly collapseDuration?: number | undefined;
|
|
8351
8351
|
readonly collapseTransition?: boolean | undefined;
|
|
8352
8352
|
readonly layout?: "grid" | "flex" | undefined;
|
|
8353
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
8353
8354
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8354
8355
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8355
8356
|
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
|
+
modelValue: {
|
|
8361
|
+
type: PropType<FieldValues>;
|
|
8362
|
+
default: () => {};
|
|
8363
|
+
};
|
|
8360
8364
|
collapseDuration: {
|
|
8361
8365
|
type: PropType<number>;
|
|
8362
8366
|
default: undefined;
|
|
@@ -8377,10 +8381,6 @@ export declare const PlusPage: {
|
|
|
8377
8381
|
type: PropType<"grid" | "flex">;
|
|
8378
8382
|
default: undefined;
|
|
8379
8383
|
};
|
|
8380
|
-
modelValue: {
|
|
8381
|
-
type: PropType<FieldValues>;
|
|
8382
|
-
default: () => {};
|
|
8383
|
-
};
|
|
8384
8384
|
rules: {
|
|
8385
8385
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
8386
8386
|
default: () => {};
|
|
@@ -8444,7 +8444,7 @@ export declare const PlusPage: {
|
|
|
8444
8444
|
default: boolean;
|
|
8445
8445
|
};
|
|
8446
8446
|
footerAlign: {
|
|
8447
|
-
type: PropType<"
|
|
8447
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
8466
8467
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8467
8468
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8468
8469
|
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
|
-
}, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "
|
|
8472
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "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,9 +8481,13 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
|
+
modelValue: {
|
|
8488
|
+
type: PropType<FieldValues>;
|
|
8489
|
+
default: () => {};
|
|
8490
|
+
};
|
|
8487
8491
|
collapseDuration: {
|
|
8488
8492
|
type: PropType<number>;
|
|
8489
8493
|
default: undefined;
|
|
@@ -8504,10 +8508,6 @@ export declare const PlusPage: {
|
|
|
8504
8508
|
type: PropType<"grid" | "flex">;
|
|
8505
8509
|
default: undefined;
|
|
8506
8510
|
};
|
|
8507
|
-
modelValue: {
|
|
8508
|
-
type: PropType<FieldValues>;
|
|
8509
|
-
default: () => {};
|
|
8510
|
-
};
|
|
8511
8511
|
rules: {
|
|
8512
8512
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
8513
8513
|
default: () => {};
|
|
@@ -8571,7 +8571,7 @@ export declare const PlusPage: {
|
|
|
8571
8571
|
default: boolean;
|
|
8572
8572
|
};
|
|
8573
8573
|
footerAlign: {
|
|
8574
|
-
type: PropType<"
|
|
8574
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
8593
8594
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8594
8595
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8595
8596
|
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,12 +8608,12 @@ export declare const PlusPage: {
|
|
|
8608
8608
|
submitError: (errors: unknown) => void;
|
|
8609
8609
|
validate: (...args: any[]) => void;
|
|
8610
8610
|
}, string, {
|
|
8611
|
+
modelValue: FieldValues;
|
|
8611
8612
|
collapseDuration: number;
|
|
8612
8613
|
collapseTransition: boolean;
|
|
8613
8614
|
columns: PlusColumn[];
|
|
8614
8615
|
group: false | PlusFormGroupRow[];
|
|
8615
8616
|
layout: "grid" | "flex";
|
|
8616
|
-
modelValue: FieldValues;
|
|
8617
8617
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
8618
8618
|
labelPosition: "top" | "right" | "left";
|
|
8619
8619
|
labelWidth: string | number;
|
|
@@ -8634,7 +8634,7 @@ export declare const PlusPage: {
|
|
|
8634
8634
|
submitText: string;
|
|
8635
8635
|
resetText: string;
|
|
8636
8636
|
submitLoading: boolean;
|
|
8637
|
-
footerAlign: "
|
|
8637
|
+
footerAlign: "center" | "right" | "left";
|
|
8638
8638
|
cardProps: Partial< Mutable<CardProps> & {
|
|
8639
8639
|
style?: CSSProperties | undefined;
|
|
8640
8640
|
class?: any;
|
|
@@ -8662,6 +8662,10 @@ 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
|
+
modelValue: {
|
|
8666
|
+
type: PropType<FieldValues>;
|
|
8667
|
+
default: () => {};
|
|
8668
|
+
};
|
|
8665
8669
|
collapseDuration: {
|
|
8666
8670
|
type: PropType<number>;
|
|
8667
8671
|
default: undefined;
|
|
@@ -8682,10 +8686,6 @@ export declare const PlusPage: {
|
|
|
8682
8686
|
type: PropType<"grid" | "flex">;
|
|
8683
8687
|
default: undefined;
|
|
8684
8688
|
};
|
|
8685
|
-
modelValue: {
|
|
8686
|
-
type: PropType<FieldValues>;
|
|
8687
|
-
default: () => {};
|
|
8688
|
-
};
|
|
8689
8689
|
rules: {
|
|
8690
8690
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
8691
8691
|
default: () => {};
|
|
@@ -8749,7 +8749,7 @@ export declare const PlusPage: {
|
|
|
8749
8749
|
default: boolean;
|
|
8750
8750
|
};
|
|
8751
8751
|
footerAlign: {
|
|
8752
|
-
type: PropType<"
|
|
8752
|
+
type: PropType<"center" | "right" | "left">;
|
|
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;
|
|
8771
8772
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
8772
8773
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
8773
8774
|
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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8794
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8797
8797
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8798
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8798
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8799
8799
|
style?: CSSProperties | undefined;
|
|
8800
8800
|
class?: any;
|
|
8801
|
-
} & RecordType> | ComputedRef<
|
|
8801
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8869
8869
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8870
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8870
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8871
8871
|
style?: CSSProperties | undefined;
|
|
8872
8872
|
class?: any;
|
|
8873
|
-
} & RecordType> | ComputedRef<
|
|
8873
|
+
} & RecordType> | 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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8902
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8905
8905
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8906
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8906
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8907
8907
|
style?: CSSProperties | undefined;
|
|
8908
8908
|
class?: any;
|
|
8909
|
-
} & RecordType> | ComputedRef<
|
|
8909
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8977
8977
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8978
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8978
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8979
8979
|
style?: CSSProperties | undefined;
|
|
8980
8980
|
class?: any;
|
|
8981
|
-
} & RecordType> | ComputedRef<
|
|
8981
|
+
} & RecordType> | 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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
9028
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
9031
9031
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
9032
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
9032
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
9033
9033
|
style?: CSSProperties | undefined;
|
|
9034
9034
|
class?: any;
|
|
9035
|
-
} & RecordType> | ComputedRef<
|
|
9035
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
9103
9103
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
9104
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
9104
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
9105
9105
|
style?: CSSProperties | undefined;
|
|
9106
9106
|
class?: any;
|
|
9107
|
-
} & RecordType> | ComputedRef<
|
|
9107
|
+
} & RecordType> | 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, "modelValue" | "total" | "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" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
10417
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10420
10420
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10421
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10421
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10422
10422
|
style?: CSSProperties | undefined;
|
|
10423
10423
|
class?: any;
|
|
10424
|
-
} & RecordType> | ComputedRef<
|
|
10424
|
+
} & RecordType> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10492
10492
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10493
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10493
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10494
10494
|
style?: CSSProperties | undefined;
|
|
10495
10495
|
class?: any;
|
|
10496
|
-
} & RecordType> | ComputedRef<
|
|
10496
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10497
10497
|
style?: CSSProperties | undefined;
|
|
10498
10498
|
class?: any;
|
|
10499
10499
|
} & RecordType>>;
|