@smartbit4all/ng-client 3.3.103 → 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.
@@ -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.103",
3
+ "version": "3.3.104",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file