kui-crm 0.0.300 → 0.0.301
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.
- package/cjs/index.js +3 -0
- package/cjs/index.js.map +1 -1
- package/index.d.ts +94 -94
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
package/cjs/index.js
CHANGED
|
@@ -1171,6 +1171,9 @@ var FileStore = /** @class */ (function () {
|
|
|
1171
1171
|
this.updateUploadedData(file);
|
|
1172
1172
|
this.updateUploadStatus("success");
|
|
1173
1173
|
}
|
|
1174
|
+
else if (this.loader.error) {
|
|
1175
|
+
this.updateUploadStatus("error");
|
|
1176
|
+
}
|
|
1174
1177
|
else
|
|
1175
1178
|
this.updateUploadStatus("failure");
|
|
1176
1179
|
_a.label = 2;
|