clickgo 4.1.3 → 4.1.5

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.
@@ -392,6 +392,11 @@ export interface IPdfViewEvent {
392
392
  'pxheight': number;
393
393
  };
394
394
  }
395
+ export interface IUploaderRemoveEvent extends ICustomEvent {
396
+ 'detail': {
397
+ 'index': number;
398
+ };
399
+ }
395
400
  export interface IIconviewItemclickedEvent {
396
401
  'detail': {
397
402
  'event': MouseEvent | TouchEvent;
@@ -31,7 +31,7 @@ export declare function compressor<T extends File | Blob>(file: T, options?: {
31
31
  'maxHeight'?: number;
32
32
  /** --- 压缩质量,默认 0.8 --- */
33
33
  'quality'?: number;
34
- }): Promise<File | Blob | false>;
34
+ }): Promise<T | false>;
35
35
  interface IClassPrototype {
36
36
  'method': Record<string, any>;
37
37
  'access': Record<string, {
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clickgo",
3
- "version": "4.1.3",
3
+ "version": "4.1.5",
4
4
  "description": "Background interface, software interface, mobile phone APP interface operation library.",
5
5
  "type": "module",
6
6
  "keywords": [