@smartbit4all/ng-client 4.2.107 → 4.2.108

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.
@@ -11,6 +11,7 @@ export declare class ExpandedRowRendererComponent implements AfterViewInit {
11
11
  expandedComponent: any;
12
12
  smartGrid: SmartGrid;
13
13
  constructor(cfService: ComponentFactoryService);
14
+ ngOnDestroy(): void;
14
15
  ngAfterViewInit(): Promise<void>;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpandedRowRendererComponent, never>;
16
17
  static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedRowRendererComponent, "lib-expanded-row-renderer-component", never, { "rowId": { "alias": "rowId"; "required": false; }; "rowExpander": { "alias": "rowExpander"; "required": false; }; "expandedComponent": { "alias": "expandedComponent"; "required": false; }; "smartGrid": { "alias": "smartGrid"; "required": false; }; }, {}, never, never, false, never>;
@@ -136,6 +136,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
136
136
  shouldShowOptionsButton(row: any): boolean;
137
137
  calculateMenuActions(row: GridRow): UiAction[];
138
138
  createCellToActionMap(): void;
139
+ rowTrackByFn(index: number, row: any): any;
139
140
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridComponent, never>;
140
141
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartGridComponent, "smart-grid", never, { "smartGrid": { "alias": "smartGrid"; "required": false; }; "uuid": { "alias": "uuid"; "required": false; }; "dev": { "alias": "dev"; "required": false; }; }, {}, never, never, false, never>;
141
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.2.107",
3
+ "version": "4.2.108",
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