ps-toolkit-ui 1.19.89 → 1.19.91

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.
@@ -282,6 +282,8 @@
282
282
  Minimum: 'کوچک نمایی',
283
283
  Export: 'خروجی',
284
284
  Send: 'ارسال',
285
+ ExportExcel: 'خروجی فایل اکسل',
286
+ ExportExcelData: 'خروجی اطلاعات',
285
287
  And: ' و ',
286
288
  UsernamePasswordInvalid: 'نام کاربری یا کلمه عبور اشتباه است',
287
289
  DbUpdateException: 'امکان حذف رکورد مورد نظر به دلیل استفاده شدن در سامانه وجود ندارد',
@@ -3877,7 +3879,7 @@
3877
3879
  var e_1, _a;
3878
3880
  var _this = this;
3879
3881
  this.reload = new InputClass(this.table.environment, this.table.l, 'Reload', 'fad fa-sync-alt', exports.InputType.Icon, 'm-r-10-p');
3880
- this.excel = new InputClass(this.table.environment, this.table.l, 'Excel', 'fad fa-arrow-down-to-line f-s-21', exports.InputType.Icon, 'm-r-10-p');
3882
+ this.excel = new InputClass(this.table.environment, this.table.l, 'ExportExcel', 'fad fa-arrow-down-to-line f-s-21', exports.InputType.Icon, 'm-r-10-p');
3881
3883
  this.maximum = new InputClass(this.table.environment, this.table.l, 'Maximum', 'fad fa-arrows-maximize', exports.InputType.Icon, 'm-r-10-p');
3882
3884
  this.expertSearch = new InputClass(this.table.environment, this.table.l, 'ExpertSearch', 'fad fa-magnifying-glass', exports.InputType.Icon, 'm-r-10-p');
3883
3885
  try {
@@ -9808,7 +9810,7 @@
9808
9810
  });
9809
9811
  data.push(x);
9810
9812
  });
9811
- new ExcelClass().exportAsExcelFile(data, (this.name ? this.name : 'ExportData') + '.xlsx');
9813
+ new ExcelClass().exportAsExcelFile(data, this.l(this.name ? this.name : 'ExportExcelData'));
9812
9814
  };
9813
9815
  TableClass.prototype.getText = function (s) {
9814
9816
  var span = document.createElement('span');