ps-toolkit-ui 1.6.61 → 1.6.62

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.
@@ -2935,6 +2935,9 @@
2935
2935
  }
2936
2936
  else if (col.type === exports.TableCollType.Plaque) {
2937
2937
  var parts = cv.split('_');
2938
+ console.log(cv);
2939
+ console.log(parts.length);
2940
+ console.log(parts);
2938
2941
  if (parts.length === 4) {
2939
2942
  return '<div data-copy="' + parts.join(' ') + '" class="plaque' + (parts[1] === 'ع' ? ' p' : '') + (parts[1] === 'ا' ? ' g' : '') + '">' +
2940
2943
  '<div class="part1">' + parts[0] + '</div>' +