ps-toolkit-ui 1.12.99 → 1.13.0

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.
@@ -233,6 +233,7 @@
233
233
  Cancel: 'انصراف',
234
234
  UserDeActive: 'نام کاربری غیر فعال شده است',
235
235
  DeleteConfirm: 'آیا از حذف این مورد مطمئن هستید ؟',
236
+ DeleteConfirmMulti: 'آیا از حذف موارد انتخاب شده ({} مورد) مطمئن هستید ؟',
236
237
  ChooseFiles: 'انتخاب فایل ها',
237
238
  CodeNotExpired: 'کد تایید ارسال شده منقضی نشده است',
238
239
  ChooseFile: 'انتخاب فایل',
@@ -8770,7 +8771,7 @@
8770
8771
  var data = { Ids: _this.data().map(function (x) { return x.Id; }) };
8771
8772
  console.log(_this.getOptionUrl(option.Url, _this.permissions.RelatedId, ''));
8772
8773
  console.log(data);
8773
- _this.showConfirm(_this.l(option.Action + 'ConfirmMulti'), _this.getOptionUrl(option.Url, _this.permissions.RelatedId, ''), data, function () {
8774
+ _this.showConfirm(_this.l(option.Action + 'ConfirmMulti', data.Ids.length), _this.getOptionUrl(option.Url, _this.permissions.RelatedId, ''), data, function () {
8774
8775
  _this.load();
8775
8776
  });
8776
8777
  };