yc-pro-components 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/check-card/index.d.ts +61 -61
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/display-item/index.d.ts +21 -21
- package/es/components/display-item/src/index.vue.d.ts +21 -21
- package/es/components/drawer-form/index.d.ts +50 -50
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +45 -45
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +17 -17
- package/es/components/form-item/index.d.ts +42 -42
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +20 -20
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +452 -452
- package/es/components/page/src/index.vue.d.ts +154 -154
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/index.vue.d.ts +27 -27
- package/es/components/render/index.d.ts +3 -3
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +154 -154
- package/es/components/search/src/index.vue.d.ts +50 -50
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +21 -21
- 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 +360 -360
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/index.js +1 -1
- package/index.min.js +1 -1
- package/index.min.mjs +1 -1
- package/index.mjs +1 -1
- package/lib/components/check-card/index.d.ts +61 -61
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/display-item/index.d.ts +21 -21
- package/lib/components/display-item/src/index.vue.d.ts +21 -21
- package/lib/components/drawer-form/index.d.ts +50 -50
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +45 -45
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +17 -17
- package/lib/components/form-item/index.d.ts +42 -42
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +20 -20
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +452 -452
- package/lib/components/page/src/index.vue.d.ts +154 -154
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/index.vue.d.ts +27 -27
- package/lib/components/render/index.d.ts +3 -3
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +154 -154
- package/lib/components/search/src/index.vue.d.ts +50 -50
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +21 -21
- 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 +360 -360
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/yc-status-dialog.scss +1 -0
|
@@ -131,8 +131,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
131
131
|
$: ComponentInternalInstance;
|
|
132
132
|
$data: {};
|
|
133
133
|
$props: Partial<{
|
|
134
|
-
columns: PlusColumn[];
|
|
135
134
|
modelValue: FieldValues;
|
|
135
|
+
columns: PlusColumn[];
|
|
136
136
|
labelPosition: "top" | "right" | "left";
|
|
137
137
|
inline: boolean;
|
|
138
138
|
showNumber: number;
|
|
@@ -156,8 +156,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
156
156
|
searchLoading: boolean;
|
|
157
157
|
needValidate: boolean;
|
|
158
158
|
}> & Omit<{
|
|
159
|
-
readonly columns: PlusColumn[];
|
|
160
159
|
readonly modelValue: FieldValues;
|
|
160
|
+
readonly columns: PlusColumn[];
|
|
161
161
|
readonly inline: boolean;
|
|
162
162
|
readonly showNumber: number;
|
|
163
163
|
readonly defaultValues: FieldValues;
|
|
@@ -180,20 +180,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
180
180
|
readonly searchLoading: boolean;
|
|
181
181
|
readonly needValidate: boolean;
|
|
182
182
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
183
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
183
184
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
184
185
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
185
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
186
186
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
187
187
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
188
188
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
189
|
-
columns: {
|
|
190
|
-
type: PropType<PlusColumn[]>;
|
|
191
|
-
default: () => never[];
|
|
192
|
-
};
|
|
193
189
|
modelValue: {
|
|
194
190
|
type: PropType<FieldValues>;
|
|
195
191
|
default: () => {};
|
|
196
192
|
};
|
|
193
|
+
columns: {
|
|
194
|
+
type: PropType<PlusColumn[]>;
|
|
195
|
+
default: () => never[];
|
|
196
|
+
};
|
|
197
197
|
labelPosition: {
|
|
198
198
|
type: PropType<"top" | "right" | "left">;
|
|
199
199
|
default: undefined;
|
|
@@ -273,12 +273,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
273
273
|
default: boolean;
|
|
274
274
|
};
|
|
275
275
|
}>> & {
|
|
276
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
276
277
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
277
278
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
278
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
279
279
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
280
280
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
281
|
-
}, "
|
|
281
|
+
}, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
|
|
282
282
|
$attrs: {
|
|
283
283
|
[x: string]: unknown;
|
|
284
284
|
};
|
|
@@ -290,17 +290,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
290
290
|
}>;
|
|
291
291
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
292
292
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
293
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
293
|
+
$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);
|
|
294
294
|
$el: any;
|
|
295
295
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
296
|
-
columns: {
|
|
297
|
-
type: PropType<PlusColumn[]>;
|
|
298
|
-
default: () => never[];
|
|
299
|
-
};
|
|
300
296
|
modelValue: {
|
|
301
297
|
type: PropType<FieldValues>;
|
|
302
298
|
default: () => {};
|
|
303
299
|
};
|
|
300
|
+
columns: {
|
|
301
|
+
type: PropType<PlusColumn[]>;
|
|
302
|
+
default: () => never[];
|
|
303
|
+
};
|
|
304
304
|
labelPosition: {
|
|
305
305
|
type: PropType<"top" | "right" | "left">;
|
|
306
306
|
default: undefined;
|
|
@@ -380,9 +380,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
380
380
|
default: boolean;
|
|
381
381
|
};
|
|
382
382
|
}>> & {
|
|
383
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
383
384
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
384
385
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
385
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
386
386
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
387
387
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
388
388
|
}, {
|
|
@@ -390,11 +390,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
390
390
|
$: ComponentInternalInstance;
|
|
391
391
|
$data: {};
|
|
392
392
|
$props: Partial<{
|
|
393
|
+
modelValue: FieldValues;
|
|
393
394
|
collapseDuration: number;
|
|
394
395
|
collapseTransition: boolean;
|
|
395
396
|
columns: PlusColumn[];
|
|
396
397
|
group: false | PlusFormGroupRow[];
|
|
397
|
-
modelValue: FieldValues;
|
|
398
398
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
399
399
|
labelPosition: "top" | "right" | "left";
|
|
400
400
|
labelWidth: string | number;
|
|
@@ -415,7 +415,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
415
415
|
submitText: string;
|
|
416
416
|
resetText: string;
|
|
417
417
|
submitLoading: boolean;
|
|
418
|
-
footerAlign: "
|
|
418
|
+
footerAlign: "center" | "right" | "left";
|
|
419
419
|
cardProps: Partial< Mutable<CardProps> & {
|
|
420
420
|
style?: CSSProperties | undefined;
|
|
421
421
|
class?: any;
|
|
@@ -423,9 +423,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
423
423
|
prevent: boolean;
|
|
424
424
|
clearable: boolean;
|
|
425
425
|
}> & Omit<{
|
|
426
|
+
readonly modelValue: FieldValues;
|
|
426
427
|
readonly columns: PlusColumn[];
|
|
427
428
|
readonly group: false | PlusFormGroupRow[];
|
|
428
|
-
readonly modelValue: FieldValues;
|
|
429
429
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
430
430
|
readonly labelPosition: "top" | "right" | "left";
|
|
431
431
|
readonly labelWidth: string | number;
|
|
@@ -446,7 +446,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
446
446
|
readonly submitText: string;
|
|
447
447
|
readonly resetText: string;
|
|
448
448
|
readonly submitLoading: boolean;
|
|
449
|
-
readonly footerAlign: "
|
|
449
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
450
450
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
451
451
|
style?: CSSProperties | undefined;
|
|
452
452
|
class?: any;
|
|
@@ -455,13 +455,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
455
455
|
readonly clearable: boolean;
|
|
456
456
|
readonly collapseDuration?: number | undefined;
|
|
457
457
|
readonly collapseTransition?: boolean | undefined;
|
|
458
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
458
459
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
459
460
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
460
461
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
461
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
462
462
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
463
463
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
464
464
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
465
|
+
modelValue: {
|
|
466
|
+
type: PropType<FieldValues>;
|
|
467
|
+
default: () => {};
|
|
468
|
+
};
|
|
465
469
|
collapseDuration: {
|
|
466
470
|
type: PropType<number>;
|
|
467
471
|
default: undefined;
|
|
@@ -478,10 +482,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
478
482
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
479
483
|
default: boolean;
|
|
480
484
|
};
|
|
481
|
-
modelValue: {
|
|
482
|
-
type: PropType<FieldValues>;
|
|
483
|
-
default: () => {};
|
|
484
|
-
};
|
|
485
485
|
rules: {
|
|
486
486
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
487
487
|
default: () => {};
|
|
@@ -545,7 +545,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
545
545
|
default: boolean;
|
|
546
546
|
};
|
|
547
547
|
footerAlign: {
|
|
548
|
-
type: PropType<"
|
|
548
|
+
type: PropType<"center" | "right" | "left">;
|
|
549
549
|
default: string;
|
|
550
550
|
};
|
|
551
551
|
cardProps: {
|
|
@@ -564,13 +564,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
564
564
|
default: boolean;
|
|
565
565
|
};
|
|
566
566
|
}>> & {
|
|
567
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
567
568
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
568
569
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
569
570
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
570
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
571
571
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
572
572
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
573
|
-
}, "
|
|
573
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
574
574
|
$attrs: {
|
|
575
575
|
[x: string]: unknown;
|
|
576
576
|
};
|
|
@@ -582,9 +582,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
582
582
|
}>;
|
|
583
583
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
584
584
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
585
|
-
$emit: ((event: "
|
|
585
|
+
$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);
|
|
586
586
|
$el: any;
|
|
587
587
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
588
|
+
modelValue: {
|
|
589
|
+
type: PropType<FieldValues>;
|
|
590
|
+
default: () => {};
|
|
591
|
+
};
|
|
588
592
|
collapseDuration: {
|
|
589
593
|
type: PropType<number>;
|
|
590
594
|
default: undefined;
|
|
@@ -601,10 +605,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
601
605
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
602
606
|
default: boolean;
|
|
603
607
|
};
|
|
604
|
-
modelValue: {
|
|
605
|
-
type: PropType<FieldValues>;
|
|
606
|
-
default: () => {};
|
|
607
|
-
};
|
|
608
608
|
rules: {
|
|
609
609
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
610
610
|
default: () => {};
|
|
@@ -668,7 +668,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
668
668
|
default: boolean;
|
|
669
669
|
};
|
|
670
670
|
footerAlign: {
|
|
671
|
-
type: PropType<"
|
|
671
|
+
type: PropType<"center" | "right" | "left">;
|
|
672
672
|
default: string;
|
|
673
673
|
};
|
|
674
674
|
cardProps: {
|
|
@@ -687,10 +687,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
687
687
|
default: boolean;
|
|
688
688
|
};
|
|
689
689
|
}>> & {
|
|
690
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
690
691
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
691
692
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
692
693
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
693
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
694
694
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
695
695
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
696
696
|
}, {
|
|
@@ -996,11 +996,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
996
996
|
submitError: (errors: unknown) => void;
|
|
997
997
|
validate: (...args: any[]) => void;
|
|
998
998
|
}, string, {
|
|
999
|
+
modelValue: FieldValues;
|
|
999
1000
|
collapseDuration: number;
|
|
1000
1001
|
collapseTransition: boolean;
|
|
1001
1002
|
columns: PlusColumn[];
|
|
1002
1003
|
group: false | PlusFormGroupRow[];
|
|
1003
|
-
modelValue: FieldValues;
|
|
1004
1004
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1005
1005
|
labelPosition: "top" | "right" | "left";
|
|
1006
1006
|
labelWidth: string | number;
|
|
@@ -1021,7 +1021,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1021
1021
|
submitText: string;
|
|
1022
1022
|
resetText: string;
|
|
1023
1023
|
submitLoading: boolean;
|
|
1024
|
-
footerAlign: "
|
|
1024
|
+
footerAlign: "center" | "right" | "left";
|
|
1025
1025
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1026
1026
|
style?: CSSProperties | undefined;
|
|
1027
1027
|
class?: any;
|
|
@@ -1049,6 +1049,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1049
1049
|
$nextTick: nextTick;
|
|
1050
1050
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1051
1051
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1052
|
+
modelValue: {
|
|
1053
|
+
type: PropType<FieldValues>;
|
|
1054
|
+
default: () => {};
|
|
1055
|
+
};
|
|
1052
1056
|
collapseDuration: {
|
|
1053
1057
|
type: PropType<number>;
|
|
1054
1058
|
default: undefined;
|
|
@@ -1065,10 +1069,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1065
1069
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1066
1070
|
default: boolean;
|
|
1067
1071
|
};
|
|
1068
|
-
modelValue: {
|
|
1069
|
-
type: PropType<FieldValues>;
|
|
1070
|
-
default: () => {};
|
|
1071
|
-
};
|
|
1072
1072
|
rules: {
|
|
1073
1073
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1074
1074
|
default: () => {};
|
|
@@ -1132,7 +1132,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1132
1132
|
default: boolean;
|
|
1133
1133
|
};
|
|
1134
1134
|
footerAlign: {
|
|
1135
|
-
type: PropType<"
|
|
1135
|
+
type: PropType<"center" | "right" | "left">;
|
|
1136
1136
|
default: string;
|
|
1137
1137
|
};
|
|
1138
1138
|
cardProps: {
|
|
@@ -1151,10 +1151,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1151
1151
|
default: boolean;
|
|
1152
1152
|
};
|
|
1153
1153
|
}>> & {
|
|
1154
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1154
1155
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1155
1156
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1156
1157
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1157
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1158
1158
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1159
1159
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1160
1160
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1465,14 +1465,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1465
1465
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1466
1466
|
columns?: PlusColumn[] | undefined;
|
|
1467
1467
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1468
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1468
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1469
1469
|
readonly label: string | ComputedRef<string>;
|
|
1470
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1470
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1471
1471
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1472
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1472
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1473
1473
|
style?: CSSProperties | undefined;
|
|
1474
1474
|
class?: any;
|
|
1475
|
-
} & RecordType> | ComputedRef<
|
|
1475
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1476
1476
|
style?: CSSProperties | undefined;
|
|
1477
1477
|
class?: any;
|
|
1478
1478
|
} & RecordType>>;
|
|
@@ -1533,12 +1533,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1533
1533
|
fieldInstance?: any;
|
|
1534
1534
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1535
1535
|
prop: string;
|
|
1536
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1536
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1537
1537
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1538
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1538
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1539
1539
|
style?: CSSProperties | undefined;
|
|
1540
1540
|
class?: any;
|
|
1541
|
-
} & RecordType> | ComputedRef<
|
|
1541
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1542
1542
|
style?: CSSProperties | undefined;
|
|
1543
1543
|
class?: any;
|
|
1544
1544
|
} & RecordType>>;
|
|
@@ -1561,14 +1561,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1561
1561
|
clearable: boolean;
|
|
1562
1562
|
index: number;
|
|
1563
1563
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1564
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1564
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1565
1565
|
readonly label: string | ComputedRef<string>;
|
|
1566
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1566
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1567
1567
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1568
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1568
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1569
1569
|
style?: CSSProperties | undefined;
|
|
1570
1570
|
class?: any;
|
|
1571
|
-
} & RecordType> | ComputedRef<
|
|
1571
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1572
1572
|
style?: CSSProperties | undefined;
|
|
1573
1573
|
class?: any;
|
|
1574
1574
|
} & RecordType>>;
|
|
@@ -1629,12 +1629,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1629
1629
|
fieldInstance?: any;
|
|
1630
1630
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1631
1631
|
prop: string;
|
|
1632
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1632
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1633
1633
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1634
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1634
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1635
1635
|
style?: CSSProperties | undefined;
|
|
1636
1636
|
class?: any;
|
|
1637
|
-
} & RecordType> | ComputedRef<
|
|
1637
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1638
1638
|
style?: CSSProperties | undefined;
|
|
1639
1639
|
class?: any;
|
|
1640
1640
|
} & RecordType>>;
|
|
@@ -1680,8 +1680,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1680
1680
|
reset: (values: FieldValues) => void;
|
|
1681
1681
|
collapse: (isShowUnfold: boolean) => void;
|
|
1682
1682
|
}, string, {
|
|
1683
|
-
columns: PlusColumn[];
|
|
1684
1683
|
modelValue: FieldValues;
|
|
1684
|
+
columns: PlusColumn[];
|
|
1685
1685
|
labelPosition: "top" | "right" | "left";
|
|
1686
1686
|
inline: boolean;
|
|
1687
1687
|
showNumber: number;
|
|
@@ -1725,14 +1725,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1725
1725
|
$nextTick: nextTick;
|
|
1726
1726
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
1727
1727
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1728
|
-
columns: {
|
|
1729
|
-
type: PropType<PlusColumn[]>;
|
|
1730
|
-
default: () => never[];
|
|
1731
|
-
};
|
|
1732
1728
|
modelValue: {
|
|
1733
1729
|
type: PropType<FieldValues>;
|
|
1734
1730
|
default: () => {};
|
|
1735
1731
|
};
|
|
1732
|
+
columns: {
|
|
1733
|
+
type: PropType<PlusColumn[]>;
|
|
1734
|
+
default: () => never[];
|
|
1735
|
+
};
|
|
1736
1736
|
labelPosition: {
|
|
1737
1737
|
type: PropType<"top" | "right" | "left">;
|
|
1738
1738
|
default: undefined;
|
|
@@ -1812,9 +1812,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1812
1812
|
default: boolean;
|
|
1813
1813
|
};
|
|
1814
1814
|
}>> & {
|
|
1815
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1815
1816
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1816
1817
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1817
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1818
1818
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
1819
1819
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
1820
1820
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -1822,11 +1822,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1822
1822
|
$: ComponentInternalInstance;
|
|
1823
1823
|
$data: {};
|
|
1824
1824
|
$props: Partial<{
|
|
1825
|
+
modelValue: FieldValues;
|
|
1825
1826
|
collapseDuration: number;
|
|
1826
1827
|
collapseTransition: boolean;
|
|
1827
1828
|
columns: PlusColumn[];
|
|
1828
1829
|
group: false | PlusFormGroupRow[];
|
|
1829
|
-
modelValue: FieldValues;
|
|
1830
1830
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1831
1831
|
labelPosition: "top" | "right" | "left";
|
|
1832
1832
|
labelWidth: string | number;
|
|
@@ -1847,7 +1847,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1847
1847
|
submitText: string;
|
|
1848
1848
|
resetText: string;
|
|
1849
1849
|
submitLoading: boolean;
|
|
1850
|
-
footerAlign: "
|
|
1850
|
+
footerAlign: "center" | "right" | "left";
|
|
1851
1851
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1852
1852
|
style?: CSSProperties | undefined;
|
|
1853
1853
|
class?: any;
|
|
@@ -1855,9 +1855,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1855
1855
|
prevent: boolean;
|
|
1856
1856
|
clearable: boolean;
|
|
1857
1857
|
}> & Omit<{
|
|
1858
|
+
readonly modelValue: FieldValues;
|
|
1858
1859
|
readonly columns: PlusColumn[];
|
|
1859
1860
|
readonly group: false | PlusFormGroupRow[];
|
|
1860
|
-
readonly modelValue: FieldValues;
|
|
1861
1861
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1862
1862
|
readonly labelPosition: "top" | "right" | "left";
|
|
1863
1863
|
readonly labelWidth: string | number;
|
|
@@ -1878,7 +1878,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1878
1878
|
readonly submitText: string;
|
|
1879
1879
|
readonly resetText: string;
|
|
1880
1880
|
readonly submitLoading: boolean;
|
|
1881
|
-
readonly footerAlign: "
|
|
1881
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
1882
1882
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
1883
1883
|
style?: CSSProperties | undefined;
|
|
1884
1884
|
class?: any;
|
|
@@ -1887,13 +1887,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1887
1887
|
readonly clearable: boolean;
|
|
1888
1888
|
readonly collapseDuration?: number | undefined;
|
|
1889
1889
|
readonly collapseTransition?: boolean | undefined;
|
|
1890
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1890
1891
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1891
1892
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1892
1893
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1893
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1894
1894
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1895
1895
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1896
1896
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1897
|
+
modelValue: {
|
|
1898
|
+
type: PropType<FieldValues>;
|
|
1899
|
+
default: () => {};
|
|
1900
|
+
};
|
|
1897
1901
|
collapseDuration: {
|
|
1898
1902
|
type: PropType<number>;
|
|
1899
1903
|
default: undefined;
|
|
@@ -1910,10 +1914,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1910
1914
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1911
1915
|
default: boolean;
|
|
1912
1916
|
};
|
|
1913
|
-
modelValue: {
|
|
1914
|
-
type: PropType<FieldValues>;
|
|
1915
|
-
default: () => {};
|
|
1916
|
-
};
|
|
1917
1917
|
rules: {
|
|
1918
1918
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1919
1919
|
default: () => {};
|
|
@@ -1977,7 +1977,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1977
1977
|
default: boolean;
|
|
1978
1978
|
};
|
|
1979
1979
|
footerAlign: {
|
|
1980
|
-
type: PropType<"
|
|
1980
|
+
type: PropType<"center" | "right" | "left">;
|
|
1981
1981
|
default: string;
|
|
1982
1982
|
};
|
|
1983
1983
|
cardProps: {
|
|
@@ -1996,13 +1996,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1996
1996
|
default: boolean;
|
|
1997
1997
|
};
|
|
1998
1998
|
}>> & {
|
|
1999
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1999
2000
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2000
2001
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2001
2002
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2002
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2003
2003
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2004
2004
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2005
|
-
}, "
|
|
2005
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2006
2006
|
$attrs: {
|
|
2007
2007
|
[x: string]: unknown;
|
|
2008
2008
|
};
|
|
@@ -2014,9 +2014,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2014
2014
|
}>;
|
|
2015
2015
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2016
2016
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2017
|
-
$emit: ((event: "
|
|
2017
|
+
$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);
|
|
2018
2018
|
$el: any;
|
|
2019
2019
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2020
|
+
modelValue: {
|
|
2021
|
+
type: PropType<FieldValues>;
|
|
2022
|
+
default: () => {};
|
|
2023
|
+
};
|
|
2020
2024
|
collapseDuration: {
|
|
2021
2025
|
type: PropType<number>;
|
|
2022
2026
|
default: undefined;
|
|
@@ -2033,10 +2037,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2033
2037
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2034
2038
|
default: boolean;
|
|
2035
2039
|
};
|
|
2036
|
-
modelValue: {
|
|
2037
|
-
type: PropType<FieldValues>;
|
|
2038
|
-
default: () => {};
|
|
2039
|
-
};
|
|
2040
2040
|
rules: {
|
|
2041
2041
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2042
2042
|
default: () => {};
|
|
@@ -2100,7 +2100,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2100
2100
|
default: boolean;
|
|
2101
2101
|
};
|
|
2102
2102
|
footerAlign: {
|
|
2103
|
-
type: PropType<"
|
|
2103
|
+
type: PropType<"center" | "right" | "left">;
|
|
2104
2104
|
default: string;
|
|
2105
2105
|
};
|
|
2106
2106
|
cardProps: {
|
|
@@ -2119,10 +2119,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2119
2119
|
default: boolean;
|
|
2120
2120
|
};
|
|
2121
2121
|
}>> & {
|
|
2122
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2122
2123
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2123
2124
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2124
2125
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2125
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2126
2126
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2127
2127
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2128
2128
|
}, {
|
|
@@ -2428,11 +2428,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2428
2428
|
submitError: (errors: unknown) => void;
|
|
2429
2429
|
validate: (...args: any[]) => void;
|
|
2430
2430
|
}, string, {
|
|
2431
|
+
modelValue: FieldValues;
|
|
2431
2432
|
collapseDuration: number;
|
|
2432
2433
|
collapseTransition: boolean;
|
|
2433
2434
|
columns: PlusColumn[];
|
|
2434
2435
|
group: false | PlusFormGroupRow[];
|
|
2435
|
-
modelValue: FieldValues;
|
|
2436
2436
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2437
2437
|
labelPosition: "top" | "right" | "left";
|
|
2438
2438
|
labelWidth: string | number;
|
|
@@ -2453,7 +2453,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2453
2453
|
submitText: string;
|
|
2454
2454
|
resetText: string;
|
|
2455
2455
|
submitLoading: boolean;
|
|
2456
|
-
footerAlign: "
|
|
2456
|
+
footerAlign: "center" | "right" | "left";
|
|
2457
2457
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2458
2458
|
style?: CSSProperties | undefined;
|
|
2459
2459
|
class?: any;
|
|
@@ -2481,6 +2481,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2481
2481
|
$nextTick: nextTick;
|
|
2482
2482
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
2483
2483
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2484
|
+
modelValue: {
|
|
2485
|
+
type: PropType<FieldValues>;
|
|
2486
|
+
default: () => {};
|
|
2487
|
+
};
|
|
2484
2488
|
collapseDuration: {
|
|
2485
2489
|
type: PropType<number>;
|
|
2486
2490
|
default: undefined;
|
|
@@ -2497,10 +2501,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2497
2501
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2498
2502
|
default: boolean;
|
|
2499
2503
|
};
|
|
2500
|
-
modelValue: {
|
|
2501
|
-
type: PropType<FieldValues>;
|
|
2502
|
-
default: () => {};
|
|
2503
|
-
};
|
|
2504
2504
|
rules: {
|
|
2505
2505
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2506
2506
|
default: () => {};
|
|
@@ -2564,7 +2564,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2564
2564
|
default: boolean;
|
|
2565
2565
|
};
|
|
2566
2566
|
footerAlign: {
|
|
2567
|
-
type: PropType<"
|
|
2567
|
+
type: PropType<"center" | "right" | "left">;
|
|
2568
2568
|
default: string;
|
|
2569
2569
|
};
|
|
2570
2570
|
cardProps: {
|
|
@@ -2583,10 +2583,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2583
2583
|
default: boolean;
|
|
2584
2584
|
};
|
|
2585
2585
|
}>> & {
|
|
2586
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2586
2587
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2587
2588
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2588
2589
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2589
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2590
2590
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2591
2591
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2592
2592
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -2897,14 +2897,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2897
2897
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
2898
2898
|
columns?: PlusColumn[] | undefined;
|
|
2899
2899
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2900
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
2900
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2901
2901
|
readonly label: string | ComputedRef<string>;
|
|
2902
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2902
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2903
2903
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2904
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2904
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2905
2905
|
style?: CSSProperties | undefined;
|
|
2906
2906
|
class?: any;
|
|
2907
|
-
} & RecordType> | ComputedRef<
|
|
2907
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2908
2908
|
style?: CSSProperties | undefined;
|
|
2909
2909
|
class?: any;
|
|
2910
2910
|
} & RecordType>>;
|
|
@@ -2965,12 +2965,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2965
2965
|
fieldInstance?: any;
|
|
2966
2966
|
valueIsReady?: Ref<boolean> | undefined;
|
|
2967
2967
|
prop: string;
|
|
2968
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
2968
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2969
2969
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
2970
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
2970
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
2971
2971
|
style?: CSSProperties | undefined;
|
|
2972
2972
|
class?: any;
|
|
2973
|
-
} & RecordType> | ComputedRef<
|
|
2973
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
2974
2974
|
style?: CSSProperties | undefined;
|
|
2975
2975
|
class?: any;
|
|
2976
2976
|
} & RecordType>>;
|
|
@@ -2993,14 +2993,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2993
2993
|
clearable: boolean;
|
|
2994
2994
|
index: number;
|
|
2995
2995
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
2996
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
2996
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
2997
2997
|
readonly label: string | ComputedRef<string>;
|
|
2998
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
2998
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
2999
2999
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3000
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3000
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3001
3001
|
style?: CSSProperties | undefined;
|
|
3002
3002
|
class?: any;
|
|
3003
|
-
} & RecordType> | ComputedRef<
|
|
3003
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3004
3004
|
style?: CSSProperties | undefined;
|
|
3005
3005
|
class?: any;
|
|
3006
3006
|
} & RecordType>>;
|
|
@@ -3061,12 +3061,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3061
3061
|
fieldInstance?: any;
|
|
3062
3062
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3063
3063
|
prop: string;
|
|
3064
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3064
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3065
3065
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3066
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3066
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3067
3067
|
style?: CSSProperties | undefined;
|
|
3068
3068
|
class?: any;
|
|
3069
|
-
} & RecordType> | ComputedRef<
|
|
3069
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3070
3070
|
style?: CSSProperties | undefined;
|
|
3071
3071
|
class?: any;
|
|
3072
3072
|
} & RecordType>>;
|
|
@@ -3107,14 +3107,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3107
3107
|
handleUnfold: (e: MouseEvent) => void;
|
|
3108
3108
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3109
3109
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3110
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3110
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
3111
3111
|
readonly label: string | ComputedRef<string>;
|
|
3112
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3112
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3113
3113
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3114
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3114
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3115
3115
|
style?: CSSProperties | undefined;
|
|
3116
3116
|
class?: any;
|
|
3117
|
-
} & RecordType> | ComputedRef<
|
|
3117
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3118
3118
|
style?: CSSProperties | undefined;
|
|
3119
3119
|
class?: any;
|
|
3120
3120
|
} & RecordType>>;
|
|
@@ -3175,12 +3175,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3175
3175
|
fieldInstance?: any;
|
|
3176
3176
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3177
3177
|
prop: string;
|
|
3178
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3178
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3179
3179
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3180
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3180
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3181
3181
|
style?: CSSProperties | undefined;
|
|
3182
3182
|
class?: any;
|
|
3183
|
-
} & RecordType> | ComputedRef<
|
|
3183
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3184
3184
|
style?: CSSProperties | undefined;
|
|
3185
3185
|
class?: any;
|
|
3186
3186
|
} & RecordType>>;
|
|
@@ -3637,9 +3637,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3637
3637
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3638
3638
|
__epPropKey: true;
|
|
3639
3639
|
};
|
|
3640
|
-
width: (
|
|
3641
|
-
height: (
|
|
3642
|
-
maxHeight: (
|
|
3640
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
3641
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
3642
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
3643
3643
|
fit: {
|
|
3644
3644
|
type: BooleanConstructor;
|
|
3645
3645
|
default: boolean;
|
|
@@ -3663,13 +3663,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3663
3663
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3664
3664
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3665
3665
|
highlightCurrentRow: BooleanConstructor;
|
|
3666
|
-
currentRowKey: (
|
|
3666
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
3667
3667
|
emptyText: StringConstructor;
|
|
3668
3668
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3669
3669
|
defaultExpandAll: BooleanConstructor;
|
|
3670
3670
|
defaultSort: PropType< Sort | undefined>;
|
|
3671
3671
|
tooltipEffect: StringConstructor;
|
|
3672
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3672
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3673
3673
|
spanMethod: PropType<((data: {
|
|
3674
3674
|
row: any;
|
|
3675
3675
|
rowIndex: number;
|
|
@@ -3713,7 +3713,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3713
3713
|
};
|
|
3714
3714
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3715
3715
|
flexible: BooleanConstructor;
|
|
3716
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3716
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3717
3717
|
}>> & {
|
|
3718
3718
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3719
3719
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3833,9 +3833,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3833
3833
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3834
3834
|
__epPropKey: true;
|
|
3835
3835
|
};
|
|
3836
|
-
width: (
|
|
3837
|
-
height: (
|
|
3838
|
-
maxHeight: (
|
|
3836
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
3837
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
3838
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
3839
3839
|
fit: {
|
|
3840
3840
|
type: BooleanConstructor;
|
|
3841
3841
|
default: boolean;
|
|
@@ -3859,13 +3859,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3859
3859
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3860
3860
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3861
3861
|
highlightCurrentRow: BooleanConstructor;
|
|
3862
|
-
currentRowKey: (
|
|
3862
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
3863
3863
|
emptyText: StringConstructor;
|
|
3864
3864
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3865
3865
|
defaultExpandAll: BooleanConstructor;
|
|
3866
3866
|
defaultSort: PropType< Sort | undefined>;
|
|
3867
3867
|
tooltipEffect: StringConstructor;
|
|
3868
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3868
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3869
3869
|
spanMethod: PropType<((data: {
|
|
3870
3870
|
row: any;
|
|
3871
3871
|
rowIndex: number;
|
|
@@ -3909,7 +3909,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3909
3909
|
};
|
|
3910
3910
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3911
3911
|
flexible: BooleanConstructor;
|
|
3912
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
3912
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3913
3913
|
}>> & {
|
|
3914
3914
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3915
3915
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3968,9 +3968,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3968
3968
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3969
3969
|
__epPropKey: true;
|
|
3970
3970
|
};
|
|
3971
|
-
width: (
|
|
3972
|
-
height: (
|
|
3973
|
-
maxHeight: (
|
|
3971
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
3972
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
3973
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
3974
3974
|
fit: {
|
|
3975
3975
|
type: BooleanConstructor;
|
|
3976
3976
|
default: boolean;
|
|
@@ -3994,13 +3994,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3994
3994
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3995
3995
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3996
3996
|
highlightCurrentRow: BooleanConstructor;
|
|
3997
|
-
currentRowKey: (
|
|
3997
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
3998
3998
|
emptyText: StringConstructor;
|
|
3999
3999
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4000
4000
|
defaultExpandAll: BooleanConstructor;
|
|
4001
4001
|
defaultSort: PropType< Sort | undefined>;
|
|
4002
4002
|
tooltipEffect: StringConstructor;
|
|
4003
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4003
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4004
4004
|
spanMethod: PropType<((data: {
|
|
4005
4005
|
row: any;
|
|
4006
4006
|
rowIndex: number;
|
|
@@ -4044,7 +4044,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4044
4044
|
};
|
|
4045
4045
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4046
4046
|
flexible: BooleanConstructor;
|
|
4047
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4047
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4048
4048
|
}>> & {
|
|
4049
4049
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4050
4050
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4411,9 +4411,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4411
4411
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4412
4412
|
__epPropKey: true;
|
|
4413
4413
|
};
|
|
4414
|
-
width: (
|
|
4415
|
-
height: (
|
|
4416
|
-
maxHeight: (
|
|
4414
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4415
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4416
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4417
4417
|
fit: {
|
|
4418
4418
|
type: BooleanConstructor;
|
|
4419
4419
|
default: boolean;
|
|
@@ -4437,13 +4437,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4437
4437
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4438
4438
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4439
4439
|
highlightCurrentRow: BooleanConstructor;
|
|
4440
|
-
currentRowKey: (
|
|
4440
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4441
4441
|
emptyText: StringConstructor;
|
|
4442
4442
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4443
4443
|
defaultExpandAll: BooleanConstructor;
|
|
4444
4444
|
defaultSort: PropType< Sort | undefined>;
|
|
4445
4445
|
tooltipEffect: StringConstructor;
|
|
4446
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4446
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4447
4447
|
spanMethod: PropType<((data: {
|
|
4448
4448
|
row: any;
|
|
4449
4449
|
rowIndex: number;
|
|
@@ -4487,7 +4487,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4487
4487
|
};
|
|
4488
4488
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4489
4489
|
flexible: BooleanConstructor;
|
|
4490
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4490
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4491
4491
|
}>> & {
|
|
4492
4492
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4493
4493
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4607,9 +4607,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4607
4607
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4608
4608
|
__epPropKey: true;
|
|
4609
4609
|
};
|
|
4610
|
-
width: (
|
|
4611
|
-
height: (
|
|
4612
|
-
maxHeight: (
|
|
4610
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4611
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4612
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4613
4613
|
fit: {
|
|
4614
4614
|
type: BooleanConstructor;
|
|
4615
4615
|
default: boolean;
|
|
@@ -4633,13 +4633,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4633
4633
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4634
4634
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4635
4635
|
highlightCurrentRow: BooleanConstructor;
|
|
4636
|
-
currentRowKey: (
|
|
4636
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4637
4637
|
emptyText: StringConstructor;
|
|
4638
4638
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4639
4639
|
defaultExpandAll: BooleanConstructor;
|
|
4640
4640
|
defaultSort: PropType< Sort | undefined>;
|
|
4641
4641
|
tooltipEffect: StringConstructor;
|
|
4642
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4642
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4643
4643
|
spanMethod: PropType<((data: {
|
|
4644
4644
|
row: any;
|
|
4645
4645
|
rowIndex: number;
|
|
@@ -4683,7 +4683,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4683
4683
|
};
|
|
4684
4684
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4685
4685
|
flexible: BooleanConstructor;
|
|
4686
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4686
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4687
4687
|
}>> & {
|
|
4688
4688
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4689
4689
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4742,9 +4742,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4742
4742
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4743
4743
|
__epPropKey: true;
|
|
4744
4744
|
};
|
|
4745
|
-
width: (
|
|
4746
|
-
height: (
|
|
4747
|
-
maxHeight: (
|
|
4745
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4746
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4747
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4748
4748
|
fit: {
|
|
4749
4749
|
type: BooleanConstructor;
|
|
4750
4750
|
default: boolean;
|
|
@@ -4768,13 +4768,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4768
4768
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4769
4769
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4770
4770
|
highlightCurrentRow: BooleanConstructor;
|
|
4771
|
-
currentRowKey: (
|
|
4771
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4772
4772
|
emptyText: StringConstructor;
|
|
4773
4773
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4774
4774
|
defaultExpandAll: BooleanConstructor;
|
|
4775
4775
|
defaultSort: PropType< Sort | undefined>;
|
|
4776
4776
|
tooltipEffect: StringConstructor;
|
|
4777
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4777
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4778
4778
|
spanMethod: PropType<((data: {
|
|
4779
4779
|
row: any;
|
|
4780
4780
|
rowIndex: number;
|
|
@@ -4818,7 +4818,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4818
4818
|
};
|
|
4819
4819
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4820
4820
|
flexible: BooleanConstructor;
|
|
4821
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4821
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4822
4822
|
}>> & {
|
|
4823
4823
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4824
4824
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5038,7 +5038,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5038
5038
|
columns: PlusColumn[];
|
|
5039
5039
|
immediate: boolean;
|
|
5040
5040
|
params: RecordType;
|
|
5041
|
-
pagination: false | Omit<PlusPaginationProps, "
|
|
5041
|
+
pagination: false | Omit<PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
5042
5042
|
postData: <T_1 = RecordType[]>(data: T_1[]) => T_1[];
|
|
5043
5043
|
beforeSearchSubmit: <T_2 = RecordType>(params: T_2) => T_2;
|
|
5044
5044
|
isCard: boolean;
|
|
@@ -5059,14 +5059,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5059
5059
|
};
|
|
5060
5060
|
searchSlot: boolean;
|
|
5061
5061
|
}, {}>, Partial<Record<never, (_: {
|
|
5062
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
5062
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
5063
5063
|
readonly label: string | ComputedRef<string>;
|
|
5064
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
5064
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5065
5065
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5066
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5066
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5067
5067
|
style?: CSSProperties | undefined;
|
|
5068
5068
|
class?: any;
|
|
5069
|
-
} & RecordType> | ComputedRef<
|
|
5069
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5070
5070
|
style?: CSSProperties | undefined;
|
|
5071
5071
|
class?: any;
|
|
5072
5072
|
} & RecordType>>;
|
|
@@ -5127,12 +5127,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5127
5127
|
fieldInstance?: any;
|
|
5128
5128
|
valueIsReady?: Ref<boolean> | undefined;
|
|
5129
5129
|
prop: string;
|
|
5130
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
5130
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
5131
5131
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
5132
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
5132
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
5133
5133
|
style?: CSSProperties | undefined;
|
|
5134
5134
|
class?: any;
|
|
5135
|
-
} & RecordType> | ComputedRef<
|
|
5135
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
5136
5136
|
style?: CSSProperties | undefined;
|
|
5137
5137
|
class?: any;
|
|
5138
5138
|
} & RecordType>>;
|