@smartbit4all/ng-client 7.0.6 → 7.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "7.0.6",
3
+ "version": "7.0.7",
4
4
  "description": "Angular client library for the smartbit4all platform — a server-driven UI framework that renders views, pages, forms, grids, trees and dialogs from backend (ViewApi/PageApi) definitions. Provides reactive view-context state management, dynamic component layouts and OpenAPI-generated BFF clients.",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
Binary file
@@ -7125,10 +7125,8 @@ declare class Table implements OnInit, OnDestroy {
7125
7125
  showCellToolbar(row: any, columnName: string): boolean;
7126
7126
  getRowMenuActionModel(element: any): any;
7127
7127
  private rowMenuActionModelArrayCache;
7128
- getRowMenuActionModelArray(element: any): any[];
7128
+ getMenuActions(element: any): any[];
7129
7129
  shouldShowMenuButton(row: any): boolean;
7130
- getMenuButtons(row: any, button: SmartTableButton): SmartTableButton[];
7131
- getMenuItemButtonsPropertyName(element: any, button: SmartTableButton): any[];
7132
7130
  static ɵfac: i0.ɵɵFactoryDeclaration<Table, never>;
7133
7131
  static ɵcmp: i0.ɵɵComponentDeclaration<Table, "ng-component", never, { "smartTable": { "alias": "smartTable"; "required": false; }; }, {}, never, never, true, never>;
7134
7132
  }
Binary file