@smartbit4all/ng-client 4.0.34 → 4.0.36
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 +15 -6
- package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +26 -29
- package/fesm2022/smartbit4all-ng-client.mjs +38 -32
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-grid/smart-grid.component.d.ts +3 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.0.36.tgz +0 -0
- package/smartbit4all-ng-client-4.0.34.tgz +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
2
2
|
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
3
|
-
import { AfterViewInit, ComponentRef, OnChanges, OnDestroy, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
3
|
+
import { AfterViewInit, ComponentRef, Injector, OnChanges, OnDestroy, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
4
4
|
import { MatDialog } from '@angular/material/dialog';
|
|
5
5
|
import { PageEvent } from '@angular/material/paginator';
|
|
6
6
|
import { MatTreeFlatDataSource, MatTreeFlattener } from '@angular/material/tree';
|
|
@@ -22,6 +22,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
22
22
|
private service;
|
|
23
23
|
private cfService;
|
|
24
24
|
private dialog;
|
|
25
|
+
private injector;
|
|
25
26
|
private uiActionDescriptorService;
|
|
26
27
|
compLib: ComponentLibrary;
|
|
27
28
|
private gridMenuIcon?;
|
|
@@ -52,7 +53,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
52
53
|
treeFlattener?: MatTreeFlattener<GridRow, GridRow>;
|
|
53
54
|
treeDataSource?: MatTreeFlatDataSource<GridRow, GridRow>;
|
|
54
55
|
treeChecklistSelection?: SelectionModel<GridRow>;
|
|
55
|
-
constructor(service: SmartGridService, cfService: ComponentFactoryService, dialog: MatDialog, uiActionDescriptorService: UiActionDescriptorService, compLib: ComponentLibrary, gridMenuIcon?: string | undefined);
|
|
56
|
+
constructor(service: SmartGridService, cfService: ComponentFactoryService, dialog: MatDialog, injector: Injector, uiActionDescriptorService: UiActionDescriptorService, compLib: ComponentLibrary, gridMenuIcon?: string | undefined);
|
|
56
57
|
ngOnChanges(changes: SimpleChanges): void;
|
|
57
58
|
ngOnDestroy(): void;
|
|
58
59
|
ngAfterViewInit(): void;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|