@colijnit/transaction 262.1.33 → 262.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/index.d.ts CHANGED
@@ -4785,6 +4785,7 @@ declare class TransactionLineComponent implements OnChanges, OnInit, OnDestroy {
4785
4785
 
4786
4786
  declare class OrderLineSetService {
4787
4787
  currentOrderLineSetCode: string;
4788
+ currentCompositionId: number;
4788
4789
  static ɵfac: i0.ɵɵFactoryDeclaration<OrderLineSetService, never>;
4789
4790
  static ɵprov: i0.ɵɵInjectableDeclaration<OrderLineSetService>;
4790
4791
  }
@@ -4997,10 +4998,13 @@ declare class TransactionOverviewLineComponent extends TransactionLineBaseCompon
4997
4998
  constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, transactionConnectorService: TransactionConnectorService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, transactionService: TransactionService, imageService: TransactionImageService, dictionaryService: DictionaryService, changeDetector: ChangeDetectorRef);
4998
4999
  ngOnInit(): void;
4999
5000
  ngOnDestroy(): void;
5001
+ canShowCheckbox(): boolean;
5002
+ checkboxValue(): boolean;
5000
5003
  handleCheckBoxValueChanged(value: boolean): void;
5001
5004
  handleServiceExistingOrderNavigation(ref: TransactionRefTransaction): void;
5002
5005
  onDescriptionDblClick(): void;
5003
5006
  openForm(): Promise<void>;
5007
+ protected readonly isNaN: typeof isNaN;
5004
5008
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionOverviewLineComponent, never>;
5005
5009
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionOverviewLineComponent, "co-transaction-overview-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, { "descriptionDblClick": "descriptionDblClick"; }, never, never, false, never>;
5006
5010
  }
@@ -6446,6 +6450,8 @@ declare class RelationAddressesModule {
6446
6450
  declare class DropShipmentComponent implements OnInit {
6447
6451
  iconCacheService: IconCacheService;
6448
6452
  transactionService: TransactionService;
6453
+ transactionEventService: TransactionEventService;
6454
+ changeDetection: ChangeDetectorRef;
6449
6455
  private _dialogService;
6450
6456
  showClass(): boolean;
6451
6457
  transUuid: string;
@@ -6457,15 +6463,18 @@ declare class DropShipmentComponent implements OnInit {
6457
6463
  showDisconnectButton: boolean;
6458
6464
  editMode: boolean;
6459
6465
  readonly icons: typeof Icon;
6460
- constructor(iconCacheService: IconCacheService, transactionService: TransactionService, _dialogService: TransactionDialogService);
6466
+ constructor(iconCacheService: IconCacheService, transactionService: TransactionService, transactionEventService: TransactionEventService, changeDetection: ChangeDetectorRef, _dialogService: TransactionDialogService);
6461
6467
  ngOnInit(): void;
6468
+ handleShowDropShipmentDialog(): void;
6462
6469
  saveDropShipment(): void;
6463
6470
  closeDropShipment(): void;
6464
6471
  handleSearch(searchTerm: string): void;
6472
+ setExistingAddressIfExists(): void;
6465
6473
  selectAddress(selectedAddress: DropshipmentInfo): void;
6466
6474
  removeDropShipment(): void;
6467
6475
  addNewAddress(): void;
6468
6476
  cancelAddingNewAddress(): void;
6477
+ protected detectChanges(): void;
6469
6478
  private _objectContainsTerm;
6470
6479
  private _getAddresses;
6471
6480
  static ɵfac: i0.ɵɵFactoryDeclaration<DropShipmentComponent, never>;
@@ -8000,7 +8009,6 @@ declare class TransactionMarginInfoLineComponent extends TransactionLineBaseComp
8000
8009
  statusBarConfigNames: StatusBarCfgNames;
8001
8010
  discountConfigNames: LineDiscountCfgNames;
8002
8011
  constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
8003
- handleCheckBoxValueChanged(value: boolean): void;
8004
8012
  onDescriptionDblClick(): void;
8005
8013
  protected transactionInfoSet(): void;
8006
8014
  protected visibilitySet(): void;
@@ -8634,7 +8642,6 @@ declare class TransactionCustomerPortalLineComponent extends TransactionLineBase
8634
8642
  statusBarConfigNames: StatusBarCfgNames;
8635
8643
  discountConfigNames: LineDiscountCfgNames;
8636
8644
  constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
8637
- handleCheckBoxValueChanged(value: boolean): void;
8638
8645
  onDescriptionDblClick(): void;
8639
8646
  getWeekNumber(dateInput: Date | string | null | undefined): string;
8640
8647
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCustomerPortalLineComponent, never>;
@@ -9441,9 +9448,12 @@ declare class TransactionSalesOrderQuotationLineComponent extends TransactionLin
9441
9448
  showClass(): boolean;
9442
9449
  constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
9443
9450
  ngOnInit(): Promise<void>;
9451
+ canShowCheckbox(): boolean;
9452
+ checkboxValue(): boolean;
9444
9453
  handleCheckBoxValueChanged(value: boolean): void;
9445
9454
  discountConfigNames: LineDiscountCfgNames;
9446
9455
  protected readonly TransactionTypeCategory: typeof TransactionTypeCategory;
9456
+ protected readonly isNaN: typeof isNaN;
9447
9457
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSalesOrderQuotationLineComponent, never>;
9448
9458
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSalesOrderQuotationLineComponent, "co-transaction-sales-order-quotation-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, {}, never, never, false, never>;
9449
9459
  }
@@ -9971,7 +9981,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9971
9981
  showCategories: boolean;
9972
9982
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9973
9983
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9974
- currentTitle(): "MARGINS" | "OVERVIEW";
9984
+ currentTitle(): "OVERVIEW" | "MARGINS";
9975
9985
  ngOnDestroy(): void;
9976
9986
  handleClickWrapper(event: MouseEvent): void;
9977
9987
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9997,7 +10007,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9997
10007
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9998
10008
  ngOnDestroy(): void;
9999
10009
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10000
- currentTitle(): "MARGINS" | "OVERVIEW";
10010
+ currentTitle(): "OVERVIEW" | "MARGINS";
10001
10011
  handleClickWrapper(event: MouseEvent): void;
10002
10012
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
10003
10013
  private handleDocumentClick;
@@ -10049,7 +10059,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
10049
10059
  showCategories: boolean;
10050
10060
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
10051
10061
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10052
- currentTitle(): "MARGINS" | "OVERVIEW";
10062
+ currentTitle(): "OVERVIEW" | "MARGINS";
10053
10063
  ngOnDestroy(): void;
10054
10064
  handleClickWrapper(event: MouseEvent): void;
10055
10065
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "262.1.33",
3
+ "version": "262.1.35",
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": ">=262.1.0",
20
20
  "@colijnit/sharedapi": ">=1.0.20",
21
21
  "@colijnit/sharedcomponents": ">=262.1.11",
22
- "@colijnit/transactionapi": ">=262.1.14"
22
+ "@colijnit/transactionapi": ">=262.1.15"
23
23
  },
24
24
  "dependencies": {
25
25
  "tslib": "^2.8.1"