@colijnit/transaction 257.1.34 → 257.1.35
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/colijnit-transaction.umd.js +6 -4
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/esm2015/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.js +5 -3
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +6 -4
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +1 -1
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
function Version() {
|
|
34
34
|
this.name = "@colijnit/transaction";
|
|
35
35
|
this.description = "Colijn IT transaction package";
|
|
36
|
-
this.symVer = "257.1.
|
|
37
|
-
this.publishDate = "
|
|
36
|
+
this.symVer = "257.1.35";
|
|
37
|
+
this.publishDate = "27-3-2025 09:42:01";
|
|
38
38
|
}
|
|
39
39
|
return Version;
|
|
40
40
|
}());
|
|
@@ -23595,8 +23595,10 @@
|
|
|
23595
23595
|
TransactionLineImageAndDescriptionComponent.prototype.transactionLineSet = function () {
|
|
23596
23596
|
_super.prototype.transactionLineSet.call(this);
|
|
23597
23597
|
this._loadLineImage();
|
|
23598
|
-
|
|
23599
|
-
|
|
23598
|
+
if (this.transactionLine.configurationReadable) {
|
|
23599
|
+
// @ts-ignore
|
|
23600
|
+
this.transactionLine.configurationReadable = this.transactionLine.configurationReadable.replaceAll('\n', '<br>');
|
|
23601
|
+
}
|
|
23600
23602
|
};
|
|
23601
23603
|
TransactionLineImageAndDescriptionComponent.prototype.visibilitySet = function () {
|
|
23602
23604
|
_super.prototype.visibilitySet.call(this);
|