fantasy-ngzorro 1.4.13 → 1.4.14
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/fantasy-ngzorro.umd.js +1 -2
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-table/hd-table.component.js +2 -3
- package/esm5/hd-table/hd-table.component.js +2 -3
- package/fesm2015/fantasy-ngzorro.js +1 -2
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +1 -2
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -5086,7 +5086,6 @@
|
|
|
5086
5086
|
_this.tableCacheOption = value;
|
|
5087
5087
|
if (_this.tableCacheOption.pageSize && _this.tableCacheOption.pageSize > 10) {
|
|
5088
5088
|
_this.tablePageSize = _this.tableCacheOption.pageSize;
|
|
5089
|
-
_this.tablePageSizeChange.emit(_this.tablePageSize);
|
|
5090
5089
|
}
|
|
5091
5090
|
if (!_this.tableCacheOption.colWidths) {
|
|
5092
5091
|
_this.tableCacheOption.colWidths = new Map();
|
|
@@ -5095,8 +5094,8 @@
|
|
|
5095
5094
|
else {
|
|
5096
5095
|
_this.tableCacheOption = new TableCacheOption();
|
|
5097
5096
|
_this.tableCacheOption.pageSize = _this.tablePageSize;
|
|
5098
|
-
_this.tablePageSizeChange.emit(_this.tablePageSize);
|
|
5099
5097
|
}
|
|
5098
|
+
_this.tablePageSizeChange.emit(_this.tablePageSize);
|
|
5100
5099
|
_this.initTable();
|
|
5101
5100
|
})).catch((/**
|
|
5102
5101
|
* @param {?} err
|