@colijnit/transaction 262.1.21 → 262.1.23

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
@@ -9901,7 +9901,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9901
9901
  showCategories: boolean;
9902
9902
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9903
9903
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9904
- currentTitle(): "MARGINS" | "OVERVIEW";
9904
+ currentTitle(): "OVERVIEW" | "MARGINS";
9905
9905
  ngOnDestroy(): void;
9906
9906
  handleClickWrapper(event: MouseEvent): void;
9907
9907
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9927,7 +9927,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9927
9927
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9928
9928
  ngOnDestroy(): void;
9929
9929
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9930
- currentTitle(): "MARGINS" | "OVERVIEW";
9930
+ currentTitle(): "OVERVIEW" | "MARGINS";
9931
9931
  handleClickWrapper(event: MouseEvent): void;
9932
9932
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9933
9933
  private handleDocumentClick;
@@ -9979,7 +9979,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9979
9979
  showCategories: boolean;
9980
9980
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9981
9981
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9982
- currentTitle(): "MARGINS" | "OVERVIEW";
9982
+ currentTitle(): "OVERVIEW" | "MARGINS";
9983
9983
  ngOnDestroy(): void;
9984
9984
  handleClickWrapper(event: MouseEvent): void;
9985
9985
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -10706,11 +10706,14 @@ declare class DeliveryPlanningSelectionModule {
10706
10706
  declare class DeliveryPlanningOverviewPopupComponent implements OnDestroy {
10707
10707
  iconCacheService: IconCacheService;
10708
10708
  deliveryPlanningService: DeliveryPlanningService;
10709
+ private _transactionService;
10709
10710
  private _datePipe;
10710
10711
  private _dialogService;
10711
10712
  private _transportWeekDay;
10712
10713
  icons: typeof Icon;
10713
10714
  planOrder: PlanOrder;
10715
+ transaction: TransactionInfoResponse;
10716
+ set setPlanOrder(planOrder: PlanOrder);
10714
10717
  set transportDay(transportWeekDay: PlanningTransportWeekDay);
10715
10718
  get transportDay(): PlanningTransportWeekDay;
10716
10719
  week: PlanningTransportWeekDay[];
@@ -10719,7 +10722,7 @@ declare class DeliveryPlanningOverviewPopupComponent implements OnDestroy {
10719
10722
  startTimeCompRef: InputTextComponent;
10720
10723
  endTimeCompRef: InputTextComponent;
10721
10724
  showClass(): boolean;
10722
- constructor(iconCacheService: IconCacheService, deliveryPlanningService: DeliveryPlanningService, _datePipe: DatePipe, _dialogService: TransactionDialogService);
10725
+ constructor(iconCacheService: IconCacheService, deliveryPlanningService: DeliveryPlanningService, _transactionService: TransactionService, _datePipe: DatePipe, _dialogService: TransactionDialogService);
10723
10726
  ngOnDestroy(): void;
10724
10727
  impactTime(): number;
10725
10728
  closePopup(): void;
@@ -10733,6 +10736,7 @@ declare class DeliveryPlanningOverviewPopupComponent implements OnDestroy {
10733
10736
  handleDateChange(text: string): Date;
10734
10737
  deliveryOptionsForOrder(planOrder: PlanOrder): string[];
10735
10738
  districtsForOrder(planOrder: PlanOrder): string[];
10739
+ handlePlanRemarkChange(remarks: string): string;
10736
10740
  static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryPlanningOverviewPopupComponent, never>;
10737
10741
  static ɵcmp: i0.ɵɵComponentDeclaration<DeliveryPlanningOverviewPopupComponent, "co-delivery-planning-overview-popup", never, {}, { "closeEvent": "closeEvent"; "onSucceededPlanAction": "onSucceededPlanAction"; }, never, never, false, never>;
10738
10742
  }
@@ -13932,6 +13936,7 @@ declare class TransactionInternalComponent implements OnInit, OnDestroy {
13932
13936
  lineUUID: string;
13933
13937
  lineDraggedOver: number;
13934
13938
  headerReadOnly: boolean;
13939
+ kassaPersnr: boolean;
13935
13940
  statusBarConfigNames: StatusBarCfgNames;
13936
13941
  private _subs;
13937
13942
  private _transaction;
@@ -13941,7 +13946,7 @@ declare class TransactionInternalComponent implements OnInit, OnDestroy {
13941
13946
  private _salesPersonAvatarComponentRef;
13942
13947
  private _containerForFillMode;
13943
13948
  constructor(iconCacheService: IconCacheService, service: TransactionService, deliveryPlanningService: DeliveryPlanningService, _transactionConnectorService: TransactionConnectorService, _transactionEventService: TransactionEventService, _screenConfigurationService: TransactionScreenConfigurationService, _dialogService: TransactionDialogService, _purchaseConfirmationService: PurchaseConfirmationService, _transactionBaseService: TransactionBaseService, _changeDetector: ChangeDetectorRef, transactionHeaderService: TransactionHeaderService, _overlayService: OverlayService, _lineSelection: LineSelectionService);
13944
- ngOnInit(): void;
13949
+ ngOnInit(): Promise<void>;
13945
13950
  ngOnDestroy(): void;
13946
13951
  handleButtonBarButtonClicked(button: TransactionBarButton): Promise<void>;
13947
13952
  checkPreferredPlanning(): Promise<void>;
@@ -128,7 +128,6 @@
128
128
  padding: $tp-transaction-transaction-lines-wrapper-padding;
129
129
  border-top: none;
130
130
  }
131
-
132
131
  .quick-send-button {
133
132
  height: 32px;
134
133
  width: 70px;
@@ -142,5 +141,34 @@
142
141
  &.customer-portal {
143
142
  padding: 0;
144
143
  }
144
+ co-transaction-header-handled-by.mandatory {
145
+ position: relative;
146
+ &::after {
147
+ content: '';
148
+ position: absolute;
149
+ top: -3px;
150
+ left: -3px;
151
+ right: -3px;
152
+ bottom: -3px;
153
+ border-radius: 50%;
154
+ border: 2px solid red;
155
+ animation: pulse-border 1.5s infinite;
156
+ pointer-events: none;
157
+ }
158
+ }
159
+ @keyframes pulse-border {
160
+ 0% {
161
+ transform: scale(1);
162
+ opacity: 1;
163
+ }
164
+ 70% {
165
+ transform: scale(1.4);
166
+ opacity: 0;
167
+ }
168
+ 100% {
169
+ transform: scale(1);
170
+ opacity: 0;
171
+ }
172
+ }
145
173
  }
146
174
  }
@@ -498,9 +498,10 @@
498
498
  border-radius: 15px;
499
499
  .upload-add-wrapper {
500
500
  flex-direction: row;
501
+ gap: 0;
501
502
  .co-tile-render {
502
- width: 40px;
503
- height: 40px;
503
+ width: 26px;
504
+ height: 26px;
504
505
  border: none;
505
506
  padding: 0;
506
507
  .image, .info {
@@ -510,8 +511,8 @@
510
511
  position: relative;
511
512
  top: 0;
512
513
  .add-button {
513
- width: 20px;
514
- height: 20px;
514
+ width: 16px;
515
+ height: 16px;
515
516
  svg {
516
517
  fill: #000;
517
518
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "262.1.21",
3
+ "version": "262.1.23",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",