@sd-angular/core 1.3.255 → 1.3.256
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/sd-angular-core-table.umd.js +2 -1
- package/bundles/sd-angular-core-table.umd.js.map +1 -1
- package/bundles/sd-angular-core-table.umd.min.js +1 -1
- package/bundles/sd-angular-core-table.umd.min.js.map +1 -1
- package/esm2015/table/src/lib/services/table-filter/table-filter.model.js +1 -1
- package/esm2015/table/src/lib/table.component.js +3 -2
- package/fesm2015/sd-angular-core-table.js +2 -1
- package/fesm2015/sd-angular-core-table.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.255.tgz → sd-angular-core-1.3.256.tgz} +0 -0
- package/table/src/lib/services/table-filter/table-filter.model.d.ts +1 -0
|
@@ -1955,7 +1955,7 @@
|
|
|
1955
1955
|
};
|
|
1956
1956
|
});
|
|
1957
1957
|
_getFilter.set(this, function () {
|
|
1958
|
-
var _a, _b, _c, _d, _e, _f;
|
|
1958
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
1959
1959
|
var _12 = _this.filterRegister.value.get(), columnOperator = _12.columnOperator, columnFilter = _12.columnFilter, externalFilter = _12.externalFilter, filterDef = _12.filterDef;
|
|
1960
1960
|
return {
|
|
1961
1961
|
columnOperator: columnOperator || {},
|
|
@@ -1966,6 +1966,7 @@
|
|
|
1966
1966
|
orderDirection: ((_b = __classPrivateFieldGet(_this, _sort)) === null || _b === void 0 ? void 0 : _b.direction) || '',
|
|
1967
1967
|
pageNumber: ((_c = __classPrivateFieldGet(_this, _paginator)) === null || _c === void 0 ? void 0 : _c.pageIndex) || 0,
|
|
1968
1968
|
pageSize: ((_d = __classPrivateFieldGet(_this, _paginator)) === null || _d === void 0 ? void 0 : _d.pageSize) || ((_f = (_e = _this.tableOption) === null || _e === void 0 ? void 0 : _e.paginate) === null || _f === void 0 ? void 0 : _f.pageSize) || 50,
|
|
1969
|
+
visibledColumns: __spread((((_g = _this.configuration) === null || _g === void 0 ? void 0 : _g.firstColumns) || []), (_this.configuration.secondColumns || [])).union('field')
|
|
1969
1970
|
};
|
|
1970
1971
|
});
|
|
1971
1972
|
_load.set(this, function (filterReq, force) {
|