ngx-aur-mat-table 12.2.45 → 12.2.46

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.
@@ -1330,6 +1330,9 @@
1330
1330
  this.highlighted = undefined;
1331
1331
  }
1332
1332
  };
1333
+ NgxAurMatTableComponent.prototype.getSelectionModel = function () {
1334
+ return this.selectionProvider.selection;
1335
+ };
1333
1336
  NgxAurMatTableComponent.prototype.ngOnDestroy = function () {
1334
1337
  // Останавливаем наблюдение при уничтожении компонента
1335
1338
  this.resizeColumnOffsetsObserver.disconnect();