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.
- package/bundles/ps-toolkit-ui.umd.js +3 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/row/table.row.component.js +4 -1
- package/fesm2015/ps-toolkit-ui.js +3 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -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>' +
|