yc-pro-components 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/check-card/index.d.ts +61 -61
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +26 -26
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/display-item/src/index.vue2.mjs +18 -5
- 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 +22 -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 +519 -455
- package/es/components/page/src/index.vue.d.ts +198 -203
- package/es/components/page/src/index.vue2.mjs +4 -2
- 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 +73 -54
- package/es/components/table/src/index.vue.d.ts +21 -18
- package/es/components/table/src/index.vue2.mjs +4 -2
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/table/src/type.d.ts +9 -0
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-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 +424 -364
- 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/constants/form.d.ts +5 -0
- package/es/constants/form.mjs +2 -1
- package/es/constants/index.mjs +1 -1
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.mjs +1 -1
- package/es/types/plus.d.ts +29 -0
- package/index.js +26 -7
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +26 -8
- package/lib/components/check-card/index.d.ts +61 -61
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +26 -26
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/display-item/src/index.vue2.js +16 -3
- 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 +22 -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 +519 -455
- package/lib/components/page/src/index.vue.d.ts +198 -203
- package/lib/components/page/src/index.vue2.js +4 -2
- 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 +73 -54
- package/lib/components/table/src/index.vue.d.ts +21 -18
- package/lib/components/table/src/index.vue2.js +3 -1
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/table/src/type.d.ts +9 -0
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-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 +424 -364
- 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/constants/form.d.ts +5 -0
- package/lib/constants/form.js +2 -0
- package/lib/constants/index.js +1 -0
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.js +1 -0
- package/lib/types/plus.d.ts +29 -0
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -66,7 +66,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
66
66
|
columns: PlusColumn[];
|
|
67
67
|
immediate: boolean;
|
|
68
68
|
params: RecordType;
|
|
69
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
69
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
70
|
+
columnsEmptyText: string;
|
|
70
71
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
71
72
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
72
73
|
isCard: boolean;
|
|
@@ -102,7 +103,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
102
103
|
data: RecordType[];
|
|
103
104
|
total: number;
|
|
104
105
|
}>;
|
|
105
|
-
readonly pagination: false | Omit< PlusPaginationProps, "
|
|
106
|
+
readonly pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
107
|
+
readonly columnsEmptyText: string;
|
|
106
108
|
readonly isCard: boolean;
|
|
107
109
|
readonly searchCardProps: Partial< Mutable<CardProps> & {
|
|
108
110
|
style?: CSSProperties | undefined;
|
|
@@ -163,9 +165,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
163
165
|
required: true;
|
|
164
166
|
};
|
|
165
167
|
pagination: {
|
|
166
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
168
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
167
169
|
default: () => {};
|
|
168
170
|
};
|
|
171
|
+
columnsEmptyText: {
|
|
172
|
+
type: PropType<string>;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
169
175
|
postData: {
|
|
170
176
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
171
177
|
default: undefined;
|
|
@@ -227,7 +233,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
227
233
|
onSearch?: ((data: FieldValues) => any) | undefined;
|
|
228
234
|
onRequestError?: ((error: unknown) => any) | undefined;
|
|
229
235
|
onRequestComplete?: ((tableData: RecordType[]) => any) | undefined;
|
|
230
|
-
}, "search" | "table" | "columns" | "immediate" | "params" | "pagination" | "postData" | "beforeSearchSubmit" | "isCard" | "searchCardProps" | "tableCardProps" | "defaultPageInfo" | "defaultPageSizeList" | "dividerProps" | "pageInfoMap" | "searchSlot">;
|
|
236
|
+
}, "search" | "table" | "columns" | "immediate" | "params" | "pagination" | "columnsEmptyText" | "postData" | "beforeSearchSubmit" | "isCard" | "searchCardProps" | "tableCardProps" | "defaultPageInfo" | "defaultPageSizeList" | "dividerProps" | "pageInfoMap" | "searchSlot">;
|
|
231
237
|
$attrs: {
|
|
232
238
|
[x: string]: unknown;
|
|
233
239
|
};
|
|
@@ -277,9 +283,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
277
283
|
required: true;
|
|
278
284
|
};
|
|
279
285
|
pagination: {
|
|
280
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
286
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
281
287
|
default: () => {};
|
|
282
288
|
};
|
|
289
|
+
columnsEmptyText: {
|
|
290
|
+
type: PropType<string>;
|
|
291
|
+
default: string;
|
|
292
|
+
};
|
|
283
293
|
postData: {
|
|
284
294
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
285
295
|
default: undefined;
|
|
@@ -346,8 +356,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
346
356
|
$: ComponentInternalInstance;
|
|
347
357
|
$data: {};
|
|
348
358
|
$props: Partial<{
|
|
349
|
-
columns: PlusColumn[];
|
|
350
359
|
modelValue: FieldValues;
|
|
360
|
+
columns: PlusColumn[];
|
|
351
361
|
labelPosition: "top" | "right" | "left";
|
|
352
362
|
inline: boolean;
|
|
353
363
|
showNumber: number;
|
|
@@ -373,8 +383,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
373
383
|
searchIcon: Component | null;
|
|
374
384
|
resetIcon: Component | null;
|
|
375
385
|
}> & Omit<{
|
|
376
|
-
readonly columns: PlusColumn[];
|
|
377
386
|
readonly modelValue: FieldValues;
|
|
387
|
+
readonly columns: PlusColumn[];
|
|
378
388
|
readonly inline: boolean;
|
|
379
389
|
readonly showNumber: number;
|
|
380
390
|
readonly defaultValues: FieldValues;
|
|
@@ -399,20 +409,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
399
409
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
400
410
|
readonly searchIcon?: Component | null | undefined;
|
|
401
411
|
readonly resetIcon?: Component | null | undefined;
|
|
412
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
402
413
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
403
414
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
404
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
405
415
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
406
416
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
407
417
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
408
|
-
columns: {
|
|
409
|
-
type: PropType<PlusColumn[]>;
|
|
410
|
-
default: () => never[];
|
|
411
|
-
};
|
|
412
418
|
modelValue: {
|
|
413
419
|
type: PropType<FieldValues>;
|
|
414
420
|
default: () => {};
|
|
415
421
|
};
|
|
422
|
+
columns: {
|
|
423
|
+
type: PropType<PlusColumn[]>;
|
|
424
|
+
default: () => never[];
|
|
425
|
+
};
|
|
416
426
|
labelPosition: {
|
|
417
427
|
type: PropType<"top" | "right" | "left">;
|
|
418
428
|
default: undefined;
|
|
@@ -500,12 +510,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
500
510
|
default: undefined;
|
|
501
511
|
};
|
|
502
512
|
}>> & {
|
|
513
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
503
514
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
504
515
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
505
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
506
516
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
507
517
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
508
|
-
}, "
|
|
518
|
+
}, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
509
519
|
$attrs: {
|
|
510
520
|
[x: string]: unknown;
|
|
511
521
|
};
|
|
@@ -517,17 +527,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
517
527
|
}>;
|
|
518
528
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
519
529
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
520
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
530
|
+
$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); /** 包装后的请求函数 */
|
|
521
531
|
$el: any;
|
|
522
532
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
523
|
-
columns: {
|
|
524
|
-
type: PropType<PlusColumn[]>;
|
|
525
|
-
default: () => never[];
|
|
526
|
-
};
|
|
527
533
|
modelValue: {
|
|
528
534
|
type: PropType<FieldValues>;
|
|
529
535
|
default: () => {};
|
|
530
536
|
};
|
|
537
|
+
columns: {
|
|
538
|
+
type: PropType<PlusColumn[]>;
|
|
539
|
+
default: () => never[];
|
|
540
|
+
};
|
|
531
541
|
labelPosition: {
|
|
532
542
|
type: PropType<"top" | "right" | "left">;
|
|
533
543
|
default: undefined;
|
|
@@ -615,9 +625,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
615
625
|
default: undefined;
|
|
616
626
|
};
|
|
617
627
|
}>> & {
|
|
628
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
618
629
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
619
630
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
620
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
621
631
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
622
632
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
623
633
|
}, {
|
|
@@ -625,11 +635,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
625
635
|
$: ComponentInternalInstance;
|
|
626
636
|
$data: {};
|
|
627
637
|
$props: Partial<{
|
|
638
|
+
modelValue: FieldValues;
|
|
628
639
|
collapseDuration: number;
|
|
629
640
|
collapseTransition: boolean;
|
|
630
641
|
columns: PlusColumn[];
|
|
631
642
|
group: false | PlusFormGroupRow[];
|
|
632
|
-
modelValue: FieldValues;
|
|
633
643
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
634
644
|
labelPosition: "top" | "right" | "left";
|
|
635
645
|
labelWidth: string | number;
|
|
@@ -650,7 +660,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
650
660
|
submitText: string;
|
|
651
661
|
resetText: string;
|
|
652
662
|
submitLoading: boolean;
|
|
653
|
-
footerAlign: "
|
|
663
|
+
footerAlign: "center" | "right" | "left";
|
|
654
664
|
cardProps: Partial< Mutable<CardProps> & {
|
|
655
665
|
style?: CSSProperties | undefined;
|
|
656
666
|
class?: any;
|
|
@@ -658,9 +668,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
658
668
|
prevent: boolean;
|
|
659
669
|
clearable: boolean;
|
|
660
670
|
}> & Omit<{
|
|
671
|
+
readonly modelValue: FieldValues;
|
|
661
672
|
readonly columns: PlusColumn[];
|
|
662
673
|
readonly group: false | PlusFormGroupRow[];
|
|
663
|
-
readonly modelValue: FieldValues;
|
|
664
674
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
665
675
|
readonly labelPosition: "top" | "right" | "left";
|
|
666
676
|
readonly labelWidth: string | number;
|
|
@@ -681,7 +691,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
681
691
|
readonly submitText: string;
|
|
682
692
|
readonly resetText: string;
|
|
683
693
|
readonly submitLoading: boolean;
|
|
684
|
-
readonly footerAlign: "
|
|
694
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
685
695
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
686
696
|
style?: CSSProperties | undefined;
|
|
687
697
|
class?: any;
|
|
@@ -690,13 +700,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
690
700
|
readonly clearable: boolean;
|
|
691
701
|
readonly collapseDuration?: number | undefined;
|
|
692
702
|
readonly collapseTransition?: boolean | undefined;
|
|
703
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
693
704
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
694
705
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
695
706
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
696
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
697
707
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
698
708
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
699
709
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
710
|
+
modelValue: {
|
|
711
|
+
type: PropType<FieldValues>;
|
|
712
|
+
default: () => {};
|
|
713
|
+
};
|
|
700
714
|
collapseDuration: {
|
|
701
715
|
type: PropType<number>;
|
|
702
716
|
default: undefined;
|
|
@@ -713,10 +727,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
713
727
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
714
728
|
default: boolean;
|
|
715
729
|
};
|
|
716
|
-
modelValue: {
|
|
717
|
-
type: PropType<FieldValues>;
|
|
718
|
-
default: () => {};
|
|
719
|
-
};
|
|
720
730
|
rules: {
|
|
721
731
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
722
732
|
default: () => {};
|
|
@@ -780,7 +790,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
780
790
|
default: boolean;
|
|
781
791
|
};
|
|
782
792
|
footerAlign: {
|
|
783
|
-
type: PropType<"
|
|
793
|
+
type: PropType<"center" | "right" | "left">;
|
|
784
794
|
default: string;
|
|
785
795
|
};
|
|
786
796
|
cardProps: {
|
|
@@ -799,13 +809,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
799
809
|
default: boolean;
|
|
800
810
|
};
|
|
801
811
|
}>> & {
|
|
812
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
802
813
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
803
814
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
804
815
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
805
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
806
816
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
807
817
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
808
|
-
}, "
|
|
818
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
809
819
|
$attrs: {
|
|
810
820
|
[x: string]: unknown;
|
|
811
821
|
};
|
|
@@ -817,9 +827,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
817
827
|
}>;
|
|
818
828
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
819
829
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
820
|
-
$emit: ((event: "
|
|
830
|
+
$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); /** 包装后的请求函数 */
|
|
821
831
|
$el: any;
|
|
822
832
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
833
|
+
modelValue: {
|
|
834
|
+
type: PropType<FieldValues>;
|
|
835
|
+
default: () => {};
|
|
836
|
+
};
|
|
823
837
|
collapseDuration: {
|
|
824
838
|
type: PropType<number>;
|
|
825
839
|
default: undefined;
|
|
@@ -836,10 +850,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
836
850
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
837
851
|
default: boolean;
|
|
838
852
|
};
|
|
839
|
-
modelValue: {
|
|
840
|
-
type: PropType<FieldValues>;
|
|
841
|
-
default: () => {};
|
|
842
|
-
};
|
|
843
853
|
rules: {
|
|
844
854
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
845
855
|
default: () => {};
|
|
@@ -903,7 +913,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
903
913
|
default: boolean;
|
|
904
914
|
};
|
|
905
915
|
footerAlign: {
|
|
906
|
-
type: PropType<"
|
|
916
|
+
type: PropType<"center" | "right" | "left">;
|
|
907
917
|
default: string;
|
|
908
918
|
};
|
|
909
919
|
cardProps: {
|
|
@@ -922,10 +932,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
922
932
|
default: boolean;
|
|
923
933
|
};
|
|
924
934
|
}>> & {
|
|
935
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
925
936
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
926
937
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
927
938
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
928
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
929
939
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
930
940
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
931
941
|
}, {
|
|
@@ -1221,11 +1231,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1221
1231
|
submitError: (errors: unknown) => void;
|
|
1222
1232
|
validate: (...args: any[]) => void;
|
|
1223
1233
|
}, string, {
|
|
1234
|
+
modelValue: FieldValues;
|
|
1224
1235
|
collapseDuration: number;
|
|
1225
1236
|
collapseTransition: boolean;
|
|
1226
1237
|
columns: PlusColumn[];
|
|
1227
1238
|
group: false | PlusFormGroupRow[];
|
|
1228
|
-
modelValue: FieldValues;
|
|
1229
1239
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
1230
1240
|
labelPosition: "top" | "right" | "left";
|
|
1231
1241
|
labelWidth: string | number;
|
|
@@ -1246,7 +1256,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1246
1256
|
submitText: string;
|
|
1247
1257
|
resetText: string;
|
|
1248
1258
|
submitLoading: boolean;
|
|
1249
|
-
footerAlign: "
|
|
1259
|
+
footerAlign: "center" | "right" | "left";
|
|
1250
1260
|
cardProps: Partial< Mutable<CardProps> & {
|
|
1251
1261
|
style?: CSSProperties | undefined;
|
|
1252
1262
|
class?: any;
|
|
@@ -1274,6 +1284,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1274
1284
|
$nextTick: typeof nextTick;
|
|
1275
1285
|
$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;
|
|
1276
1286
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1287
|
+
modelValue: {
|
|
1288
|
+
type: PropType<FieldValues>;
|
|
1289
|
+
default: () => {};
|
|
1290
|
+
};
|
|
1277
1291
|
collapseDuration: {
|
|
1278
1292
|
type: PropType<number>;
|
|
1279
1293
|
default: undefined;
|
|
@@ -1290,10 +1304,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1290
1304
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
1291
1305
|
default: boolean;
|
|
1292
1306
|
};
|
|
1293
|
-
modelValue: {
|
|
1294
|
-
type: PropType<FieldValues>;
|
|
1295
|
-
default: () => {};
|
|
1296
|
-
};
|
|
1297
1307
|
rules: {
|
|
1298
1308
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
1299
1309
|
default: () => {};
|
|
@@ -1357,7 +1367,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1357
1367
|
default: boolean;
|
|
1358
1368
|
};
|
|
1359
1369
|
footerAlign: {
|
|
1360
|
-
type: PropType<"
|
|
1370
|
+
type: PropType<"center" | "right" | "left">;
|
|
1361
1371
|
default: string;
|
|
1362
1372
|
};
|
|
1363
1373
|
cardProps: {
|
|
@@ -1376,10 +1386,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1376
1386
|
default: boolean;
|
|
1377
1387
|
};
|
|
1378
1388
|
}>> & {
|
|
1389
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1379
1390
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
1380
1391
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
1381
1392
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
1382
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
1383
1393
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
1384
1394
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
1385
1395
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -1680,14 +1690,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1680
1690
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
1681
1691
|
columns?: PlusColumn[] | undefined;
|
|
1682
1692
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1683
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1693
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1684
1694
|
readonly label: string | ComputedRef<string>;
|
|
1685
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1695
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1686
1696
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1687
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1697
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1688
1698
|
style?: CSSProperties | undefined;
|
|
1689
1699
|
class?: any;
|
|
1690
|
-
} & RecordType> | ComputedRef<
|
|
1700
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1691
1701
|
style?: CSSProperties | undefined;
|
|
1692
1702
|
class?: any;
|
|
1693
1703
|
} & RecordType>>;
|
|
@@ -1754,12 +1764,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1754
1764
|
fieldInstance?: any;
|
|
1755
1765
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1756
1766
|
prop: string;
|
|
1757
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1767
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1758
1768
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1759
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1769
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1760
1770
|
style?: CSSProperties | undefined;
|
|
1761
1771
|
class?: any;
|
|
1762
|
-
} & RecordType> | ComputedRef<
|
|
1772
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1763
1773
|
style?: CSSProperties | undefined;
|
|
1764
1774
|
class?: any;
|
|
1765
1775
|
} & RecordType>>;
|
|
@@ -1788,14 +1798,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1788
1798
|
clearable: boolean;
|
|
1789
1799
|
index: number;
|
|
1790
1800
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
1791
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
1801
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
1792
1802
|
readonly label: string | ComputedRef<string>;
|
|
1793
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1803
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1794
1804
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1795
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1805
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1796
1806
|
style?: CSSProperties | undefined;
|
|
1797
1807
|
class?: any;
|
|
1798
|
-
} & RecordType> | ComputedRef<
|
|
1808
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1799
1809
|
style?: CSSProperties | undefined;
|
|
1800
1810
|
class?: any;
|
|
1801
1811
|
} & RecordType>>;
|
|
@@ -1862,12 +1872,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1862
1872
|
fieldInstance?: any;
|
|
1863
1873
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1864
1874
|
prop: string;
|
|
1865
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1875
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1866
1876
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1867
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1877
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
1868
1878
|
style?: CSSProperties | undefined;
|
|
1869
1879
|
class?: any;
|
|
1870
|
-
} & RecordType> | ComputedRef<
|
|
1880
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1871
1881
|
style?: CSSProperties | undefined;
|
|
1872
1882
|
class?: any;
|
|
1873
1883
|
} & RecordType>>;
|
|
@@ -1919,8 +1929,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1919
1929
|
reset: (values: FieldValues) => void;
|
|
1920
1930
|
collapse: (isShowUnfold: boolean) => void;
|
|
1921
1931
|
}, string, {
|
|
1922
|
-
columns: PlusColumn[];
|
|
1923
1932
|
modelValue: FieldValues;
|
|
1933
|
+
columns: PlusColumn[];
|
|
1924
1934
|
labelPosition: "top" | "right" | "left";
|
|
1925
1935
|
inline: boolean;
|
|
1926
1936
|
showNumber: number;
|
|
@@ -1966,14 +1976,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
1966
1976
|
$nextTick: typeof nextTick;
|
|
1967
1977
|
$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;
|
|
1968
1978
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
1969
|
-
columns: {
|
|
1970
|
-
type: PropType<PlusColumn[]>;
|
|
1971
|
-
default: () => never[];
|
|
1972
|
-
};
|
|
1973
1979
|
modelValue: {
|
|
1974
1980
|
type: PropType<FieldValues>;
|
|
1975
1981
|
default: () => {};
|
|
1976
1982
|
};
|
|
1983
|
+
columns: {
|
|
1984
|
+
type: PropType<PlusColumn[]>;
|
|
1985
|
+
default: () => never[];
|
|
1986
|
+
};
|
|
1977
1987
|
labelPosition: {
|
|
1978
1988
|
type: PropType<"top" | "right" | "left">;
|
|
1979
1989
|
default: undefined;
|
|
@@ -2061,9 +2071,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2061
2071
|
default: undefined;
|
|
2062
2072
|
};
|
|
2063
2073
|
}>> & {
|
|
2074
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2064
2075
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2065
2076
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2066
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2067
2077
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
2068
2078
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
2069
2079
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -2071,11 +2081,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2071
2081
|
$: ComponentInternalInstance;
|
|
2072
2082
|
$data: {};
|
|
2073
2083
|
$props: Partial<{
|
|
2084
|
+
modelValue: FieldValues;
|
|
2074
2085
|
collapseDuration: number;
|
|
2075
2086
|
collapseTransition: boolean;
|
|
2076
2087
|
columns: PlusColumn[];
|
|
2077
2088
|
group: false | PlusFormGroupRow[];
|
|
2078
|
-
modelValue: FieldValues;
|
|
2079
2089
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2080
2090
|
labelPosition: "top" | "right" | "left";
|
|
2081
2091
|
labelWidth: string | number;
|
|
@@ -2096,7 +2106,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2096
2106
|
submitText: string;
|
|
2097
2107
|
resetText: string;
|
|
2098
2108
|
submitLoading: boolean;
|
|
2099
|
-
footerAlign: "
|
|
2109
|
+
footerAlign: "center" | "right" | "left";
|
|
2100
2110
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2101
2111
|
style?: CSSProperties | undefined;
|
|
2102
2112
|
class?: any;
|
|
@@ -2104,9 +2114,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2104
2114
|
prevent: boolean;
|
|
2105
2115
|
clearable: boolean;
|
|
2106
2116
|
}> & Omit<{
|
|
2117
|
+
readonly modelValue: FieldValues;
|
|
2107
2118
|
readonly columns: PlusColumn[];
|
|
2108
2119
|
readonly group: false | PlusFormGroupRow[];
|
|
2109
|
-
readonly modelValue: FieldValues;
|
|
2110
2120
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2111
2121
|
readonly labelPosition: "top" | "right" | "left";
|
|
2112
2122
|
readonly labelWidth: string | number;
|
|
@@ -2127,7 +2137,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2127
2137
|
readonly submitText: string;
|
|
2128
2138
|
readonly resetText: string;
|
|
2129
2139
|
readonly submitLoading: boolean;
|
|
2130
|
-
readonly footerAlign: "
|
|
2140
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
2131
2141
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
2132
2142
|
style?: CSSProperties | undefined;
|
|
2133
2143
|
class?: any;
|
|
@@ -2136,13 +2146,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2136
2146
|
readonly clearable: boolean;
|
|
2137
2147
|
readonly collapseDuration?: number | undefined;
|
|
2138
2148
|
readonly collapseTransition?: boolean | undefined;
|
|
2149
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2139
2150
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2140
2151
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2141
2152
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2142
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2143
2153
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2144
2154
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2145
2155
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2156
|
+
modelValue: {
|
|
2157
|
+
type: PropType<FieldValues>;
|
|
2158
|
+
default: () => {};
|
|
2159
|
+
};
|
|
2146
2160
|
collapseDuration: {
|
|
2147
2161
|
type: PropType<number>;
|
|
2148
2162
|
default: undefined;
|
|
@@ -2159,10 +2173,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2159
2173
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2160
2174
|
default: boolean;
|
|
2161
2175
|
};
|
|
2162
|
-
modelValue: {
|
|
2163
|
-
type: PropType<FieldValues>;
|
|
2164
|
-
default: () => {};
|
|
2165
|
-
};
|
|
2166
2176
|
rules: {
|
|
2167
2177
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2168
2178
|
default: () => {};
|
|
@@ -2226,7 +2236,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2226
2236
|
default: boolean;
|
|
2227
2237
|
};
|
|
2228
2238
|
footerAlign: {
|
|
2229
|
-
type: PropType<"
|
|
2239
|
+
type: PropType<"center" | "right" | "left">;
|
|
2230
2240
|
default: string;
|
|
2231
2241
|
};
|
|
2232
2242
|
cardProps: {
|
|
@@ -2245,13 +2255,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2245
2255
|
default: boolean;
|
|
2246
2256
|
};
|
|
2247
2257
|
}>> & {
|
|
2258
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2248
2259
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2249
2260
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2250
2261
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2251
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2252
2262
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2253
2263
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2254
|
-
}, "
|
|
2264
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
2255
2265
|
$attrs: {
|
|
2256
2266
|
[x: string]: unknown;
|
|
2257
2267
|
};
|
|
@@ -2263,9 +2273,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2263
2273
|
}>;
|
|
2264
2274
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
2265
2275
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2266
|
-
$emit: ((event: "
|
|
2276
|
+
$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); /** 包装后的请求函数 */
|
|
2267
2277
|
$el: any;
|
|
2268
2278
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2279
|
+
modelValue: {
|
|
2280
|
+
type: PropType<FieldValues>;
|
|
2281
|
+
default: () => {};
|
|
2282
|
+
};
|
|
2269
2283
|
collapseDuration: {
|
|
2270
2284
|
type: PropType<number>;
|
|
2271
2285
|
default: undefined;
|
|
@@ -2282,10 +2296,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2282
2296
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2283
2297
|
default: boolean;
|
|
2284
2298
|
};
|
|
2285
|
-
modelValue: {
|
|
2286
|
-
type: PropType<FieldValues>;
|
|
2287
|
-
default: () => {};
|
|
2288
|
-
};
|
|
2289
2299
|
rules: {
|
|
2290
2300
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2291
2301
|
default: () => {};
|
|
@@ -2349,7 +2359,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2349
2359
|
default: boolean;
|
|
2350
2360
|
};
|
|
2351
2361
|
footerAlign: {
|
|
2352
|
-
type: PropType<"
|
|
2362
|
+
type: PropType<"center" | "right" | "left">;
|
|
2353
2363
|
default: string;
|
|
2354
2364
|
};
|
|
2355
2365
|
cardProps: {
|
|
@@ -2368,10 +2378,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2368
2378
|
default: boolean;
|
|
2369
2379
|
};
|
|
2370
2380
|
}>> & {
|
|
2381
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2371
2382
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2372
2383
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2373
2384
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2374
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2375
2385
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2376
2386
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2377
2387
|
}, {
|
|
@@ -2667,11 +2677,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2667
2677
|
submitError: (errors: unknown) => void;
|
|
2668
2678
|
validate: (...args: any[]) => void;
|
|
2669
2679
|
}, string, {
|
|
2680
|
+
modelValue: FieldValues;
|
|
2670
2681
|
collapseDuration: number;
|
|
2671
2682
|
collapseTransition: boolean;
|
|
2672
2683
|
columns: PlusColumn[];
|
|
2673
2684
|
group: false | PlusFormGroupRow[];
|
|
2674
|
-
modelValue: FieldValues;
|
|
2675
2685
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
2676
2686
|
labelPosition: "top" | "right" | "left";
|
|
2677
2687
|
labelWidth: string | number;
|
|
@@ -2692,7 +2702,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2692
2702
|
submitText: string;
|
|
2693
2703
|
resetText: string;
|
|
2694
2704
|
submitLoading: boolean;
|
|
2695
|
-
footerAlign: "
|
|
2705
|
+
footerAlign: "center" | "right" | "left";
|
|
2696
2706
|
cardProps: Partial< Mutable<CardProps> & {
|
|
2697
2707
|
style?: CSSProperties | undefined;
|
|
2698
2708
|
class?: any;
|
|
@@ -2720,6 +2730,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2720
2730
|
$nextTick: typeof nextTick;
|
|
2721
2731
|
$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;
|
|
2722
2732
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
2733
|
+
modelValue: {
|
|
2734
|
+
type: PropType<FieldValues>;
|
|
2735
|
+
default: () => {};
|
|
2736
|
+
};
|
|
2723
2737
|
collapseDuration: {
|
|
2724
2738
|
type: PropType<number>;
|
|
2725
2739
|
default: undefined;
|
|
@@ -2736,10 +2750,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2736
2750
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
2737
2751
|
default: boolean;
|
|
2738
2752
|
};
|
|
2739
|
-
modelValue: {
|
|
2740
|
-
type: PropType<FieldValues>;
|
|
2741
|
-
default: () => {};
|
|
2742
|
-
};
|
|
2743
2753
|
rules: {
|
|
2744
2754
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
2745
2755
|
default: () => {};
|
|
@@ -2803,7 +2813,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2803
2813
|
default: boolean;
|
|
2804
2814
|
};
|
|
2805
2815
|
footerAlign: {
|
|
2806
|
-
type: PropType<"
|
|
2816
|
+
type: PropType<"center" | "right" | "left">;
|
|
2807
2817
|
default: string;
|
|
2808
2818
|
};
|
|
2809
2819
|
cardProps: {
|
|
@@ -2822,10 +2832,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
2822
2832
|
default: boolean;
|
|
2823
2833
|
};
|
|
2824
2834
|
}>> & {
|
|
2835
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2825
2836
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
2826
2837
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
2827
2838
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
2828
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
2829
2839
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
2830
2840
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
2831
2841
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -3126,14 +3136,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3126
3136
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
3127
3137
|
columns?: PlusColumn[] | undefined;
|
|
3128
3138
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3129
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3139
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3130
3140
|
readonly label: string | ComputedRef<string>;
|
|
3131
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3141
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3132
3142
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3133
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3143
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3134
3144
|
style?: CSSProperties | undefined;
|
|
3135
3145
|
class?: any;
|
|
3136
|
-
} & RecordType> | ComputedRef<
|
|
3146
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3137
3147
|
style?: CSSProperties | undefined;
|
|
3138
3148
|
class?: any;
|
|
3139
3149
|
} & RecordType>>;
|
|
@@ -3200,12 +3210,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3200
3210
|
fieldInstance?: any;
|
|
3201
3211
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3202
3212
|
prop: string;
|
|
3203
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3213
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3204
3214
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3205
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3215
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3206
3216
|
style?: CSSProperties | undefined;
|
|
3207
3217
|
class?: any;
|
|
3208
|
-
} & RecordType> | ComputedRef<
|
|
3218
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3209
3219
|
style?: CSSProperties | undefined;
|
|
3210
3220
|
class?: any;
|
|
3211
3221
|
} & RecordType>>;
|
|
@@ -3234,14 +3244,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3234
3244
|
clearable: boolean;
|
|
3235
3245
|
index: number;
|
|
3236
3246
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
3237
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3247
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3238
3248
|
readonly label: string | ComputedRef<string>;
|
|
3239
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3249
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3240
3250
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3241
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3251
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3242
3252
|
style?: CSSProperties | undefined;
|
|
3243
3253
|
class?: any;
|
|
3244
|
-
} & RecordType> | ComputedRef<
|
|
3254
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3245
3255
|
style?: CSSProperties | undefined;
|
|
3246
3256
|
class?: any;
|
|
3247
3257
|
} & RecordType>>;
|
|
@@ -3308,12 +3318,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3308
3318
|
fieldInstance?: any;
|
|
3309
3319
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3310
3320
|
prop: string;
|
|
3311
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3321
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3312
3322
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3313
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3323
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3314
3324
|
style?: CSSProperties | undefined;
|
|
3315
3325
|
class?: any;
|
|
3316
|
-
} & RecordType> | ComputedRef<
|
|
3326
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3317
3327
|
style?: CSSProperties | undefined;
|
|
3318
3328
|
class?: any;
|
|
3319
3329
|
} & RecordType>>;
|
|
@@ -3360,14 +3370,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3360
3370
|
handleUnfold: (e: MouseEvent) => void;
|
|
3361
3371
|
}> & {} & ComponentCustomProperties & {} & {
|
|
3362
3372
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
3363
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
3373
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
3364
3374
|
readonly label: string | ComputedRef<string>;
|
|
3365
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
3375
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3366
3376
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3367
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3377
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3368
3378
|
style?: CSSProperties | undefined;
|
|
3369
3379
|
class?: any;
|
|
3370
|
-
} & RecordType> | ComputedRef<
|
|
3380
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3371
3381
|
style?: CSSProperties | undefined;
|
|
3372
3382
|
class?: any;
|
|
3373
3383
|
} & RecordType>>;
|
|
@@ -3434,12 +3444,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3434
3444
|
fieldInstance?: any;
|
|
3435
3445
|
valueIsReady?: Ref<boolean> | undefined;
|
|
3436
3446
|
prop: string;
|
|
3437
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
3447
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
3438
3448
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
3439
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
3449
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
3440
3450
|
style?: CSSProperties | undefined;
|
|
3441
3451
|
class?: any;
|
|
3442
|
-
} & RecordType> | ComputedRef<
|
|
3452
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
3443
3453
|
style?: CSSProperties | undefined;
|
|
3444
3454
|
class?: any;
|
|
3445
3455
|
} & RecordType>>;
|
|
@@ -3526,6 +3536,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3526
3536
|
offsetBottom?: number | undefined;
|
|
3527
3537
|
timeout?: number | undefined;
|
|
3528
3538
|
};
|
|
3539
|
+
columnsEmptyText: string;
|
|
3529
3540
|
}> & Omit<{
|
|
3530
3541
|
readonly data: RecordType[];
|
|
3531
3542
|
readonly columns: PlusColumn[];
|
|
@@ -3567,6 +3578,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3567
3578
|
offsetBottom?: number | undefined;
|
|
3568
3579
|
timeout?: number | undefined;
|
|
3569
3580
|
};
|
|
3581
|
+
readonly columnsEmptyText: string;
|
|
3570
3582
|
readonly height?: string | number | undefined;
|
|
3571
3583
|
readonly radioProps?: Partial< PlusRadioProps & {
|
|
3572
3584
|
style?: CSSProperties | undefined;
|
|
@@ -3718,6 +3730,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3718
3730
|
filterTableHeaderOverflowLabelLength: {
|
|
3719
3731
|
type: PropType<number>;
|
|
3720
3732
|
};
|
|
3733
|
+
columnsEmptyText: {
|
|
3734
|
+
type: PropType<string>;
|
|
3735
|
+
default: string;
|
|
3736
|
+
};
|
|
3721
3737
|
}>> & {
|
|
3722
3738
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3723
3739
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
@@ -3730,7 +3746,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3730
3746
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
3731
3747
|
onEdited?: (() => any) | undefined;
|
|
3732
3748
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3733
|
-
}, "data" | "columns" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive">;
|
|
3749
|
+
}, "data" | "columns" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive" | "columnsEmptyText">;
|
|
3734
3750
|
$attrs: {
|
|
3735
3751
|
[x: string]: unknown;
|
|
3736
3752
|
};
|
|
@@ -3877,6 +3893,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3877
3893
|
filterTableHeaderOverflowLabelLength: {
|
|
3878
3894
|
type: PropType<number>;
|
|
3879
3895
|
};
|
|
3896
|
+
columnsEmptyText: {
|
|
3897
|
+
type: PropType<string>;
|
|
3898
|
+
default: string;
|
|
3899
|
+
};
|
|
3880
3900
|
}>> & {
|
|
3881
3901
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
3882
3902
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
@@ -3902,9 +3922,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3902
3922
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3903
3923
|
__epPropKey: true;
|
|
3904
3924
|
};
|
|
3905
|
-
width: (
|
|
3906
|
-
height: (
|
|
3907
|
-
maxHeight: (
|
|
3925
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
3926
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
3927
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
3908
3928
|
fit: {
|
|
3909
3929
|
type: BooleanConstructor;
|
|
3910
3930
|
default: boolean;
|
|
@@ -3928,13 +3948,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3928
3948
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
3929
3949
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
3930
3950
|
highlightCurrentRow: BooleanConstructor;
|
|
3931
|
-
currentRowKey: (
|
|
3951
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
3932
3952
|
emptyText: StringConstructor;
|
|
3933
3953
|
expandRowKeys: PropType<any[] | undefined>;
|
|
3934
3954
|
defaultExpandAll: BooleanConstructor;
|
|
3935
3955
|
defaultSort: PropType< Sort | undefined>;
|
|
3936
3956
|
tooltipEffect: StringConstructor;
|
|
3937
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
3957
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3938
3958
|
spanMethod: PropType<((data: {
|
|
3939
3959
|
row: any;
|
|
3940
3960
|
rowIndex: number;
|
|
@@ -3978,7 +3998,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
3978
3998
|
};
|
|
3979
3999
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
3980
4000
|
flexible: BooleanConstructor;
|
|
3981
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4001
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
3982
4002
|
}>> & {
|
|
3983
4003
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
3984
4004
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4098,9 +4118,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4098
4118
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4099
4119
|
__epPropKey: true;
|
|
4100
4120
|
};
|
|
4101
|
-
width: (
|
|
4102
|
-
height: (
|
|
4103
|
-
maxHeight: (
|
|
4121
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4122
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4123
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4104
4124
|
fit: {
|
|
4105
4125
|
type: BooleanConstructor;
|
|
4106
4126
|
default: boolean;
|
|
@@ -4124,13 +4144,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4124
4144
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4125
4145
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4126
4146
|
highlightCurrentRow: BooleanConstructor;
|
|
4127
|
-
currentRowKey: (
|
|
4147
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4128
4148
|
emptyText: StringConstructor;
|
|
4129
4149
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4130
4150
|
defaultExpandAll: BooleanConstructor;
|
|
4131
4151
|
defaultSort: PropType< Sort | undefined>;
|
|
4132
4152
|
tooltipEffect: StringConstructor;
|
|
4133
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4153
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4134
4154
|
spanMethod: PropType<((data: {
|
|
4135
4155
|
row: any;
|
|
4136
4156
|
rowIndex: number;
|
|
@@ -4174,7 +4194,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4174
4194
|
};
|
|
4175
4195
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4176
4196
|
flexible: BooleanConstructor;
|
|
4177
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4197
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4178
4198
|
}>> & {
|
|
4179
4199
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4180
4200
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4233,9 +4253,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4233
4253
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4234
4254
|
__epPropKey: true;
|
|
4235
4255
|
};
|
|
4236
|
-
width: (
|
|
4237
|
-
height: (
|
|
4238
|
-
maxHeight: (
|
|
4256
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4257
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4258
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4239
4259
|
fit: {
|
|
4240
4260
|
type: BooleanConstructor;
|
|
4241
4261
|
default: boolean;
|
|
@@ -4259,13 +4279,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4259
4279
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4260
4280
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4261
4281
|
highlightCurrentRow: BooleanConstructor;
|
|
4262
|
-
currentRowKey: (
|
|
4282
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4263
4283
|
emptyText: StringConstructor;
|
|
4264
4284
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4265
4285
|
defaultExpandAll: BooleanConstructor;
|
|
4266
4286
|
defaultSort: PropType< Sort | undefined>;
|
|
4267
4287
|
tooltipEffect: StringConstructor;
|
|
4268
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4288
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4269
4289
|
spanMethod: PropType<((data: {
|
|
4270
4290
|
row: any;
|
|
4271
4291
|
rowIndex: number;
|
|
@@ -4309,7 +4329,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4309
4329
|
};
|
|
4310
4330
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4311
4331
|
flexible: BooleanConstructor;
|
|
4312
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4332
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4313
4333
|
}>> & {
|
|
4314
4334
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4315
4335
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4498,6 +4518,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4498
4518
|
offsetBottom?: number | undefined;
|
|
4499
4519
|
timeout?: number | undefined;
|
|
4500
4520
|
};
|
|
4521
|
+
columnsEmptyText: string;
|
|
4501
4522
|
}, {}, string, {}> & {
|
|
4502
4523
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
4503
4524
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -4651,6 +4672,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4651
4672
|
filterTableHeaderOverflowLabelLength: {
|
|
4652
4673
|
type: PropType<number>;
|
|
4653
4674
|
};
|
|
4675
|
+
columnsEmptyText: {
|
|
4676
|
+
type: PropType<string>;
|
|
4677
|
+
default: string;
|
|
4678
|
+
};
|
|
4654
4679
|
}>> & {
|
|
4655
4680
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
4656
4681
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
@@ -4676,9 +4701,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4676
4701
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4677
4702
|
__epPropKey: true;
|
|
4678
4703
|
};
|
|
4679
|
-
width: (
|
|
4680
|
-
height: (
|
|
4681
|
-
maxHeight: (
|
|
4704
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4705
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4706
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4682
4707
|
fit: {
|
|
4683
4708
|
type: BooleanConstructor;
|
|
4684
4709
|
default: boolean;
|
|
@@ -4702,13 +4727,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4702
4727
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4703
4728
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4704
4729
|
highlightCurrentRow: BooleanConstructor;
|
|
4705
|
-
currentRowKey: (
|
|
4730
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4706
4731
|
emptyText: StringConstructor;
|
|
4707
4732
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4708
4733
|
defaultExpandAll: BooleanConstructor;
|
|
4709
4734
|
defaultSort: PropType< Sort | undefined>;
|
|
4710
4735
|
tooltipEffect: StringConstructor;
|
|
4711
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4736
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4712
4737
|
spanMethod: PropType<((data: {
|
|
4713
4738
|
row: any;
|
|
4714
4739
|
rowIndex: number;
|
|
@@ -4752,7 +4777,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4752
4777
|
};
|
|
4753
4778
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4754
4779
|
flexible: BooleanConstructor;
|
|
4755
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4780
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4756
4781
|
}>> & {
|
|
4757
4782
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4758
4783
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -4872,9 +4897,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4872
4897
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4873
4898
|
__epPropKey: true;
|
|
4874
4899
|
};
|
|
4875
|
-
width: (
|
|
4876
|
-
height: (
|
|
4877
|
-
maxHeight: (
|
|
4900
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
4901
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
4902
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
4878
4903
|
fit: {
|
|
4879
4904
|
type: BooleanConstructor;
|
|
4880
4905
|
default: boolean;
|
|
@@ -4898,13 +4923,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4898
4923
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
4899
4924
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
4900
4925
|
highlightCurrentRow: BooleanConstructor;
|
|
4901
|
-
currentRowKey: (
|
|
4926
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
4902
4927
|
emptyText: StringConstructor;
|
|
4903
4928
|
expandRowKeys: PropType<any[] | undefined>;
|
|
4904
4929
|
defaultExpandAll: BooleanConstructor;
|
|
4905
4930
|
defaultSort: PropType< Sort | undefined>;
|
|
4906
4931
|
tooltipEffect: StringConstructor;
|
|
4907
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
4932
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4908
4933
|
spanMethod: PropType<((data: {
|
|
4909
4934
|
row: any;
|
|
4910
4935
|
rowIndex: number;
|
|
@@ -4948,7 +4973,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
4948
4973
|
};
|
|
4949
4974
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
4950
4975
|
flexible: BooleanConstructor;
|
|
4951
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
4976
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
4952
4977
|
}>> & {
|
|
4953
4978
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
4954
4979
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5007,9 +5032,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5007
5032
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5008
5033
|
__epPropKey: true;
|
|
5009
5034
|
};
|
|
5010
|
-
width: (
|
|
5011
|
-
height: (
|
|
5012
|
-
maxHeight: (
|
|
5035
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
5036
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
5037
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
5013
5038
|
fit: {
|
|
5014
5039
|
type: BooleanConstructor;
|
|
5015
5040
|
default: boolean;
|
|
@@ -5033,13 +5058,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5033
5058
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
5034
5059
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
5035
5060
|
highlightCurrentRow: BooleanConstructor;
|
|
5036
|
-
currentRowKey: (
|
|
5061
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
5037
5062
|
emptyText: StringConstructor;
|
|
5038
5063
|
expandRowKeys: PropType<any[] | undefined>;
|
|
5039
5064
|
defaultExpandAll: BooleanConstructor;
|
|
5040
5065
|
defaultSort: PropType< Sort | undefined>;
|
|
5041
5066
|
tooltipEffect: StringConstructor;
|
|
5042
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
5067
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5043
5068
|
spanMethod: PropType<((data: {
|
|
5044
5069
|
row: any;
|
|
5045
5070
|
rowIndex: number;
|
|
@@ -5083,7 +5108,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5083
5108
|
};
|
|
5084
5109
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
5085
5110
|
flexible: BooleanConstructor;
|
|
5086
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
5111
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
5087
5112
|
}>> & {
|
|
5088
5113
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
5089
5114
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -5265,7 +5290,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5265
5290
|
columns: PlusColumn[];
|
|
5266
5291
|
immediate: boolean;
|
|
5267
5292
|
params: RecordType;
|
|
5268
|
-
pagination: false | Omit< PlusPaginationProps, "
|
|
5293
|
+
pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
|
|
5294
|
+
columnsEmptyText: string;
|
|
5269
5295
|
postData: <T = RecordType[]>(data: T[]) => T[];
|
|
5270
5296
|
beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
|
|
5271
5297
|
isCard: boolean;
|
|
@@ -5341,9 +5367,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5341
5367
|
required: true;
|
|
5342
5368
|
};
|
|
5343
5369
|
pagination: {
|
|
5344
|
-
type: PropType<false | Omit< PlusPaginationProps, "
|
|
5370
|
+
type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
|
|
5345
5371
|
default: () => {};
|
|
5346
5372
|
};
|
|
5373
|
+
columnsEmptyText: {
|
|
5374
|
+
type: PropType<string>;
|
|
5375
|
+
default: string;
|
|
5376
|
+
};
|
|
5347
5377
|
postData: {
|
|
5348
5378
|
type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
|
|
5349
5379
|
default: undefined;
|
|
@@ -5410,8 +5440,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5410
5440
|
$: ComponentInternalInstance;
|
|
5411
5441
|
$data: {};
|
|
5412
5442
|
$props: Partial<{
|
|
5413
|
-
columns: PlusColumn[];
|
|
5414
5443
|
modelValue: FieldValues;
|
|
5444
|
+
columns: PlusColumn[];
|
|
5415
5445
|
labelPosition: "top" | "right" | "left";
|
|
5416
5446
|
inline: boolean;
|
|
5417
5447
|
showNumber: number;
|
|
@@ -5437,8 +5467,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5437
5467
|
searchIcon: Component | null;
|
|
5438
5468
|
resetIcon: Component | null;
|
|
5439
5469
|
}> & Omit<{
|
|
5440
|
-
readonly columns: PlusColumn[];
|
|
5441
5470
|
readonly modelValue: FieldValues;
|
|
5471
|
+
readonly columns: PlusColumn[];
|
|
5442
5472
|
readonly inline: boolean;
|
|
5443
5473
|
readonly showNumber: number;
|
|
5444
5474
|
readonly defaultValues: FieldValues;
|
|
@@ -5463,20 +5493,20 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5463
5493
|
readonly labelPosition?: "top" | "right" | "left" | undefined;
|
|
5464
5494
|
readonly searchIcon?: Component | null | undefined;
|
|
5465
5495
|
readonly resetIcon?: Component | null | undefined;
|
|
5496
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5466
5497
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5467
5498
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5468
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5469
5499
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5470
5500
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5471
5501
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5472
|
-
columns: {
|
|
5473
|
-
type: PropType<PlusColumn[]>;
|
|
5474
|
-
default: () => never[];
|
|
5475
|
-
};
|
|
5476
5502
|
modelValue: {
|
|
5477
5503
|
type: PropType<FieldValues>;
|
|
5478
5504
|
default: () => {};
|
|
5479
5505
|
};
|
|
5506
|
+
columns: {
|
|
5507
|
+
type: PropType<PlusColumn[]>;
|
|
5508
|
+
default: () => never[];
|
|
5509
|
+
};
|
|
5480
5510
|
labelPosition: {
|
|
5481
5511
|
type: PropType<"top" | "right" | "left">;
|
|
5482
5512
|
default: undefined;
|
|
@@ -5564,12 +5594,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5564
5594
|
default: undefined;
|
|
5565
5595
|
};
|
|
5566
5596
|
}>> & {
|
|
5597
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5567
5598
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5568
5599
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5569
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5570
5600
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5571
5601
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5572
|
-
}, "
|
|
5602
|
+
}, "modelValue" | "columns" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
|
|
5573
5603
|
$attrs: {
|
|
5574
5604
|
[x: string]: unknown;
|
|
5575
5605
|
};
|
|
@@ -5581,17 +5611,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5581
5611
|
}>;
|
|
5582
5612
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
5583
5613
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5584
|
-
$emit: ((event: "search", values: FieldValues) => void) & ((event: "
|
|
5614
|
+
$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); /** 包装后的请求函数 */
|
|
5585
5615
|
$el: any;
|
|
5586
5616
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5587
|
-
columns: {
|
|
5588
|
-
type: PropType<PlusColumn[]>;
|
|
5589
|
-
default: () => never[];
|
|
5590
|
-
};
|
|
5591
5617
|
modelValue: {
|
|
5592
5618
|
type: PropType<FieldValues>;
|
|
5593
5619
|
default: () => {};
|
|
5594
5620
|
};
|
|
5621
|
+
columns: {
|
|
5622
|
+
type: PropType<PlusColumn[]>;
|
|
5623
|
+
default: () => never[];
|
|
5624
|
+
};
|
|
5595
5625
|
labelPosition: {
|
|
5596
5626
|
type: PropType<"top" | "right" | "left">;
|
|
5597
5627
|
default: undefined;
|
|
@@ -5679,9 +5709,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5679
5709
|
default: undefined;
|
|
5680
5710
|
};
|
|
5681
5711
|
}>> & {
|
|
5712
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5682
5713
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5683
5714
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5684
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5685
5715
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
5686
5716
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
5687
5717
|
}, {
|
|
@@ -5689,11 +5719,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5689
5719
|
$: ComponentInternalInstance;
|
|
5690
5720
|
$data: {};
|
|
5691
5721
|
$props: Partial<{
|
|
5722
|
+
modelValue: FieldValues;
|
|
5692
5723
|
collapseDuration: number;
|
|
5693
5724
|
collapseTransition: boolean;
|
|
5694
5725
|
columns: PlusColumn[];
|
|
5695
5726
|
group: false | PlusFormGroupRow[];
|
|
5696
|
-
modelValue: FieldValues;
|
|
5697
5727
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5698
5728
|
labelPosition: "top" | "right" | "left";
|
|
5699
5729
|
labelWidth: string | number;
|
|
@@ -5714,7 +5744,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5714
5744
|
submitText: string;
|
|
5715
5745
|
resetText: string;
|
|
5716
5746
|
submitLoading: boolean;
|
|
5717
|
-
footerAlign: "
|
|
5747
|
+
footerAlign: "center" | "right" | "left";
|
|
5718
5748
|
cardProps: Partial< Mutable<CardProps> & {
|
|
5719
5749
|
style?: CSSProperties | undefined;
|
|
5720
5750
|
class?: any;
|
|
@@ -5722,9 +5752,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5722
5752
|
prevent: boolean;
|
|
5723
5753
|
clearable: boolean;
|
|
5724
5754
|
}> & Omit<{
|
|
5755
|
+
readonly modelValue: FieldValues;
|
|
5725
5756
|
readonly columns: PlusColumn[];
|
|
5726
5757
|
readonly group: false | PlusFormGroupRow[];
|
|
5727
|
-
readonly modelValue: FieldValues;
|
|
5728
5758
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
5729
5759
|
readonly labelPosition: "top" | "right" | "left";
|
|
5730
5760
|
readonly labelWidth: string | number;
|
|
@@ -5745,7 +5775,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5745
5775
|
readonly submitText: string;
|
|
5746
5776
|
readonly resetText: string;
|
|
5747
5777
|
readonly submitLoading: boolean;
|
|
5748
|
-
readonly footerAlign: "
|
|
5778
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
5749
5779
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
5750
5780
|
style?: CSSProperties | undefined;
|
|
5751
5781
|
class?: any;
|
|
@@ -5754,13 +5784,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5754
5784
|
readonly clearable: boolean;
|
|
5755
5785
|
readonly collapseDuration?: number | undefined;
|
|
5756
5786
|
readonly collapseTransition?: boolean | undefined;
|
|
5787
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5757
5788
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5758
5789
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5759
5790
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5760
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5761
5791
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5762
5792
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5763
5793
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
5794
|
+
modelValue: {
|
|
5795
|
+
type: PropType<FieldValues>;
|
|
5796
|
+
default: () => {};
|
|
5797
|
+
};
|
|
5764
5798
|
collapseDuration: {
|
|
5765
5799
|
type: PropType<number>;
|
|
5766
5800
|
default: undefined;
|
|
@@ -5777,10 +5811,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5777
5811
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5778
5812
|
default: boolean;
|
|
5779
5813
|
};
|
|
5780
|
-
modelValue: {
|
|
5781
|
-
type: PropType<FieldValues>;
|
|
5782
|
-
default: () => {};
|
|
5783
|
-
};
|
|
5784
5814
|
rules: {
|
|
5785
5815
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5786
5816
|
default: () => {};
|
|
@@ -5844,7 +5874,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5844
5874
|
default: boolean;
|
|
5845
5875
|
};
|
|
5846
5876
|
footerAlign: {
|
|
5847
|
-
type: PropType<"
|
|
5877
|
+
type: PropType<"center" | "right" | "left">;
|
|
5848
5878
|
default: string;
|
|
5849
5879
|
};
|
|
5850
5880
|
cardProps: {
|
|
@@ -5863,13 +5893,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5863
5893
|
default: boolean;
|
|
5864
5894
|
};
|
|
5865
5895
|
}>> & {
|
|
5896
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5866
5897
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5867
5898
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5868
5899
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5869
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5870
5900
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5871
5901
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5872
|
-
}, "
|
|
5902
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
5873
5903
|
$attrs: {
|
|
5874
5904
|
[x: string]: unknown;
|
|
5875
5905
|
};
|
|
@@ -5881,9 +5911,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5881
5911
|
}>;
|
|
5882
5912
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
5883
5913
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5884
|
-
$emit: ((event: "
|
|
5914
|
+
$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); /** 包装后的请求函数 */
|
|
5885
5915
|
$el: any;
|
|
5886
5916
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
5917
|
+
modelValue: {
|
|
5918
|
+
type: PropType<FieldValues>;
|
|
5919
|
+
default: () => {};
|
|
5920
|
+
};
|
|
5887
5921
|
collapseDuration: {
|
|
5888
5922
|
type: PropType<number>;
|
|
5889
5923
|
default: undefined;
|
|
@@ -5900,10 +5934,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5900
5934
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
5901
5935
|
default: boolean;
|
|
5902
5936
|
};
|
|
5903
|
-
modelValue: {
|
|
5904
|
-
type: PropType<FieldValues>;
|
|
5905
|
-
default: () => {};
|
|
5906
|
-
};
|
|
5907
5937
|
rules: {
|
|
5908
5938
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
5909
5939
|
default: () => {};
|
|
@@ -5967,7 +5997,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5967
5997
|
default: boolean;
|
|
5968
5998
|
};
|
|
5969
5999
|
footerAlign: {
|
|
5970
|
-
type: PropType<"
|
|
6000
|
+
type: PropType<"center" | "right" | "left">;
|
|
5971
6001
|
default: string;
|
|
5972
6002
|
};
|
|
5973
6003
|
cardProps: {
|
|
@@ -5986,10 +6016,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
5986
6016
|
default: boolean;
|
|
5987
6017
|
};
|
|
5988
6018
|
}>> & {
|
|
6019
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5989
6020
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
5990
6021
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
5991
6022
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
5992
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
5993
6023
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
5994
6024
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
5995
6025
|
}, {
|
|
@@ -6285,11 +6315,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6285
6315
|
submitError: (errors: unknown) => void;
|
|
6286
6316
|
validate: (...args: any[]) => void;
|
|
6287
6317
|
}, string, {
|
|
6318
|
+
modelValue: FieldValues;
|
|
6288
6319
|
collapseDuration: number;
|
|
6289
6320
|
collapseTransition: boolean;
|
|
6290
6321
|
columns: PlusColumn[];
|
|
6291
6322
|
group: false | PlusFormGroupRow[];
|
|
6292
|
-
modelValue: FieldValues;
|
|
6293
6323
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
6294
6324
|
labelPosition: "top" | "right" | "left";
|
|
6295
6325
|
labelWidth: string | number;
|
|
@@ -6310,7 +6340,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6310
6340
|
submitText: string;
|
|
6311
6341
|
resetText: string;
|
|
6312
6342
|
submitLoading: boolean;
|
|
6313
|
-
footerAlign: "
|
|
6343
|
+
footerAlign: "center" | "right" | "left";
|
|
6314
6344
|
cardProps: Partial< Mutable<CardProps> & {
|
|
6315
6345
|
style?: CSSProperties | undefined;
|
|
6316
6346
|
class?: any;
|
|
@@ -6338,6 +6368,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6338
6368
|
$nextTick: typeof nextTick;
|
|
6339
6369
|
$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;
|
|
6340
6370
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
6371
|
+
modelValue: {
|
|
6372
|
+
type: PropType<FieldValues>;
|
|
6373
|
+
default: () => {};
|
|
6374
|
+
};
|
|
6341
6375
|
collapseDuration: {
|
|
6342
6376
|
type: PropType<number>;
|
|
6343
6377
|
default: undefined;
|
|
@@ -6354,10 +6388,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6354
6388
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
6355
6389
|
default: boolean;
|
|
6356
6390
|
};
|
|
6357
|
-
modelValue: {
|
|
6358
|
-
type: PropType<FieldValues>;
|
|
6359
|
-
default: () => {};
|
|
6360
|
-
};
|
|
6361
6391
|
rules: {
|
|
6362
6392
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
6363
6393
|
default: () => {};
|
|
@@ -6421,7 +6451,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6421
6451
|
default: boolean;
|
|
6422
6452
|
};
|
|
6423
6453
|
footerAlign: {
|
|
6424
|
-
type: PropType<"
|
|
6454
|
+
type: PropType<"center" | "right" | "left">;
|
|
6425
6455
|
default: string;
|
|
6426
6456
|
};
|
|
6427
6457
|
cardProps: {
|
|
@@ -6440,10 +6470,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6440
6470
|
default: boolean;
|
|
6441
6471
|
};
|
|
6442
6472
|
}>> & {
|
|
6473
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6443
6474
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
6444
6475
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
6445
6476
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
6446
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
6447
6477
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
6448
6478
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
6449
6479
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -6744,14 +6774,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6744
6774
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
6745
6775
|
columns?: PlusColumn[] | undefined;
|
|
6746
6776
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6747
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
6777
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6748
6778
|
readonly label: string | ComputedRef<string>;
|
|
6749
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6779
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6750
6780
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6751
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6781
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6752
6782
|
style?: CSSProperties | undefined;
|
|
6753
6783
|
class?: any;
|
|
6754
|
-
} & RecordType> | ComputedRef<
|
|
6784
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6755
6785
|
style?: CSSProperties | undefined;
|
|
6756
6786
|
class?: any;
|
|
6757
6787
|
} & RecordType>>;
|
|
@@ -6818,12 +6848,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6818
6848
|
fieldInstance?: any;
|
|
6819
6849
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6820
6850
|
prop: string;
|
|
6821
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6851
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6822
6852
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6823
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6853
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6824
6854
|
style?: CSSProperties | undefined;
|
|
6825
6855
|
class?: any;
|
|
6826
|
-
} & RecordType> | ComputedRef<
|
|
6856
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6827
6857
|
style?: CSSProperties | undefined;
|
|
6828
6858
|
class?: any;
|
|
6829
6859
|
} & RecordType>>;
|
|
@@ -6852,14 +6882,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6852
6882
|
clearable: boolean;
|
|
6853
6883
|
index: number;
|
|
6854
6884
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
6855
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
6885
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
6856
6886
|
readonly label: string | ComputedRef<string>;
|
|
6857
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
6887
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6858
6888
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6859
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6889
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6860
6890
|
style?: CSSProperties | undefined;
|
|
6861
6891
|
class?: any;
|
|
6862
|
-
} & RecordType> | ComputedRef<
|
|
6892
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6863
6893
|
style?: CSSProperties | undefined;
|
|
6864
6894
|
class?: any;
|
|
6865
6895
|
} & RecordType>>;
|
|
@@ -6926,12 +6956,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6926
6956
|
fieldInstance?: any;
|
|
6927
6957
|
valueIsReady?: Ref<boolean> | undefined;
|
|
6928
6958
|
prop: string;
|
|
6929
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
6959
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
6930
6960
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
6931
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
6961
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
6932
6962
|
style?: CSSProperties | undefined;
|
|
6933
6963
|
class?: any;
|
|
6934
|
-
} & RecordType> | ComputedRef<
|
|
6964
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
6935
6965
|
style?: CSSProperties | undefined;
|
|
6936
6966
|
class?: any;
|
|
6937
6967
|
} & RecordType>>;
|
|
@@ -6983,8 +7013,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
6983
7013
|
reset: (values: FieldValues) => void;
|
|
6984
7014
|
collapse: (isShowUnfold: boolean) => void;
|
|
6985
7015
|
}, string, {
|
|
6986
|
-
columns: PlusColumn[];
|
|
6987
7016
|
modelValue: FieldValues;
|
|
7017
|
+
columns: PlusColumn[];
|
|
6988
7018
|
labelPosition: "top" | "right" | "left";
|
|
6989
7019
|
inline: boolean;
|
|
6990
7020
|
showNumber: number;
|
|
@@ -7030,14 +7060,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7030
7060
|
$nextTick: typeof nextTick;
|
|
7031
7061
|
$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;
|
|
7032
7062
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7033
|
-
columns: {
|
|
7034
|
-
type: PropType<PlusColumn[]>;
|
|
7035
|
-
default: () => never[];
|
|
7036
|
-
};
|
|
7037
7063
|
modelValue: {
|
|
7038
7064
|
type: PropType<FieldValues>;
|
|
7039
7065
|
default: () => {};
|
|
7040
7066
|
};
|
|
7067
|
+
columns: {
|
|
7068
|
+
type: PropType<PlusColumn[]>;
|
|
7069
|
+
default: () => never[];
|
|
7070
|
+
};
|
|
7041
7071
|
labelPosition: {
|
|
7042
7072
|
type: PropType<"top" | "right" | "left">;
|
|
7043
7073
|
default: undefined;
|
|
@@ -7125,9 +7155,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7125
7155
|
default: undefined;
|
|
7126
7156
|
};
|
|
7127
7157
|
}>> & {
|
|
7158
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7128
7159
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7129
7160
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7130
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7131
7161
|
onSearch?: ((values: FieldValues) => any) | undefined;
|
|
7132
7162
|
onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
|
|
7133
7163
|
}, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
|
|
@@ -7135,11 +7165,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7135
7165
|
$: ComponentInternalInstance;
|
|
7136
7166
|
$data: {};
|
|
7137
7167
|
$props: Partial<{
|
|
7168
|
+
modelValue: FieldValues;
|
|
7138
7169
|
collapseDuration: number;
|
|
7139
7170
|
collapseTransition: boolean;
|
|
7140
7171
|
columns: PlusColumn[];
|
|
7141
7172
|
group: false | PlusFormGroupRow[];
|
|
7142
|
-
modelValue: FieldValues;
|
|
7143
7173
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7144
7174
|
labelPosition: "top" | "right" | "left";
|
|
7145
7175
|
labelWidth: string | number;
|
|
@@ -7160,7 +7190,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7160
7190
|
submitText: string;
|
|
7161
7191
|
resetText: string;
|
|
7162
7192
|
submitLoading: boolean;
|
|
7163
|
-
footerAlign: "
|
|
7193
|
+
footerAlign: "center" | "right" | "left";
|
|
7164
7194
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7165
7195
|
style?: CSSProperties | undefined;
|
|
7166
7196
|
class?: any;
|
|
@@ -7168,9 +7198,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7168
7198
|
prevent: boolean;
|
|
7169
7199
|
clearable: boolean;
|
|
7170
7200
|
}> & Omit<{
|
|
7201
|
+
readonly modelValue: FieldValues;
|
|
7171
7202
|
readonly columns: PlusColumn[];
|
|
7172
7203
|
readonly group: false | PlusFormGroupRow[];
|
|
7173
|
-
readonly modelValue: FieldValues;
|
|
7174
7204
|
readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7175
7205
|
readonly labelPosition: "top" | "right" | "left";
|
|
7176
7206
|
readonly labelWidth: string | number;
|
|
@@ -7191,7 +7221,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7191
7221
|
readonly submitText: string;
|
|
7192
7222
|
readonly resetText: string;
|
|
7193
7223
|
readonly submitLoading: boolean;
|
|
7194
|
-
readonly footerAlign: "
|
|
7224
|
+
readonly footerAlign: "center" | "right" | "left";
|
|
7195
7225
|
readonly cardProps: Partial< Mutable<CardProps> & {
|
|
7196
7226
|
style?: CSSProperties | undefined;
|
|
7197
7227
|
class?: any;
|
|
@@ -7200,13 +7230,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7200
7230
|
readonly clearable: boolean;
|
|
7201
7231
|
readonly collapseDuration?: number | undefined;
|
|
7202
7232
|
readonly collapseTransition?: boolean | undefined;
|
|
7233
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7203
7234
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7204
7235
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7205
7236
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7206
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7207
7237
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7208
7238
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7209
7239
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7240
|
+
modelValue: {
|
|
7241
|
+
type: PropType<FieldValues>;
|
|
7242
|
+
default: () => {};
|
|
7243
|
+
};
|
|
7210
7244
|
collapseDuration: {
|
|
7211
7245
|
type: PropType<number>;
|
|
7212
7246
|
default: undefined;
|
|
@@ -7223,10 +7257,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7223
7257
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7224
7258
|
default: boolean;
|
|
7225
7259
|
};
|
|
7226
|
-
modelValue: {
|
|
7227
|
-
type: PropType<FieldValues>;
|
|
7228
|
-
default: () => {};
|
|
7229
|
-
};
|
|
7230
7260
|
rules: {
|
|
7231
7261
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7232
7262
|
default: () => {};
|
|
@@ -7290,7 +7320,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7290
7320
|
default: boolean;
|
|
7291
7321
|
};
|
|
7292
7322
|
footerAlign: {
|
|
7293
|
-
type: PropType<"
|
|
7323
|
+
type: PropType<"center" | "right" | "left">;
|
|
7294
7324
|
default: string;
|
|
7295
7325
|
};
|
|
7296
7326
|
cardProps: {
|
|
@@ -7309,13 +7339,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7309
7339
|
default: boolean;
|
|
7310
7340
|
};
|
|
7311
7341
|
}>> & {
|
|
7342
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7312
7343
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7313
7344
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7314
7345
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7315
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7316
7346
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7317
7347
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7318
|
-
}, "
|
|
7348
|
+
}, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
|
|
7319
7349
|
$attrs: {
|
|
7320
7350
|
[x: string]: unknown;
|
|
7321
7351
|
};
|
|
@@ -7327,9 +7357,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7327
7357
|
}>;
|
|
7328
7358
|
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null; /** 是否有请求函数 */
|
|
7329
7359
|
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
7330
|
-
$emit: ((event: "
|
|
7360
|
+
$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); /** 包装后的请求函数 */
|
|
7331
7361
|
$el: any;
|
|
7332
7362
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7363
|
+
modelValue: {
|
|
7364
|
+
type: PropType<FieldValues>;
|
|
7365
|
+
default: () => {};
|
|
7366
|
+
};
|
|
7333
7367
|
collapseDuration: {
|
|
7334
7368
|
type: PropType<number>;
|
|
7335
7369
|
default: undefined;
|
|
@@ -7346,10 +7380,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7346
7380
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7347
7381
|
default: boolean;
|
|
7348
7382
|
};
|
|
7349
|
-
modelValue: {
|
|
7350
|
-
type: PropType<FieldValues>;
|
|
7351
|
-
default: () => {};
|
|
7352
|
-
};
|
|
7353
7383
|
rules: {
|
|
7354
7384
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7355
7385
|
default: () => {};
|
|
@@ -7413,7 +7443,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7413
7443
|
default: boolean;
|
|
7414
7444
|
};
|
|
7415
7445
|
footerAlign: {
|
|
7416
|
-
type: PropType<"
|
|
7446
|
+
type: PropType<"center" | "right" | "left">;
|
|
7417
7447
|
default: string;
|
|
7418
7448
|
};
|
|
7419
7449
|
cardProps: {
|
|
@@ -7432,10 +7462,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7432
7462
|
default: boolean;
|
|
7433
7463
|
};
|
|
7434
7464
|
}>> & {
|
|
7465
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7435
7466
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7436
7467
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7437
7468
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7438
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7439
7469
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7440
7470
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7441
7471
|
}, {
|
|
@@ -7731,11 +7761,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7731
7761
|
submitError: (errors: unknown) => void;
|
|
7732
7762
|
validate: (...args: any[]) => void;
|
|
7733
7763
|
}, string, {
|
|
7764
|
+
modelValue: FieldValues;
|
|
7734
7765
|
collapseDuration: number;
|
|
7735
7766
|
collapseTransition: boolean;
|
|
7736
7767
|
columns: PlusColumn[];
|
|
7737
7768
|
group: false | PlusFormGroupRow[];
|
|
7738
|
-
modelValue: FieldValues;
|
|
7739
7769
|
rules: Partial<Record<string, Arrayable<FormItemRule>>>;
|
|
7740
7770
|
labelPosition: "top" | "right" | "left";
|
|
7741
7771
|
labelWidth: string | number;
|
|
@@ -7756,7 +7786,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7756
7786
|
submitText: string;
|
|
7757
7787
|
resetText: string;
|
|
7758
7788
|
submitLoading: boolean;
|
|
7759
|
-
footerAlign: "
|
|
7789
|
+
footerAlign: "center" | "right" | "left";
|
|
7760
7790
|
cardProps: Partial< Mutable<CardProps> & {
|
|
7761
7791
|
style?: CSSProperties | undefined;
|
|
7762
7792
|
class?: any;
|
|
@@ -7784,6 +7814,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7784
7814
|
$nextTick: typeof nextTick;
|
|
7785
7815
|
$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;
|
|
7786
7816
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
7817
|
+
modelValue: {
|
|
7818
|
+
type: PropType<FieldValues>;
|
|
7819
|
+
default: () => {};
|
|
7820
|
+
};
|
|
7787
7821
|
collapseDuration: {
|
|
7788
7822
|
type: PropType<number>;
|
|
7789
7823
|
default: undefined;
|
|
@@ -7800,10 +7834,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7800
7834
|
type: PropType<false | PlusFormGroupRow[]>;
|
|
7801
7835
|
default: boolean;
|
|
7802
7836
|
};
|
|
7803
|
-
modelValue: {
|
|
7804
|
-
type: PropType<FieldValues>;
|
|
7805
|
-
default: () => {};
|
|
7806
|
-
};
|
|
7807
7837
|
rules: {
|
|
7808
7838
|
type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
|
|
7809
7839
|
default: () => {};
|
|
@@ -7867,7 +7897,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7867
7897
|
default: boolean;
|
|
7868
7898
|
};
|
|
7869
7899
|
footerAlign: {
|
|
7870
|
-
type: PropType<"
|
|
7900
|
+
type: PropType<"center" | "right" | "left">;
|
|
7871
7901
|
default: string;
|
|
7872
7902
|
};
|
|
7873
7903
|
cardProps: {
|
|
@@ -7886,10 +7916,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
7886
7916
|
default: boolean;
|
|
7887
7917
|
};
|
|
7888
7918
|
}>> & {
|
|
7919
|
+
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7889
7920
|
onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
|
|
7890
7921
|
onReset?: ((values: FieldValues) => any) | undefined;
|
|
7891
7922
|
onSubmit?: ((values: FieldValues) => any) | undefined;
|
|
7892
|
-
"onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
|
|
7893
7923
|
onValidate?: ((...args: any[]) => any) | undefined;
|
|
7894
7924
|
onSubmitError?: ((errors: unknown) => any) | undefined;
|
|
7895
7925
|
}, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
|
|
@@ -8190,14 +8220,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8190
8220
|
hideInGroup?: boolean | ComputedRef<boolean> | undefined;
|
|
8191
8221
|
columns?: PlusColumn[] | undefined;
|
|
8192
8222
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8193
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8223
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8194
8224
|
readonly label: string | ComputedRef<string>;
|
|
8195
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8225
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8196
8226
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8197
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8227
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8198
8228
|
style?: CSSProperties | undefined;
|
|
8199
8229
|
class?: any;
|
|
8200
|
-
} & RecordType> | ComputedRef<
|
|
8230
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8201
8231
|
style?: CSSProperties | undefined;
|
|
8202
8232
|
class?: any;
|
|
8203
8233
|
} & RecordType>>;
|
|
@@ -8264,12 +8294,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8264
8294
|
fieldInstance?: any;
|
|
8265
8295
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8266
8296
|
prop: string;
|
|
8267
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8297
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8268
8298
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8269
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8299
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8270
8300
|
style?: CSSProperties | undefined;
|
|
8271
8301
|
class?: any;
|
|
8272
|
-
} & RecordType> | ComputedRef<
|
|
8302
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8273
8303
|
style?: CSSProperties | undefined;
|
|
8274
8304
|
class?: any;
|
|
8275
8305
|
} & RecordType>>;
|
|
@@ -8298,14 +8328,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8298
8328
|
clearable: boolean;
|
|
8299
8329
|
index: number;
|
|
8300
8330
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
8301
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8331
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8302
8332
|
readonly label: string | ComputedRef<string>;
|
|
8303
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8333
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8304
8334
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8305
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8335
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8306
8336
|
style?: CSSProperties | undefined;
|
|
8307
8337
|
class?: any;
|
|
8308
|
-
} & RecordType> | ComputedRef<
|
|
8338
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8309
8339
|
style?: CSSProperties | undefined;
|
|
8310
8340
|
class?: any;
|
|
8311
8341
|
} & RecordType>>;
|
|
@@ -8372,12 +8402,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8372
8402
|
fieldInstance?: any;
|
|
8373
8403
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8374
8404
|
prop: string;
|
|
8375
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8405
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8376
8406
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8377
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8407
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8378
8408
|
style?: CSSProperties | undefined;
|
|
8379
8409
|
class?: any;
|
|
8380
|
-
} & RecordType> | ComputedRef<
|
|
8410
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8381
8411
|
style?: CSSProperties | undefined;
|
|
8382
8412
|
class?: any;
|
|
8383
8413
|
} & RecordType>>;
|
|
@@ -8424,14 +8454,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8424
8454
|
handleUnfold: (e: MouseEvent) => void;
|
|
8425
8455
|
}> & {} & ComponentCustomProperties & {} & {
|
|
8426
8456
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
8427
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
8457
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
8428
8458
|
readonly label: string | ComputedRef<string>;
|
|
8429
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
8459
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8430
8460
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8431
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8461
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8432
8462
|
style?: CSSProperties | undefined;
|
|
8433
8463
|
class?: any;
|
|
8434
|
-
} & RecordType> | ComputedRef<
|
|
8464
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8435
8465
|
style?: CSSProperties | undefined;
|
|
8436
8466
|
class?: any;
|
|
8437
8467
|
} & RecordType>>;
|
|
@@ -8498,12 +8528,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8498
8528
|
fieldInstance?: any;
|
|
8499
8529
|
valueIsReady?: Ref<boolean> | undefined;
|
|
8500
8530
|
prop: string;
|
|
8501
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
8531
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
8502
8532
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
8503
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
8533
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
8504
8534
|
style?: CSSProperties | undefined;
|
|
8505
8535
|
class?: any;
|
|
8506
|
-
} & RecordType> | ComputedRef<
|
|
8536
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
8507
8537
|
style?: CSSProperties | undefined;
|
|
8508
8538
|
class?: any;
|
|
8509
8539
|
} & RecordType>>;
|
|
@@ -8590,6 +8620,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8590
8620
|
offsetBottom?: number | undefined;
|
|
8591
8621
|
timeout?: number | undefined;
|
|
8592
8622
|
};
|
|
8623
|
+
columnsEmptyText: string;
|
|
8593
8624
|
}> & Omit<{
|
|
8594
8625
|
readonly data: RecordType[];
|
|
8595
8626
|
readonly columns: PlusColumn[];
|
|
@@ -8631,6 +8662,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8631
8662
|
offsetBottom?: number | undefined;
|
|
8632
8663
|
timeout?: number | undefined;
|
|
8633
8664
|
};
|
|
8665
|
+
readonly columnsEmptyText: string;
|
|
8634
8666
|
readonly height?: string | number | undefined;
|
|
8635
8667
|
readonly radioProps?: Partial< PlusRadioProps & {
|
|
8636
8668
|
style?: CSSProperties | undefined;
|
|
@@ -8782,6 +8814,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8782
8814
|
filterTableHeaderOverflowLabelLength: {
|
|
8783
8815
|
type: PropType<number>;
|
|
8784
8816
|
};
|
|
8817
|
+
columnsEmptyText: {
|
|
8818
|
+
type: PropType<string>;
|
|
8819
|
+
default: string;
|
|
8820
|
+
};
|
|
8785
8821
|
}>> & {
|
|
8786
8822
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8787
8823
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
@@ -8794,7 +8830,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8794
8830
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
8795
8831
|
onEdited?: (() => any) | undefined;
|
|
8796
8832
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
8797
|
-
}, "data" | "columns" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive">;
|
|
8833
|
+
}, "data" | "columns" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive" | "columnsEmptyText">;
|
|
8798
8834
|
$attrs: {
|
|
8799
8835
|
[x: string]: unknown;
|
|
8800
8836
|
};
|
|
@@ -8941,6 +8977,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8941
8977
|
filterTableHeaderOverflowLabelLength: {
|
|
8942
8978
|
type: PropType<number>;
|
|
8943
8979
|
};
|
|
8980
|
+
columnsEmptyText: {
|
|
8981
|
+
type: PropType<string>;
|
|
8982
|
+
default: string;
|
|
8983
|
+
};
|
|
8944
8984
|
}>> & {
|
|
8945
8985
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
8946
8986
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
@@ -8966,9 +9006,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8966
9006
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8967
9007
|
__epPropKey: true;
|
|
8968
9008
|
};
|
|
8969
|
-
width: (
|
|
8970
|
-
height: (
|
|
8971
|
-
maxHeight: (
|
|
9009
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9010
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9011
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
8972
9012
|
fit: {
|
|
8973
9013
|
type: BooleanConstructor;
|
|
8974
9014
|
default: boolean;
|
|
@@ -8992,13 +9032,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
8992
9032
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
8993
9033
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
8994
9034
|
highlightCurrentRow: BooleanConstructor;
|
|
8995
|
-
currentRowKey: (
|
|
9035
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
8996
9036
|
emptyText: StringConstructor;
|
|
8997
9037
|
expandRowKeys: PropType<any[] | undefined>;
|
|
8998
9038
|
defaultExpandAll: BooleanConstructor;
|
|
8999
9039
|
defaultSort: PropType< Sort | undefined>;
|
|
9000
9040
|
tooltipEffect: StringConstructor;
|
|
9001
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9041
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9002
9042
|
spanMethod: PropType<((data: {
|
|
9003
9043
|
row: any;
|
|
9004
9044
|
rowIndex: number;
|
|
@@ -9042,7 +9082,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9042
9082
|
};
|
|
9043
9083
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9044
9084
|
flexible: BooleanConstructor;
|
|
9045
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9085
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9046
9086
|
}>> & {
|
|
9047
9087
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9048
9088
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9162,9 +9202,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9162
9202
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9163
9203
|
__epPropKey: true;
|
|
9164
9204
|
};
|
|
9165
|
-
width: (
|
|
9166
|
-
height: (
|
|
9167
|
-
maxHeight: (
|
|
9205
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9206
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9207
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9168
9208
|
fit: {
|
|
9169
9209
|
type: BooleanConstructor;
|
|
9170
9210
|
default: boolean;
|
|
@@ -9188,13 +9228,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9188
9228
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9189
9229
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9190
9230
|
highlightCurrentRow: BooleanConstructor;
|
|
9191
|
-
currentRowKey: (
|
|
9231
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9192
9232
|
emptyText: StringConstructor;
|
|
9193
9233
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9194
9234
|
defaultExpandAll: BooleanConstructor;
|
|
9195
9235
|
defaultSort: PropType< Sort | undefined>;
|
|
9196
9236
|
tooltipEffect: StringConstructor;
|
|
9197
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9237
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9198
9238
|
spanMethod: PropType<((data: {
|
|
9199
9239
|
row: any;
|
|
9200
9240
|
rowIndex: number;
|
|
@@ -9238,7 +9278,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9238
9278
|
};
|
|
9239
9279
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9240
9280
|
flexible: BooleanConstructor;
|
|
9241
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9281
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9242
9282
|
}>> & {
|
|
9243
9283
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9244
9284
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9297,9 +9337,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9297
9337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9298
9338
|
__epPropKey: true;
|
|
9299
9339
|
};
|
|
9300
|
-
width: (
|
|
9301
|
-
height: (
|
|
9302
|
-
maxHeight: (
|
|
9340
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9341
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9342
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9303
9343
|
fit: {
|
|
9304
9344
|
type: BooleanConstructor;
|
|
9305
9345
|
default: boolean;
|
|
@@ -9323,13 +9363,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9323
9363
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9324
9364
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9325
9365
|
highlightCurrentRow: BooleanConstructor;
|
|
9326
|
-
currentRowKey: (
|
|
9366
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9327
9367
|
emptyText: StringConstructor;
|
|
9328
9368
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9329
9369
|
defaultExpandAll: BooleanConstructor;
|
|
9330
9370
|
defaultSort: PropType< Sort | undefined>;
|
|
9331
9371
|
tooltipEffect: StringConstructor;
|
|
9332
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9372
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9333
9373
|
spanMethod: PropType<((data: {
|
|
9334
9374
|
row: any;
|
|
9335
9375
|
rowIndex: number;
|
|
@@ -9373,7 +9413,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9373
9413
|
};
|
|
9374
9414
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9375
9415
|
flexible: BooleanConstructor;
|
|
9376
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9416
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9377
9417
|
}>> & {
|
|
9378
9418
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9379
9419
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9562,6 +9602,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9562
9602
|
offsetBottom?: number | undefined;
|
|
9563
9603
|
timeout?: number | undefined;
|
|
9564
9604
|
};
|
|
9605
|
+
columnsEmptyText: string;
|
|
9565
9606
|
}, {}, string, {}> & {
|
|
9566
9607
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
9567
9608
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -9715,6 +9756,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9715
9756
|
filterTableHeaderOverflowLabelLength: {
|
|
9716
9757
|
type: PropType<number>;
|
|
9717
9758
|
};
|
|
9759
|
+
columnsEmptyText: {
|
|
9760
|
+
type: PropType<string>;
|
|
9761
|
+
default: string;
|
|
9762
|
+
};
|
|
9718
9763
|
}>> & {
|
|
9719
9764
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
9720
9765
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
@@ -9740,9 +9785,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9740
9785
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9741
9786
|
__epPropKey: true;
|
|
9742
9787
|
};
|
|
9743
|
-
width: (
|
|
9744
|
-
height: (
|
|
9745
|
-
maxHeight: (
|
|
9788
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9789
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9790
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9746
9791
|
fit: {
|
|
9747
9792
|
type: BooleanConstructor;
|
|
9748
9793
|
default: boolean;
|
|
@@ -9766,13 +9811,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9766
9811
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9767
9812
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9768
9813
|
highlightCurrentRow: BooleanConstructor;
|
|
9769
|
-
currentRowKey: (
|
|
9814
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9770
9815
|
emptyText: StringConstructor;
|
|
9771
9816
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9772
9817
|
defaultExpandAll: BooleanConstructor;
|
|
9773
9818
|
defaultSort: PropType< Sort | undefined>;
|
|
9774
9819
|
tooltipEffect: StringConstructor;
|
|
9775
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
9820
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9776
9821
|
spanMethod: PropType<((data: {
|
|
9777
9822
|
row: any;
|
|
9778
9823
|
rowIndex: number;
|
|
@@ -9816,7 +9861,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9816
9861
|
};
|
|
9817
9862
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
9818
9863
|
flexible: BooleanConstructor;
|
|
9819
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
9864
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9820
9865
|
}>> & {
|
|
9821
9866
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
9822
9867
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -9936,9 +9981,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9936
9981
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9937
9982
|
__epPropKey: true;
|
|
9938
9983
|
};
|
|
9939
|
-
width: (
|
|
9940
|
-
height: (
|
|
9941
|
-
maxHeight: (
|
|
9984
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
9985
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
9986
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
9942
9987
|
fit: {
|
|
9943
9988
|
type: BooleanConstructor;
|
|
9944
9989
|
default: boolean;
|
|
@@ -9962,13 +10007,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
9962
10007
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
9963
10008
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
9964
10009
|
highlightCurrentRow: BooleanConstructor;
|
|
9965
|
-
currentRowKey: (
|
|
10010
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
9966
10011
|
emptyText: StringConstructor;
|
|
9967
10012
|
expandRowKeys: PropType<any[] | undefined>;
|
|
9968
10013
|
defaultExpandAll: BooleanConstructor;
|
|
9969
10014
|
defaultSort: PropType< Sort | undefined>;
|
|
9970
10015
|
tooltipEffect: StringConstructor;
|
|
9971
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10016
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
9972
10017
|
spanMethod: PropType<((data: {
|
|
9973
10018
|
row: any;
|
|
9974
10019
|
rowIndex: number;
|
|
@@ -10012,7 +10057,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10012
10057
|
};
|
|
10013
10058
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10014
10059
|
flexible: BooleanConstructor;
|
|
10015
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10060
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10016
10061
|
}>> & {
|
|
10017
10062
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10018
10063
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10071,9 +10116,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10071
10116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10072
10117
|
__epPropKey: true;
|
|
10073
10118
|
};
|
|
10074
|
-
width: (
|
|
10075
|
-
height: (
|
|
10076
|
-
maxHeight: (
|
|
10119
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10120
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10121
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10077
10122
|
fit: {
|
|
10078
10123
|
type: BooleanConstructor;
|
|
10079
10124
|
default: boolean;
|
|
@@ -10097,13 +10142,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10097
10142
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10098
10143
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10099
10144
|
highlightCurrentRow: BooleanConstructor;
|
|
10100
|
-
currentRowKey: (
|
|
10145
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10101
10146
|
emptyText: StringConstructor;
|
|
10102
10147
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10103
10148
|
defaultExpandAll: BooleanConstructor;
|
|
10104
10149
|
defaultSort: PropType< Sort | undefined>;
|
|
10105
10150
|
tooltipEffect: StringConstructor;
|
|
10106
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10151
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10107
10152
|
spanMethod: PropType<((data: {
|
|
10108
10153
|
row: any;
|
|
10109
10154
|
rowIndex: number;
|
|
@@ -10147,7 +10192,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10147
10192
|
};
|
|
10148
10193
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10149
10194
|
flexible: BooleanConstructor;
|
|
10150
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
10195
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10151
10196
|
}>> & {
|
|
10152
10197
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10153
10198
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -10313,14 +10358,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10313
10358
|
setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
|
|
10314
10359
|
}> & {} & ComponentCustomProperties & {} & {
|
|
10315
10360
|
$slots: Partial<Record<never, (_: {
|
|
10316
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
10361
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
10317
10362
|
readonly label: string | ComputedRef<string>;
|
|
10318
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
10363
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10319
10364
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10320
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10365
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10321
10366
|
style?: CSSProperties | undefined;
|
|
10322
10367
|
class?: any;
|
|
10323
|
-
} & RecordType> | ComputedRef<
|
|
10368
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10324
10369
|
style?: CSSProperties | undefined;
|
|
10325
10370
|
class?: any;
|
|
10326
10371
|
} & RecordType>>;
|
|
@@ -10387,12 +10432,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10387
10432
|
fieldInstance?: any;
|
|
10388
10433
|
valueIsReady?: Ref<boolean> | undefined;
|
|
10389
10434
|
prop: string;
|
|
10390
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
10435
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
10391
10436
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
10392
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
10437
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
10393
10438
|
style?: CSSProperties | undefined;
|
|
10394
10439
|
class?: any;
|
|
10395
|
-
} & RecordType> | ComputedRef<
|
|
10440
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
10396
10441
|
style?: CSSProperties | undefined;
|
|
10397
10442
|
class?: any;
|
|
10398
10443
|
} & RecordType>>;
|
|
@@ -10495,6 +10540,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10495
10540
|
offsetBottom?: number | undefined;
|
|
10496
10541
|
timeout?: number | undefined;
|
|
10497
10542
|
};
|
|
10543
|
+
columnsEmptyText: string;
|
|
10498
10544
|
}> & Omit<{
|
|
10499
10545
|
readonly data: RecordType[];
|
|
10500
10546
|
readonly columns: PlusColumn[];
|
|
@@ -10536,6 +10582,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10536
10582
|
offsetBottom?: number | undefined;
|
|
10537
10583
|
timeout?: number | undefined;
|
|
10538
10584
|
};
|
|
10585
|
+
readonly columnsEmptyText: string;
|
|
10539
10586
|
readonly height?: string | number | undefined;
|
|
10540
10587
|
readonly radioProps?: Partial< PlusRadioProps & {
|
|
10541
10588
|
style?: CSSProperties | undefined;
|
|
@@ -10687,6 +10734,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10687
10734
|
filterTableHeaderOverflowLabelLength: {
|
|
10688
10735
|
type: PropType<number>;
|
|
10689
10736
|
};
|
|
10737
|
+
columnsEmptyText: {
|
|
10738
|
+
type: PropType<string>;
|
|
10739
|
+
default: string;
|
|
10740
|
+
};
|
|
10690
10741
|
}>> & {
|
|
10691
10742
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
10692
10743
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
@@ -10699,7 +10750,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10699
10750
|
onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
|
|
10700
10751
|
onEdited?: (() => any) | undefined;
|
|
10701
10752
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
10702
|
-
}, "data" | "columns" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive">;
|
|
10753
|
+
}, "data" | "columns" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive" | "columnsEmptyText">;
|
|
10703
10754
|
$attrs: {
|
|
10704
10755
|
[x: string]: unknown;
|
|
10705
10756
|
};
|
|
@@ -10846,6 +10897,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10846
10897
|
filterTableHeaderOverflowLabelLength: {
|
|
10847
10898
|
type: PropType<number>;
|
|
10848
10899
|
};
|
|
10900
|
+
columnsEmptyText: {
|
|
10901
|
+
type: PropType<string>;
|
|
10902
|
+
default: string;
|
|
10903
|
+
};
|
|
10849
10904
|
}>> & {
|
|
10850
10905
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
10851
10906
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
@@ -10871,9 +10926,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10871
10926
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10872
10927
|
__epPropKey: true;
|
|
10873
10928
|
};
|
|
10874
|
-
width: (
|
|
10875
|
-
height: (
|
|
10876
|
-
maxHeight: (
|
|
10929
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
10930
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
10931
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
10877
10932
|
fit: {
|
|
10878
10933
|
type: BooleanConstructor;
|
|
10879
10934
|
default: boolean;
|
|
@@ -10897,13 +10952,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10897
10952
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
10898
10953
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
10899
10954
|
highlightCurrentRow: BooleanConstructor;
|
|
10900
|
-
currentRowKey: (
|
|
10955
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
10901
10956
|
emptyText: StringConstructor;
|
|
10902
10957
|
expandRowKeys: PropType<any[] | undefined>;
|
|
10903
10958
|
defaultExpandAll: BooleanConstructor;
|
|
10904
10959
|
defaultSort: PropType< Sort | undefined>;
|
|
10905
10960
|
tooltipEffect: StringConstructor;
|
|
10906
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
10961
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10907
10962
|
spanMethod: PropType<((data: {
|
|
10908
10963
|
row: any;
|
|
10909
10964
|
rowIndex: number;
|
|
@@ -10947,7 +11002,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
10947
11002
|
};
|
|
10948
11003
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
10949
11004
|
flexible: BooleanConstructor;
|
|
10950
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11005
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
10951
11006
|
}>> & {
|
|
10952
11007
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
10953
11008
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11067,9 +11122,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11067
11122
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11068
11123
|
__epPropKey: true;
|
|
11069
11124
|
};
|
|
11070
|
-
width: (
|
|
11071
|
-
height: (
|
|
11072
|
-
maxHeight: (
|
|
11125
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11126
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11127
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11073
11128
|
fit: {
|
|
11074
11129
|
type: BooleanConstructor;
|
|
11075
11130
|
default: boolean;
|
|
@@ -11093,13 +11148,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11093
11148
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11094
11149
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11095
11150
|
highlightCurrentRow: BooleanConstructor;
|
|
11096
|
-
currentRowKey: (
|
|
11151
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11097
11152
|
emptyText: StringConstructor;
|
|
11098
11153
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11099
11154
|
defaultExpandAll: BooleanConstructor;
|
|
11100
11155
|
defaultSort: PropType< Sort | undefined>;
|
|
11101
11156
|
tooltipEffect: StringConstructor;
|
|
11102
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11157
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11103
11158
|
spanMethod: PropType<((data: {
|
|
11104
11159
|
row: any;
|
|
11105
11160
|
rowIndex: number;
|
|
@@ -11143,7 +11198,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11143
11198
|
};
|
|
11144
11199
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11145
11200
|
flexible: BooleanConstructor;
|
|
11146
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11201
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11147
11202
|
}>> & {
|
|
11148
11203
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11149
11204
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11202,9 +11257,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11202
11257
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11203
11258
|
__epPropKey: true;
|
|
11204
11259
|
};
|
|
11205
|
-
width: (
|
|
11206
|
-
height: (
|
|
11207
|
-
maxHeight: (
|
|
11260
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11261
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11262
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11208
11263
|
fit: {
|
|
11209
11264
|
type: BooleanConstructor;
|
|
11210
11265
|
default: boolean;
|
|
@@ -11228,13 +11283,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11228
11283
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11229
11284
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11230
11285
|
highlightCurrentRow: BooleanConstructor;
|
|
11231
|
-
currentRowKey: (
|
|
11286
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11232
11287
|
emptyText: StringConstructor;
|
|
11233
11288
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11234
11289
|
defaultExpandAll: BooleanConstructor;
|
|
11235
11290
|
defaultSort: PropType< Sort | undefined>;
|
|
11236
11291
|
tooltipEffect: StringConstructor;
|
|
11237
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11292
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11238
11293
|
spanMethod: PropType<((data: {
|
|
11239
11294
|
row: any;
|
|
11240
11295
|
rowIndex: number;
|
|
@@ -11278,7 +11333,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11278
11333
|
};
|
|
11279
11334
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11280
11335
|
flexible: BooleanConstructor;
|
|
11281
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11336
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11282
11337
|
}>> & {
|
|
11283
11338
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11284
11339
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11467,6 +11522,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11467
11522
|
offsetBottom?: number | undefined;
|
|
11468
11523
|
timeout?: number | undefined;
|
|
11469
11524
|
};
|
|
11525
|
+
columnsEmptyText: string;
|
|
11470
11526
|
}, {}, string, {}> & {
|
|
11471
11527
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
11472
11528
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -11620,6 +11676,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11620
11676
|
filterTableHeaderOverflowLabelLength: {
|
|
11621
11677
|
type: PropType<number>;
|
|
11622
11678
|
};
|
|
11679
|
+
columnsEmptyText: {
|
|
11680
|
+
type: PropType<string>;
|
|
11681
|
+
default: string;
|
|
11682
|
+
};
|
|
11623
11683
|
}>> & {
|
|
11624
11684
|
onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
11625
11685
|
onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
|
|
@@ -11645,9 +11705,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11645
11705
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11646
11706
|
__epPropKey: true;
|
|
11647
11707
|
};
|
|
11648
|
-
width: (
|
|
11649
|
-
height: (
|
|
11650
|
-
maxHeight: (
|
|
11708
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11709
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11710
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11651
11711
|
fit: {
|
|
11652
11712
|
type: BooleanConstructor;
|
|
11653
11713
|
default: boolean;
|
|
@@ -11671,13 +11731,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11671
11731
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11672
11732
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11673
11733
|
highlightCurrentRow: BooleanConstructor;
|
|
11674
|
-
currentRowKey: (
|
|
11734
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11675
11735
|
emptyText: StringConstructor;
|
|
11676
11736
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11677
11737
|
defaultExpandAll: BooleanConstructor;
|
|
11678
11738
|
defaultSort: PropType< Sort | undefined>;
|
|
11679
11739
|
tooltipEffect: StringConstructor;
|
|
11680
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11740
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11681
11741
|
spanMethod: PropType<((data: {
|
|
11682
11742
|
row: any;
|
|
11683
11743
|
rowIndex: number;
|
|
@@ -11721,7 +11781,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11721
11781
|
};
|
|
11722
11782
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11723
11783
|
flexible: BooleanConstructor;
|
|
11724
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11784
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11725
11785
|
}>> & {
|
|
11726
11786
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11727
11787
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11841,9 +11901,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11841
11901
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11842
11902
|
__epPropKey: true;
|
|
11843
11903
|
};
|
|
11844
|
-
width: (
|
|
11845
|
-
height: (
|
|
11846
|
-
maxHeight: (
|
|
11904
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
11905
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
11906
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11847
11907
|
fit: {
|
|
11848
11908
|
type: BooleanConstructor;
|
|
11849
11909
|
default: boolean;
|
|
@@ -11867,13 +11927,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11867
11927
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
11868
11928
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
11869
11929
|
highlightCurrentRow: BooleanConstructor;
|
|
11870
|
-
currentRowKey: (
|
|
11930
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
11871
11931
|
emptyText: StringConstructor;
|
|
11872
11932
|
expandRowKeys: PropType<any[] | undefined>;
|
|
11873
11933
|
defaultExpandAll: BooleanConstructor;
|
|
11874
11934
|
defaultSort: PropType< Sort | undefined>;
|
|
11875
11935
|
tooltipEffect: StringConstructor;
|
|
11876
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
11936
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11877
11937
|
spanMethod: PropType<((data: {
|
|
11878
11938
|
row: any;
|
|
11879
11939
|
rowIndex: number;
|
|
@@ -11917,7 +11977,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11917
11977
|
};
|
|
11918
11978
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
11919
11979
|
flexible: BooleanConstructor;
|
|
11920
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
11980
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
11921
11981
|
}>> & {
|
|
11922
11982
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
11923
11983
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -11976,9 +12036,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
11976
12036
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11977
12037
|
__epPropKey: true;
|
|
11978
12038
|
};
|
|
11979
|
-
width: (
|
|
11980
|
-
height: (
|
|
11981
|
-
maxHeight: (
|
|
12039
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12040
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12041
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
11982
12042
|
fit: {
|
|
11983
12043
|
type: BooleanConstructor;
|
|
11984
12044
|
default: boolean;
|
|
@@ -12002,13 +12062,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12002
12062
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12003
12063
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12004
12064
|
highlightCurrentRow: BooleanConstructor;
|
|
12005
|
-
currentRowKey: (
|
|
12065
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12006
12066
|
emptyText: StringConstructor;
|
|
12007
12067
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12008
12068
|
defaultExpandAll: BooleanConstructor;
|
|
12009
12069
|
defaultSort: PropType< Sort | undefined>;
|
|
12010
12070
|
tooltipEffect: StringConstructor;
|
|
12011
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12071
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12012
12072
|
spanMethod: PropType<((data: {
|
|
12013
12073
|
row: any;
|
|
12014
12074
|
rowIndex: number;
|
|
@@ -12052,7 +12112,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12052
12112
|
};
|
|
12053
12113
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12054
12114
|
flexible: BooleanConstructor;
|
|
12055
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12115
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12056
12116
|
}>> & {
|
|
12057
12117
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12058
12118
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12220,9 +12280,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12220
12280
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12221
12281
|
__epPropKey: true;
|
|
12222
12282
|
};
|
|
12223
|
-
width: (
|
|
12224
|
-
height: (
|
|
12225
|
-
maxHeight: (
|
|
12283
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12284
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12285
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12226
12286
|
fit: {
|
|
12227
12287
|
type: BooleanConstructor;
|
|
12228
12288
|
default: boolean;
|
|
@@ -12246,13 +12306,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12246
12306
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12247
12307
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12248
12308
|
highlightCurrentRow: BooleanConstructor;
|
|
12249
|
-
currentRowKey: (
|
|
12309
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12250
12310
|
emptyText: StringConstructor;
|
|
12251
12311
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12252
12312
|
defaultExpandAll: BooleanConstructor;
|
|
12253
12313
|
defaultSort: PropType< Sort | undefined>;
|
|
12254
12314
|
tooltipEffect: StringConstructor;
|
|
12255
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12315
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12256
12316
|
spanMethod: PropType<((data: {
|
|
12257
12317
|
row: any;
|
|
12258
12318
|
rowIndex: number;
|
|
@@ -12296,7 +12356,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12296
12356
|
};
|
|
12297
12357
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12298
12358
|
flexible: BooleanConstructor;
|
|
12299
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12359
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12300
12360
|
}>> & {
|
|
12301
12361
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12302
12362
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12416,9 +12476,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12416
12476
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12417
12477
|
__epPropKey: true;
|
|
12418
12478
|
};
|
|
12419
|
-
width: (
|
|
12420
|
-
height: (
|
|
12421
|
-
maxHeight: (
|
|
12479
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12480
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12481
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12422
12482
|
fit: {
|
|
12423
12483
|
type: BooleanConstructor;
|
|
12424
12484
|
default: boolean;
|
|
@@ -12442,13 +12502,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12442
12502
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12443
12503
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12444
12504
|
highlightCurrentRow: BooleanConstructor;
|
|
12445
|
-
currentRowKey: (
|
|
12505
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12446
12506
|
emptyText: StringConstructor;
|
|
12447
12507
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12448
12508
|
defaultExpandAll: BooleanConstructor;
|
|
12449
12509
|
defaultSort: PropType< Sort | undefined>;
|
|
12450
12510
|
tooltipEffect: StringConstructor;
|
|
12451
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12511
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12452
12512
|
spanMethod: PropType<((data: {
|
|
12453
12513
|
row: any;
|
|
12454
12514
|
rowIndex: number;
|
|
@@ -12492,7 +12552,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12492
12552
|
};
|
|
12493
12553
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12494
12554
|
flexible: BooleanConstructor;
|
|
12495
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12555
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12496
12556
|
}>> & {
|
|
12497
12557
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12498
12558
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12551,9 +12611,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12551
12611
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12552
12612
|
__epPropKey: true;
|
|
12553
12613
|
};
|
|
12554
|
-
width: (
|
|
12555
|
-
height: (
|
|
12556
|
-
maxHeight: (
|
|
12614
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
12615
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
12616
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
12557
12617
|
fit: {
|
|
12558
12618
|
type: BooleanConstructor;
|
|
12559
12619
|
default: boolean;
|
|
@@ -12577,13 +12637,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12577
12637
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
12578
12638
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
12579
12639
|
highlightCurrentRow: BooleanConstructor;
|
|
12580
|
-
currentRowKey: (
|
|
12640
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
12581
12641
|
emptyText: StringConstructor;
|
|
12582
12642
|
expandRowKeys: PropType<any[] | undefined>;
|
|
12583
12643
|
defaultExpandAll: BooleanConstructor;
|
|
12584
12644
|
defaultSort: PropType< Sort | undefined>;
|
|
12585
12645
|
tooltipEffect: StringConstructor;
|
|
12586
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
12646
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12587
12647
|
spanMethod: PropType<((data: {
|
|
12588
12648
|
row: any;
|
|
12589
12649
|
rowIndex: number;
|
|
@@ -12627,7 +12687,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12627
12687
|
};
|
|
12628
12688
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
12629
12689
|
flexible: BooleanConstructor;
|
|
12630
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
12690
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
12631
12691
|
}>> & {
|
|
12632
12692
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
12633
12693
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -12770,9 +12830,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
12770
12830
|
defaultPageSize: number;
|
|
12771
12831
|
};
|
|
12772
12832
|
}>>>, {
|
|
12833
|
+
showSearch: boolean;
|
|
12773
12834
|
search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
|
|
12774
12835
|
pagination: false | Record<string, unknown>;
|
|
12775
|
-
showSearch: boolean;
|
|
12776
12836
|
isCard: boolean;
|
|
12777
12837
|
hideColumnSettingsIcon: boolean;
|
|
12778
12838
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
|