iking-web-ui-pro 0.2.47 → 0.2.49

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.
@@ -73,6 +73,14 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
73
73
  type: BooleanConstructor;
74
74
  default: boolean;
75
75
  };
76
+ showType: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ showDownload: {
81
+ type: BooleanConstructor;
82
+ default: boolean;
83
+ };
76
84
  }>> & {
77
85
  onHandPreview?: ((file: any) => any) | undefined;
78
86
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -151,6 +159,14 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
151
159
  type: BooleanConstructor;
152
160
  default: boolean;
153
161
  };
162
+ showType: {
163
+ type: StringConstructor;
164
+ default: string;
165
+ };
166
+ showDownload: {
167
+ type: BooleanConstructor;
168
+ default: boolean;
169
+ };
154
170
  }>> & {
155
171
  onHandPreview?: ((file: any) => any) | undefined;
156
172
  }, {
@@ -168,6 +184,8 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
168
184
  onlyOfficeConfig: Record<string, any>;
169
185
  jwtToken: string;
170
186
  simple: boolean;
187
+ showType: string;
188
+ showDownload: boolean;
171
189
  }, true, {}, {}, {
172
190
  P: {};
173
191
  B: {};
@@ -249,6 +267,14 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
249
267
  type: BooleanConstructor;
250
268
  default: boolean;
251
269
  };
270
+ showType: {
271
+ type: StringConstructor;
272
+ default: string;
273
+ };
274
+ showDownload: {
275
+ type: BooleanConstructor;
276
+ default: boolean;
277
+ };
252
278
  }>> & {
253
279
  onHandPreview?: ((file: any) => any) | undefined;
254
280
  }, {}, {}, {}, {}, {
@@ -266,6 +292,8 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
266
292
  onlyOfficeConfig: Record<string, any>;
267
293
  jwtToken: string;
268
294
  simple: boolean;
295
+ showType: string;
296
+ showDownload: boolean;
269
297
  }>;
270
298
  __isFragment?: never;
271
299
  __isTeleport?: never;
@@ -344,6 +372,14 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
344
372
  type: BooleanConstructor;
345
373
  default: boolean;
346
374
  };
375
+ showType: {
376
+ type: StringConstructor;
377
+ default: string;
378
+ };
379
+ showDownload: {
380
+ type: BooleanConstructor;
381
+ default: boolean;
382
+ };
347
383
  }>> & {
348
384
  onHandPreview?: ((file: any) => any) | undefined;
349
385
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -363,6 +399,8 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
363
399
  onlyOfficeConfig: Record<string, any>;
364
400
  jwtToken: string;
365
401
  simple: boolean;
402
+ showType: string;
403
+ showDownload: boolean;
366
404
  }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
367
405
  $slots: {
368
406
  operation?(_: {
@@ -77,6 +77,14 @@ declare const __VLS_component: import('vue').DefineComponent<{
77
77
  type: BooleanConstructor;
78
78
  default: boolean;
79
79
  };
80
+ showType: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ showDownload: {
85
+ type: BooleanConstructor;
86
+ default: boolean;
87
+ };
80
88
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
81
89
  handPreview: (file: any) => void;
82
90
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -153,6 +161,14 @@ declare const __VLS_component: import('vue').DefineComponent<{
153
161
  type: BooleanConstructor;
154
162
  default: boolean;
155
163
  };
164
+ showType: {
165
+ type: StringConstructor;
166
+ default: string;
167
+ };
168
+ showDownload: {
169
+ type: BooleanConstructor;
170
+ default: boolean;
171
+ };
156
172
  }>> & {
157
173
  onHandPreview?: ((file: any) => any) | undefined;
158
174
  }, {
@@ -170,6 +186,8 @@ declare const __VLS_component: import('vue').DefineComponent<{
170
186
  onlyOfficeConfig: Record<string, any>;
171
187
  jwtToken: string;
172
188
  simple: boolean;
189
+ showType: string;
190
+ showDownload: boolean;
173
191
  }, {}>;
174
192
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
175
193
  export default _default;