ps-toolkit-ui 1.20.56 → 1.20.58

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