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.
- 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/classes/string.class.js +2 -2
- package/esm2015/lib/components/table/table.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/string.class.d.ts +1 -1
- package/package.json +1 -1
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
Reload: 'بارگیری مجدد',
|
|
281
281
|
Maximum: 'بزرگ نمایی',
|
|
282
282
|
Minimum: 'کوچک نمایی',
|
|
283
|
-
|
|
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, '
|
|
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');
|