@elderbyte/ngx-starter 15.6.2 → 15.6.4

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.
@@ -59,7 +59,7 @@ export interface IDataContext<T> {
59
59
  readonly loading: Observable<boolean>;
60
60
  /**
61
61
  * The total count of all elements over time
62
- * (I.e. the expected count when the data contex is completed)
62
+ * (I.e. the expected count when the data context is completed)
63
63
  */
64
64
  readonly total: Observable<number | undefined>;
65
65
  /**
@@ -18,7 +18,7 @@ export declare class IndexedEntities<T, TId = any> {
18
18
  * Constructor *
19
19
  * *
20
20
  **************************************************************************/
21
- constructor(idFn: (e: T) => TId, localSortFn: ((data: T[], sorts: Sort[]) => T[]) | undefined, sortContext?: SortContext);
21
+ constructor(idFn: (e: T) => TId, localSortFn: ((data: T[], sorts: Sort[]) => T[]) | undefined, sortContext: SortContext);
22
22
  /***************************************************************************
23
23
  * *
24
24
  * Properties *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "15.6.2",
3
+ "version": "15.6.4",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^15.0.0 || ^16.0.0",
6
6
  "@angular/common": "^15.0.0 || ^16.0.0",