@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
@@ -40,7 +40,7 @@
40
40
  "ng-update": {
41
41
  "migrations": "./schematics/migration-collection.json"
42
42
  },
43
- "version": "19.0.8-beta.1",
43
+ "version": "19.0.8",
44
44
  "module": "fesm2022/dsivd-prestations-ng.mjs",
45
45
  "typings": "types/dsivd-prestations-ng.d.ts",
46
46
  "exports": {
@@ -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;