mn-angular-lib 0.0.60 → 0.0.61

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mn-angular-lib",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3"
@@ -3056,6 +3056,7 @@ declare class MnTable<T = any> implements OnInit, OnDestroy {
3056
3056
  loadingMoreRows: boolean;
3057
3057
  currentSort: SortState | null;
3058
3058
  selectedIds: Set<string>;
3059
+ private cdr;
3059
3060
  private dataSubscription?;
3060
3061
  private searchSubject;
3061
3062
  private searchSubscription?;