@smartbit4all/ng-client 3.3.102 → 3.3.103
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/esm2020/lib/smart-grid/smart-grid.component.mjs +11 -6
- package/esm2020/lib/smart-grid/smart-grid.module.mjs +3 -2
- package/fesm2015/smartbit4all-ng-client.mjs +24 -16
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +11 -5
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-grid/smart-grid.component.d.ts +2 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.103.tgz +0 -0
- package/smartbit4all-ng-client-3.3.102.tgz +0 -0
|
@@ -19,6 +19,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
19
19
|
private cfService;
|
|
20
20
|
private dialog;
|
|
21
21
|
private uiActionDescriptorService;
|
|
22
|
+
private gridMenuIcon?;
|
|
22
23
|
private readonly defaultPageSizeOptions;
|
|
23
24
|
private _destroy$;
|
|
24
25
|
smartGrid?: SmartGrid;
|
|
@@ -45,7 +46,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
45
46
|
treeFlattener?: MatTreeFlattener<GridRow, GridRow>;
|
|
46
47
|
treeDataSource?: MatTreeFlatDataSource<GridRow, GridRow>;
|
|
47
48
|
treeChecklistSelection?: SelectionModel<GridRow>;
|
|
48
|
-
constructor(service: SmartGridService, cfService: ComponentFactoryService, dialog: MatDialog, uiActionDescriptorService: UiActionDescriptorService);
|
|
49
|
+
constructor(service: SmartGridService, cfService: ComponentFactoryService, dialog: MatDialog, uiActionDescriptorService: UiActionDescriptorService, gridMenuIcon?: string | undefined);
|
|
49
50
|
ngOnChanges(changes: SimpleChanges): void;
|
|
50
51
|
ngOnDestroy(): void;
|
|
51
52
|
ngAfterViewInit(): void;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|