@mediusinc/mng-commons 0.18.0 → 0.18.2

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.
@@ -86,6 +86,7 @@ export declare class MngTableComponent<T, S> implements OnInit, OnChanges, After
86
86
  showInlineActionsColumn: boolean;
87
87
  rowClickActions: ActionDescriptor<T>[];
88
88
  rowInlineActions: ActionDescriptor<T>[];
89
+ private routerIsNavigationOutsideInProgress;
89
90
  private viewContainer?;
90
91
  private subscriptions;
91
92
  constructor(injector: Injector, router: Router, route: ActivatedRoute, translate: TranslateService, actionExecutor: MngActionExecutorService, viewContainerService: MngViewContainerComponentService<T, S> | null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "0.18.0",
3
+ "version": "0.18.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0",
package/version-info.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@mediusinc/mng-commons",
3
- "version": "0.18.0",
4
- "tag": "v0.18.0",
3
+ "version": "0.18.2",
4
+ "tag": "v0.18.2",
5
5
  "distance": 0,
6
- "hash": "8cdb3456",
6
+ "hash": "1dac7031",
7
7
  "dirty": false,
8
- "semver": "0.18.0",
9
- "raw": "v0.18.0-8cdb3456"
8
+ "semver": "0.18.2",
9
+ "raw": "v0.18.2-1dac7031"
10
10
  }