yc-pro-components 0.0.10 → 0.0.11
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 +49 -49
- 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 +17 -17
- package/es/components/date-picker/src/index.vue.d.ts +9 -9
- package/es/components/dialog/index.d.ts +41 -41
- package/es/components/dialog/src/index.vue.d.ts +4 -4
- package/es/components/dialog-form/index.d.ts +109 -109
- package/es/components/dialog-form/src/index.vue.d.ts +35 -35
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +105 -105
- package/es/components/drawer-form/src/index.vue.d.ts +34 -34
- package/es/components/form/index.d.ts +123 -123
- package/es/components/form/src/form-content.vue.d.ts +24 -24
- package/es/components/form/src/index.vue.d.ts +43 -43
- package/es/components/form-item/index.d.ts +78 -78
- package/es/components/form-item/src/index.vue.d.ts +22 -22
- 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 +48 -48
- package/es/components/input-tag/src/index.vue.d.ts +36 -36
- package/es/components/layout/index.d.ts +60 -60
- package/es/components/layout/src/index.vue.d.ts +20 -20
- package/es/components/page/index.d.ts +846 -846
- package/es/components/page/src/index.vue.d.ts +286 -286
- 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 +47 -47
- package/es/components/radio/src/index.vue.d.ts +39 -39
- package/es/components/render/index.d.ts +12 -12
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +324 -324
- package/es/components/search/src/index.vue.d.ts +106 -106
- package/es/components/sidebar/index.d.ts +30 -30
- package/es/components/sidebar/src/index.vue.d.ts +10 -10
- 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 +76 -76
- package/es/components/table/src/index.vue.d.ts +24 -24
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +6 -6
- package/es/components/yc-count-to/index.d.ts +2 -2
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/store.d.ts +13 -13
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +86 -86
- package/es/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/es/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +6 -6
- package/es/components/yc-segmented/src/index.d.ts +6 -6
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +487 -487
- package/index.js +1 -1
- package/index.min.js +1 -1
- package/index.min.mjs +1 -1
- package/index.mjs +1 -1
- package/lib/components/check-card/index.d.ts +49 -49
- 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 +17 -17
- package/lib/components/date-picker/src/index.vue.d.ts +9 -9
- package/lib/components/dialog/index.d.ts +41 -41
- package/lib/components/dialog/src/index.vue.d.ts +4 -4
- package/lib/components/dialog-form/index.d.ts +109 -109
- package/lib/components/dialog-form/src/index.vue.d.ts +35 -35
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +105 -105
- package/lib/components/drawer-form/src/index.vue.d.ts +34 -34
- package/lib/components/form/index.d.ts +123 -123
- package/lib/components/form/src/form-content.vue.d.ts +24 -24
- package/lib/components/form/src/index.vue.d.ts +43 -43
- package/lib/components/form-item/index.d.ts +78 -78
- package/lib/components/form-item/src/index.vue.d.ts +22 -22
- 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 +48 -48
- package/lib/components/input-tag/src/index.vue.d.ts +36 -36
- package/lib/components/layout/index.d.ts +60 -60
- package/lib/components/layout/src/index.vue.d.ts +20 -20
- package/lib/components/page/index.d.ts +846 -846
- package/lib/components/page/src/index.vue.d.ts +286 -286
- 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 +47 -47
- package/lib/components/radio/src/index.vue.d.ts +39 -39
- package/lib/components/render/index.d.ts +12 -12
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +324 -324
- package/lib/components/search/src/index.vue.d.ts +106 -106
- package/lib/components/sidebar/index.d.ts +30 -30
- package/lib/components/sidebar/src/index.vue.d.ts +10 -10
- 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 +76 -76
- package/lib/components/table/src/index.vue.d.ts +24 -24
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +6 -6
- package/lib/components/yc-count-to/index.d.ts +2 -2
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/store.d.ts +13 -13
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +86 -86
- package/lib/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/lib/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +6 -6
- package/lib/components/yc-segmented/src/index.d.ts +6 -6
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +487 -487
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/src/mixins/mixins.scss +4 -0
|
@@ -49,14 +49,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
49
49
|
default: () => never[];
|
|
50
50
|
};
|
|
51
51
|
size: {
|
|
52
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
52
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
53
53
|
readonly required: false;
|
|
54
54
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
55
|
__epPropKey: true;
|
|
56
56
|
};
|
|
57
|
-
width: (
|
|
58
|
-
height: (
|
|
59
|
-
maxHeight: (
|
|
57
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
58
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
59
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
60
60
|
fit: {
|
|
61
61
|
type: BooleanConstructor;
|
|
62
62
|
default: boolean;
|
|
@@ -80,13 +80,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
80
80
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
81
81
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
82
82
|
highlightCurrentRow: BooleanConstructor;
|
|
83
|
-
currentRowKey: (
|
|
83
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
84
84
|
emptyText: StringConstructor;
|
|
85
85
|
expandRowKeys: PropType<any[] | undefined>;
|
|
86
86
|
defaultExpandAll: BooleanConstructor;
|
|
87
87
|
defaultSort: PropType< Sort | undefined>;
|
|
88
88
|
tooltipEffect: StringConstructor;
|
|
89
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
89
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
90
90
|
spanMethod: PropType<((data: {
|
|
91
91
|
row: any;
|
|
92
92
|
rowIndex: number;
|
|
@@ -130,7 +130,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
130
130
|
};
|
|
131
131
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
132
132
|
flexible: BooleanConstructor;
|
|
133
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
133
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
134
134
|
}>> & {
|
|
135
135
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
136
136
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -174,7 +174,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
174
174
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
175
175
|
handleMouseLeave: () => void;
|
|
176
176
|
tableId: string;
|
|
177
|
-
tableSize: ComputedRef<"" | "
|
|
177
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
178
178
|
isHidden: Ref<boolean>;
|
|
179
179
|
isEmpty: ComputedRef<boolean>;
|
|
180
180
|
renderExpanded: Ref<null>;
|
|
@@ -245,14 +245,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
245
245
|
default: () => never[];
|
|
246
246
|
};
|
|
247
247
|
size: {
|
|
248
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
248
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
249
249
|
readonly required: false;
|
|
250
250
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
251
251
|
__epPropKey: true;
|
|
252
252
|
};
|
|
253
|
-
width: (
|
|
254
|
-
height: (
|
|
255
|
-
maxHeight: (
|
|
253
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
254
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
255
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
256
256
|
fit: {
|
|
257
257
|
type: BooleanConstructor;
|
|
258
258
|
default: boolean;
|
|
@@ -276,13 +276,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
276
276
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
277
277
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
278
278
|
highlightCurrentRow: BooleanConstructor;
|
|
279
|
-
currentRowKey: (
|
|
279
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
280
280
|
emptyText: StringConstructor;
|
|
281
281
|
expandRowKeys: PropType<any[] | undefined>;
|
|
282
282
|
defaultExpandAll: BooleanConstructor;
|
|
283
283
|
defaultSort: PropType< Sort | undefined>;
|
|
284
284
|
tooltipEffect: StringConstructor;
|
|
285
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
285
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
286
286
|
spanMethod: PropType<((data: {
|
|
287
287
|
row: any;
|
|
288
288
|
rowIndex: number;
|
|
@@ -326,7 +326,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
326
326
|
};
|
|
327
327
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
328
328
|
flexible: BooleanConstructor;
|
|
329
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
329
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
330
330
|
}>> & {
|
|
331
331
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
332
332
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -380,14 +380,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
380
380
|
default: () => never[];
|
|
381
381
|
};
|
|
382
382
|
size: {
|
|
383
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
383
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
384
384
|
readonly required: false;
|
|
385
385
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
386
|
__epPropKey: true;
|
|
387
387
|
};
|
|
388
|
-
width: (
|
|
389
|
-
height: (
|
|
390
|
-
maxHeight: (
|
|
388
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
389
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
390
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
391
391
|
fit: {
|
|
392
392
|
type: BooleanConstructor;
|
|
393
393
|
default: boolean;
|
|
@@ -411,13 +411,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
411
411
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
412
412
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
413
413
|
highlightCurrentRow: BooleanConstructor;
|
|
414
|
-
currentRowKey: (
|
|
414
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
415
415
|
emptyText: StringConstructor;
|
|
416
416
|
expandRowKeys: PropType<any[] | undefined>;
|
|
417
417
|
defaultExpandAll: BooleanConstructor;
|
|
418
418
|
defaultSort: PropType< Sort | undefined>;
|
|
419
419
|
tooltipEffect: StringConstructor;
|
|
420
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
420
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
421
421
|
spanMethod: PropType<((data: {
|
|
422
422
|
row: any;
|
|
423
423
|
rowIndex: number;
|
|
@@ -461,7 +461,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
461
461
|
};
|
|
462
462
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
463
463
|
flexible: BooleanConstructor;
|
|
464
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
464
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
465
465
|
}>> & {
|
|
466
466
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
467
467
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -505,7 +505,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
505
505
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
506
506
|
handleMouseLeave: () => void;
|
|
507
507
|
tableId: string;
|
|
508
|
-
tableSize: ComputedRef<"" | "
|
|
508
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
509
509
|
isHidden: Ref<boolean>;
|
|
510
510
|
isEmpty: ComputedRef<boolean>;
|
|
511
511
|
renderExpanded: Ref<null>;
|
|
@@ -673,7 +673,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
673
673
|
color?: string | undefined;
|
|
674
674
|
} | undefined;
|
|
675
675
|
}>>;
|
|
676
|
-
defaultSize: "" | "
|
|
676
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
677
677
|
tableData: RecordType[];
|
|
678
678
|
pagination: false | Partial<PlusPaginationProps>;
|
|
679
679
|
hasIndexColumn: boolean;
|
|
@@ -34,14 +34,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
34
34
|
default: () => never[];
|
|
35
35
|
};
|
|
36
36
|
size: {
|
|
37
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
37
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
38
38
|
readonly required: false;
|
|
39
39
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
40
40
|
__epPropKey: true;
|
|
41
41
|
};
|
|
42
|
-
width: (
|
|
43
|
-
height: (
|
|
44
|
-
maxHeight: (
|
|
42
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
43
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
44
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
45
45
|
fit: {
|
|
46
46
|
type: BooleanConstructor;
|
|
47
47
|
default: boolean;
|
|
@@ -65,13 +65,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
65
65
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
66
66
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
67
67
|
highlightCurrentRow: BooleanConstructor;
|
|
68
|
-
currentRowKey: (
|
|
68
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
69
69
|
emptyText: StringConstructor;
|
|
70
70
|
expandRowKeys: PropType<any[] | undefined>;
|
|
71
71
|
defaultExpandAll: BooleanConstructor;
|
|
72
72
|
defaultSort: PropType< Sort | undefined>;
|
|
73
73
|
tooltipEffect: StringConstructor;
|
|
74
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
74
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
75
75
|
spanMethod: PropType<((data: {
|
|
76
76
|
row: any;
|
|
77
77
|
rowIndex: number;
|
|
@@ -115,7 +115,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
115
115
|
};
|
|
116
116
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
117
117
|
flexible: BooleanConstructor;
|
|
118
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
118
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
119
119
|
}>> & {
|
|
120
120
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -159,7 +159,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
159
159
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
160
160
|
handleMouseLeave: () => void;
|
|
161
161
|
tableId: string;
|
|
162
|
-
tableSize: ComputedRef<"" | "
|
|
162
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
163
163
|
isHidden: Ref<boolean>;
|
|
164
164
|
isEmpty: ComputedRef<boolean>;
|
|
165
165
|
renderExpanded: Ref<null>;
|
|
@@ -230,14 +230,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
230
230
|
default: () => never[];
|
|
231
231
|
};
|
|
232
232
|
size: {
|
|
233
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
233
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
234
234
|
readonly required: false;
|
|
235
235
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
236
|
__epPropKey: true;
|
|
237
237
|
};
|
|
238
|
-
width: (
|
|
239
|
-
height: (
|
|
240
|
-
maxHeight: (
|
|
238
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
239
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
240
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
241
241
|
fit: {
|
|
242
242
|
type: BooleanConstructor;
|
|
243
243
|
default: boolean;
|
|
@@ -261,13 +261,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
261
261
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
262
262
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
263
263
|
highlightCurrentRow: BooleanConstructor;
|
|
264
|
-
currentRowKey: (
|
|
264
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
265
265
|
emptyText: StringConstructor;
|
|
266
266
|
expandRowKeys: PropType<any[] | undefined>;
|
|
267
267
|
defaultExpandAll: BooleanConstructor;
|
|
268
268
|
defaultSort: PropType< Sort | undefined>;
|
|
269
269
|
tooltipEffect: StringConstructor;
|
|
270
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
270
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
271
271
|
spanMethod: PropType<((data: {
|
|
272
272
|
row: any;
|
|
273
273
|
rowIndex: number;
|
|
@@ -311,7 +311,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
311
311
|
};
|
|
312
312
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
313
313
|
flexible: BooleanConstructor;
|
|
314
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
314
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
315
315
|
}>> & {
|
|
316
316
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
317
317
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -365,14 +365,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
365
365
|
default: () => never[];
|
|
366
366
|
};
|
|
367
367
|
size: {
|
|
368
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
368
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
369
369
|
readonly required: false;
|
|
370
370
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
371
371
|
__epPropKey: true;
|
|
372
372
|
};
|
|
373
|
-
width: (
|
|
374
|
-
height: (
|
|
375
|
-
maxHeight: (
|
|
373
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
374
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
375
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
376
376
|
fit: {
|
|
377
377
|
type: BooleanConstructor;
|
|
378
378
|
default: boolean;
|
|
@@ -396,13 +396,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
396
396
|
headerCellClassName: PropType< CellCls<any> | undefined>;
|
|
397
397
|
headerCellStyle: PropType< CellStyle<any> | undefined>;
|
|
398
398
|
highlightCurrentRow: BooleanConstructor;
|
|
399
|
-
currentRowKey: (
|
|
399
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
400
400
|
emptyText: StringConstructor;
|
|
401
401
|
expandRowKeys: PropType<any[] | undefined>;
|
|
402
402
|
defaultExpandAll: BooleanConstructor;
|
|
403
403
|
defaultSort: PropType< Sort | undefined>;
|
|
404
404
|
tooltipEffect: StringConstructor;
|
|
405
|
-
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "
|
|
405
|
+
tooltipOptions: PropType<Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
406
406
|
spanMethod: PropType<((data: {
|
|
407
407
|
row: any;
|
|
408
408
|
rowIndex: number;
|
|
@@ -446,7 +446,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
446
446
|
};
|
|
447
447
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
448
448
|
flexible: BooleanConstructor;
|
|
449
|
-
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "
|
|
449
|
+
showOverflowTooltip: PropType<boolean | Partial<Pick< ElTooltipProps, "transition" | "showArrow" | "appendTo" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
450
450
|
}>> & {
|
|
451
451
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
452
452
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -490,7 +490,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
490
490
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
491
491
|
handleMouseLeave: () => void;
|
|
492
492
|
tableId: string;
|
|
493
|
-
tableSize: ComputedRef<"" | "
|
|
493
|
+
tableSize: ComputedRef<"" | "default" | "small" | "large">;
|
|
494
494
|
isHidden: Ref<boolean>;
|
|
495
495
|
isEmpty: ComputedRef<boolean>;
|
|
496
496
|
renderExpanded: Ref<null>;
|
|
@@ -227,14 +227,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
227
227
|
};
|
|
228
228
|
}> & {} & ComponentCustomProperties & {} & {
|
|
229
229
|
$slots: Partial<Record<string, (_: {
|
|
230
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
230
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
231
231
|
readonly label: string | ComputedRef<string>;
|
|
232
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
232
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
233
233
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
234
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
234
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
235
235
|
style?: CSSProperties | undefined;
|
|
236
236
|
class?: any;
|
|
237
|
-
} & RecordType> | ComputedRef<
|
|
237
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
238
238
|
style?: CSSProperties | undefined;
|
|
239
239
|
class?: any;
|
|
240
240
|
} & RecordType>>;
|
|
@@ -256,7 +256,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
256
256
|
};
|
|
257
257
|
rows: number;
|
|
258
258
|
autocomplete: string;
|
|
259
|
-
type: "" | "number" | "
|
|
259
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
260
260
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
261
261
|
step: string | number;
|
|
262
262
|
format: string | ProgressFn | undefined;
|
|
@@ -295,12 +295,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
295
295
|
fieldInstance?: any;
|
|
296
296
|
valueIsReady?: Ref<boolean> | undefined;
|
|
297
297
|
prop: string;
|
|
298
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
298
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
299
299
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
300
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
300
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
301
301
|
style?: CSSProperties | undefined;
|
|
302
302
|
class?: any;
|
|
303
|
-
} & RecordType> | ComputedRef<
|
|
303
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
304
304
|
style?: CSSProperties | undefined;
|
|
305
305
|
class?: any;
|
|
306
306
|
} & RecordType>>;
|
|
@@ -323,14 +323,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
323
323
|
clearable: boolean;
|
|
324
324
|
index: number;
|
|
325
325
|
}) => any>> & Partial<Record<string, (_: {
|
|
326
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
326
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
327
327
|
readonly label: string | ComputedRef<string>;
|
|
328
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
328
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
329
329
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
330
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
330
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
331
331
|
style?: CSSProperties | undefined;
|
|
332
332
|
class?: any;
|
|
333
|
-
} & RecordType> | ComputedRef<
|
|
333
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
334
334
|
style?: CSSProperties | undefined;
|
|
335
335
|
class?: any;
|
|
336
336
|
} & RecordType>>;
|
|
@@ -352,7 +352,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
352
352
|
};
|
|
353
353
|
rows: number;
|
|
354
354
|
autocomplete: string;
|
|
355
|
-
type: "" | "number" | "
|
|
355
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
356
356
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
357
357
|
step: string | number;
|
|
358
358
|
format: string | ProgressFn | undefined;
|
|
@@ -391,12 +391,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
391
391
|
fieldInstance?: any;
|
|
392
392
|
valueIsReady?: Ref<boolean> | undefined;
|
|
393
393
|
prop: string;
|
|
394
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
394
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
395
395
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
396
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
396
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
397
397
|
style?: CSSProperties | undefined;
|
|
398
398
|
class?: any;
|
|
399
|
-
} & RecordType> | ComputedRef<
|
|
399
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
400
400
|
style?: CSSProperties | undefined;
|
|
401
401
|
class?: any;
|
|
402
402
|
} & RecordType>>;
|
|
@@ -419,14 +419,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
419
419
|
clearable: boolean;
|
|
420
420
|
index: number;
|
|
421
421
|
}) => any>> & Partial<Record<string, (_: {
|
|
422
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "
|
|
422
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
423
423
|
readonly label: string | ComputedRef<string>;
|
|
424
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
424
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
425
425
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
426
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
426
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
427
427
|
style?: CSSProperties | undefined;
|
|
428
428
|
class?: any;
|
|
429
|
-
} & RecordType> | ComputedRef<
|
|
429
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
430
430
|
style?: CSSProperties | undefined;
|
|
431
431
|
class?: any;
|
|
432
432
|
} & RecordType>>;
|
|
@@ -448,7 +448,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
448
448
|
};
|
|
449
449
|
rows: number;
|
|
450
450
|
autocomplete: string;
|
|
451
|
-
type: "" | "number" | "
|
|
451
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
452
452
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
453
453
|
step: string | number;
|
|
454
454
|
format: string | ProgressFn | undefined;
|
|
@@ -487,12 +487,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
487
487
|
fieldInstance?: any;
|
|
488
488
|
valueIsReady?: Ref<boolean> | undefined;
|
|
489
489
|
prop: string;
|
|
490
|
-
modelValue: string | number | boolean | string[] | [string, string] | boolean[] |
|
|
490
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
491
491
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
492
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
492
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
493
493
|
style?: CSSProperties | undefined;
|
|
494
494
|
class?: any;
|
|
495
|
-
} & RecordType> | ComputedRef<
|
|
495
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
496
496
|
style?: CSSProperties | undefined;
|
|
497
497
|
class?: any;
|
|
498
498
|
} & RecordType>>;
|
|
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
32
32
|
columnsIsChange: boolean;
|
|
33
33
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
34
34
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
35
|
-
clickDensity: (size: "" | "
|
|
35
|
+
clickDensity: (size: "" | "default" | "small" | "large") => void;
|
|
36
36
|
refresh: () => void;
|
|
37
37
|
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PlusTableToolbarProps>, {
|
|
38
38
|
originColumns: () => never[];
|
|
@@ -43,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
43
43
|
}>>> & {
|
|
44
44
|
onRefresh?: (() => any) | undefined;
|
|
45
45
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
46
|
-
onClickDensity?: ((size: "" | "
|
|
46
|
+
onClickDensity?: ((size: "" | "default" | "small" | "large") => any) | undefined;
|
|
47
47
|
}, {
|
|
48
48
|
columns: PlusColumn[];
|
|
49
49
|
originColumns: PlusColumn[];
|
|
@@ -57,7 +57,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
57
57
|
color?: string | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
}>>;
|
|
60
|
-
defaultSize: "" | "
|
|
60
|
+
defaultSize: "" | "default" | "small" | "large";
|
|
61
61
|
columnsIsChange: boolean;
|
|
62
62
|
}, {}>, {
|
|
63
63
|
title?(_: {}): any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RouteRecordName, RouteLocationNormalized,
|
|
2
|
-
import { SetupContext,
|
|
1
|
+
import { RouteRecordName, RouteLocationNormalized, RouteComponent, RouteMeta, RouteRecordRedirectOption, NavigationGuardWithThis } from 'vue-router';
|
|
2
|
+
import { SetupContext, VNode, RendererNode, RendererElement, Component } from 'vue';
|
|
3
3
|
import { FieldValueType, RecordType, PlusColumn, PlusRouteRecordRaw } from 'yc-pro-components/es/types';
|
|
4
4
|
|
|
5
5
|
export * from './format';
|
|
@@ -120,11 +120,12 @@ export declare const removeChildrenField: (item: PlusRouteRecordRaw) => {
|
|
|
120
120
|
__children: PlusRouteRecordRaw[] | undefined;
|
|
121
121
|
name?: RouteRecordName | undefined;
|
|
122
122
|
props?: (boolean | Record<string, any> | ((to: RouteLocationNormalized) => Record<string, any>)) | Record<string, boolean | Record<string, any> | ((to: RouteLocationNormalized) => Record<string, any>)> | undefined;
|
|
123
|
+
components?: Record<string, RouteComponent | (() => Promise< RouteComponent>)> | null | undefined;
|
|
123
124
|
meta?: ( RouteMeta & {
|
|
124
125
|
title?: string | undefined;
|
|
125
|
-
icon?:
|
|
126
|
+
icon?: VNode<RendererNode, RendererElement, {
|
|
126
127
|
[key: string]: any;
|
|
127
|
-
}> | ((route: PlusRouteRecordRaw) => VNode<RendererNode, RendererElement, {
|
|
128
|
+
}> | Component | ((route: PlusRouteRecordRaw) => VNode<RendererNode, RendererElement, {
|
|
128
129
|
[key: string]: any;
|
|
129
130
|
}>) | undefined;
|
|
130
131
|
sort?: number | undefined;
|
|
@@ -132,13 +133,12 @@ export declare const removeChildrenField: (item: PlusRouteRecordRaw) => {
|
|
|
132
133
|
hideInBreadcrumb?: boolean | undefined;
|
|
133
134
|
disabled?: boolean | undefined;
|
|
134
135
|
}) | undefined;
|
|
135
|
-
|
|
136
|
+
path?: string | undefined;
|
|
136
137
|
component?: ( RouteComponent | (() => Promise< RouteComponent>)) | null | undefined;
|
|
137
138
|
end?: boolean | undefined;
|
|
138
139
|
sensitive?: boolean | undefined;
|
|
139
140
|
strict?: boolean | undefined;
|
|
140
141
|
redirect?: RouteRecordRedirectOption | undefined;
|
|
141
|
-
path?: string | undefined;
|
|
142
142
|
alias?: string | string[] | undefined;
|
|
143
143
|
beforeEnter?: NavigationGuardWithThis<undefined> | NavigationGuardWithThis<undefined>[] | undefined;
|
|
144
144
|
};
|
|
@@ -126,8 +126,8 @@ declare const YcCountTo: SFCWithInstall<DefineComponent<{
|
|
|
126
126
|
onMounted?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
onCallback?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
}, {
|
|
129
|
-
color: string;
|
|
130
129
|
duration: number;
|
|
130
|
+
color: string;
|
|
131
131
|
separator: string;
|
|
132
132
|
fontSize: string;
|
|
133
133
|
prefix: string;
|
|
@@ -172,8 +172,8 @@ declare const YcReboundCountToWithInstall: SFCWithInstall<DefineComponent<{
|
|
|
172
172
|
validator(value: number): boolean;
|
|
173
173
|
};
|
|
174
174
|
}>>, {
|
|
175
|
-
blur: number;
|
|
176
175
|
i: number;
|
|
176
|
+
blur: number;
|
|
177
177
|
delay: number;
|
|
178
178
|
}, {}>>;
|
|
179
179
|
export { YcCountTo, YcReboundCountTo, YcReboundCountToWithInstall };
|
|
@@ -119,8 +119,8 @@ declare const _default: DefineComponent<{
|
|
|
119
119
|
onMounted?: ((...args: any[]) => any) | undefined;
|
|
120
120
|
onCallback?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
}, {
|
|
122
|
-
color: string;
|
|
123
122
|
duration: number;
|
|
123
|
+
color: string;
|
|
124
124
|
separator: string;
|
|
125
125
|
fontSize: string;
|
|
126
126
|
prefix: string;
|