ps-toolkit-ui 1.8.73 → 1.8.75

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.
@@ -277,7 +277,6 @@
277
277
  DbUpdateException: 'امکان حذف رکورد مورد نظر به دلیل استفاده شدن در سامانه وجود ندارد',
278
278
  UserMaxSessionCount: 'تعداد لاگین انجام شده بیش از سقف مجاز است.',
279
279
  UserInvalidIp: 'آی‌پی شما نامعتبر است.',
280
- UserWithoutStore: 'انباری برای این نام کاربری ثبت نشده است.',
281
280
  // tslint:disable-next-line
282
281
  LoadingDot: '<span class="dot-spinner black"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></span>',
283
282
  LoadingDotWhite: '<span class="dot-spinner white"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></span>',
@@ -5292,18 +5291,21 @@
5292
5291
  _this.selectOption(v == null ? null : v.toString(), isEdit);
5293
5292
  }
5294
5293
  else {
5295
- try {
5296
- for (var v_1 = __values(v), v_1_1 = v_1.next(); !v_1_1.done; v_1_1 = v_1.next()) {
5297
- var t = v_1_1.value;
5298
- _this.selectOption(t.toString(), isEdit);
5299
- }
5300
- }
5301
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
5302
- finally {
5294
+ console.log(v, '#######');
5295
+ if (v != null) {
5303
5296
  try {
5304
- if (v_1_1 && !v_1_1.done && (_a = v_1.return)) _a.call(v_1);
5297
+ for (var v_1 = __values(v), v_1_1 = v_1.next(); !v_1_1.done; v_1_1 = v_1.next()) {
5298
+ var t = v_1_1.value;
5299
+ _this.selectOption(t.toString(), isEdit);
5300
+ }
5301
+ }
5302
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
5303
+ finally {
5304
+ try {
5305
+ if (v_1_1 && !v_1_1.done && (_a = v_1.return)) _a.call(v_1);
5306
+ }
5307
+ finally { if (e_1) throw e_1.error; }
5305
5308
  }
5306
- finally { if (e_1) throw e_1.error; }
5307
5309
  }
5308
5310
  }
5309
5311
  };
@@ -6379,8 +6381,8 @@
6379
6381
  if (r.selected) {
6380
6382
  this.checkParent(r.parent);
6381
6383
  }
6382
- this.setValue(ids, r.children);
6383
6384
  }
6385
+ this.setValue(ids, r.children);
6384
6386
  }
6385
6387
  }
6386
6388
  catch (e_2_1) { e_2 = { error: e_2_1 }; }