monkey-front-core 0.0.504 → 0.0.505

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.
@@ -3644,7 +3644,9 @@ class MonkeyEcxServiceWorkerConfigService {
3644
3644
  document.location.reload();
3645
3645
  }
3646
3646
  else {
3647
+ modalService.closeAll();
3647
3648
  modalService.open(VersionChangedComponent, {
3649
+ hideClose: true,
3648
3650
  color: 'theme',
3649
3651
  size: 'md'
3650
3652
  });
@@ -3667,14 +3669,14 @@ class MonkeyEcxServiceWorkerConfigService {
3667
3669
  this.verify();
3668
3670
  }
3669
3671
  }
3670
- MonkeyEcxServiceWorkerConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0.ApplicationRef }, { token: i1$4.SwUpdate }, { token: i1.MonkeyStyleGuideModalService }], target: i0.ɵɵFactoryTarget.Injectable });
3672
+ MonkeyEcxServiceWorkerConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, deps: [{ token: i0.ApplicationRef }, { token: i1$4.SwUpdate }, { token: i1.MonkeyStyleGuideModalFixedService }], target: i0.ɵɵFactoryTarget.Injectable });
3671
3673
  MonkeyEcxServiceWorkerConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, providedIn: 'root' });
3672
3674
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxServiceWorkerConfigService, decorators: [{
3673
3675
  type: Injectable,
3674
3676
  args: [{
3675
3677
  providedIn: 'root'
3676
3678
  }]
3677
- }], ctorParameters: function () { return [{ type: i0.ApplicationRef }, { type: i1$4.SwUpdate }, { type: i1.MonkeyStyleGuideModalService }]; } });
3679
+ }], ctorParameters: function () { return [{ type: i0.ApplicationRef }, { type: i1$4.SwUpdate }, { type: i1.MonkeyStyleGuideModalFixedService }]; } });
3678
3680
 
3679
3681
  /* eslint-disable no-console */
3680
3682
  class MonkeyEcxSecurityConsoleConfigService extends MonkeyEcxCommonsService {
@@ -3881,6 +3883,7 @@ class MonkeyEcxAlertsConfigService {
3881
3883
  const { img, title, message, endDate, noEndDate, action, hideClose } = config.alert;
3882
3884
  if (moment.default().isSameOrBefore(moment.default(endDate)) || noEndDate) {
3883
3885
  this.modalService.open(AlertsComponent, {
3886
+ hideClose: true,
3884
3887
  color: 'theme',
3885
3888
  size: 'md',
3886
3889
  data: {