@smartbit4all/ng-client 4.0.122 → 4.0.124

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.
@@ -16,6 +16,7 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
16
16
  smartComponentLayout?: SmartComponentLayoutDefinition;
17
17
  parentLayoutComponent?: SmartComponentLayoutComponent;
18
18
  parentSmartComponent: any;
19
+ gridRow: any;
19
20
  currentLayout?: SmartComponentLayoutDefinition;
20
21
  uuid?: string;
21
22
  smartFormList: QueryList<SmartformComponent>;
@@ -54,5 +55,5 @@ export declare class SmartComponentLayoutComponent implements AfterViewInit, OnD
54
55
  constructTree(): void;
55
56
  constructToolbar(): void;
56
57
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartComponentLayoutComponent, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartComponentLayoutComponent, "smart-component-layout", never, { "smartComponentLayout": { "alias": "smartComponentLayout"; "required": false; }; "parentLayoutComponent": { "alias": "parentLayoutComponent"; "required": false; }; "parentSmartComponent": { "alias": "parentSmartComponent"; "required": false; }; }, {}, never, never, false, never>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartComponentLayoutComponent, "smart-component-layout", never, { "smartComponentLayout": { "alias": "smartComponentLayout"; "required": false; }; "parentLayoutComponent": { "alias": "parentLayoutComponent"; "required": false; }; "parentSmartComponent": { "alias": "parentSmartComponent"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; }, {}, never, never, false, never>;
58
59
  }
@@ -12,6 +12,7 @@
12
12
  import { ImageResource } from '../../../../view-context/api';
13
13
  import { Style } from '../../../../view-context/api/model/style';
14
14
  import { UiAction } from '../../../../view-context/api';
15
+ import { ValueSet } from '../../../../view-context/api';
15
16
  /**
16
17
  * This object is a grid row containening the identifier and actions releted with the row.
17
18
  */
@@ -21,6 +22,9 @@ export interface GridRow {
21
22
  data?: object;
22
23
  selectable?: boolean;
23
24
  selected?: boolean;
25
+ valueSets?: {
26
+ [key: string]: ValueSet;
27
+ };
24
28
  icons: {
25
29
  [key: string]: Array<ImageResource>;
26
30
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.0.122",
3
+ "version": "4.0.124",
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