@koredev/kore-web-sdk 11.17.0-rc.75e58c5 → 11.17.0-rc.d163267

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.
@@ -11,6 +11,7 @@ declare class KoreMultiFileUploaderPlugin {
11
11
  fileUploaderCounter: any;
12
12
  xhrValue: any;
13
13
  xhr: any;
14
+ activeUploads: any;
14
15
  private _conc;
15
16
  private _mdat;
16
17
  _fields: any[];
@@ -65,6 +66,7 @@ declare class KoreMultiFileUploaderPlugin {
65
66
  [x: string]: any;
66
67
  };
67
68
  };
69
+ $element?: any;
68
70
  }, ele?: any): void;
69
71
  startChunksUpload(_this: {
70
72
  options: {
@@ -73,26 +75,18 @@ declare class KoreMultiFileUploaderPlugin {
73
75
  [x: string]: any;
74
76
  };
75
77
  };
76
- }): void;
78
+ }, element: any): void;
77
79
  getConnection(_this: any): any;
78
80
  getHTTPConnecton(): any;
79
81
  HttpRequest(): any;
82
+ isElementInDOM(el: any): boolean;
80
83
  progressListener(_this: any, evt: any, ele: any): void;
81
84
  loadListener(_this: any, evt: {
82
85
  target: {
83
86
  response: string;
84
87
  };
85
88
  }): void;
86
- errorListener(_this: {
87
- events: {
88
- error: {
89
- params: any;
90
- };
91
- };
92
- $element: {
93
- trigger: (arg0: any) => void;
94
- };
95
- }, evt: any): void;
89
+ errorListener(_this: any, evt: any): void;
96
90
  initUploadChunk(_this: any): void;
97
91
  uploadChunk(_this: {
98
92
  options: {