iking-web-ui-pro 1.0.43 → 1.0.45
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 +790 -774
- package/dist/IkUploadFile/iking-web-ui-pro.css +1 -1
- package/dist/iking-web-ui-pro.css +1 -1
- package/dist/{index-CwMKxfTW.mjs → index-TozM1JQc.mjs} +4531 -4515
- package/dist/{index.es-DB7Zbkxt.mjs → index.es-CzjzOv5W.mjs} +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +82 -82
- package/dist/{jspdf.es.min-DDLT8s-5.mjs → jspdf.es.min-fCMW3s1m.mjs} +1 -1
- package/dist/src/components/IkUploadFile/index.d.ts +15 -0
- package/dist/src/components/IkUploadFile/src/index.vue.d.ts +9 -0
- package/package.json +1 -1
|
@@ -9162,7 +9162,7 @@ endobj\r
|
|
|
9162
9162
|
var d = h.getContext("2d");
|
|
9163
9163
|
d.fillStyle = "#fff", d.fillRect(0, 0, h.width, h.height);
|
|
9164
9164
|
var m = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, _ = this;
|
|
9165
|
-
return (Gt.canvg ? Promise.resolve(Gt.canvg) : import("./index.es-
|
|
9165
|
+
return (Gt.canvg ? Promise.resolve(Gt.canvg) : import("./index.es-CzjzOv5W.mjs")).catch(function(k) {
|
|
9166
9166
|
return Promise.reject(new Error("Could not load canvg: " + k));
|
|
9167
9167
|
}).then(function(k) {
|
|
9168
9168
|
return k.default ? k.default : k;
|
|
@@ -66,6 +66,10 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
66
66
|
type: BooleanConstructor;
|
|
67
67
|
default: boolean;
|
|
68
68
|
};
|
|
69
|
+
isShowDownLoad: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
69
73
|
customIconData: {
|
|
70
74
|
type: import('vue').PropType<any>;
|
|
71
75
|
default: () => {};
|
|
@@ -156,6 +160,7 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
156
160
|
tipText: string;
|
|
157
161
|
limitText: string;
|
|
158
162
|
defaultFileds: import('../../utils/file').fieldInter;
|
|
163
|
+
isShowDownLoad: boolean;
|
|
159
164
|
customIconData: any;
|
|
160
165
|
customIconFields: import('../../utils/file').iconFieldInter;
|
|
161
166
|
imageMode: boolean;
|
|
@@ -234,6 +239,10 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
234
239
|
type: BooleanConstructor;
|
|
235
240
|
default: boolean;
|
|
236
241
|
};
|
|
242
|
+
isShowDownLoad: {
|
|
243
|
+
type: BooleanConstructor;
|
|
244
|
+
default: boolean;
|
|
245
|
+
};
|
|
237
246
|
customIconData: {
|
|
238
247
|
type: import('vue').PropType<any>;
|
|
239
248
|
default: () => {};
|
|
@@ -314,6 +323,7 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
314
323
|
tipText: string;
|
|
315
324
|
limitText: string;
|
|
316
325
|
defaultFileds: import('../../utils/file').fieldInter;
|
|
326
|
+
isShowDownLoad: boolean;
|
|
317
327
|
customIconData: any;
|
|
318
328
|
customIconFields: import('../../utils/file').iconFieldInter;
|
|
319
329
|
imageMode: boolean;
|
|
@@ -389,6 +399,10 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
389
399
|
type: BooleanConstructor;
|
|
390
400
|
default: boolean;
|
|
391
401
|
};
|
|
402
|
+
isShowDownLoad: {
|
|
403
|
+
type: BooleanConstructor;
|
|
404
|
+
default: boolean;
|
|
405
|
+
};
|
|
392
406
|
customIconData: {
|
|
393
407
|
type: import('vue').PropType<any>;
|
|
394
408
|
default: () => {};
|
|
@@ -479,6 +493,7 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
479
493
|
tipText: string;
|
|
480
494
|
limitText: string;
|
|
481
495
|
defaultFileds: import('../../utils/file').fieldInter;
|
|
496
|
+
isShowDownLoad: boolean;
|
|
482
497
|
customIconData: any;
|
|
483
498
|
customIconFields: import('../../utils/file').iconFieldInter;
|
|
484
499
|
imageMode: boolean;
|
|
@@ -77,6 +77,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
77
77
|
type: BooleanConstructor;
|
|
78
78
|
default: boolean;
|
|
79
79
|
};
|
|
80
|
+
isShowDownLoad: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
80
84
|
customIconData: {
|
|
81
85
|
type: PropType<any>;
|
|
82
86
|
default: () => {};
|
|
@@ -201,6 +205,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
201
205
|
type: BooleanConstructor;
|
|
202
206
|
default: boolean;
|
|
203
207
|
};
|
|
208
|
+
isShowDownLoad: {
|
|
209
|
+
type: BooleanConstructor;
|
|
210
|
+
default: boolean;
|
|
211
|
+
};
|
|
204
212
|
customIconData: {
|
|
205
213
|
type: PropType<any>;
|
|
206
214
|
default: () => {};
|
|
@@ -281,6 +289,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
281
289
|
tipText: string;
|
|
282
290
|
limitText: string;
|
|
283
291
|
defaultFileds: fieldInter;
|
|
292
|
+
isShowDownLoad: boolean;
|
|
284
293
|
customIconData: any;
|
|
285
294
|
customIconFields: iconFieldInter;
|
|
286
295
|
imageMode: boolean;
|