@nettyapps/ntybase 21.0.29 → 21.0.31
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": "@nettyapps/ntybase",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.31",
|
|
4
4
|
"description": "This library provides foundational services and components for NettyApps Angular applications.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"ag-grid-angular": ">= 35.0.0",
|
|
15
15
|
"ag-grid-enterprise": ">= 35.0.0",
|
|
16
16
|
"@nettyapps/ntycontract": ">= 21.0.3",
|
|
17
|
-
"@nettyapps/ntyui": ">= 21.0.
|
|
17
|
+
"@nettyapps/ntyui": ">= 21.0.11"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"tslib": "^2.3.0"
|
|
@@ -364,9 +364,6 @@ declare abstract class NettyAgGridBase<T extends {
|
|
|
364
364
|
*/
|
|
365
365
|
ngOnInit(): Promise<void>;
|
|
366
366
|
private parseOrReturnValue;
|
|
367
|
-
/**
|
|
368
|
-
* Handle input changes for route parameters
|
|
369
|
-
*/
|
|
370
367
|
protected onGridReady(params: GridReadyEvent): void;
|
|
371
368
|
onFirstDataRendered(params: any): void;
|
|
372
369
|
saveGrid(params: any): void;
|
|
@@ -440,8 +437,6 @@ declare abstract class NettyAgGridSaveBase<T> extends NettyAppsBase implements D
|
|
|
440
437
|
saveForm: NgForm;
|
|
441
438
|
protected dialogRef: MatDialogRef<any, any> | null;
|
|
442
439
|
protected dialogData: any;
|
|
443
|
-
closeAfterSave: i0.ModelSignal<boolean>;
|
|
444
|
-
setCloseAfterSave(value: boolean): void;
|
|
445
440
|
updateValid: i0.WritableSignal<boolean>;
|
|
446
441
|
setUpdateValid(value: boolean): void;
|
|
447
442
|
/**
|
|
@@ -482,7 +477,7 @@ declare abstract class NettyAgGridSaveBase<T> extends NettyAppsBase implements D
|
|
|
482
477
|
gotoURL(routePrefix: string[], rightSidenav: string[] | undefined, parameters: string, type?: string, dialogComponent?: any, isNewTab?: boolean, isPopup?: boolean): void;
|
|
483
478
|
popupGotoURL(urlSegments: string[]): void;
|
|
484
479
|
static ɵfac: i0.ɵɵFactoryDeclaration<NettyAgGridSaveBase<any>, never>;
|
|
485
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NettyAgGridSaveBase<any>, "ntybase-ag-grid-save-base", never, { "parameters": { "alias": "parameters"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "isEmbedded": { "alias": "isEmbedded"; "required": false; "isSignal": true; };
|
|
480
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NettyAgGridSaveBase<any>, "ntybase-ag-grid-save-base", never, { "parameters": { "alias": "parameters"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "isEmbedded": { "alias": "isEmbedded"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
486
481
|
}
|
|
487
482
|
|
|
488
483
|
type AOA = string[][];
|