iking-web-ui-pro 1.0.51 → 1.2.0
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/IkApprovalProcessDetail/ik.index.es.js +2185 -2132
- package/dist/IkApprovalProcessDetail/iking-web-ui-pro.css +1 -1
- package/dist/IkDescription/ik.index.es.js +1800 -1746
- package/dist/IkDescription/iking-web-ui-pro.css +1 -1
- package/dist/IkDetailPreviewFiles/ik.index.es.js +1911 -1858
- package/dist/IkDetailPreviewFiles/iking-web-ui-pro.css +1 -1
- package/dist/IkPreviewFile/ik.index.es.js +1944 -1891
- package/dist/IkPreviewFile/iking-web-ui-pro.css +1 -1
- package/dist/IkPreviewFileDialog/ik.index.es.js +2017 -1964
- package/dist/IkPreviewFileDialog/iking-web-ui-pro.css +1 -1
- package/dist/IkUploadFile/ik.index.es.js +3123 -2812
- package/dist/IkUploadFile/iking-web-ui-pro.css +1 -1
- package/dist/iking-web-ui-pro.css +2 -2
- package/dist/{index-_Nj-SOox.mjs → index-DCSOWy0h.mjs} +28287 -27981
- package/dist/{index.es-DnDbR-XX.mjs → index.es-DzIsTyRe.mjs} +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +178 -178
- package/dist/{jspdf.es.min-CZVsyoNP.mjs → jspdf.es.min-yUonYvJt.mjs} +1 -1
- package/dist/src/components/IkUploadFile/index.d.ts +75 -0
- package/dist/src/components/IkUploadFile/src/index.vue.d.ts +45 -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-DzIsTyRe.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;
|
|
@@ -117,6 +117,26 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
117
117
|
type: BooleanConstructor;
|
|
118
118
|
default: boolean;
|
|
119
119
|
};
|
|
120
|
+
showType: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
iconSize: {
|
|
125
|
+
type: NumberConstructor;
|
|
126
|
+
default: number;
|
|
127
|
+
};
|
|
128
|
+
showBg: {
|
|
129
|
+
type: BooleanConstructor;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
132
|
+
showFileSize: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
simple: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
120
140
|
}>> & Readonly<{
|
|
121
141
|
onChange?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
122
142
|
onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
@@ -144,14 +164,19 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
144
164
|
multiple: boolean;
|
|
145
165
|
size: number;
|
|
146
166
|
plain: boolean;
|
|
167
|
+
showBg: boolean;
|
|
147
168
|
loadUrl: string;
|
|
148
169
|
accept: string;
|
|
149
170
|
preview: boolean;
|
|
150
171
|
isOnlyOfficePreview: boolean;
|
|
151
172
|
onlyOfficeAccept: string;
|
|
152
173
|
onlyofficeServer: string;
|
|
174
|
+
iconSize: number;
|
|
153
175
|
onlyOfficeConfig: Record<string, any>;
|
|
154
176
|
jwtToken: string;
|
|
177
|
+
simple: boolean;
|
|
178
|
+
showType: string;
|
|
179
|
+
showFileSize: boolean;
|
|
155
180
|
showIcon: boolean;
|
|
156
181
|
action: string;
|
|
157
182
|
headers: Record<string, any>;
|
|
@@ -290,6 +315,26 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
290
315
|
type: BooleanConstructor;
|
|
291
316
|
default: boolean;
|
|
292
317
|
};
|
|
318
|
+
showType: {
|
|
319
|
+
type: StringConstructor;
|
|
320
|
+
default: string;
|
|
321
|
+
};
|
|
322
|
+
iconSize: {
|
|
323
|
+
type: NumberConstructor;
|
|
324
|
+
default: number;
|
|
325
|
+
};
|
|
326
|
+
showBg: {
|
|
327
|
+
type: BooleanConstructor;
|
|
328
|
+
default: boolean;
|
|
329
|
+
};
|
|
330
|
+
showFileSize: {
|
|
331
|
+
type: BooleanConstructor;
|
|
332
|
+
default: boolean;
|
|
333
|
+
};
|
|
334
|
+
simple: {
|
|
335
|
+
type: BooleanConstructor;
|
|
336
|
+
default: boolean;
|
|
337
|
+
};
|
|
293
338
|
}>> & Readonly<{
|
|
294
339
|
onChange?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
295
340
|
onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
@@ -307,14 +352,19 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
307
352
|
multiple: boolean;
|
|
308
353
|
size: number;
|
|
309
354
|
plain: boolean;
|
|
355
|
+
showBg: boolean;
|
|
310
356
|
loadUrl: string;
|
|
311
357
|
accept: string;
|
|
312
358
|
preview: boolean;
|
|
313
359
|
isOnlyOfficePreview: boolean;
|
|
314
360
|
onlyOfficeAccept: string;
|
|
315
361
|
onlyofficeServer: string;
|
|
362
|
+
iconSize: number;
|
|
316
363
|
onlyOfficeConfig: Record<string, any>;
|
|
317
364
|
jwtToken: string;
|
|
365
|
+
simple: boolean;
|
|
366
|
+
showType: string;
|
|
367
|
+
showFileSize: boolean;
|
|
318
368
|
showIcon: boolean;
|
|
319
369
|
action: string;
|
|
320
370
|
headers: Record<string, any>;
|
|
@@ -450,6 +500,26 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
450
500
|
type: BooleanConstructor;
|
|
451
501
|
default: boolean;
|
|
452
502
|
};
|
|
503
|
+
showType: {
|
|
504
|
+
type: StringConstructor;
|
|
505
|
+
default: string;
|
|
506
|
+
};
|
|
507
|
+
iconSize: {
|
|
508
|
+
type: NumberConstructor;
|
|
509
|
+
default: number;
|
|
510
|
+
};
|
|
511
|
+
showBg: {
|
|
512
|
+
type: BooleanConstructor;
|
|
513
|
+
default: boolean;
|
|
514
|
+
};
|
|
515
|
+
showFileSize: {
|
|
516
|
+
type: BooleanConstructor;
|
|
517
|
+
default: boolean;
|
|
518
|
+
};
|
|
519
|
+
simple: {
|
|
520
|
+
type: BooleanConstructor;
|
|
521
|
+
default: boolean;
|
|
522
|
+
};
|
|
453
523
|
}>> & Readonly<{
|
|
454
524
|
onChange?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
455
525
|
onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
@@ -477,14 +547,19 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
|
|
|
477
547
|
multiple: boolean;
|
|
478
548
|
size: number;
|
|
479
549
|
plain: boolean;
|
|
550
|
+
showBg: boolean;
|
|
480
551
|
loadUrl: string;
|
|
481
552
|
accept: string;
|
|
482
553
|
preview: boolean;
|
|
483
554
|
isOnlyOfficePreview: boolean;
|
|
484
555
|
onlyOfficeAccept: string;
|
|
485
556
|
onlyofficeServer: string;
|
|
557
|
+
iconSize: number;
|
|
486
558
|
onlyOfficeConfig: Record<string, any>;
|
|
487
559
|
jwtToken: string;
|
|
560
|
+
simple: boolean;
|
|
561
|
+
showType: string;
|
|
562
|
+
showFileSize: boolean;
|
|
488
563
|
showIcon: boolean;
|
|
489
564
|
action: string;
|
|
490
565
|
headers: Record<string, any>;
|
|
@@ -128,6 +128,26 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
128
128
|
type: BooleanConstructor;
|
|
129
129
|
default: boolean;
|
|
130
130
|
};
|
|
131
|
+
showType: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
iconSize: {
|
|
136
|
+
type: NumberConstructor;
|
|
137
|
+
default: number;
|
|
138
|
+
};
|
|
139
|
+
showBg: {
|
|
140
|
+
type: BooleanConstructor;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
143
|
+
showFileSize: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
simple: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
131
151
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
132
152
|
delete: (file: UploadFile) => void;
|
|
133
153
|
exceed: (file: any) => void;
|
|
@@ -256,6 +276,26 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
256
276
|
type: BooleanConstructor;
|
|
257
277
|
default: boolean;
|
|
258
278
|
};
|
|
279
|
+
showType: {
|
|
280
|
+
type: StringConstructor;
|
|
281
|
+
default: string;
|
|
282
|
+
};
|
|
283
|
+
iconSize: {
|
|
284
|
+
type: NumberConstructor;
|
|
285
|
+
default: number;
|
|
286
|
+
};
|
|
287
|
+
showBg: {
|
|
288
|
+
type: BooleanConstructor;
|
|
289
|
+
default: boolean;
|
|
290
|
+
};
|
|
291
|
+
showFileSize: {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
default: boolean;
|
|
294
|
+
};
|
|
295
|
+
simple: {
|
|
296
|
+
type: BooleanConstructor;
|
|
297
|
+
default: boolean;
|
|
298
|
+
};
|
|
259
299
|
}>> & Readonly<{
|
|
260
300
|
onChange?: ((file: UploadFile) => any) | undefined;
|
|
261
301
|
onError?: ((error: any, file: UploadFile, files: UploadFiles) => any) | undefined;
|
|
@@ -273,14 +313,19 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
273
313
|
multiple: boolean;
|
|
274
314
|
size: number;
|
|
275
315
|
plain: boolean;
|
|
316
|
+
showBg: boolean;
|
|
276
317
|
loadUrl: string;
|
|
277
318
|
accept: string;
|
|
278
319
|
preview: boolean;
|
|
279
320
|
isOnlyOfficePreview: boolean;
|
|
280
321
|
onlyOfficeAccept: string;
|
|
281
322
|
onlyofficeServer: string;
|
|
323
|
+
iconSize: number;
|
|
282
324
|
onlyOfficeConfig: Record<string, any>;
|
|
283
325
|
jwtToken: string;
|
|
326
|
+
simple: boolean;
|
|
327
|
+
showType: string;
|
|
328
|
+
showFileSize: boolean;
|
|
284
329
|
showIcon: boolean;
|
|
285
330
|
action: string;
|
|
286
331
|
headers: Record<string, any>;
|