@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.0.34",
3
+ "version": "4.0.36",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file