ps-toolkit-ui 1.20.52 → 1.20.54

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.
@@ -1022,9 +1022,10 @@
1022
1022
  TableCollType[TableCollType["Year"] = 19] = "Year";
1023
1023
  })(exports.TableCollType || (exports.TableCollType = {}));
1024
1024
  (function (TableExportType) {
1025
- TableExportType[TableExportType["Print"] = 0] = "Print";
1026
- TableExportType[TableExportType["Excel"] = 1] = "Excel";
1027
- TableExportType[TableExportType["Pdf"] = 2] = "Pdf";
1025
+ TableExportType[TableExportType["List"] = 0] = "List";
1026
+ TableExportType[TableExportType["Print"] = 1] = "Print";
1027
+ TableExportType[TableExportType["Excel"] = 2] = "Excel";
1028
+ TableExportType[TableExportType["Pdf"] = 3] = "Pdf";
1028
1029
  })(exports.TableExportType || (exports.TableExportType = {}));
1029
1030
  (function (UserType) {
1030
1031
  UserType[UserType["All"] = 0] = "All";
@@ -4010,7 +4011,7 @@
4010
4011
  };
4011
4012
  });
4012
4013
  new RequestClass(this.table.environment, this.table.l).send(url, exports.Method.Post, data, this.print, function (result) {
4013
- window.open(_this.table.environment.url + '/report' + url + '?reportId=' + result, '_blank');
4014
+ window.open(_this.table.environment.url + '/report/get?reportId=' + result, '_blank');
4014
4015
  }, function () { });
4015
4016
  };
4016
4017
  TableComponent.prototype.allChecked = function () {