@colijnit/transaction 254.1.27 → 255.1.2
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 +5 -7
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.component.js +19 -21
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +20 -22
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +11 -11
|
@@ -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 = "
|
|
37
|
-
this.publishDate = "7/23/2024,
|
|
36
|
+
this.symVer = "255.1.2";
|
|
37
|
+
this.publishDate = "7/23/2024, 10:36:48 AM";
|
|
38
38
|
}
|
|
39
39
|
return Version;
|
|
40
40
|
}());
|
|
@@ -24942,10 +24942,8 @@
|
|
|
24942
24942
|
try {
|
|
24943
24943
|
for (var _b = __values(this.transactionLines), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
24944
24944
|
var transactionLines = _c.value;
|
|
24945
|
-
if (transactionLines.
|
|
24946
|
-
|
|
24947
|
-
this.hasArticlesToPick = true;
|
|
24948
|
-
}
|
|
24945
|
+
if (transactionLines.amount - transactionLines.articleLineStatus.quantityPicked > 0) {
|
|
24946
|
+
this.hasArticlesToPick = true;
|
|
24949
24947
|
}
|
|
24950
24948
|
}
|
|
24951
24949
|
}
|
|
@@ -24963,7 +24961,7 @@
|
|
|
24963
24961
|
TransactionQuickAccessPickedComponent.decorators = [
|
|
24964
24962
|
{ type: i0.Component, args: [{
|
|
24965
24963
|
selector: "co-transaction-quick-access-picked",
|
|
24966
|
-
template: "\n
|
|
24964
|
+
template: "\n <div class=\"quick-access-content-wrapper\" *ngIf=\"hasArticlesToPick && transactionInfo.transactionDefinitive\">\n <div class=\"select-all-wrapper\">\n <co-input-checkbox\n [label]=\"'SELECT_ALL_LINES' | localize\"\n (modelChange)=\"handleSelectAllLines($event)\"\n ></co-input-checkbox>\n </div>\n <co-quick-send-button\n [title]=\"'PROCESS'\"\n [icon]=\"icons.CheckDuotone\"\n [showSendMethodIcon]=\"false\"\n [showSendMethodDialogIcon]=\"false\"\n [showLoader]=\"awaitingResult\"\n (sendIconClicked)=\"handleCommitEvent($event)\"\n ></co-quick-send-button>\n </div>\n ",
|
|
24967
24965
|
encapsulation: i0.ViewEncapsulation.None
|
|
24968
24966
|
},] }
|
|
24969
24967
|
];
|