@dsivd/prestations-ng 19.0.8-beta.1 → 19.0.8
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
|
@@ -2086,7 +2086,7 @@ declare class FoehnListComponent implements OnChanges {
|
|
|
2086
2086
|
readonly id: _angular_core.InputSignal<string>;
|
|
2087
2087
|
readonly previousLabel: _angular_core.InputSignal<string>;
|
|
2088
2088
|
readonly nextLabel: _angular_core.InputSignal<string>;
|
|
2089
|
-
readonly trackByFn: _angular_core.InputSignal<(index: number, _item: unknown) => number>;
|
|
2089
|
+
readonly trackByFn: _angular_core.InputSignal<(index: number, _item: unknown) => number | string>;
|
|
2090
2090
|
readonly templateVariable: _angular_core.Signal<TemplateRef<any>>;
|
|
2091
2091
|
readonly pageChange: _angular_core.OutputEmitterRef<PageChangeEvent>;
|
|
2092
2092
|
currentPage: number;
|
|
Binary file
|