ps-toolkit-ui 1.20.59 → 1.20.61
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/ps-toolkit-ui.umd.js +2 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/table.component.js +4 -4
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3997,11 +3997,11 @@
|
|
|
3997
3997
|
var s = (max.second || max.first);
|
|
3998
3998
|
return s == null ? 100 : s;
|
|
3999
3999
|
};
|
|
4000
|
-
var url = this.table.
|
|
4000
|
+
var url = this.table.url;
|
|
4001
4001
|
var data = this.table.searchData();
|
|
4002
4002
|
data.Page = 1;
|
|
4003
4003
|
data.PerPage = -1;
|
|
4004
|
-
data.
|
|
4004
|
+
data.ReportType = type;
|
|
4005
4005
|
data.Cols = this.table.cols.map(function (x) {
|
|
4006
4006
|
return {
|
|
4007
4007
|
Name: x.name,
|