iking-web-ui-pro 0.2.26 → 0.2.28

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,7 +73,11 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
73
73
  type: BooleanConstructor;
74
74
  default: boolean;
75
75
  };
76
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
76
+ }>> & {
77
+ onHandPreview?: ((file: any) => any) | undefined;
78
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
79
+ handPreview: (file: any) => void;
80
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
77
81
  list: {
78
82
  type: {
79
83
  (arrayLength: number): any[];
@@ -147,7 +151,9 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
147
151
  type: BooleanConstructor;
148
152
  default: boolean;
149
153
  };
150
- }>>, {
154
+ }>> & {
155
+ onHandPreview?: ((file: any) => any) | undefined;
156
+ }, {
151
157
  url: string;
152
158
  width: number;
153
159
  list: any[];
@@ -243,7 +249,9 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
243
249
  type: BooleanConstructor;
244
250
  default: boolean;
245
251
  };
246
- }>>, {}, {}, {}, {}, {
252
+ }>> & {
253
+ onHandPreview?: ((file: any) => any) | undefined;
254
+ }, {}, {}, {}, {}, {
247
255
  url: string;
248
256
  width: number;
249
257
  list: any[];
@@ -336,7 +344,11 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
336
344
  type: BooleanConstructor;
337
345
  default: boolean;
338
346
  };
339
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
347
+ }>> & {
348
+ onHandPreview?: ((file: any) => any) | undefined;
349
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
350
+ handPreview: (file: any) => void;
351
+ }, string, {
340
352
  url: string;
341
353
  width: number;
342
354
  list: any[];
@@ -77,7 +77,9 @@ declare const __VLS_component: import('vue').DefineComponent<{
77
77
  type: BooleanConstructor;
78
78
  default: boolean;
79
79
  };
80
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
80
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
81
+ handPreview: (file: any) => void;
82
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
81
83
  list: {
82
84
  type: {
83
85
  (arrayLength: number): any[];
@@ -151,7 +153,9 @@ declare const __VLS_component: import('vue').DefineComponent<{
151
153
  type: BooleanConstructor;
152
154
  default: boolean;
153
155
  };
154
- }>>, {
156
+ }>> & {
157
+ onHandPreview?: ((file: any) => any) | undefined;
158
+ }, {
155
159
  url: string;
156
160
  width: number;
157
161
  list: any[];
@@ -112,12 +112,14 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
112
112
  }>> & {
113
113
  onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
114
114
  onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
115
+ onHandPreview?: ((file: any) => any) | undefined;
115
116
  onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
116
117
  onExceed?: ((file: any) => any) | undefined;
117
118
  onOutSize?: (() => any) | undefined;
118
119
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
119
120
  delete: (file: import('element-plus').UploadFile) => void;
120
121
  exceed: (file: any) => void;
122
+ handPreview: (file: any) => void;
121
123
  success: (response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
122
124
  error: (error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
123
125
  outSize: () => void;
@@ -234,6 +236,7 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
234
236
  }>> & {
235
237
  onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
236
238
  onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
239
+ onHandPreview?: ((file: any) => any) | undefined;
237
240
  onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
238
241
  onExceed?: ((file: any) => any) | undefined;
239
242
  onOutSize?: (() => any) | undefined;
@@ -383,6 +386,7 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
383
386
  }>> & {
384
387
  onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
385
388
  onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
389
+ onHandPreview?: ((file: any) => any) | undefined;
386
390
  onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
387
391
  onExceed?: ((file: any) => any) | undefined;
388
392
  onOutSize?: (() => any) | undefined;
@@ -529,12 +533,14 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
529
533
  }>> & {
530
534
  onError?: ((error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
531
535
  onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
536
+ onHandPreview?: ((file: any) => any) | undefined;
532
537
  onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
533
538
  onExceed?: ((file: any) => any) | undefined;
534
539
  onOutSize?: (() => any) | undefined;
535
540
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
536
541
  delete: (file: import('element-plus').UploadFile) => void;
537
542
  exceed: (file: any) => void;
543
+ handPreview: (file: any) => void;
538
544
  success: (response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
539
545
  error: (error: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => void;
540
546
  outSize: () => void;
@@ -122,6 +122,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
122
122
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
123
123
  delete: (file: UploadFile) => void;
124
124
  exceed: (file: any) => void;
125
+ handPreview: (file: any) => void;
125
126
  success: (response: any, file: UploadFile, files: UploadFiles) => void;
126
127
  error: (error: any, file: UploadFile, files: UploadFiles) => void;
127
128
  outSize: () => void;
@@ -238,6 +239,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
238
239
  }>> & {
239
240
  onError?: ((error: any, file: UploadFile, files: UploadFiles) => any) | undefined;
240
241
  onDelete?: ((file: UploadFile) => any) | undefined;
242
+ onHandPreview?: ((file: any) => any) | undefined;
241
243
  onSuccess?: ((response: any, file: UploadFile, files: UploadFiles) => any) | undefined;
242
244
  onExceed?: ((file: any) => any) | undefined;
243
245
  onOutSize?: (() => any) | undefined;