@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.
- package/bundles/sumaris-net.ngx-components.umd.js +0 -7
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/menu/menu.component.js +1 -8
- package/esm2015/src/app/social/user-event/user-event.model.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js +0 -7
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/social/user-event/user-event.model.d.ts +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -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); });
|