iking-web-ui-pro 1.0.46 → 1.0.47

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.
@@ -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-B77Iiv-O.mjs")).catch(function(k) {
9165
+ return (Gt.canvg ? Promise.resolve(Gt.canvg) : import("./index.es-D7jRDuLK.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;
@@ -1,6 +1,6 @@
1
1
  export declare const IkFileIcon: import('../../utils/typescript').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  type: {
3
- type: import('vue').PropType<"unknow" | "ppt" | "pdf" | "word" | "image" | "video" | "audio" | "txt" | "zip" | "excel", "exe", "json">;
3
+ type: import('vue').PropType<"unknow" | "ppt" | "pdf" | "word" | "image" | "video" | "audio" | "txt" | "zip" | "excel" | "exe" | "json">;
4
4
  default: string;
5
5
  };
6
6
  file: {
@@ -17,7 +17,7 @@ export declare const IkFileIcon: import('../../utils/typescript').SFCWithInstall
17
17
  };
18
18
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
19
19
  type: {
20
- type: import('vue').PropType<"unknow" | "ppt" | "pdf" | "word" | "image" | "video" | "audio" | "txt" | "zip" | "excel", "exe", "json">;
20
+ type: import('vue').PropType<"unknow" | "ppt" | "pdf" | "word" | "image" | "video" | "audio" | "txt" | "zip" | "excel" | "exe" | "json">;
21
21
  default: string;
22
22
  };
23
23
  file: {
@@ -33,7 +33,7 @@ export declare const IkFileIcon: import('../../utils/typescript').SFCWithInstall
33
33
  };
34
34
  };
35
35
  }>> & Readonly<{}>, {
36
- type: any;
36
+ type: "audio" | "video" | "image" | "excel" | "zip" | "pdf" | "txt" | "word" | "ppt" | "exe" | "json" | "unknow";
37
37
  file: Record<string, any>;
38
38
  fields: Record<string, any>;
39
39
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
@@ -2,7 +2,7 @@ import { PropType } from 'vue';
2
2
 
3
3
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
4
  type: {
5
- type: PropType<"unknow" | "ppt" | "pdf" | "word" | "image" | "video" | "audio" | "txt" | "zip" | "excel", "exe", "json">;
5
+ type: PropType<"unknow" | "ppt" | "pdf" | "word" | "image" | "video" | "audio" | "txt" | "zip" | "excel" | "exe" | "json">;
6
6
  default: string;
7
7
  };
8
8
  file: {
@@ -19,7 +19,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
19
19
  };
20
20
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
21
21
  type: {
22
- type: PropType<"unknow" | "ppt" | "pdf" | "word" | "image" | "video" | "audio" | "txt" | "zip" | "excel", "exe", "json">;
22
+ type: PropType<"unknow" | "ppt" | "pdf" | "word" | "image" | "video" | "audio" | "txt" | "zip" | "excel" | "exe" | "json">;
23
23
  default: string;
24
24
  };
25
25
  file: {
@@ -35,7 +35,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
35
35
  };
36
36
  };
37
37
  }>> & Readonly<{}>, {
38
- type: any;
38
+ type: "audio" | "video" | "image" | "excel" | "zip" | "pdf" | "txt" | "word" | "ppt" | "exe" | "json" | "unknow";
39
39
  file: Record<string, any>;
40
40
  fields: Record<string, any>;
41
41
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -212,6 +212,10 @@ declare const IkDialog: import('vue').DefineComponent<import('vue').ExtractPropT
212
212
  type: BooleanConstructor;
213
213
  default: boolean;
214
214
  };
215
+ debug: {
216
+ type: BooleanConstructor;
217
+ default: boolean;
218
+ };
215
219
  }>, {
216
220
  handClear: () => void;
217
221
  handRomeve: (item: import('../../IkPickerUser/types').TList) => void;
@@ -370,6 +374,10 @@ declare const IkDialog: import('vue').DefineComponent<import('vue').ExtractPropT
370
374
  type: BooleanConstructor;
371
375
  default: boolean;
372
376
  };
377
+ debug: {
378
+ type: BooleanConstructor;
379
+ default: boolean;
380
+ };
373
381
  }>> & Readonly<{
374
382
  "onUpdate:modelValue"?: ((val: import('../../IkPickerUser/types').TList[]) => any) | undefined;
375
383
  onHandChild?: ((val: import('../../IkPickerUser/types').TList | null) => any) | undefined;
@@ -426,6 +434,7 @@ declare const IkDialog: import('vue').DefineComponent<import('vue').ExtractPropT
426
434
  imageBaseUrl: string;
427
435
  dataScopeOnly: boolean;
428
436
  rootDepartmentOnly: boolean;
437
+ debug: boolean;
429
438
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
430
439
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
431
440
  export default IkDialog;
@@ -146,6 +146,10 @@ export declare const IkingPickerUser: import('../../utils/typescript').SFCWithIn
146
146
  type: BooleanConstructor;
147
147
  default: boolean;
148
148
  };
149
+ debug: {
150
+ type: BooleanConstructor;
151
+ default: boolean;
152
+ };
149
153
  }>, {
150
154
  handClear: () => void;
151
155
  handRomeve: (item: import('./types').TList) => void;
@@ -304,6 +308,10 @@ export declare const IkingPickerUser: import('../../utils/typescript').SFCWithIn
304
308
  type: BooleanConstructor;
305
309
  default: boolean;
306
310
  };
311
+ debug: {
312
+ type: BooleanConstructor;
313
+ default: boolean;
314
+ };
307
315
  }>> & Readonly<{
308
316
  "onUpdate:modelValue"?: ((val: import('./types').TList[]) => any) | undefined;
309
317
  onHandChild?: ((val: import('./types').TList | null) => any) | undefined;
@@ -360,5 +368,6 @@ export declare const IkingPickerUser: import('../../utils/typescript').SFCWithIn
360
368
  imageBaseUrl: string;
361
369
  dataScopeOnly: boolean;
362
370
  rootDepartmentOnly: boolean;
371
+ debug: boolean;
363
372
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
364
373
  export default IkingPickerUser;
@@ -149,4 +149,8 @@ export declare const defaultProps: {
149
149
  type: BooleanConstructor;
150
150
  default: boolean;
151
151
  };
152
+ debug: {
153
+ type: BooleanConstructor;
154
+ default: boolean;
155
+ };
152
156
  };
@@ -148,6 +148,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
148
148
  type: BooleanConstructor;
149
149
  default: boolean;
150
150
  };
151
+ debug: {
152
+ type: BooleanConstructor;
153
+ default: boolean;
154
+ };
151
155
  }>, {
152
156
  handClear: () => void;
153
157
  handRomeve: (item: TList) => void;
@@ -306,6 +310,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
306
310
  type: BooleanConstructor;
307
311
  default: boolean;
308
312
  };
313
+ debug: {
314
+ type: BooleanConstructor;
315
+ default: boolean;
316
+ };
309
317
  }>> & Readonly<{
310
318
  "onUpdate:modelValue"?: ((val: TList[]) => any) | undefined;
311
319
  onHandChild?: ((val: TList | null) => any) | undefined;
@@ -362,5 +370,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
362
370
  imageBaseUrl: string;
363
371
  dataScopeOnly: boolean;
364
372
  rootDepartmentOnly: boolean;
373
+ debug: boolean;
365
374
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
366
375
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iking-web-ui-pro",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "iking-web-ui-pro",
5
5
  "keywords": [
6
6
  "iking-web-ui-pro",