ps-toolkit-ui 1.20.21 → 1.20.23
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 -1
- 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/classes/table.class.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +2 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
PerPage: 'تعداد نمایش در هر صفحه',
|
|
238
238
|
Save: 'ذخیره',
|
|
239
239
|
Cancel: 'انصراف',
|
|
240
|
-
UserDeActive: '
|
|
240
|
+
UserDeActive: 'حساب کاربری غیر فعال شده است',
|
|
241
241
|
DeleteConfirm: 'آیا از حذف این مورد مطمئن هستید ؟',
|
|
242
242
|
DeleteConfirmMulti: 'آیا از حذف موارد انتخاب شده ({} مورد) مطمئن هستید ؟',
|
|
243
243
|
ChooseFiles: 'انتخاب فایل ها',
|
|
@@ -9372,6 +9372,7 @@
|
|
|
9372
9372
|
}
|
|
9373
9373
|
else if (res.status === exports.ResultStatusEnum.NotPermission) {
|
|
9374
9374
|
m = 'FormBaseErrorPermission';
|
|
9375
|
+
_this.permission = false;
|
|
9375
9376
|
}
|
|
9376
9377
|
else {
|
|
9377
9378
|
if (typeof res.message === 'string') {
|