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
|
@@ -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?;
|