iking-web-ui-pro 0.2.49 → 0.2.51
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 +565 -551
- package/dist/IKApprovalProcessDetail/ik.index.umd.js +23 -23
- package/dist/IKPreviewFile/ik.index.es.js +1077 -1063
- package/dist/IKPreviewFile/ik.index.umd.js +38 -38
- package/dist/IkDescription/ik.index.es.js +1163 -1149
- package/dist/IkDescription/ik.index.umd.js +38 -38
- package/dist/IkDetailPreviewFiles/ik.index.es.js +954 -940
- package/dist/IkDetailPreviewFiles/ik.index.umd.js +38 -38
- package/dist/index.es.js +4976 -4962
- package/dist/index.umd.js +72 -72
- package/dist/src/components/IKPreviewFile/index.d.ts +26 -7
- package/dist/src/components/IKPreviewFile/src/IkPreviewFile.vue.d.ts +12 -3
- package/package.json +1 -1
|
@@ -77,7 +77,11 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
77
77
|
type: StringConstructor;
|
|
78
78
|
default: string;
|
|
79
79
|
};
|
|
80
|
-
|
|
80
|
+
showDownloadBtn: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
showPreviewBtn: {
|
|
81
85
|
type: BooleanConstructor;
|
|
82
86
|
default: boolean;
|
|
83
87
|
};
|
|
@@ -163,7 +167,11 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
163
167
|
type: StringConstructor;
|
|
164
168
|
default: string;
|
|
165
169
|
};
|
|
166
|
-
|
|
170
|
+
showDownloadBtn: {
|
|
171
|
+
type: BooleanConstructor;
|
|
172
|
+
default: boolean;
|
|
173
|
+
};
|
|
174
|
+
showPreviewBtn: {
|
|
167
175
|
type: BooleanConstructor;
|
|
168
176
|
default: boolean;
|
|
169
177
|
};
|
|
@@ -185,7 +193,8 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
185
193
|
jwtToken: string;
|
|
186
194
|
simple: boolean;
|
|
187
195
|
showType: string;
|
|
188
|
-
|
|
196
|
+
showDownloadBtn: boolean;
|
|
197
|
+
showPreviewBtn: boolean;
|
|
189
198
|
}, true, {}, {}, {
|
|
190
199
|
P: {};
|
|
191
200
|
B: {};
|
|
@@ -271,7 +280,11 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
271
280
|
type: StringConstructor;
|
|
272
281
|
default: string;
|
|
273
282
|
};
|
|
274
|
-
|
|
283
|
+
showDownloadBtn: {
|
|
284
|
+
type: BooleanConstructor;
|
|
285
|
+
default: boolean;
|
|
286
|
+
};
|
|
287
|
+
showPreviewBtn: {
|
|
275
288
|
type: BooleanConstructor;
|
|
276
289
|
default: boolean;
|
|
277
290
|
};
|
|
@@ -293,7 +306,8 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
293
306
|
jwtToken: string;
|
|
294
307
|
simple: boolean;
|
|
295
308
|
showType: string;
|
|
296
|
-
|
|
309
|
+
showDownloadBtn: boolean;
|
|
310
|
+
showPreviewBtn: boolean;
|
|
297
311
|
}>;
|
|
298
312
|
__isFragment?: never;
|
|
299
313
|
__isTeleport?: never;
|
|
@@ -376,7 +390,11 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
376
390
|
type: StringConstructor;
|
|
377
391
|
default: string;
|
|
378
392
|
};
|
|
379
|
-
|
|
393
|
+
showDownloadBtn: {
|
|
394
|
+
type: BooleanConstructor;
|
|
395
|
+
default: boolean;
|
|
396
|
+
};
|
|
397
|
+
showPreviewBtn: {
|
|
380
398
|
type: BooleanConstructor;
|
|
381
399
|
default: boolean;
|
|
382
400
|
};
|
|
@@ -400,7 +418,8 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
400
418
|
jwtToken: string;
|
|
401
419
|
simple: boolean;
|
|
402
420
|
showType: string;
|
|
403
|
-
|
|
421
|
+
showDownloadBtn: boolean;
|
|
422
|
+
showPreviewBtn: boolean;
|
|
404
423
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
405
424
|
$slots: {
|
|
406
425
|
operation?(_: {
|
|
@@ -81,7 +81,11 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
81
81
|
type: StringConstructor;
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
|
-
|
|
84
|
+
showDownloadBtn: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
showPreviewBtn: {
|
|
85
89
|
type: BooleanConstructor;
|
|
86
90
|
default: boolean;
|
|
87
91
|
};
|
|
@@ -165,7 +169,11 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
165
169
|
type: StringConstructor;
|
|
166
170
|
default: string;
|
|
167
171
|
};
|
|
168
|
-
|
|
172
|
+
showDownloadBtn: {
|
|
173
|
+
type: BooleanConstructor;
|
|
174
|
+
default: boolean;
|
|
175
|
+
};
|
|
176
|
+
showPreviewBtn: {
|
|
169
177
|
type: BooleanConstructor;
|
|
170
178
|
default: boolean;
|
|
171
179
|
};
|
|
@@ -187,7 +195,8 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
187
195
|
jwtToken: string;
|
|
188
196
|
simple: boolean;
|
|
189
197
|
showType: string;
|
|
190
|
-
|
|
198
|
+
showDownloadBtn: boolean;
|
|
199
|
+
showPreviewBtn: boolean;
|
|
191
200
|
}, {}>;
|
|
192
201
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
193
202
|
export default _default;
|