iking-web-ui-pro 0.2.55 → 0.2.56
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/dist/IKHorizontalStepBar/ik.index.es.js +93 -93
- package/dist/IKHorizontalStepBar/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/ik.index.es.js +1068 -986
- package/dist/IKPreviewFile/ik.index.umd.js +50 -50
- package/dist/IKSearch/ik.index.es.js +1058 -1058
- package/dist/IKSearch/ik.index.umd.js +2 -2
- package/dist/{IKApprovalProcess → IkApprovalProcess}/ik.index.es.js +852 -852
- package/dist/IkApprovalProcess/ik.index.umd.js +1 -0
- package/dist/{IKApprovalProcess → IkApprovalProcess}/style.css +1 -1
- package/dist/{IKApprovalProcessDetail → IkApprovalProcessDetail}/ik.index.es.js +1396 -1314
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +226 -0
- package/dist/{IKApprovalProcessDetail → IkApprovalProcessDetail}/style.css +1 -1
- package/dist/IkBottomOperate/ik.index.es.js +59 -59
- package/dist/IkBottomOperate/ik.index.umd.js +1 -1
- package/dist/IkBtnSetting/ik.index.es.js +110 -110
- package/dist/IkBtnSetting/ik.index.umd.js +1 -1
- package/dist/{IKCalendar → IkCalendar}/ik.index.es.js +2372 -2355
- package/dist/IkCalendar/ik.index.umd.js +1 -0
- package/dist/{IKCalendar → IkCalendar}/style.css +1 -1
- package/dist/IkDescription/ik.index.es.js +2021 -1939
- package/dist/IkDescription/ik.index.umd.js +49 -49
- package/dist/IkDetailPreviewFiles/ik.index.es.js +1336 -1254
- package/dist/IkDetailPreviewFiles/ik.index.umd.js +50 -50
- package/dist/IkFileIcon/ik.index.es.js +394 -394
- package/dist/IkFileIcon/ik.index.umd.js +1 -1
- package/dist/IkFullCalendar/ik.index.es.js +601 -584
- package/dist/IkFullCalendar/ik.index.umd.js +1 -1
- package/dist/IkImageUploadEditor/ik.index.es.js +12343 -49
- package/dist/IkImageUploadEditor/ik.index.umd.js +37 -1
- package/dist/IkImageUploadEditor/style.css +9 -0
- package/dist/IkMonacoEditor/ik.index.es.js +27 -27
- package/dist/IkMonacoEditor/ik.index.umd.js +3 -3
- package/dist/IkPageFull/ik.index.es.js +1466 -1466
- package/dist/IkPageFull/ik.index.umd.js +3 -3
- package/dist/IkPickerUser/ik.index.es.js +839 -839
- package/dist/IkPickerUser/ik.index.umd.js +1 -1
- package/dist/IkPlayer/ik.index.es.js +1062 -981
- package/dist/IkPlayer/ik.index.umd.js +52 -52
- package/dist/IkPreviewFileDialog/ik.index.es.js +794 -712
- package/dist/IkPreviewFileDialog/ik.index.umd.js +50 -50
- package/dist/IkSchedule/ik.index.es.js +1552 -1535
- package/dist/IkSchedule/ik.index.umd.js +1 -1
- package/dist/IkTemplateOfficeConfig/ik.index.es.js +108 -108
- package/dist/IkTemplateOfficeConfig/ik.index.umd.js +1 -1
- package/dist/IkTinymce/ik.index.es.js +26652 -27107
- package/dist/IkTinymce/ik.index.umd.js +61 -61
- package/dist/IkUploadFile/ik.index.es.js +1323 -1241
- package/dist/IkUploadFile/ik.index.umd.js +50 -50
- package/dist/IkUploadImage/ik.index.es.js +313 -313
- package/dist/IkUploadImage/ik.index.umd.js +1 -1
- package/dist/index.es.js +63473 -51975
- package/dist/index.umd.js +184 -148
- package/dist/src/components/IKExpandCollapse/index.d.ts +5 -5
- package/dist/src/components/IKExpandCollapse/src/IKExpandCollapse.vue.d.ts +5 -5
- package/dist/src/components/IKHorizontalStepBar/index.d.ts +30 -90
- package/dist/src/components/IKHorizontalStepBar/src/IKHorizontalStepBar.vue.d.ts +7 -7
- package/dist/src/components/IKPreviewFile/index.d.ts +13 -105
- package/dist/src/components/IKPreviewFile/src/IkPreviewFile.vue.d.ts +7 -7
- package/dist/src/components/IKSearch/index.d.ts +24 -84
- package/dist/src/components/IKSearch/src/IKSearch.vue.d.ts +10 -10
- package/dist/src/components/IKSearch/src/IkSearchAuto.d.ts +5 -5
- package/dist/src/components/IKSearchHead/index.d.ts +5 -5
- package/dist/src/components/IKSearchHead/src/IKSearchHead.vue.d.ts +5 -5
- package/dist/src/components/IKVerticalStepBar/index.d.ts +5 -5
- package/dist/src/components/IKVerticalStepBar/src/IKVerticalStepBar.vue.d.ts +5 -5
- package/dist/src/components/IkApprovalProcess/index.d.ts +7 -7
- package/dist/src/components/IkApprovalProcess/src/IKApprovalProcess.vue.d.ts +7 -7
- package/dist/src/components/IkApprovalProcessDetail/index.d.ts +5 -5
- package/dist/src/components/IkApprovalProcessDetail/src/IKApprovalProcessDetail.vue.d.ts +5 -5
- package/dist/src/components/IkAutoCard/index.d.ts +6 -12
- package/dist/src/components/IkAutoCard/src/IkAutoCard.vue.d.ts +4 -4
- package/dist/src/components/IkBaseDialog/index.d.ts +6 -35
- package/dist/src/components/IkBaseDialog/src/CloseIcon.vue.d.ts +4 -4
- package/dist/src/components/IkBaseDialog/src/IkBaseDialog.vue.d.ts +4 -4
- package/dist/src/components/IkBottomOperate/index.d.ts +15 -43
- package/dist/src/components/IkBottomOperate/src/IkBottomOperate.vue.d.ts +7 -7
- package/dist/src/components/IkBtnContent/index.d.ts +7 -5
- package/dist/src/components/IkBtnContent/src/index.d.ts +7 -5
- package/dist/src/components/IkBtnSetting/index.d.ts +5 -5
- package/dist/src/components/IkBtnSetting/src/IkBtnSetting.vue.d.ts +5 -5
- package/dist/src/components/IkCalendar/index.d.ts +5 -5
- package/dist/src/components/IkCalendar/src/IKCalendar.vue.d.ts +5 -5
- package/dist/src/components/IkCollapseCard/index.d.ts +6 -12
- package/dist/src/components/IkCollapseCard/src/index.vue.d.ts +4 -4
- package/dist/src/components/IkCurrencyInput/index.d.ts +5 -5
- package/dist/src/components/IkCurrencyInput/src/IkCurrencyInput.vue.d.ts +5 -5
- package/dist/src/components/IkDescription/index.d.ts +6 -39
- package/dist/src/components/IkDescription/src/IkDescription.vue.d.ts +4 -4
- package/dist/src/components/IkDetailPreviewFiles/index.d.ts +4 -4
- package/dist/src/components/IkDetailPreviewFiles/src/IkDetailPreviewFiles.vue.d.ts +4 -4
- package/dist/src/components/IkDragList/index.d.ts +13 -130
- package/dist/src/components/IkDragList/src/IkDragList.vue.d.ts +6 -6
- package/dist/src/components/IkEmpty/index.d.ts +6 -19
- package/dist/src/components/IkEmpty/src/index.vue.d.ts +4 -4
- package/dist/src/components/IkFileIcon/index.d.ts +4 -4
- package/dist/src/components/IkFileIcon/src/IkFileIcon.vue.d.ts +4 -4
- package/dist/src/components/IkFullCalendar/index.d.ts +6 -6
- package/dist/src/components/IkIconPicker/index.d.ts +4 -4
- package/dist/src/components/IkIconPicker/src/index.vue.d.ts +4 -4
- package/dist/src/components/IkImageEditor/index.d.ts +1 -1
- package/dist/src/components/IkImageUploadEditor/index.d.ts +8 -8
- package/dist/src/components/IkImageUploadEditor/src/IkImageUploadEditor.vue.d.ts +8 -8
- package/dist/src/components/IkMonacoEditor/index.d.ts +167 -10
- package/dist/src/components/IkMonacoEditor/src/index.vue.d.ts +167 -10
- package/dist/src/components/IkOnlyOffice/index.d.ts +4 -4
- package/dist/src/components/IkOnlyOffice/src/IkOnlyOffice.vue.d.ts +4 -4
- package/dist/src/components/IkPageFull/index.d.ts +54 -143
- package/dist/src/components/IkPageFull/src/IkDialog.d.ts +369 -5
- package/dist/src/components/IkPageFull/src/IkPage.vue.d.ts +5 -5
- package/dist/src/components/IkPageFull/src/IkPageHead.vue.d.ts +5 -5
- package/dist/src/components/IkPageFull/src/IkPageTable.vue.d.ts +8 -8
- package/dist/src/components/IkPageFull/src/IkSearchAuto.d.ts +6 -6
- package/dist/src/components/IkPageFull/src/index.vue.d.ts +20 -14
- package/dist/src/components/IkPageTabs/index.d.ts +13 -38
- package/dist/src/components/IkPageTabs/src/IkPageTabs.vue.d.ts +6 -6
- package/dist/src/components/IkPickerUser/index.d.ts +10 -10
- package/dist/src/components/IkPickerUser/src/avatar/Avatar.vue.d.ts +4 -4
- package/dist/src/components/IkPickerUser/src/list/GroupList.vue.d.ts +6 -6
- package/dist/src/components/IkPickerUser/src/list/PostList.vue.d.ts +6 -6
- package/dist/src/components/IkPickerUser/src/list/RoleList.vue.d.ts +6 -6
- package/dist/src/components/IkPickerUser/src/picker.vue.d.ts +10 -10
- package/dist/src/components/IkPickerUser/src/svg/close_svg.vue.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/svg/group_svg.vue.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/svg/post_svg.vue.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/svg/role_svg.vue.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/svg/search_svg.vue.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/use-picker-data.d.ts +1 -1
- package/dist/src/components/IkPlayer/index.d.ts +10 -26
- package/dist/src/components/IkPlayer/src/Player.vue.d.ts +5 -5
- package/dist/src/components/IkPreviewFileDialog/index.d.ts +4 -4
- package/dist/src/components/IkPreviewFileDialog/src/IkPreviewFileDialog.vue.d.ts +4 -4
- package/dist/src/components/IkPrintConfig/index.d.ts +5 -5
- package/dist/src/components/IkPrintView/index.d.ts +5 -5
- package/dist/src/components/IkRadioGroup/index.d.ts +4 -4
- package/dist/src/components/IkRadioGroup/src/index.vue.d.ts +4 -4
- package/dist/src/components/IkSchedule/index.d.ts +17 -48
- package/dist/src/components/IkSelectTag/index.d.ts +10 -25
- package/dist/src/components/IkSelectTag/src/index.vue.d.ts +5 -5
- package/dist/src/components/IkSideText/IkLinearIcon.vue.d.ts +4 -4
- package/dist/src/components/IkSideText/IkSideText.vue.d.ts +4 -4
- package/dist/src/components/IkSideText/index.d.ts +4 -4
- package/dist/src/components/IkStatu/index.d.ts +5 -5
- package/dist/src/components/IkStatu/src/index.vue.d.ts +5 -5
- package/dist/src/components/IkStatuOver/index.d.ts +5 -5
- package/dist/src/components/IkStatuOver/src/index.vue.d.ts +5 -5
- package/dist/src/components/IkSvgIcon/index.d.ts +12 -12
- package/dist/src/components/IkSvgIcon/src/index.vue.d.ts +4 -4
- package/dist/src/components/IkTemplateOfficeConfig/index.d.ts +6 -6
- package/dist/src/components/IkTinymce/index.d.ts +5 -5
- package/dist/src/components/IkTinymce/src/index.vue.d.ts +5 -5
- package/dist/src/components/IkTooltip/index.d.ts +6 -19
- package/dist/src/components/IkTooltip/src/index.vue.d.ts +4 -4
- package/dist/src/components/IkTree/IkTree.vue.d.ts +807 -127
- package/dist/src/components/IkTree/index.d.ts +2630 -611
- package/dist/src/components/IkUploadFile/index.d.ts +14 -135
- package/dist/src/components/IkUploadFile/src/index.vue.d.ts +7 -7
- package/dist/src/components/IkUploadImage/index.d.ts +10 -79
- package/dist/src/components/IkUploadImage/src/index.vue.d.ts +5 -5
- package/dist/src/components/IkUploadImage/src/loading.vue.d.ts +1 -1
- package/dist/src/components/Provider/ProviderConfig.vue.d.ts +4 -4
- package/dist/src/components/Provider/index.d.ts +6 -27
- package/dist/style.css +9 -1
- package/package.json +1 -1
- package/dist/IKApprovalProcess/ik.index.umd.js +0 -1
- package/dist/IKApprovalProcessDetail/ik.index.umd.js +0 -226
- package/dist/IKCalendar/ik.index.umd.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const IKExpandCollapse: import('../../utils/typescript').SFCWithInstall<import('vue').DefineComponent<{
|
|
1
|
+
export declare const IKExpandCollapse: import('../../utils/typescript').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
showType: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -11,7 +11,7 @@ export declare const IKExpandCollapse: import('../../utils/typescript').SFCWithI
|
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
15
|
handleChangStatus: () => void;
|
|
16
16
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
17
|
showType: {
|
|
@@ -26,11 +26,11 @@ export declare const IKExpandCollapse: import('../../utils/typescript').SFCWithI
|
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
default: string;
|
|
28
28
|
};
|
|
29
|
-
}>> & {
|
|
29
|
+
}>> & Readonly<{
|
|
30
30
|
onHandleChangStatus?: (() => any) | undefined;
|
|
31
|
-
}
|
|
31
|
+
}>, {
|
|
32
32
|
showType: string;
|
|
33
33
|
isExpand: boolean;
|
|
34
34
|
wordName: string;
|
|
35
|
-
}, {}>> & Record<string, any>;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
36
36
|
export default IKExpandCollapse;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
showType: {
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
default: string;
|
|
@@ -12,7 +12,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
-
}
|
|
15
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
16
|
handleChangStatus: () => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
18
|
showType: {
|
|
@@ -27,11 +27,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
27
27
|
type: StringConstructor;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
|
-
}>> & {
|
|
30
|
+
}>> & Readonly<{
|
|
31
31
|
onHandleChangStatus?: (() => any) | undefined;
|
|
32
|
-
}
|
|
32
|
+
}>, {
|
|
33
33
|
showType: string;
|
|
34
34
|
isExpand: boolean;
|
|
35
35
|
wordName: string;
|
|
36
|
-
}, {}>;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const IKSearch: import('../../utils/typescript').SFCWithInstall<{
|
|
2
|
-
new (...args: any[]): import('vue').
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
enter: {
|
|
4
4
|
type: BooleanConstructor;
|
|
5
5
|
default: boolean;
|
|
@@ -41,7 +41,7 @@ export declare const IKSearch: import('../../utils/typescript').SFCWithInstall<{
|
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
43
|
list: {
|
|
44
|
-
type: import('vue').PropType<import('
|
|
44
|
+
type: import('vue').PropType<import('../IKSearch/src').TSearchForm[]>;
|
|
45
45
|
default: () => never[];
|
|
46
46
|
};
|
|
47
47
|
rowData: {
|
|
@@ -52,95 +52,35 @@ export declare const IKSearch: import('../../utils/typescript').SFCWithInstall<{
|
|
|
52
52
|
type: NumberConstructor;
|
|
53
53
|
default: number;
|
|
54
54
|
};
|
|
55
|
-
}>> & {
|
|
56
|
-
onSearch?: ((value: any) => any) | undefined;
|
|
55
|
+
}>> & Readonly<{
|
|
57
56
|
onDelete?: ((value: any) => any) | undefined;
|
|
57
|
+
onSearch?: ((value: any) => any) | undefined;
|
|
58
58
|
onImport?: ((value: any) => any) | undefined;
|
|
59
59
|
onExport?: ((value: any) => any) | undefined;
|
|
60
60
|
onRefresh?: (() => any) | undefined;
|
|
61
|
-
"onUpdate:formRef"?: ((value: import('vue').Ref<any>) => any) | undefined;
|
|
62
|
-
}
|
|
61
|
+
"onUpdate:formRef"?: ((value: import('vue').Ref<any, any>) => any) | undefined;
|
|
62
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
63
63
|
refresh: () => void;
|
|
64
64
|
search: (value: any) => void;
|
|
65
|
-
"update:formRef": (value: import('vue').Ref<any>) => void;
|
|
65
|
+
"update:formRef": (value: import('vue').Ref<any, any>) => void;
|
|
66
66
|
import: (value: any) => void;
|
|
67
67
|
export: (value: any) => void;
|
|
68
68
|
delete: (value: any) => void;
|
|
69
|
-
}, import('vue').
|
|
70
|
-
enter: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
minSpan: {
|
|
75
|
-
type: NumberConstructor;
|
|
76
|
-
default: number;
|
|
77
|
-
};
|
|
78
|
-
inline: {
|
|
79
|
-
type: BooleanConstructor;
|
|
80
|
-
default: boolean;
|
|
81
|
-
};
|
|
82
|
-
model: {
|
|
83
|
-
type: ObjectConstructor;
|
|
84
|
-
default: () => void;
|
|
85
|
-
};
|
|
86
|
-
formRef: {
|
|
87
|
-
type: import('vue').PropType<import('vue').Ref<any> | null>;
|
|
88
|
-
default: null;
|
|
89
|
-
};
|
|
90
|
-
labelWidth: {
|
|
91
|
-
type: NumberConstructor;
|
|
92
|
-
default: number;
|
|
93
|
-
};
|
|
94
|
-
statusIcon: {
|
|
95
|
-
type: BooleanConstructor;
|
|
96
|
-
default: boolean;
|
|
97
|
-
};
|
|
98
|
-
title: {
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
default: string;
|
|
101
|
-
};
|
|
102
|
-
shadow: {
|
|
103
|
-
type: import('vue').PropType<"always" | "never" | "hover">;
|
|
104
|
-
default: string;
|
|
105
|
-
};
|
|
106
|
-
showSearch: {
|
|
107
|
-
type: BooleanConstructor;
|
|
108
|
-
default: boolean;
|
|
109
|
-
};
|
|
110
|
-
list: {
|
|
111
|
-
type: import('vue').PropType<import('./src').TSearchForm[]>;
|
|
112
|
-
default: () => never[];
|
|
113
|
-
};
|
|
114
|
-
rowData: {
|
|
115
|
-
type: ArrayConstructor;
|
|
116
|
-
default: () => never[];
|
|
117
|
-
};
|
|
118
|
-
num: {
|
|
119
|
-
type: NumberConstructor;
|
|
120
|
-
default: number;
|
|
121
|
-
};
|
|
122
|
-
}>> & {
|
|
123
|
-
onSearch?: ((value: any) => any) | undefined;
|
|
124
|
-
onDelete?: ((value: any) => any) | undefined;
|
|
125
|
-
onImport?: ((value: any) => any) | undefined;
|
|
126
|
-
onExport?: ((value: any) => any) | undefined;
|
|
127
|
-
onRefresh?: (() => any) | undefined;
|
|
128
|
-
"onUpdate:formRef"?: ((value: import('vue').Ref<any>) => any) | undefined;
|
|
129
|
-
}, {
|
|
69
|
+
}, import('vue').PublicProps, {
|
|
130
70
|
title: string;
|
|
131
|
-
list: import('
|
|
71
|
+
list: import('../IKSearch/src').TSearchForm[];
|
|
132
72
|
shadow: "always" | "hover" | "never";
|
|
133
73
|
num: number;
|
|
134
74
|
labelWidth: number;
|
|
135
|
-
model: Record<string, any>;
|
|
136
75
|
rowData: unknown[];
|
|
137
76
|
enter: boolean;
|
|
138
77
|
minSpan: number;
|
|
139
78
|
inline: boolean;
|
|
140
|
-
|
|
79
|
+
model: Record<string, any>;
|
|
80
|
+
formRef: import('vue').Ref<any, any> | null;
|
|
141
81
|
statusIcon: boolean;
|
|
142
82
|
showSearch: boolean;
|
|
143
|
-
}, true, {}, {}, {
|
|
83
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
144
84
|
P: {};
|
|
145
85
|
B: {};
|
|
146
86
|
D: {};
|
|
@@ -189,7 +129,7 @@ export declare const IKSearch: import('../../utils/typescript').SFCWithInstall<{
|
|
|
189
129
|
default: boolean;
|
|
190
130
|
};
|
|
191
131
|
list: {
|
|
192
|
-
type: import('vue').PropType<import('
|
|
132
|
+
type: import('vue').PropType<import('../IKSearch/src').TSearchForm[]>;
|
|
193
133
|
default: () => never[];
|
|
194
134
|
};
|
|
195
135
|
rowData: {
|
|
@@ -200,25 +140,25 @@ export declare const IKSearch: import('../../utils/typescript').SFCWithInstall<{
|
|
|
200
140
|
type: NumberConstructor;
|
|
201
141
|
default: number;
|
|
202
142
|
};
|
|
203
|
-
}>> & {
|
|
204
|
-
onSearch?: ((value: any) => any) | undefined;
|
|
143
|
+
}>> & Readonly<{
|
|
205
144
|
onDelete?: ((value: any) => any) | undefined;
|
|
145
|
+
onSearch?: ((value: any) => any) | undefined;
|
|
206
146
|
onImport?: ((value: any) => any) | undefined;
|
|
207
147
|
onExport?: ((value: any) => any) | undefined;
|
|
208
148
|
onRefresh?: (() => any) | undefined;
|
|
209
|
-
"onUpdate:formRef"?: ((value: import('vue').Ref<any>) => any) | undefined;
|
|
210
|
-
}
|
|
149
|
+
"onUpdate:formRef"?: ((value: import('vue').Ref<any, any>) => any) | undefined;
|
|
150
|
+
}>, {}, {}, {}, {}, {
|
|
211
151
|
title: string;
|
|
212
|
-
list: import('
|
|
152
|
+
list: import('../IKSearch/src').TSearchForm[];
|
|
213
153
|
shadow: "always" | "hover" | "never";
|
|
214
154
|
num: number;
|
|
215
155
|
labelWidth: number;
|
|
216
|
-
model: Record<string, any>;
|
|
217
156
|
rowData: unknown[];
|
|
218
157
|
enter: boolean;
|
|
219
158
|
minSpan: number;
|
|
220
159
|
inline: boolean;
|
|
221
|
-
|
|
160
|
+
model: Record<string, any>;
|
|
161
|
+
formRef: import('vue').Ref<any, any> | null;
|
|
222
162
|
statusIcon: boolean;
|
|
223
163
|
showSearch: boolean;
|
|
224
164
|
}>;
|
|
@@ -267,7 +207,7 @@ export declare const IKSearch: import('../../utils/typescript').SFCWithInstall<{
|
|
|
267
207
|
default: boolean;
|
|
268
208
|
};
|
|
269
209
|
list: {
|
|
270
|
-
type: import('vue').PropType<import('
|
|
210
|
+
type: import('vue').PropType<import('../IKSearch/src').TSearchForm[]>;
|
|
271
211
|
default: () => never[];
|
|
272
212
|
};
|
|
273
213
|
rowData: {
|
|
@@ -278,35 +218,35 @@ export declare const IKSearch: import('../../utils/typescript').SFCWithInstall<{
|
|
|
278
218
|
type: NumberConstructor;
|
|
279
219
|
default: number;
|
|
280
220
|
};
|
|
281
|
-
}>> & {
|
|
282
|
-
onSearch?: ((value: any) => any) | undefined;
|
|
221
|
+
}>> & Readonly<{
|
|
283
222
|
onDelete?: ((value: any) => any) | undefined;
|
|
223
|
+
onSearch?: ((value: any) => any) | undefined;
|
|
284
224
|
onImport?: ((value: any) => any) | undefined;
|
|
285
225
|
onExport?: ((value: any) => any) | undefined;
|
|
286
226
|
onRefresh?: (() => any) | undefined;
|
|
287
|
-
"onUpdate:formRef"?: ((value: import('vue').Ref<any>) => any) | undefined;
|
|
288
|
-
}
|
|
227
|
+
"onUpdate:formRef"?: ((value: import('vue').Ref<any, any>) => any) | undefined;
|
|
228
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
289
229
|
refresh: () => void;
|
|
290
230
|
search: (value: any) => void;
|
|
291
|
-
"update:formRef": (value: import('vue').Ref<any>) => void;
|
|
231
|
+
"update:formRef": (value: import('vue').Ref<any, any>) => void;
|
|
292
232
|
import: (value: any) => void;
|
|
293
233
|
export: (value: any) => void;
|
|
294
234
|
delete: (value: any) => void;
|
|
295
235
|
}, string, {
|
|
296
236
|
title: string;
|
|
297
|
-
list: import('
|
|
237
|
+
list: import('../IKSearch/src').TSearchForm[];
|
|
298
238
|
shadow: "always" | "hover" | "never";
|
|
299
239
|
num: number;
|
|
300
240
|
labelWidth: number;
|
|
301
|
-
model: Record<string, any>;
|
|
302
241
|
rowData: unknown[];
|
|
303
242
|
enter: boolean;
|
|
304
243
|
minSpan: number;
|
|
305
244
|
inline: boolean;
|
|
306
|
-
|
|
245
|
+
model: Record<string, any>;
|
|
246
|
+
formRef: import('vue').Ref<any, any> | null;
|
|
307
247
|
statusIcon: boolean;
|
|
308
248
|
showSearch: boolean;
|
|
309
|
-
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
249
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
310
250
|
$slots: Partial<Record<any, (_: {}) => any>>;
|
|
311
251
|
})> & Record<string, any>;
|
|
312
252
|
export default IKSearch;
|
|
@@ -6,7 +6,7 @@ declare function __VLS_template(): {
|
|
|
6
6
|
};
|
|
7
7
|
}): any;
|
|
8
8
|
};
|
|
9
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10
10
|
spaceNum: {
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
@@ -37,7 +37,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
37
37
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
38
38
|
of<T>(...items: T[]): T[];
|
|
39
39
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
40
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
|
40
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
41
41
|
readonly [Symbol.species]: ArrayConstructor;
|
|
42
42
|
};
|
|
43
43
|
default: () => never[];
|
|
@@ -54,7 +54,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
54
54
|
value: string;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
|
-
}
|
|
57
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
58
58
|
click: (value: any) => void;
|
|
59
59
|
"update:active": (value: any) => void;
|
|
60
60
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -88,7 +88,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
88
88
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
89
89
|
of<T>(...items: T[]): T[];
|
|
90
90
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
91
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
|
91
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
92
92
|
readonly [Symbol.species]: ArrayConstructor;
|
|
93
93
|
};
|
|
94
94
|
default: () => never[];
|
|
@@ -105,10 +105,10 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
105
105
|
value: string;
|
|
106
106
|
};
|
|
107
107
|
};
|
|
108
|
-
}>> & {
|
|
108
|
+
}>> & Readonly<{
|
|
109
109
|
onClick?: ((value: any) => any) | undefined;
|
|
110
110
|
"onUpdate:active"?: ((value: any) => any) | undefined;
|
|
111
|
-
}
|
|
111
|
+
}>, {
|
|
112
112
|
list: any[];
|
|
113
113
|
active: number;
|
|
114
114
|
needClick: boolean;
|
|
@@ -116,7 +116,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
116
116
|
alignCenter: boolean;
|
|
117
117
|
spaceNum: string;
|
|
118
118
|
activeColor: string;
|
|
119
|
-
}, {}>;
|
|
119
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
120
120
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
121
121
|
export default _default;
|
|
122
122
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInstall<{
|
|
2
|
-
new (...args: any[]): import('vue').
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
list: {
|
|
4
4
|
type: {
|
|
5
5
|
(arrayLength: number): any[];
|
|
@@ -14,7 +14,7 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
14
14
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
15
15
|
of<T>(...items: T[]): T[];
|
|
16
16
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
17
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
|
17
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
18
18
|
readonly [Symbol.species]: ArrayConstructor;
|
|
19
19
|
};
|
|
20
20
|
default: () => never[];
|
|
@@ -89,103 +89,11 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
89
89
|
type: BooleanConstructor;
|
|
90
90
|
default: boolean;
|
|
91
91
|
};
|
|
92
|
-
}>> & {
|
|
92
|
+
}>> & Readonly<{
|
|
93
93
|
onHandPreview?: ((file: any) => any) | undefined;
|
|
94
|
-
}
|
|
94
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
95
95
|
handPreview: (file: any) => void;
|
|
96
|
-
}, import('vue').
|
|
97
|
-
list: {
|
|
98
|
-
type: {
|
|
99
|
-
(arrayLength: number): any[];
|
|
100
|
-
(...items: any[]): any[];
|
|
101
|
-
new (arrayLength: number): any[];
|
|
102
|
-
new (...items: any[]): any[];
|
|
103
|
-
isArray(arg: any): arg is any[];
|
|
104
|
-
readonly prototype: any[];
|
|
105
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
106
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
107
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
108
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
109
|
-
of<T>(...items: T[]): T[];
|
|
110
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
111
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
112
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
113
|
-
};
|
|
114
|
-
default: () => never[];
|
|
115
|
-
};
|
|
116
|
-
url: {
|
|
117
|
-
required: true;
|
|
118
|
-
type: StringConstructor;
|
|
119
|
-
default: string;
|
|
120
|
-
};
|
|
121
|
-
loadUrl: {
|
|
122
|
-
type: StringConstructor;
|
|
123
|
-
default: string;
|
|
124
|
-
};
|
|
125
|
-
field: {
|
|
126
|
-
required: true;
|
|
127
|
-
type: ObjectConstructor;
|
|
128
|
-
default: () => {};
|
|
129
|
-
};
|
|
130
|
-
iconSize: {
|
|
131
|
-
type: NumberConstructor;
|
|
132
|
-
default: number;
|
|
133
|
-
};
|
|
134
|
-
showBg: {
|
|
135
|
-
type: BooleanConstructor;
|
|
136
|
-
default: boolean;
|
|
137
|
-
};
|
|
138
|
-
width: {
|
|
139
|
-
type: NumberConstructor;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
iconHoverShow: {
|
|
143
|
-
type: BooleanConstructor;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
|
-
isOnlyOfficePreview: {
|
|
147
|
-
type: BooleanConstructor;
|
|
148
|
-
default: boolean;
|
|
149
|
-
};
|
|
150
|
-
onlyOfficeAccept: {
|
|
151
|
-
type: StringConstructor;
|
|
152
|
-
default: string;
|
|
153
|
-
};
|
|
154
|
-
onlyofficeServer: {
|
|
155
|
-
type: StringConstructor;
|
|
156
|
-
default: string;
|
|
157
|
-
};
|
|
158
|
-
onlyOfficeConfig: {
|
|
159
|
-
type: ObjectConstructor;
|
|
160
|
-
default: () => {};
|
|
161
|
-
};
|
|
162
|
-
jwtToken: {
|
|
163
|
-
type: StringConstructor;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
|
-
simple: {
|
|
167
|
-
type: BooleanConstructor;
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
|
-
showType: {
|
|
171
|
-
type: StringConstructor;
|
|
172
|
-
default: string;
|
|
173
|
-
};
|
|
174
|
-
showDownloadBtn: {
|
|
175
|
-
type: BooleanConstructor;
|
|
176
|
-
default: boolean;
|
|
177
|
-
};
|
|
178
|
-
showPreviewBtn: {
|
|
179
|
-
type: BooleanConstructor;
|
|
180
|
-
default: boolean;
|
|
181
|
-
};
|
|
182
|
-
showFileSize: {
|
|
183
|
-
type: BooleanConstructor;
|
|
184
|
-
default: boolean;
|
|
185
|
-
};
|
|
186
|
-
}>> & {
|
|
187
|
-
onHandPreview?: ((file: any) => any) | undefined;
|
|
188
|
-
}, {
|
|
96
|
+
}, import('vue').PublicProps, {
|
|
189
97
|
url: string;
|
|
190
98
|
width: number;
|
|
191
99
|
list: any[];
|
|
@@ -204,7 +112,7 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
204
112
|
showDownloadBtn: boolean;
|
|
205
113
|
showPreviewBtn: boolean;
|
|
206
114
|
showFileSize: boolean;
|
|
207
|
-
}, true, {}, {}, {
|
|
115
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
208
116
|
P: {};
|
|
209
117
|
B: {};
|
|
210
118
|
D: {};
|
|
@@ -226,7 +134,7 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
226
134
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
227
135
|
of<T>(...items: T[]): T[];
|
|
228
136
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
229
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
|
137
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
230
138
|
readonly [Symbol.species]: ArrayConstructor;
|
|
231
139
|
};
|
|
232
140
|
default: () => never[];
|
|
@@ -301,9 +209,9 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
301
209
|
type: BooleanConstructor;
|
|
302
210
|
default: boolean;
|
|
303
211
|
};
|
|
304
|
-
}>> & {
|
|
212
|
+
}>> & Readonly<{
|
|
305
213
|
onHandPreview?: ((file: any) => any) | undefined;
|
|
306
|
-
}
|
|
214
|
+
}>, {}, {}, {}, {}, {
|
|
307
215
|
url: string;
|
|
308
216
|
width: number;
|
|
309
217
|
list: any[];
|
|
@@ -341,7 +249,7 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
341
249
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
342
250
|
of<T>(...items: T[]): T[];
|
|
343
251
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
344
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
|
252
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
345
253
|
readonly [Symbol.species]: ArrayConstructor;
|
|
346
254
|
};
|
|
347
255
|
default: () => never[];
|
|
@@ -416,9 +324,9 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
416
324
|
type: BooleanConstructor;
|
|
417
325
|
default: boolean;
|
|
418
326
|
};
|
|
419
|
-
}>> & {
|
|
327
|
+
}>> & Readonly<{
|
|
420
328
|
onHandPreview?: ((file: any) => any) | undefined;
|
|
421
|
-
}
|
|
329
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
422
330
|
handPreview: (file: any) => void;
|
|
423
331
|
}, string, {
|
|
424
332
|
url: string;
|
|
@@ -439,7 +347,7 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
439
347
|
showDownloadBtn: boolean;
|
|
440
348
|
showPreviewBtn: boolean;
|
|
441
349
|
showFileSize: boolean;
|
|
442
|
-
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
350
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
443
351
|
$slots: {
|
|
444
352
|
operation?(_: {
|
|
445
353
|
data: any;
|
|
@@ -3,7 +3,7 @@ declare function __VLS_template(): {
|
|
|
3
3
|
data: any;
|
|
4
4
|
}): any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
7
|
list: {
|
|
8
8
|
type: {
|
|
9
9
|
(arrayLength: number): any[];
|
|
@@ -18,7 +18,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
18
18
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
19
19
|
of<T>(...items: T[]): T[];
|
|
20
20
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
21
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
|
21
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
22
22
|
readonly [Symbol.species]: ArrayConstructor;
|
|
23
23
|
};
|
|
24
24
|
default: () => never[];
|
|
@@ -93,7 +93,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
93
93
|
type: BooleanConstructor;
|
|
94
94
|
default: boolean;
|
|
95
95
|
};
|
|
96
|
-
}
|
|
96
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
97
97
|
handPreview: (file: any) => void;
|
|
98
98
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
99
99
|
list: {
|
|
@@ -110,7 +110,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
110
110
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
111
111
|
of<T>(...items: T[]): T[];
|
|
112
112
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
113
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
|
113
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
114
114
|
readonly [Symbol.species]: ArrayConstructor;
|
|
115
115
|
};
|
|
116
116
|
default: () => never[];
|
|
@@ -185,9 +185,9 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
185
185
|
type: BooleanConstructor;
|
|
186
186
|
default: boolean;
|
|
187
187
|
};
|
|
188
|
-
}>> & {
|
|
188
|
+
}>> & Readonly<{
|
|
189
189
|
onHandPreview?: ((file: any) => any) | undefined;
|
|
190
|
-
}
|
|
190
|
+
}>, {
|
|
191
191
|
url: string;
|
|
192
192
|
width: number;
|
|
193
193
|
list: any[];
|
|
@@ -206,7 +206,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
206
206
|
showDownloadBtn: boolean;
|
|
207
207
|
showPreviewBtn: boolean;
|
|
208
208
|
showFileSize: boolean;
|
|
209
|
-
}, {}>;
|
|
209
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
210
210
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
211
211
|
export default _default;
|
|
212
212
|
type __VLS_WithTemplateSlots<T, S> = T & {
|