@colijnit/transaction 258.1.34 → 258.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 +4 -4
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +2 -5
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +3 -4
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +5 -9
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/transaction-header/transaction-header/style/_layout.scss +9 -0
- package/lib/component/transaction-header/transaction-header-delivery/style/_layout.scss +1 -0
- package/lib/component/transaction-header/transaction-header-order/style/_layout.scss +4 -0
- package/lib/component/transaction-header/transaction-header-payment/style/_layout.scss +5 -1
- package/lib/component/transaction-header/transaction-header-relation/style/_layout.scss +1 -0
- 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 = "258.1.
|
|
37
|
-
this.publishDate = "
|
|
36
|
+
this.symVer = "258.1.35";
|
|
37
|
+
this.publishDate = "19-6-2025 10:49:58";
|
|
38
38
|
}
|
|
39
39
|
return Version;
|
|
40
40
|
}());
|
|
@@ -58158,7 +58158,7 @@
|
|
|
58158
58158
|
TransactionHeaderComponent.decorators = [
|
|
58159
58159
|
{ type: i0.Component, args: [{
|
|
58160
58160
|
selector: 'co-transaction-header',
|
|
58161
|
-
template: "\n <div class=\"transaction-header-wrapper\"
|
|
58161
|
+
template: "\n <div class=\"transaction-header-wrapper\" [class.expanded]=\"!toggleHeader\">\n <co-carousel>\n <co-transaction-header-relation #carouselItem\n [screenConfigurationObject]=\"cfgNames.RelationInfoHeader\"\n ></co-transaction-header-relation>\n <div class=\"header-order-payment-wrapper\">\n <co-transaction-header-order #carouselItem\n [screenConfigurationObject]=\"cfgNames.OrderInfoHeader\"\n [class.purchase-order-header]=\"isPurchaseOrder\"\n ></co-transaction-header-order>\n <co-transaction-header-payment *ngIf=\"!isPurchaseOrder\" #carouselItem\n [screenConfigurationObject]=\"cfgNames.PaymentInfoHeader\"\n ></co-transaction-header-payment>\n </div>\n <co-transaction-header-delivery #carouselItem\n [screenConfigurationObject]=\"cfgNames.DeliveryInfoHeader\"\n ></co-transaction-header-delivery>\n </co-carousel>\n <!--div class=\"expand-transaction-header\">\n <co-icon class=\"expand-header-icon\"\n [iconData]=\"iconCacheService.getIcon(icons.ArrowPointDown)\"\n (click)=\"expandHeader()\">\n </co-icon>\n </div-->\n </div>\n ",
|
|
58162
58162
|
encapsulation: i0.ViewEncapsulation.None
|
|
58163
58163
|
},] }
|
|
58164
58164
|
];
|
|
@@ -58309,7 +58309,7 @@
|
|
|
58309
58309
|
TransactionHeaderOrderComponent.decorators = [
|
|
58310
58310
|
{ type: i0.Component, args: [{
|
|
58311
58311
|
selector: "co-transaction-header-order",
|
|
58312
|
-
template: "\n <co-transaction-header-block\n [firstBlockTemplate]=\"firstBlock\"\n [secondBlockTemplate]=\"secondBlock\"\n
|
|
58312
|
+
template: "\n <co-transaction-header-block\n [firstBlockTemplate]=\"firstBlock\"\n [secondBlockTemplate]=\"secondBlock\"\n (headerClick)=\"showDialog = true\"\n >\n </co-transaction-header-block>\n <ng-template #firstBlock>\n <div class=\"transaction-header-block-row\">\n <div class=\"header-order-total-wrapper\" [screenConfigurationObject]=\"cfgNames.HeaderOrderOrderTotalHeader\" screenConfigNativeElement>\n <span class=\"header-order-total-label co-transaction-label\" [textContent]=\"'ORDER_TOTAL' | localize\"></span>\n <div class=\"header-order-total\" [textContent]=\"transactionTotal.netAmount | coCurrency\"></div>\n </div>\n </div>\n </ng-template>\n <ng-template #secondBlock>\n <div class=\"transaction-header-block-row\" [screenConfigurationObject]=\"cfgNames.HeaderOrderDiscountHeader\" screenConfigNativeElement>\n <div class=\"transaction-header-discount-button\">\n <div class=\"header-discount\" (click)=\"openDiscount($event)\">\n <co-icon class=\"header-discount-icon\" [iconData]=\"iconCacheService.getIcon(icons.LightEuroSignMinus)\"></co-icon>\n </div>\n </div>\n </div>\n </ng-template>\n <!--ng-template #hiddenBlock>\n <div class=\"transaction-header-block-row\" [screenConfigurationObject]=\"cfgNames.HeaderOrderDefinitiveHeader\" screenConfigNativeElement>\n <div class=\"header-order-definitive\">\n <co-transaction-header-definitive class=\"transaction-header-order-definitive\"\n [screenConfigurationObject]=\"cfgNames.HeaderOrderDefinitiveHeader\"\n ></co-transaction-header-definitive>\n </div>\n <span class=\"header-order-line-amount-label co-transaction-label\" [textContent]=\"'ORDER_LINES' | localize\"></span>\n <div class=\"header-order-line-amount\" [textContent]=\"transactionLines.length\"></div>\n </div>\n </ng-template-->\n <co-transaction-header-popup *ngIf=\"showDialog\"\n [activeCategoryDescription]=\"'ORDER_INFORMATION1'\"\n (closeClick)=\"showDialog = false\"></co-transaction-header-popup>\n<!--\n\n <co-dialog class=\"transaction-header-order-dialog\" [customCssClass]=\"'co-small-scrollbar'\" [headerTemplate]=\"headerTemplate\" *ngIf=\"showDialog\"\n (closeClick)=\"showDialog = false\">\n <ng-template #headerTemplate>\n <div class=\"co-dialog-header-title\" [textContent]=\"'ORDER_INFORMATION1' | localize\"></div>\n <co-transaction-header-block\n [headerBlockTemplate]=\"headerBlock\"\n [firstBlockTemplate]=\"firstBlock\"\n [secondBlockTemplate]=\"secondBlock\"\n [thirdBlockTemplate]=\"thirdBlock\"\n >\n </co-transaction-header-block>\n </ng-template>\n <div class=\"order-dialog-section\">\n <div class=\"section-wrapper\">\n <div class=\"section-header\" [textContent]=\"'BASE_INFO1' | localize | prepend:'01 '\"></div>\n <div class=\"two-column-grid\">\n <co-transaction-header-branch [simple]=\"true\" [transaction]=\"transaction\" [transactionInfo]=\"transactionInfo\"></co-transaction-header-branch>\n <co-transaction-header-sales-person [transactionInfo]=\"transactionInfo\"></co-transaction-header-sales-person>\n <co-transaction-header-administrative-relation\n [transactionInfo]=\"transactionInfo\"></co-transaction-header-administrative-relation>\n <co-transaction-header-price-kind [transaction]=\"transaction\" [transactionInfo]=\"transactionInfo\"></co-transaction-header-price-kind>\n <co-transaction-header-currency [transaction]=\"transaction\" [transactionInfo]=\"transactionInfo\"></co-transaction-header-currency>\n <co-transaction-header-payment-condition\n [transactionInfo]=\"transactionInfo\"></co-transaction-header-payment-condition>\n </div>\n </div>\n <div class=\"section-wrapper\">\n <div class=\"section-header\" [textContent]=\"'ORDER_PARAMETERS' | localize | prepend:'02 '\"></div>\n <div class=\"section-sub-title\" [textContent]=\"'ON_HOLD_CODES' | localize\"></div>\n <co-transaction-header-hold-codes [transactionInfo]=\"transaction.transactionInfo\"></co-transaction-header-hold-codes>\n <div class=\"section-sub-title\" [textContent]=\"'MARKETING_CODE' | localize\"></div>\n <co-transaction-header-marketing [transactionInfo]=\"transaction.transactionInfo\"></co-transaction-header-marketing>\n </div>\n </div>\n </co-dialog>\n-->\n <co-dialog-transaction-header-discount class=\"discount-dialog\" *ngIf=\"showDialogDiscount\"\n [screenConfigurationObject]=\"cfgNames.DiscountPriceInformationHeader\"\n (close)=\"showDialogDiscount = false\">\n </co-dialog-transaction-header-discount>\n ",
|
|
58313
58313
|
providers: [{
|
|
58314
58314
|
provide: corecomponents_v12.SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME,
|
|
58315
58315
|
useExisting: i0.forwardRef(function () { return TransactionHeaderOrderComponent; })
|