ps-toolkit-ui 1.16.7 → 1.16.8

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.
@@ -1521,7 +1521,7 @@
1521
1521
  return moment__namespace(d).locale('fa').format(format);
1522
1522
  };
1523
1523
  HelperClass.toPrice = function (l, cv) {
1524
- return !isNaN(parseFloat(cv)) ? parseFloat(cv).toLocaleString() + ' ' + l('Rial') : l(cv);
1524
+ return !isNaN(parseFloat(cv)) ? '<span class="ltr d-ib m-l-5-p">' + parseFloat(cv).toLocaleString() + '</span>' + l('Rial') : l(cv);
1525
1525
  };
1526
1526
  HelperClass.getFileSize = function (bytes) {
1527
1527
  var suffix = ['B', 'KB', 'MB', 'GB', 'TB'];