@smartbit4all/ng-client 3.3.102 → 3.3.104

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.
@@ -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;
@@ -11,6 +11,7 @@ export interface SmarttreeConfiguration {
11
11
  export declare class SmarttreeGenericService extends SmarttreeService<SmartTreeNode[]> implements UseUiAction {
12
12
  protected pageName: string;
13
13
  protected treeId: string;
14
+ private treeMenuIcon?;
14
15
  submit: Subject<void>;
15
16
  reSubscribeToChange: Subject<void>;
16
17
  uiActionDescriptors: Map<string, UiActionDescriptor>;
@@ -19,7 +20,7 @@ export declare class SmarttreeGenericService extends SmarttreeService<SmartTreeN
19
20
  private service;
20
21
  private uiActionDescriptorService;
21
22
  private uiActionService;
22
- constructor(inject: Injector, pageName: string, treeId: string);
23
+ constructor(inject: Injector, pageName: string, treeId: string, treeMenuIcon?: string | undefined);
23
24
  constructUiActionModels(uiActions: UiAction[]): void;
24
25
  configureTree(configuration: SmarttreeConfiguration): void;
25
26
  initialize(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.102",
3
+ "version": "3.3.104",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file