ps-toolkit-ui 0.0.161 → 0.0.162
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 +3 -3
- 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 +3 -3
- package/fesm2015/ps-toolkit-ui.js +3 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/string.class.d.ts +1 -1
- package/package.json +1 -1
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
Save: 'ذخیره',
|
|
225
225
|
Cancel: 'انصراف',
|
|
226
226
|
UserDeActive: 'نام کاربری غیر فعال شده است',
|
|
227
|
-
|
|
227
|
+
DeleteConfirm: 'آیا از حذف این مورد مطمئن هستید ؟',
|
|
228
228
|
ChooseFiles: 'انتخاب فایل ها',
|
|
229
229
|
CodeNotExpired: 'کد تایید ارسال شده منقضی نشده است',
|
|
230
230
|
ChooseFile: 'انتخاب فایل',
|
|
@@ -3047,7 +3047,7 @@
|
|
|
3047
3047
|
var data = {
|
|
3048
3048
|
ids: _this.table.rows.filter(function (x) { return x.selected; }).map(function (x) { return x.id; })
|
|
3049
3049
|
};
|
|
3050
|
-
_this.confirm.show(_this.table.l('
|
|
3050
|
+
_this.confirm.show(_this.table.l('DeleteConfirm'), _this.table.url + '/Delete/' + 0, data, function () {
|
|
3051
3051
|
_this.table.load(null);
|
|
3052
3052
|
});
|
|
3053
3053
|
};
|
|
@@ -3110,7 +3110,7 @@
|
|
|
3110
3110
|
return this.changeRows.emit(e);
|
|
3111
3111
|
};
|
|
3112
3112
|
TableComponent.prototype.onConfirmShow = function (e) {
|
|
3113
|
-
this.confirm.show(this.table.l('
|
|
3113
|
+
this.confirm.show(this.table.l('DeleteConfirm'), this.table.url + 'Delete/' + e.id, null, e.accept);
|
|
3114
3114
|
};
|
|
3115
3115
|
TableComponent.prototype.changeSort = function (e, s) {
|
|
3116
3116
|
if ($__namespace(e.target).closest('.header-search').hasClass('header-search')) {
|