@smartbit4all/ng-client 3.3.128 → 3.3.129

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.
@@ -6,7 +6,7 @@ import { SmartComponentLayoutDefinition } from './api';
6
6
  import { SmartComponentLayoutComponent } from './smart-component-layout.component';
7
7
  export declare class SmartComponentLayoutUtility {
8
8
  static setParent(layout: SmartComponentLayoutDefinition, parent: any): void;
9
- static equals(layout1?: SmartComponentLayoutDefinition, layout2?: SmartComponentLayoutDefinition): boolean;
9
+ static compare(layout1: SmartComponentLayoutDefinition, layout2: SmartComponentLayoutDefinition): boolean;
10
10
  static getForms(comp: SmartComponentLayoutComponent): SmartformComponent[];
11
11
  static getGrids(comp: SmartComponentLayoutComponent): SmartGridComponent[];
12
12
  static getTrees(comp: SmartComponentLayoutComponent): SmarttreeGenericService[];
@@ -12,6 +12,7 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
12
12
  private layoutService;
13
13
  protected _destroy$: Subject<void>;
14
14
  smartComponentLayout?: SmartComponentLayoutDefinition;
15
+ parentLayoutComponent?: SmartComponentLayoutComponent;
15
16
  uuid?: string;
16
17
  smartFormList: QueryList<SmartformComponent>;
17
18
  smartFormComponent?: SmartformComponent;
@@ -50,5 +51,5 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
50
51
  constructTree(): void;
51
52
  constructToolbar(): void;
52
53
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartComponentLayoutComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartComponentLayoutComponent, "smart-component-layout", never, { "smartComponentLayout": "smartComponentLayout"; }, {}, never, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartComponentLayoutComponent, "smart-component-layout", never, { "smartComponentLayout": "smartComponentLayout"; "parentLayoutComponent": "parentLayoutComponent"; }, {}, never, never>;
54
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.128",
3
+ "version": "3.3.129",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file