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.
- package/bundles/ngx-aur-mat-table.umd.js +3 -0
- package/bundles/ngx-aur-mat-table.umd.js.map +1 -1
- package/esm2015/lib/ngx-aur-mat-table-public.js +1 -1
- package/esm2015/lib/ngx-aur-mat-table-selection-model.js +2 -0
- package/esm2015/lib/ngx-aur-mat-table.component.js +4 -1
- package/fesm2015/ngx-aur-mat-table.js +3 -0
- package/fesm2015/ngx-aur-mat-table.js.map +1 -1
- package/lib/ngx-aur-mat-table-public.d.ts +2 -1
- package/lib/ngx-aur-mat-table-selection-model.d.ts +4 -0
- package/lib/ngx-aur-mat-table.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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();
|