@smartbit4all/ng-client 4.0.32 → 4.0.33

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.
@@ -114,6 +114,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
114
114
  lazyLoad(event?: TableLazyLoadEvent): void;
115
115
  headerChange(event: MultiSelectChangeEvent): Promise<void>;
116
116
  onColOrder(event: TableColumnReorderEvent): Promise<void>;
117
+ getOrderColumNames(columns: GridColumnMeta[]): string[];
117
118
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridComponent, never>;
118
119
  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>;
119
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.0.32",
3
+ "version": "4.0.33",
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