ps-toolkit-ui 1.20.85 → 1.20.87

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.
@@ -280,7 +280,7 @@
280
280
  Reload: 'بارگیری مجدد',
281
281
  Maximum: 'بزرگ نمایی',
282
282
  Minimum: 'کوچک نمایی',
283
- Export: 'خروجی',
283
+ ExportTable: 'خروجی',
284
284
  Send: 'ارسال',
285
285
  ExportPrint: 'خروجی چاپی',
286
286
  ExportExcel: 'خروجی فایل EXCEL',
@@ -3901,7 +3901,7 @@
3901
3901
  TableComponent.prototype.ngOnInit = function () {
3902
3902
  var _this = this;
3903
3903
  this.reload = new InputClass(this.table.environment, this.table.l, 'Reload', 'fad fa-sync-alt', exports.InputType.Icon, 'm-r-10-p');
3904
- this.export = new InputClass(this.table.environment, this.table.l, 'Export', 'fad fa-download f-s-21', exports.InputType.Icon, 'm-r-10-p export-dropdown-icon');
3904
+ this.export = new InputClass(this.table.environment, this.table.l, 'ExportTable', 'fad fa-download f-s-21', exports.InputType.Icon, 'm-r-10-p export-dropdown-icon');
3905
3905
  this.excel = new InputClass(this.table.environment, this.table.l, 'ExportExcel', 'fad fa-file-excel f-s-21', exports.InputType.Button, 'white f-s-11 h-35 p-0');
3906
3906
  this.excelUi = new InputClass(this.table.environment, this.table.l, 'ExportExcel', 'fad fa-file-excel f-s-21', exports.InputType.Icon, 'm-r-10-p');
3907
3907
  this.pdf = new InputClass(this.table.environment, this.table.l, 'ExportPdf', 'fad fa-file-pdf f-s-21', exports.InputType.Button, 'white f-s-11 h-35 p-0');