@colijnit/transaction 12.1.209 → 12.1.211

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.
@@ -3,12 +3,10 @@ import { CoDomainValue } from '@colijnit/mainapi/build/model/co-domain-value.bo'
3
3
  import { TransactionFilterPopupBaseComponent } from '../core/base/transaction-filter-popup-base.component';
4
4
  import { CheckboxListPropertyInterface } from '../../interface/checkbox-list-property.interface';
5
5
  export declare class TransactionLineCommissionCodeComponent extends TransactionFilterPopupBaseComponent<CoDomainValue> implements OnInit {
6
- showCommissionCodePopup: boolean;
7
6
  protected codeField: string;
8
7
  protected checkField: string;
9
8
  protected propsForLabel: CheckboxListPropertyInterface[];
10
9
  ngOnInit(): void;
11
- checkInternalParam(): Promise<void>;
12
10
  loadCollection(): void;
13
11
  commit(code: string): Promise<boolean>;
14
12
  protected transactionLineSet(): void;
@@ -24,6 +24,7 @@ export declare class TransactionLinePurchaseConfirmationComponent extends Transa
24
24
  filteredDocBatchArray: DocDeliveryBatch[];
25
25
  maxDocAmount: number;
26
26
  showPurchaseConfirmationAI: boolean;
27
+ confirmingOrder: boolean;
27
28
  private _subs;
28
29
  constructor(transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _purchaseConfirmationService: PurchaseConfirmationService);
29
30
  ngOnInit(): void;
@@ -17,6 +17,7 @@ export declare class TransactionQuickAccessReceivedGoodsComponent extends Transa
17
17
  hideQuickAccessContent: boolean;
18
18
  globalWarehouseLocation: string;
19
19
  internalParamMLocat: boolean;
20
+ showProcessingLoader: boolean;
20
21
  showClass(): boolean;
21
22
  private _subs;
22
23
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "12.1.209",
3
+ "version": "12.1.211",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",