@smartbit4all/ng-client 7.0.5 → 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/MIGRATION-7.0.md +1722 -1722
- package/README.md +199 -199
- package/WIDGETS.md +206 -206
- package/fesm2022/smartbit4all-ng-client.mjs +149 -172
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-7.0.7.tgz +0 -0
- package/types/smartbit4all-ng-client.d.ts +1 -3
- package/smartbit4all-ng-client-7.0.5.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartbit4all/ng-client",
|
|
3
|
-
"version": "7.0.
|
|
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
|
-
|
|
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
|