@smartbit4all/ng-client 4.3.25 → 4.3.27

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.
@@ -21,6 +21,7 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
21
21
  parentLayoutComponent?: SmartComponentLayoutComponent;
22
22
  parentSmartComponent: any;
23
23
  gridRow: any;
24
+ get testId(): string | null;
24
25
  currentLayout?: SmartComponentLayoutDefinition;
25
26
  uuid?: string;
26
27
  smartFormList: QueryList<SmartformComponent>;
@@ -36,6 +36,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
36
36
  private _destroy$;
37
37
  smartGrid?: SmartGrid;
38
38
  uuid?: string;
39
+ get testId(): string | null;
39
40
  dev: boolean;
40
41
  vcRefTable?: ViewContainerRef;
41
42
  componentRefTable?: ComponentRef<SmarttableComponent>;
@@ -10,7 +10,6 @@ export interface SmarttreeConfiguration {
10
10
  }
11
11
  export declare class SmarttreeGenericService extends SmarttreeService<SmartTreeNode[]> implements UseUiAction {
12
12
  protected pageName: string;
13
- protected treeId: string;
14
13
  private treeMenuIcon?;
15
14
  submit: Subject<void>;
16
15
  reSubscribeToChange: Subject<void>;
@@ -18,6 +18,7 @@ export declare class SmartTreeComponent implements OnInit, OnDestroy {
18
18
  treeData?: SmartTreeModel;
19
19
  treeStyle?: TreeStyle;
20
20
  treeService: SmarttreeService<any>;
21
+ get testId(): string | null;
21
22
  smartTreeNodeButtonType: typeof SmartTreeNodeButtonType;
22
23
  errorMessage?: string;
23
24
  uiActionModels: UiActionModel[];
@@ -5,6 +5,7 @@ import { UiActionModel } from '../view-context/smart-ui-action/ui-action.model';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class SmarttreeService<T> implements SmarttreeServiceDescriptor<T> {
7
7
  errorMessage: string;
8
+ treeId?: string;
8
9
  treeFromBackend: T | undefined;
9
10
  smartTreeModel: SmartTreeModel | undefined;
10
11
  smartTreeModelChanged: Subject<SmartTreeModel>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.3.25",
3
+ "version": "4.3.27",
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