@sumaris-net/ngx-components 1.21.0-beta2 → 1.21.0-beta3

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.
@@ -24386,9 +24386,6 @@
24386
24386
  this._subscription = new rxjs.Subscription();
24387
24387
  this.loading = true;
24388
24388
  this.isLogin = false;
24389
- // showUserEventNotification: boolean;
24390
- // showJobProgression: boolean;
24391
- // jobProgressionOptions: JobProgressionOptions;
24392
24389
  this.$items = new rxjs.BehaviorSubject(undefined);
24393
24390
  this.id = 'menu';
24394
24391
  this.menuId = 'left';
@@ -24413,10 +24410,6 @@
24413
24410
  case 2:
24414
24411
  // Wait platform started
24415
24412
  _b.sent();
24416
- // Init social options
24417
- // this.showUserEventNotification = toBoolean(this.socialModuleOptions?.showUserEventNotification, false);
24418
- // this.showJobProgression = toBoolean(this.socialModuleOptions?.showJobProgression, false);
24419
- // this.jobProgressionOptions = this.socialModuleOptions?.jobProgressionOptions;
24420
24413
  // Listen to menu service event
24421
24414
  this.menuService.splitPaneWhen
24422
24415
  .subscribe(function (value) { return _this.setSplitPaneWhen(value); });