@smartbit4all/ng-client 3.3.103 → 3.3.105
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-tree/smarttree-generic.service.mjs +12 -4
- package/esm2020/lib/smart-tree/smarttree.module.mjs +11 -3
- package/fesm2015/smartbit4all-ng-client.mjs +22 -5
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +21 -5
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-tree/smarttree-generic.service.d.ts +2 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.105.tgz +0 -0
- package/smartbit4all-ng-client-3.3.103.tgz +0 -0
|
@@ -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
|
Binary file
|
|
Binary file
|