iking-web-ui-pro 1.0.31 → 1.0.33
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/IkUploadFile/ik.index.es.js +875 -872
- package/dist/IkUploadFile/iking-web-ui-pro.css +1 -1
- package/dist/iking-web-ui-pro.css +1 -1
- package/dist/{index-V3RKM0FW.mjs → index-CAKmb_Mu.mjs} +9825 -9822
- package/dist/{index.es-DcOgtsqJ.mjs → index.es-CGVvoq4d.mjs} +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +110 -110
- package/dist/{jspdf.es.min-7Iv18Wf1.mjs → jspdf.es.min-XzfyGVex.mjs} +1 -1
- package/dist/src/components/IkUploadFile/index.d.ts +10 -0
- package/dist/src/components/IkUploadFile/src/index.vue.d.ts +4 -0
- package/package.json +1 -1
|
@@ -9802,7 +9802,7 @@ function(t) {
|
|
|
9802
9802
|
var d = f.getContext("2d");
|
|
9803
9803
|
d.fillStyle = "#fff", d.fillRect(0, 0, f.width, f.height);
|
|
9804
9804
|
var g = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, x = this;
|
|
9805
|
-
return (Zt.canvg ? Promise.resolve(Zt.canvg) : import("./index.es-
|
|
9805
|
+
return (Zt.canvg ? Promise.resolve(Zt.canvg) : import("./index.es-CGVvoq4d.mjs")).catch(function(N) {
|
|
9806
9806
|
return Promise.reject(new Error("Could not load canvg: " + N));
|
|
9807
9807
|
}).then(function(N) {
|
|
9808
9808
|
return N.default ? N.default : N;
|
|
@@ -116,11 +116,13 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
116
116
|
}>> & Readonly<{
|
|
117
117
|
onChange?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
118
118
|
onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
119
|
+
onProgress?: ((progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
119
120
|
onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
120
121
|
onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
121
122
|
onHandPreview?: ((file: any) => any) | undefined;
|
|
122
123
|
onExceed?: ((file: any) => any) | undefined;
|
|
123
124
|
onOutSize?: (() => any) | undefined;
|
|
125
|
+
onProgressEnd?: ((progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
124
126
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
125
127
|
delete: (file: import('element-plus').UploadFile) => void;
|
|
126
128
|
exceed: (file: any) => void;
|
|
@@ -129,6 +131,8 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
129
131
|
error: (error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
|
|
130
132
|
outSize: () => void;
|
|
131
133
|
change: (file: import('element-plus').UploadFile) => void;
|
|
134
|
+
progress: (progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
|
|
135
|
+
progressEnd: (progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
|
|
132
136
|
}, import('vue').PublicProps, {
|
|
133
137
|
title: string;
|
|
134
138
|
type: "button" | "card";
|
|
@@ -280,11 +284,13 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
280
284
|
}>> & Readonly<{
|
|
281
285
|
onChange?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
282
286
|
onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
287
|
+
onProgress?: ((progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
283
288
|
onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
284
289
|
onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
285
290
|
onHandPreview?: ((file: any) => any) | undefined;
|
|
286
291
|
onExceed?: ((file: any) => any) | undefined;
|
|
287
292
|
onOutSize?: (() => any) | undefined;
|
|
293
|
+
onProgressEnd?: ((progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
288
294
|
}>, {}, {}, {}, {}, {
|
|
289
295
|
title: string;
|
|
290
296
|
type: "button" | "card";
|
|
@@ -433,11 +439,13 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
433
439
|
}>> & Readonly<{
|
|
434
440
|
onChange?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
435
441
|
onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
442
|
+
onProgress?: ((progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
436
443
|
onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
437
444
|
onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
438
445
|
onHandPreview?: ((file: any) => any) | undefined;
|
|
439
446
|
onExceed?: ((file: any) => any) | undefined;
|
|
440
447
|
onOutSize?: (() => any) | undefined;
|
|
448
|
+
onProgressEnd?: ((progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
441
449
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
442
450
|
delete: (file: import('element-plus').UploadFile) => void;
|
|
443
451
|
exceed: (file: any) => void;
|
|
@@ -446,6 +454,8 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
446
454
|
error: (error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
|
|
447
455
|
outSize: () => void;
|
|
448
456
|
change: (file: import('element-plus').UploadFile) => void;
|
|
457
|
+
progress: (progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
|
|
458
|
+
progressEnd: (progress: ProgressEvent<EventTarget>, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
|
|
449
459
|
}, string, {
|
|
450
460
|
title: string;
|
|
451
461
|
type: "button" | "card";
|
|
@@ -132,6 +132,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
132
132
|
error: (error: any, file: UploadFile, files: UploadFiles) => void;
|
|
133
133
|
outSize: () => void;
|
|
134
134
|
change: (file: UploadFile) => void;
|
|
135
|
+
progress: (progress: ProgressEvent<EventTarget>, file: UploadFile, files: UploadFiles) => void;
|
|
136
|
+
progressEnd: (progress: ProgressEvent<EventTarget>, file: UploadFile, files: UploadFiles) => void;
|
|
135
137
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
136
138
|
modelValue: import('vue').PropType<any>;
|
|
137
139
|
showIcon: {
|
|
@@ -249,11 +251,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
249
251
|
}>> & Readonly<{
|
|
250
252
|
onChange?: ((file: UploadFile) => any) | undefined;
|
|
251
253
|
onError?: ((error: any, file: UploadFile, files: UploadFiles) => any) | undefined;
|
|
254
|
+
onProgress?: ((progress: ProgressEvent<EventTarget>, file: UploadFile, files: UploadFiles) => any) | undefined;
|
|
252
255
|
onDelete?: ((file: UploadFile) => any) | undefined;
|
|
253
256
|
onSuccess?: ((response: any, file: UploadFile, files: UploadFiles) => any) | undefined;
|
|
254
257
|
onHandPreview?: ((file: any) => any) | undefined;
|
|
255
258
|
onExceed?: ((file: any) => any) | undefined;
|
|
256
259
|
onOutSize?: (() => any) | undefined;
|
|
260
|
+
onProgressEnd?: ((progress: ProgressEvent<EventTarget>, file: UploadFile, files: UploadFiles) => any) | undefined;
|
|
257
261
|
}>, {
|
|
258
262
|
title: string;
|
|
259
263
|
type: "button" | "card";
|