@scania/tegel-angular-17 1.49.2 → 1.50.0-develop-beta.1
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.
|
@@ -971,7 +971,7 @@ export declare class TdsTableFooter {
|
|
|
971
971
|
}>>;
|
|
972
972
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
973
973
|
static ɵfac: i0.ɵɵFactoryDeclaration<TdsTableFooter, never>;
|
|
974
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdsTableFooter, "tds-table-footer", never, { "cols": { "alias": "cols"; "required": false; }; "pages": { "alias": "pages"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "paginationValue": { "alias": "paginationValue"; "required": false; }; "rowsPerPageValues": { "alias": "rowsPerPageValues"; "required": false; }; "rowsperpage": { "alias": "rowsperpage"; "required": false; }; }, { "tdsPagination": "tdsPagination"; }, never, ["*"], false, never>;
|
|
974
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TdsTableFooter, "tds-table-footer", never, { "cols": { "alias": "cols"; "required": false; }; "pages": { "alias": "pages"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "paginationValue": { "alias": "paginationValue"; "required": false; }; "rowsPerPageDropdownOpenDirection": { "alias": "rowsPerPageDropdownOpenDirection"; "required": false; }; "rowsPerPageValues": { "alias": "rowsPerPageValues"; "required": false; }; "rowsperpage": { "alias": "rowsperpage"; "required": false; }; }, { "tdsPagination": "tdsPagination"; }, never, ["*"], false, never>;
|
|
975
975
|
}
|
|
976
976
|
export declare interface TdsTableFooter extends Components.TdsTableFooter {
|
|
977
977
|
/**
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel-angular-17",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.50.0-develop-beta.1",
|
|
4
4
|
"description": "Angular wrappers for Tegel package using Angular 17 and above",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=17.0.0",
|
|
7
7
|
"@angular/core": ">=17.0.0",
|
|
8
|
-
"@scania/tegel": "
|
|
8
|
+
"@scania/tegel": "1.50.0-develop-beta.1"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|