@smartbit4all/ng-client 4.0.16 → 4.0.18
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/esm2022/lib/smart-grid/smart-grid.component.mjs +2 -2
- package/esm2022/lib/view-context/message-dialog/message-dialog.component.mjs +4 -4
- package/esm2022/lib/view-context/smart-view-context-dialog.service.mjs +10 -5
- package/esm2022/lib/view-context/smart-view-context.service.mjs +4 -6
- package/fesm2022/smartbit4all-ng-client.mjs +71 -69
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/view-context/smart-view-context-dialog.service.d.ts +2 -0
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.0.18.tgz +0 -0
- package/smartbit4all-ng-client-4.0.16.tgz +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ComponentType } from '@angular/cdk/portal';
|
|
2
|
+
import { Injector } from '@angular/core';
|
|
2
3
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
4
|
import { Router } from '@angular/router';
|
|
4
5
|
import { SmartDialogData } from '../smart-dialog/smartdialog.model';
|
|
@@ -9,6 +10,7 @@ export declare class SmartViewContextDialogService {
|
|
|
9
10
|
protected dialog: MatDialog;
|
|
10
11
|
protected router: Router;
|
|
11
12
|
protected dialogService: DialogService;
|
|
13
|
+
protected inject: Injector;
|
|
12
14
|
compLib: ComponentLibrary;
|
|
13
15
|
componentLibrary: typeof ComponentLibrary;
|
|
14
16
|
private constructor();
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|