@colijnit/transaction 261.20.50 → 261.20.51

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.
@@ -354,8 +354,8 @@ import { DateField } from '@colijnit/ioneconnector/build/factory/decorators/date
354
354
  class Version {
355
355
  name = "@colijnit/transaction";
356
356
  description = "Colijn IT transaction package";
357
- symVer = "261.20.50";
358
- publishDate = "16/06/2026, 14:38:48";
357
+ symVer = "261.20.51";
358
+ publishDate = "16-6-2026, 17:51:20";
359
359
  }
360
360
 
361
361
  class CheckoutModuleService extends BaseModuleService {
@@ -84436,6 +84436,7 @@ class AddProductComponent {
84436
84436
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: AddProductComponent, isStandalone: false, selector: "co-add-product", inputs: { handleAddArticleInternally: "handleAddArticleInternally" }, outputs: { addArticle: "addArticle" }, host: { properties: { "class.co-add-product": "this.showClass", "class.return": "this.return" } }, viewQueries: [{ propertyName: "inputSearchText", first: true, predicate: ["inputSearch"], descendants: true }], ngImport: i0, template: `
84437
84437
  <co-input-scanner
84438
84438
  #inputSearch
84439
+ [scannerDisabled]="editorActive || showCatalog"
84439
84440
  [customCssClass]="'no-focus-line'"
84440
84441
  [(model)]="searchText"
84441
84442
  [placeholder]="'SEARCH_ADD_ARTICLE' | localize"
@@ -84465,7 +84466,7 @@ class AddProductComponent {
84465
84466
  >
84466
84467
  </co-dialog-catalog>
84467
84468
  }
84468
- `, isInline: true, dependencies: [{ kind: "component", type: DialogCatalogComponent, selector: "co-dialog-catalog", inputs: ["handleAddArticleInternally", "options", "parameters", "showNavigation", "returnArticleOnTileClick", "transaction", "isReturn", "showRelatedProductsPopup"], outputs: ["closeClick", "articleClicked", "iFrameFeedback", "addArticleClicked", "addCatFarmArticleClicked", "addExternalArticleClicked"] }, { kind: "component", type: i1$1.InputScannerComponent, selector: "co-input-scanner", inputs: ["model", "placeholder", "centerLabel", "useLeftIcon", "useRightIcon", "leftIconData", "rightIconData", "customCssClass"], outputs: ["modelChange", "leftIconClick", "rightIconClick", "search", "isFocused", "barCodeScanned"] }, { kind: "pipe", type: LocalizePipe, name: "localize" }], encapsulation: i0.ViewEncapsulation.None });
84469
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogCatalogComponent, selector: "co-dialog-catalog", inputs: ["handleAddArticleInternally", "options", "parameters", "showNavigation", "returnArticleOnTileClick", "transaction", "isReturn", "showRelatedProductsPopup"], outputs: ["closeClick", "articleClicked", "iFrameFeedback", "addArticleClicked", "addCatFarmArticleClicked", "addExternalArticleClicked"] }, { kind: "component", type: i1$1.InputScannerComponent, selector: "co-input-scanner", inputs: ["model", "placeholder", "centerLabel", "useLeftIcon", "useRightIcon", "leftIconData", "rightIconData", "customCssClass", "scannerDisabled"], outputs: ["modelChange", "leftIconClick", "rightIconClick", "search", "isFocused", "barCodeScanned"] }, { kind: "pipe", type: LocalizePipe, name: "localize" }], encapsulation: i0.ViewEncapsulation.None });
84469
84470
  }
84470
84471
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: AddProductComponent, decorators: [{
84471
84472
  type: Component,
@@ -84474,6 +84475,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
84474
84475
  template: `
84475
84476
  <co-input-scanner
84476
84477
  #inputSearch
84478
+ [scannerDisabled]="editorActive || showCatalog"
84477
84479
  [customCssClass]="'no-focus-line'"
84478
84480
  [(model)]="searchText"
84479
84481
  [placeholder]="'SEARCH_ADD_ARTICLE' | localize"
@@ -87821,6 +87823,7 @@ class TransactionInternalComponent {
87821
87823
  </co-transaction-lines>
87822
87824
  </div>
87823
87825
  }
87826
+ @if (activeCategory !== category.SalesOrderQuotationActivities && activeCategory !== category.SalesOrderActivities) {
87824
87827
  <div class="transaction-footer-wrapper">
87825
87828
  <div class="transaction-footer-left">
87826
87829
  @if (!service.invalidTransaction) {
@@ -87857,6 +87860,7 @@ class TransactionInternalComponent {
87857
87860
  </co-transaction-totals>
87858
87861
  }
87859
87862
  </div>
87863
+ }
87860
87864
  </div>
87861
87865
  @if (transaction && (transaction.transactionInfo.transactionKind === transactionKind.CashDesk && !fullyInvoiced() && !headerReadOnly)) {
87862
87866
  <co-transaction-lines-side-panel
@@ -88050,6 +88054,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
88050
88054
  </co-transaction-lines>
88051
88055
  </div>
88052
88056
  }
88057
+ @if (activeCategory !== category.SalesOrderQuotationActivities && activeCategory !== category.SalesOrderActivities) {
88053
88058
  <div class="transaction-footer-wrapper">
88054
88059
  <div class="transaction-footer-left">
88055
88060
  @if (!service.invalidTransaction) {
@@ -88086,6 +88091,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
88086
88091
  </co-transaction-totals>
88087
88092
  }
88088
88093
  </div>
88094
+ }
88089
88095
  </div>
88090
88096
  @if (transaction && (transaction.transactionInfo.transactionKind === transactionKind.CashDesk && !fullyInvoiced() && !headerReadOnly)) {
88091
88097
  <co-transaction-lines-side-panel