bri-components 1.2.100 → 1.2.101
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/package.json
CHANGED
|
@@ -545,7 +545,9 @@
|
|
|
545
545
|
.replace(/\n/g, "")
|
|
546
546
|
.split(";")
|
|
547
547
|
.reduce((arr, item) => arr.concat(item.split(";")), [])[rowIndex];
|
|
548
|
-
|
|
548
|
+
}
|
|
549
|
+
if (col._regMessage && [";", ";"].some(symbol => col._regMessage.includes(symbol))) {
|
|
550
|
+
col._regMessage = col._regMessage
|
|
549
551
|
.replace(/\n/g, "")
|
|
550
552
|
.split(";")
|
|
551
553
|
.reduce((arr, item) => arr.concat(item.split(";")), [])[rowIndex];
|