@energycap/components 0.27.10 → 0.27.11
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/bundles/energycap-components.umd.js +3 -0
- package/bundles/energycap-components.umd.js.map +1 -1
- package/bundles/energycap-components.umd.min.js +1 -1
- package/bundles/energycap-components.umd.min.js.map +1 -1
- package/esm2015/lib/shared/page/page-base/page-base.component.js +4 -1
- package/fesm2015/energycap-components.js +3 -0
- package/fesm2015/energycap-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -9035,6 +9035,7 @@
|
|
|
9035
9035
|
return [3 /*break*/, 3];
|
|
9036
9036
|
case 2:
|
|
9037
9037
|
error_1 = _a.sent();
|
|
9038
|
+
this.splashService.hideSplash();
|
|
9038
9039
|
this.onError(error_1);
|
|
9039
9040
|
return [3 /*break*/, 3];
|
|
9040
9041
|
case 3:
|
|
@@ -9086,6 +9087,7 @@
|
|
|
9086
9087
|
return [3 /*break*/, 5];
|
|
9087
9088
|
case 4:
|
|
9088
9089
|
error_2 = _a.sent();
|
|
9090
|
+
this.splashService.hideSplash();
|
|
9089
9091
|
this.onError(error_2);
|
|
9090
9092
|
return [3 /*break*/, 5];
|
|
9091
9093
|
case 5: return [2 /*return*/];
|
|
@@ -9183,6 +9185,7 @@
|
|
|
9183
9185
|
error_3 = _a.sent();
|
|
9184
9186
|
//clear the "saving" overlay and show the message at the top of the view through the errors property
|
|
9185
9187
|
this.showErrorBanner(error_3, this.defaultUnknownSaveError);
|
|
9188
|
+
this.splashService.hideSplash();
|
|
9186
9189
|
return [3 /*break*/, 5];
|
|
9187
9190
|
case 5: return [3 /*break*/, 7];
|
|
9188
9191
|
case 6:
|