@colijnit/transaction 261.20.63 → 261.20.64

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/index.d.ts CHANGED
@@ -4762,6 +4762,7 @@ declare class TransactionLineComponent implements OnChanges, OnInit, OnDestroy {
4762
4762
 
4763
4763
  declare class OrderLineSetService {
4764
4764
  currentOrderLineSetCode: string;
4765
+ currentCompositionId: number;
4765
4766
  static ɵfac: i0.ɵɵFactoryDeclaration<OrderLineSetService, never>;
4766
4767
  static ɵprov: i0.ɵɵInjectableDeclaration<OrderLineSetService>;
4767
4768
  }
@@ -4974,10 +4975,13 @@ declare class TransactionOverviewLineComponent extends TransactionLineBaseCompon
4974
4975
  constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, transactionConnectorService: TransactionConnectorService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, transactionService: TransactionService, imageService: TransactionImageService, dictionaryService: DictionaryService, changeDetector: ChangeDetectorRef);
4975
4976
  ngOnInit(): void;
4976
4977
  ngOnDestroy(): void;
4978
+ canShowCheckbox(): boolean;
4979
+ checkboxValue(): boolean;
4977
4980
  handleCheckBoxValueChanged(value: boolean): void;
4978
4981
  handleServiceExistingOrderNavigation(ref: TransactionRefTransaction): void;
4979
4982
  onDescriptionDblClick(): void;
4980
4983
  openForm(): Promise<void>;
4984
+ protected readonly isNaN: typeof isNaN;
4981
4985
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionOverviewLineComponent, never>;
4982
4986
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionOverviewLineComponent, "co-transaction-overview-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, { "descriptionDblClick": "descriptionDblClick"; }, never, never, false, never>;
4983
4987
  }
@@ -6421,6 +6425,8 @@ declare class RelationAddressesModule {
6421
6425
  declare class DropShipmentComponent implements OnInit {
6422
6426
  iconCacheService: IconCacheService;
6423
6427
  transactionService: TransactionService;
6428
+ transactionEventService: TransactionEventService;
6429
+ changeDetection: ChangeDetectorRef;
6424
6430
  private _dialogService;
6425
6431
  showClass(): boolean;
6426
6432
  transUuid: string;
@@ -6432,15 +6438,18 @@ declare class DropShipmentComponent implements OnInit {
6432
6438
  showDisconnectButton: boolean;
6433
6439
  editMode: boolean;
6434
6440
  readonly icons: typeof Icon;
6435
- constructor(iconCacheService: IconCacheService, transactionService: TransactionService, _dialogService: TransactionDialogService);
6441
+ constructor(iconCacheService: IconCacheService, transactionService: TransactionService, transactionEventService: TransactionEventService, changeDetection: ChangeDetectorRef, _dialogService: TransactionDialogService);
6436
6442
  ngOnInit(): void;
6443
+ handleShowDropShipmentDialog(): void;
6437
6444
  saveDropShipment(): void;
6438
6445
  closeDropShipment(): void;
6439
6446
  handleSearch(searchTerm: string): void;
6447
+ setExistingAddressIfExists(): void;
6440
6448
  selectAddress(selectedAddress: DropshipmentInfo): void;
6441
6449
  removeDropShipment(): void;
6442
6450
  addNewAddress(): void;
6443
6451
  cancelAddingNewAddress(): void;
6452
+ protected detectChanges(): void;
6444
6453
  private _objectContainsTerm;
6445
6454
  private _getAddresses;
6446
6455
  static ɵfac: i0.ɵɵFactoryDeclaration<DropShipmentComponent, never>;
@@ -7970,7 +7979,6 @@ declare class TransactionMarginInfoLineComponent extends TransactionLineBaseComp
7970
7979
  statusBarConfigNames: StatusBarCfgNames;
7971
7980
  discountConfigNames: LineDiscountCfgNames;
7972
7981
  constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
7973
- handleCheckBoxValueChanged(value: boolean): void;
7974
7982
  onDescriptionDblClick(): void;
7975
7983
  protected transactionInfoSet(): void;
7976
7984
  protected visibilitySet(): void;
@@ -8602,7 +8610,6 @@ declare class TransactionCustomerPortalLineComponent extends TransactionLineBase
8602
8610
  statusBarConfigNames: StatusBarCfgNames;
8603
8611
  discountConfigNames: LineDiscountCfgNames;
8604
8612
  constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
8605
- handleCheckBoxValueChanged(value: boolean): void;
8606
8613
  onDescriptionDblClick(): void;
8607
8614
  getWeekNumber(dateInput: Date | string | null | undefined): string;
8608
8615
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCustomerPortalLineComponent, never>;
@@ -9391,9 +9398,12 @@ declare class TransactionSalesOrderQuotationLineComponent extends TransactionLin
9391
9398
  showClass(): boolean;
9392
9399
  constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
9393
9400
  ngOnInit(): Promise<void>;
9401
+ canShowCheckbox(): boolean;
9402
+ checkboxValue(): boolean;
9394
9403
  handleCheckBoxValueChanged(value: boolean): void;
9395
9404
  discountConfigNames: LineDiscountCfgNames;
9396
9405
  protected readonly TransactionTypeCategory: typeof TransactionTypeCategory;
9406
+ protected readonly isNaN: typeof isNaN;
9397
9407
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSalesOrderQuotationLineComponent, never>;
9398
9408
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSalesOrderQuotationLineComponent, "co-transaction-sales-order-quotation-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, {}, never, never, false, never>;
9399
9409
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "261.20.63",
3
+ "version": "261.20.64",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -19,7 +19,7 @@
19
19
  "@colijnit/relationapi": ">=261.1.1",
20
20
  "@colijnit/sharedapi": ">=1.0.20",
21
21
  "@colijnit/sharedcomponents": ">=261.20.5",
22
- "@colijnit/transactionapi": ">=261.1.24"
22
+ "@colijnit/transactionapi": ">=261.1.28"
23
23
  },
24
24
  "dependencies": {
25
25
  "tslib": "^2.8.1"