@smartbit4all/ng-client 3.3.129 → 3.3.131

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.
@@ -9,19 +9,15 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { SmartWidgetDefinition } from '../../../smart-form/api/model/smartWidgetDefinition';
13
12
  import { ComponentType } from './componentType';
14
13
  import { LayoutDirection } from './layoutDirection';
15
14
  import { SmartComponentWidgetDefinition } from './smartComponentWidgetDefinition';
15
+ import { SmartWidgetDefinition } from '../../../smart-form/api/model/smartWidgetDefinition';
16
16
  export interface SmartComponentLayoutDefinition {
17
17
  type: ComponentType;
18
18
  expandable?: boolean;
19
19
  expandableSectionLabel?: string;
20
20
  direction?: LayoutDirection;
21
- /**
22
- * This is a placeholder for SmartComponentApiClient. You might want to describe this further.
23
- */
24
- parentComponent?: object;
25
21
  components?: Array<SmartComponentLayoutDefinition>;
26
22
  widget?: SmartComponentWidgetDefinition;
27
23
  form?: Array<SmartWidgetDefinition>;
@@ -2,11 +2,8 @@ import { SmartformComponent } from '../smart-form/projects';
2
2
  import { SmartGridComponent } from '../smart-grid/projects';
3
3
  import { SmarttreeGenericService } from '../smart-tree/projects';
4
4
  import { UiActionToolbarComponent } from '../view-context/projects';
5
- import { SmartComponentLayoutDefinition } from './api';
6
5
  import { SmartComponentLayoutComponent } from './smart-component-layout.component';
7
6
  export declare class SmartComponentLayoutUtility {
8
- static setParent(layout: SmartComponentLayoutDefinition, parent: any): void;
9
- static compare(layout1: SmartComponentLayoutDefinition, layout2: SmartComponentLayoutDefinition): boolean;
10
7
  static getForms(comp: SmartComponentLayoutComponent): SmartformComponent[];
11
8
  static getGrids(comp: SmartComponentLayoutComponent): SmartGridComponent[];
12
9
  static getTrees(comp: SmartComponentLayoutComponent): SmarttreeGenericService[];
@@ -13,6 +13,8 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
13
13
  protected _destroy$: Subject<void>;
14
14
  smartComponentLayout?: SmartComponentLayoutDefinition;
15
15
  parentLayoutComponent?: SmartComponentLayoutComponent;
16
+ parentSmartComponent: any;
17
+ currentLayout?: SmartComponentLayoutDefinition;
16
18
  uuid?: string;
17
19
  smartFormList: QueryList<SmartformComponent>;
18
20
  smartFormComponent?: SmartformComponent;
@@ -26,7 +28,6 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
26
28
  toolbarList: QueryList<UiActionToolbarComponent>;
27
29
  toolbar?: UiActionToolbarComponent;
28
30
  toolbarId?: string;
29
- parent?: any;
30
31
  treeService?: SmarttreeGenericService;
31
32
  expandableSection?: ExpandableSection<SmartComponentLayoutDefinition>;
32
33
  expandableComponents: QueryList<ExpandableSectionComponent>;
@@ -51,5 +52,5 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
51
52
  constructTree(): void;
52
53
  constructToolbar(): void;
53
54
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartComponentLayoutComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartComponentLayoutComponent, "smart-component-layout", never, { "smartComponentLayout": "smartComponentLayout"; "parentLayoutComponent": "parentLayoutComponent"; }, {}, never, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartComponentLayoutComponent, "smart-component-layout", never, { "smartComponentLayout": "smartComponentLayout"; "parentLayoutComponent": "parentLayoutComponent"; "parentSmartComponent": "parentSmartComponent"; }, {}, never, never>;
55
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.129",
3
+ "version": "3.3.131",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file