sigesp 0.9.0-20220727 → 0.9.1-20220727
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/sigesp.umd.js +3 -4
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/table-select/table-select.component.js +4 -4
- package/fesm2015/sigesp.js +3 -3
- package/fesm2015/sigesp.js.map +1 -1
- package/package.json +1 -1
- package/sigesp.metadata.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -1186,10 +1186,9 @@
|
|
|
1186
1186
|
// this.disableMasterToggle = this.dialogData.disableMasterToggle
|
|
1187
1187
|
}
|
|
1188
1188
|
TableSelectComponent.prototype.ngAfterViewInit = function () {
|
|
1189
|
-
var _this = this;
|
|
1190
1189
|
this.dataSource.paginator = this.paginator;
|
|
1191
1190
|
this.dataSource.sort = this.sort;
|
|
1192
|
-
this.sort.sortChange.subscribe(
|
|
1191
|
+
// this.sort.sortChange.subscribe(() => this.paginator.pageIndex = 0);
|
|
1193
1192
|
};
|
|
1194
1193
|
TableSelectComponent.prototype.isAllSelected = function () {
|
|
1195
1194
|
var numSelected = this.selection.selected.length;
|
|
@@ -1243,8 +1242,8 @@
|
|
|
1243
1242
|
{ type: undefined, decorators: [{ type: i0.Optional }, { type: i0.Inject, args: [i2.MAT_DIALOG_DATA,] }] }
|
|
1244
1243
|
]; };
|
|
1245
1244
|
TableSelectComponent.propDecorators = {
|
|
1246
|
-
paginator: [{ type: i0.ViewChild, args: [paginator.MatPaginator,] }],
|
|
1247
|
-
sort: [{ type: i0.ViewChild, args: [sort.MatSort,] }]
|
|
1245
|
+
paginator: [{ type: i0.ViewChild, args: [paginator.MatPaginator, { static: true },] }],
|
|
1246
|
+
sort: [{ type: i0.ViewChild, args: [sort.MatSort, { static: true },] }]
|
|
1248
1247
|
};
|
|
1249
1248
|
|
|
1250
1249
|
var MConfigurationSPG = /** @class */ (function () {
|