@smartbit4all/ng-client 6.0.39 → 6.0.41

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.
@@ -34,6 +34,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
34
34
  private readonly defaultPageSizeOptions;
35
35
  componentLibrary: typeof ComponentLibrary;
36
36
  private _destroy$;
37
+ private destroyed;
37
38
  smartGrid?: SmartGrid;
38
39
  uuid?: string;
39
40
  parent?: any;
@@ -86,6 +87,12 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
86
87
  refresh(): Promise<void>;
87
88
  getStyle(row: any): string[];
88
89
  setupToolbar(): void;
90
+ /**
91
+ * Asks the SmartComponent owning this grid to redistribute its ui-actions.
92
+ * Needed whenever a toolbar id becomes real only after the actions were
93
+ * bucketed (layout-embedded grids, dynamically rendered Material tables).
94
+ */
95
+ private notifyActionsOwner;
89
96
  get headerToolbar(): UiActionToolbarComponent | undefined;
90
97
  private render;
91
98
  private clearTable;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "6.0.39",
3
+ "version": "6.0.41",
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
  "peerDependencies": {
6
6
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file