barsa-novin-ray-core 2.3.111 → 2.3.112

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.
@@ -1426,7 +1426,6 @@ function _calcWidthOfTh(column, i, propName, thList) {
1426
1426
  if (fieldTypeId === 6 || fieldTypeId === 5 || isPicture) {
1427
1427
  return isPicture ? '48px' : '32px';
1428
1428
  }
1429
- debugger;
1430
1429
  }
1431
1430
  return column.$IsImageOricon && i < thList.length - 1 ? '42px' : column[propName];
1432
1431
  }
@@ -1686,9 +1685,9 @@ function compareVersions(v1, v2) {
1686
1685
  const score1 = getVersionScore(v1);
1687
1686
  const score2 = getVersionScore(v2);
1688
1687
  // ۳. مقایسه اعداد نهایی
1689
- if (score1 > score2)
1690
- return 1;
1691
1688
  if (score1 < score2)
1689
+ return 1;
1690
+ if (score1 > score2)
1692
1691
  return -1;
1693
1692
  return 0;
1694
1693
  }
@@ -5490,7 +5489,7 @@ class ApplicationCtrlrService {
5490
5489
  // console.error(`system data for systemid ${systemId} not found.`);
5491
5490
  return;
5492
5491
  }
5493
- if (this.deviceSize !== 's' && this.deviceSize !== 'm') {
5492
+ if (this.deviceSize !== 's' && this.deviceSize !== 'm' && this.deviceSize !== 'l') {
5494
5493
  this.sidebarToggled(true);
5495
5494
  }
5496
5495
  this._selectedSystemTitle$.next(systemData.Caption);