@scania/tegel-angular-17 1.49.2-warning-beta.0 → 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.
|
@@ -2005,11 +2005,11 @@ let TdsTableFooter = class TdsTableFooter {
|
|
|
2005
2005
|
this.el = r.nativeElement;
|
|
2006
2006
|
}
|
|
2007
2007
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2008
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableFooter, selector: "tds-table-footer", inputs: { cols: "cols", pages: "pages", pagination: "pagination", paginationValue: "paginationValue", rowsPerPageValues: "rowsPerPageValues", rowsperpage: "rowsperpage" }, outputs: { tdsPagination: "tdsPagination" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2008
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableFooter, selector: "tds-table-footer", inputs: { cols: "cols", pages: "pages", pagination: "pagination", paginationValue: "paginationValue", rowsPerPageDropdownOpenDirection: "rowsPerPageDropdownOpenDirection", rowsPerPageValues: "rowsPerPageValues", rowsperpage: "rowsperpage" }, outputs: { tdsPagination: "tdsPagination" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2009
2009
|
};
|
|
2010
2010
|
TdsTableFooter = __decorate([
|
|
2011
2011
|
ProxyCmp({
|
|
2012
|
-
inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageValues', 'rowsperpage']
|
|
2012
|
+
inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageDropdownOpenDirection', 'rowsPerPageValues', 'rowsperpage']
|
|
2013
2013
|
})
|
|
2014
2014
|
], TdsTableFooter);
|
|
2015
2015
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableFooter, decorators: [{
|
|
@@ -2019,7 +2019,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2019
2019
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2020
2020
|
template: '<ng-content></ng-content>',
|
|
2021
2021
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2022
|
-
inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageValues', 'rowsperpage'],
|
|
2022
|
+
inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageDropdownOpenDirection', 'rowsPerPageValues', 'rowsperpage'],
|
|
2023
2023
|
outputs: ['tdsPagination'],
|
|
2024
2024
|
standalone: false
|
|
2025
2025
|
}]
|