@colijnit/transaction 261.20.47 → 261.20.48

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
@@ -3972,6 +3972,7 @@ declare enum TransactionCfgName {
3972
3972
  DiscountAmount = "discountAmount",
3973
3973
  DiscountTransTotal = "discountTransTotal",
3974
3974
  DiscountRedistributeButton = "discountRedistributeBtn",
3975
+ TransactionDiscountReason = "transactionDiscountReason",
3975
3976
  Definitive = "definitive",
3976
3977
  OnHoldCodes = "onHoldCodes",
3977
3978
  Branch = "branch",
@@ -6219,6 +6220,7 @@ declare class DiscountCodesPopupComponent implements OnInit {
6219
6220
  discountCodes: DiscountCode[];
6220
6221
  selectedDiscountCode: DiscountCode;
6221
6222
  discountRemark: string;
6223
+ readonly cfgNames: typeof TransactionCfgName;
6222
6224
  readonly icons: typeof Icon;
6223
6225
  constructor(iconCacheService: IconCacheService, transactionService: TransactionService);
6224
6226
  ngOnInit(): void;
@@ -6371,7 +6373,7 @@ declare class RelationAddressesComponent extends RelationBaseComponent implement
6371
6373
 
6372
6374
  declare class RelationAddressesModule {
6373
6375
  static ɵfac: i0.ɵɵFactoryDeclaration<RelationAddressesModule, never>;
6374
- static ɵmod: i0.ɵɵNgModuleDeclaration<RelationAddressesModule, [typeof RelationAddressesComponent], [typeof i2.CommonModule, typeof i3.Carousel3dModule, typeof RelationAddressTileModule, typeof CoreModule, typeof PipeModule, typeof i3.CoDialogModule, typeof RelationAddressModule, typeof i3.FormModule, typeof i3.ButtonModule, typeof i3.CarouselModule, typeof i3.FilterPipeModule], [typeof RelationAddressesComponent]>;
6376
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RelationAddressesModule, [typeof RelationAddressesComponent], [typeof i2.CommonModule, typeof RelationAddressTileModule, typeof CoreModule, typeof PipeModule, typeof i3.CoDialogModule, typeof RelationAddressModule, typeof i3.FormModule, typeof i3.ButtonModule, typeof i3.CarouselModule, typeof i3.FilterPipeModule], [typeof RelationAddressesComponent]>;
6375
6377
  static ɵinj: i0.ɵɵInjectorDeclaration<RelationAddressesModule>;
6376
6378
  }
6377
6379
 
@@ -6829,7 +6831,7 @@ declare class DeliveryTypeTileModule {
6829
6831
 
6830
6832
  declare class TransactionHeaderDeliveryMethodModule {
6831
6833
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderDeliveryMethodModule, never>;
6832
- static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderDeliveryMethodModule, [typeof TransactionHeaderDeliveryMethodComponent], [typeof i2.CommonModule, typeof PipeModule, typeof i3.Carousel3dModule, typeof DeliveryTypeTileModule, typeof i3.InputCheckboxModule, typeof TransactionLineCheckboxModule, typeof i3.CarouselModule, typeof i3.TooltipDirectiveModule], [typeof TransactionHeaderDeliveryMethodComponent]>;
6834
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderDeliveryMethodModule, [typeof TransactionHeaderDeliveryMethodComponent], [typeof i2.CommonModule, typeof PipeModule, typeof DeliveryTypeTileModule, typeof i3.InputCheckboxModule, typeof TransactionLineCheckboxModule, typeof i3.CarouselModule, typeof i3.TooltipDirectiveModule], [typeof TransactionHeaderDeliveryMethodComponent]>;
6833
6835
  static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderDeliveryMethodModule>;
6834
6836
  }
6835
6837
 
@@ -7592,6 +7594,7 @@ declare class TransactionSearchSalesLineSelectTileComponent extends TransactionS
7592
7594
  showClass(): boolean;
7593
7595
  extendedTransactionSearch: boolean;
7594
7596
  returnWizardLayout: boolean;
7597
+ customerPortal: boolean;
7595
7598
  lineClicked: EventEmitter<TransactionLineSearchIndex>;
7596
7599
  transactionClick: EventEmitter<TransactionSearchView>;
7597
7600
  lines: TransactionLineSearchIndex[];
@@ -7603,7 +7606,7 @@ declare class TransactionSearchSalesLineSelectTileComponent extends TransactionS
7603
7606
  getPriorityLabel(priority?: PriorityType): string;
7604
7607
  showOrderLabel(): string;
7605
7608
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSearchSalesLineSelectTileComponent, never>;
7606
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSearchSalesLineSelectTileComponent, "co-transaction-search-sales-line-select-tile", never, { "extendedTransactionSearch": { "alias": "extendedTransactionSearch"; "required": false; }; "returnWizardLayout": { "alias": "returnWizardLayout"; "required": false; }; }, { "lineClicked": "lineClicked"; "transactionClick": "transactionClick"; }, never, never, false, never>;
7609
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSearchSalesLineSelectTileComponent, "co-transaction-search-sales-line-select-tile", never, { "extendedTransactionSearch": { "alias": "extendedTransactionSearch"; "required": false; }; "returnWizardLayout": { "alias": "returnWizardLayout"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; }, { "lineClicked": "lineClicked"; "transactionClick": "transactionClick"; }, never, never, false, never>;
7607
7610
  }
7608
7611
 
7609
7612
  declare class TransactionLineStatusbarComponent extends TransactionLineBaseComponent {
@@ -7641,6 +7644,7 @@ declare class TransactionLineTileComponent {
7641
7644
  transactionService: TransactionService;
7642
7645
  private _changeDetector;
7643
7646
  private imageService;
7647
+ customerPortal: boolean;
7644
7648
  line: TransactionLineSearchIndex;
7645
7649
  set showPriceAmount(value: boolean);
7646
7650
  get showPriceAmount(): boolean;
@@ -7650,12 +7654,12 @@ declare class TransactionLineTileComponent {
7650
7654
  handleVisibilityChange(visible: boolean): void;
7651
7655
  private _detectChanges;
7652
7656
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineTileComponent, never>;
7653
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineTileComponent, "co-transaction-line-tile", never, { "line": { "alias": "line"; "required": false; }; "showPriceAmount": { "alias": "showPriceAmount"; "required": false; }; }, {}, never, never, false, never>;
7657
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineTileComponent, "co-transaction-line-tile", never, { "customerPortal": { "alias": "customerPortal"; "required": false; }; "line": { "alias": "line"; "required": false; }; "showPriceAmount": { "alias": "showPriceAmount"; "required": false; }; }, {}, never, never, false, never>;
7654
7658
  }
7655
7659
 
7656
7660
  declare class TransactionLineTileModule {
7657
7661
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineTileModule, never>;
7658
- static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineTileModule, [typeof TransactionLineTileComponent], [typeof CoreModule, typeof i3.ObserveVisibilityModule, typeof i3.CoCurrencyPipeModule, typeof TransactionLineDescriptionModule], [typeof TransactionLineTileComponent]>;
7662
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineTileModule, [typeof TransactionLineTileComponent], [typeof CoreModule, typeof i3.ObserveVisibilityModule, typeof i3.CoCurrencyPipeModule, typeof TransactionLineDescriptionModule, typeof PipeModule, typeof i2.DatePipe], [typeof TransactionLineTileComponent]>;
7659
7663
  static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineTileModule>;
7660
7664
  }
7661
7665
 
@@ -13732,7 +13736,7 @@ declare class StepperStepModule {
13732
13736
 
13733
13737
  declare class CheckoutModule {
13734
13738
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckoutModule, never>;
13735
- static ɵmod: i0.ɵɵNgModuleDeclaration<CheckoutModule, [typeof CheckoutOverviewRelationEditComponent, typeof CheckoutOverviewDeliveryEditComponent, typeof CheckoutOverviewPaymentComponent, typeof CheckoutComponent], [typeof CoreModule, typeof i2.CommonModule, typeof i3.IconModule, typeof i3.InputTextModule, typeof i3.InputCheckboxModule, typeof i3.InputRadioButtonModule, typeof i3.FormModule, typeof i3.InputDatePickerModule, typeof i3.InputNumberPickerModule, typeof i3.CoDialogModule, typeof i3.ButtonModule, typeof i3.PopupModule, typeof i8.ReactiveFormsModule, typeof i8.FormsModule, typeof RelationAddressModule, typeof RelationAddressSelectModule, typeof RelationAddressTileModule, typeof i3.Carousel3dModule, typeof i3.InputTextareaModule, typeof PipeModule, typeof StepperModule, typeof ShoppingCartPreviewModule, typeof AvatarModule, typeof DeliveryTypeTileModule, typeof i3.CollapsibleModule, typeof PaymentModule, typeof RelationTypeModule, typeof RelationGeneralModule, typeof RelationAddressesModule, typeof RelationContactDetailsModule, typeof RelationPreferencesModule, typeof TransactionHeaderDeliveryModule, typeof TransactionHeaderPreferredDeliveryDateModule, typeof TransactionHeaderDeliveryDateModule, typeof TransactionHeaderDeliveryMethodModule, typeof TransactionHeaderPartialDeliveryModule, typeof TransactionHeaderDeliveryOptionsModule, typeof TransactionHeaderRemarksModule, typeof TransactionHeaderReferenceModule, typeof TransactionHeaderRelationReferenceModule, typeof TransactionHeaderDepositPercentageModule, typeof TransactionHeaderDepositAmountModule, typeof TransactionHeaderDefinitiveModule, typeof TransactionHeaderBranchModule, typeof TransactionHeaderAdministrativeRelationModule, typeof TransactionHeaderMarketingModule, typeof TransactionHeaderHoldCodesModule, typeof RelationSuggestionsListModule, typeof i3.ScreenConfigurationModule, typeof SuggestionsSidebarModule, typeof i3.ListOfValuesModule, typeof StepperStepModule, typeof TransactionHeaderSalesPersonModule, typeof TransactionHeaderPaymentConditionModule, typeof i3.InputSearchModule], [typeof CheckoutComponent, typeof CheckoutOverviewRelationEditComponent]>;
13739
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CheckoutModule, [typeof CheckoutOverviewRelationEditComponent, typeof CheckoutOverviewDeliveryEditComponent, typeof CheckoutOverviewPaymentComponent, typeof CheckoutComponent], [typeof CoreModule, typeof i2.CommonModule, typeof i3.IconModule, typeof i3.InputTextModule, typeof i3.InputCheckboxModule, typeof i3.InputRadioButtonModule, typeof i3.FormModule, typeof i3.InputDatePickerModule, typeof i3.InputNumberPickerModule, typeof i3.CoDialogModule, typeof i3.ButtonModule, typeof i3.PopupModule, typeof i8.ReactiveFormsModule, typeof i8.FormsModule, typeof RelationAddressModule, typeof RelationAddressSelectModule, typeof RelationAddressTileModule, typeof i3.InputTextareaModule, typeof PipeModule, typeof StepperModule, typeof ShoppingCartPreviewModule, typeof AvatarModule, typeof DeliveryTypeTileModule, typeof i3.CollapsibleModule, typeof PaymentModule, typeof RelationTypeModule, typeof RelationGeneralModule, typeof RelationAddressesModule, typeof RelationContactDetailsModule, typeof RelationPreferencesModule, typeof TransactionHeaderDeliveryModule, typeof TransactionHeaderPreferredDeliveryDateModule, typeof TransactionHeaderDeliveryDateModule, typeof TransactionHeaderDeliveryMethodModule, typeof TransactionHeaderPartialDeliveryModule, typeof TransactionHeaderDeliveryOptionsModule, typeof TransactionHeaderRemarksModule, typeof TransactionHeaderReferenceModule, typeof TransactionHeaderRelationReferenceModule, typeof TransactionHeaderDepositPercentageModule, typeof TransactionHeaderDepositAmountModule, typeof TransactionHeaderDefinitiveModule, typeof TransactionHeaderBranchModule, typeof TransactionHeaderAdministrativeRelationModule, typeof TransactionHeaderMarketingModule, typeof TransactionHeaderHoldCodesModule, typeof RelationSuggestionsListModule, typeof i3.ScreenConfigurationModule, typeof SuggestionsSidebarModule, typeof i3.ListOfValuesModule, typeof StepperStepModule, typeof TransactionHeaderSalesPersonModule, typeof TransactionHeaderPaymentConditionModule, typeof i3.InputSearchModule], [typeof CheckoutComponent, typeof CheckoutOverviewRelationEditComponent]>;
13736
13740
  static ɵinj: i0.ɵɵInjectorDeclaration<CheckoutModule>;
13737
13741
  }
13738
13742
 
@@ -16813,6 +16817,8 @@ declare class ServiceWizardCreateServiceComponent implements OnInit {
16813
16817
  buttonsVisible: boolean;
16814
16818
  customerPortal: boolean;
16815
16819
  slaBtnSelected: EventEmitter<boolean>;
16820
+ portalLineSelected: EventEmitter<boolean>;
16821
+ resetServiceWizard: EventEmitter<void>;
16816
16822
  chosenTransactionLine: TransactionLineSearchIndex;
16817
16823
  chosenArticle: ArticleExtended;
16818
16824
  slaProductName: string;
@@ -16824,8 +16830,9 @@ declare class ServiceWizardCreateServiceComponent implements OnInit {
16824
16830
  slaSelected(slaProduct: SLAProduct): void;
16825
16831
  transLineChosen(chosenLine: TransactionLineSearchIndex): void;
16826
16832
  articleChosen(chosenArticle: ArticleExtended): void;
16833
+ onResetService(): void;
16827
16834
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceWizardCreateServiceComponent, never>;
16828
- static ɵcmp: i0.ɵɵComponentDeclaration<ServiceWizardCreateServiceComponent, "co-service-wizard-create-service", never, { "forceReadonly": { "alias": "forceReadonly"; "required": false; }; "relation": { "alias": "relation"; "required": false; }; "afterSalesSystem": { "alias": "afterSalesSystem"; "required": false; }; "existingTransaction": { "alias": "existingTransaction"; "required": false; }; "existingTransactionLine": { "alias": "existingTransactionLine"; "required": false; }; "buttonsVisible": { "alias": "buttonsVisible"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; }, { "slaBtnSelected": "slaBtnSelected"; }, never, never, false, never>;
16835
+ static ɵcmp: i0.ɵɵComponentDeclaration<ServiceWizardCreateServiceComponent, "co-service-wizard-create-service", never, { "forceReadonly": { "alias": "forceReadonly"; "required": false; }; "relation": { "alias": "relation"; "required": false; }; "afterSalesSystem": { "alias": "afterSalesSystem"; "required": false; }; "existingTransaction": { "alias": "existingTransaction"; "required": false; }; "existingTransactionLine": { "alias": "existingTransactionLine"; "required": false; }; "buttonsVisible": { "alias": "buttonsVisible"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; }, { "slaBtnSelected": "slaBtnSelected"; "portalLineSelected": "portalLineSelected"; "resetServiceWizard": "resetServiceWizard"; }, never, never, false, never>;
16829
16836
  }
16830
16837
 
16831
16838
  declare class ServiceWizardQuestionsComponent {
@@ -16861,6 +16868,7 @@ declare class SimpleVerticalStepperComponent extends StepperBaseComponent {
16861
16868
  stepButtonLabels: string[];
16862
16869
  externalSlaBtn: boolean;
16863
16870
  afterSalesSystem: boolean;
16871
+ portalBtn: boolean;
16864
16872
  set openStep(step: number);
16865
16873
  set content(children: any);
16866
16874
  private _openStep;
@@ -16872,7 +16880,7 @@ declare class SimpleVerticalStepperComponent extends StepperBaseComponent {
16872
16880
  protected validateCurrentStep(nextStep?: number): void;
16873
16881
  protected setActive(idx: number): void;
16874
16882
  static ɵfac: i0.ɵɵFactoryDeclaration<SimpleVerticalStepperComponent, never>;
16875
- static ɵcmp: i0.ɵɵComponentDeclaration<SimpleVerticalStepperComponent, "co-simple-vertical-stepper", never, { "doNotShowOKOnSteps": { "alias": "doNotShowOKOnSteps"; "required": false; }; "skipSteps": { "alias": "skipSteps"; "required": false; }; "stepButton": { "alias": "stepButton"; "required": false; }; "stepButtonLabels": { "alias": "stepButtonLabels"; "required": false; }; "externalSlaBtn": { "alias": "externalSlaBtn"; "required": false; }; "afterSalesSystem": { "alias": "afterSalesSystem"; "required": false; }; "openStep": { "alias": "openStep"; "required": false; }; }, {}, ["content"], ["*"], false, never>;
16883
+ static ɵcmp: i0.ɵɵComponentDeclaration<SimpleVerticalStepperComponent, "co-simple-vertical-stepper", never, { "doNotShowOKOnSteps": { "alias": "doNotShowOKOnSteps"; "required": false; }; "skipSteps": { "alias": "skipSteps"; "required": false; }; "stepButton": { "alias": "stepButton"; "required": false; }; "stepButtonLabels": { "alias": "stepButtonLabels"; "required": false; }; "externalSlaBtn": { "alias": "externalSlaBtn"; "required": false; }; "afterSalesSystem": { "alias": "afterSalesSystem"; "required": false; }; "portalBtn": { "alias": "portalBtn"; "required": false; }; "openStep": { "alias": "openStep"; "required": false; }; }, {}, ["content"], ["*"], false, never>;
16876
16884
  }
16877
16885
 
16878
16886
  declare class TransactionCreateWizardComponent implements OnInit, OnDestroy {
@@ -16909,6 +16917,7 @@ declare class TransactionCreateWizardComponent implements OnInit, OnDestroy {
16909
16917
  buttonsVisible: boolean;
16910
16918
  openStep: number;
16911
16919
  slaBtnSelected: boolean;
16920
+ portalBtnSelected: boolean;
16912
16921
  private _branch;
16913
16922
  private _externallyProvidedTransaction;
16914
16923
  private _externallyProvidedLineNr;
@@ -16925,7 +16934,9 @@ declare class TransactionCreateWizardComponent implements OnInit, OnDestroy {
16925
16934
  wizardFinished(): Promise<void>;
16926
16935
  skipWizard(): void;
16927
16936
  resetWizard(): void;
16937
+ resetService(): void;
16928
16938
  onSlaButtonChange(selected: boolean): void;
16939
+ onPortalButtonChange(selected: boolean): void;
16929
16940
  private _initNewRelation;
16930
16941
  private _validateForArticleTransaction;
16931
16942
  private _processExternalSettings;
@@ -17045,9 +17056,11 @@ declare class ServiceWizardArtOrTransComponent implements OnInit {
17045
17056
  articleChosen: EventEmitter<ArticleExtended>;
17046
17057
  oldOrderIdChange: EventEmitter<string>;
17047
17058
  oldGoodIdChange: EventEmitter<string>;
17059
+ resetServiceWizard: EventEmitter<void>;
17048
17060
  createViaTransLine: boolean;
17049
17061
  createViaProduct: boolean;
17050
17062
  createViaOldTrans: boolean;
17063
+ showCustomerPortalSearchBundle: boolean;
17051
17064
  showTransLinePopup: boolean;
17052
17065
  set chosenTransactionLine(response: TransactionLineSearchIndex);
17053
17066
  get chosenTransactionLine(): TransactionLineSearchIndex;
@@ -17068,15 +17081,39 @@ declare class ServiceWizardArtOrTransComponent implements OnInit {
17068
17081
  openTransactionPopUp(): void;
17069
17082
  closeTransactionPopup(): void;
17070
17083
  handleCatalogArticleClick(article: ArticleExtended): void;
17071
- handleTransactinLineClick(line: TransactionLineSearchIndex): void;
17084
+ handleTransactionLineClick(line: TransactionLineSearchIndex): void;
17072
17085
  createOrderWithTransactionLineClicked(openSearch?: boolean): void;
17073
17086
  createOrderWithArticleClicked(): void;
17074
17087
  createOrderFromOldTrans(): void;
17088
+ chooseOtherProduct(): void;
17075
17089
  private _prepareCatalogRequest;
17076
17090
  private setTransactionLabel;
17077
17091
  private setTransactionLineImage;
17078
17092
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceWizardArtOrTransComponent, never>;
17079
- static ɵcmp: i0.ɵɵComponentDeclaration<ServiceWizardArtOrTransComponent, "co-service-wizard-art-or-trans", never, { "forceReadonly": { "alias": "forceReadonly"; "required": false; }; "relation": { "alias": "relation"; "required": false; }; "oldOrderId": { "alias": "oldOrderId"; "required": false; }; "oldGoodId": { "alias": "oldGoodId"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; "existingTransaction": { "alias": "existingTransaction"; "required": false; }; "existingTransactionLine": { "alias": "existingTransactionLine"; "required": false; }; "buttonsVisible": { "alias": "buttonsVisible"; "required": false; }; }, { "transLineChosen": "transLineChosen"; "articleChosen": "articleChosen"; "oldOrderIdChange": "oldOrderIdChange"; "oldGoodIdChange": "oldGoodIdChange"; }, never, never, false, never>;
17093
+ static ɵcmp: i0.ɵɵComponentDeclaration<ServiceWizardArtOrTransComponent, "co-service-wizard-art-or-trans", never, { "forceReadonly": { "alias": "forceReadonly"; "required": false; }; "relation": { "alias": "relation"; "required": false; }; "oldOrderId": { "alias": "oldOrderId"; "required": false; }; "oldGoodId": { "alias": "oldGoodId"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; "existingTransaction": { "alias": "existingTransaction"; "required": false; }; "existingTransactionLine": { "alias": "existingTransactionLine"; "required": false; }; "buttonsVisible": { "alias": "buttonsVisible"; "required": false; }; }, { "transLineChosen": "transLineChosen"; "articleChosen": "articleChosen"; "oldOrderIdChange": "oldOrderIdChange"; "oldGoodIdChange": "oldGoodIdChange"; "resetServiceWizard": "resetServiceWizard"; }, never, never, false, never>;
17094
+ }
17095
+
17096
+ declare class ServiceWizardSearchBundleComponent implements OnInit, OnDestroy {
17097
+ transactionSearchService: TransactionSearchService;
17098
+ iconCacheService: IconCacheService;
17099
+ readonly icons: typeof Icon;
17100
+ placeholder: string;
17101
+ set relation(value: Relation);
17102
+ filterIconClick: EventEmitter<void>;
17103
+ closeClick: EventEmitter<void>;
17104
+ lineClicked: EventEmitter<TransactionLineSearchIndex>;
17105
+ showClass(): boolean;
17106
+ showFilters: boolean;
17107
+ constructor(transactionSearchService: TransactionSearchService, iconCacheService: IconCacheService);
17108
+ ngOnInit(): Promise<void>;
17109
+ ngOnDestroy(): void;
17110
+ onPeriodChange(): Promise<void>;
17111
+ readMore(): Promise<void>;
17112
+ get hasMoreTransactions(): boolean;
17113
+ transLineClicked(line: TransactionLineSearchIndex): void;
17114
+ searchTransactions(): Promise<void>;
17115
+ static ɵfac: i0.ɵɵFactoryDeclaration<ServiceWizardSearchBundleComponent, never>;
17116
+ static ɵcmp: i0.ɵɵComponentDeclaration<ServiceWizardSearchBundleComponent, "service-wizard-search-bundle", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "relation": { "alias": "relation"; "required": false; }; }, { "filterIconClick": "filterIconClick"; "closeClick": "closeClick"; "lineClicked": "lineClicked"; }, never, never, false, never>;
17080
17117
  }
17081
17118
 
17082
17119
  declare class SimpleVerticalStepperModule {
@@ -17106,7 +17143,7 @@ declare class RelationGeneralContactPersonDialogModule {
17106
17143
 
17107
17144
  declare class TransactionCreateWizardModule {
17108
17145
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCreateWizardModule, never>;
17109
- static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionCreateWizardModule, [typeof TransactionCreateWizardComponent, typeof ServiceWizardRelationComponent, typeof ServiceWizardSlaComponent, typeof ServiceWizardCreateServiceComponent, typeof ServiceWizardServiceFieldsComponent, typeof ServiceWizardArtOrTransComponent, typeof ServiceWizardQuestionsComponent], [typeof StepperModule, typeof i2.CommonModule, typeof TransactionHeaderPopupModule, typeof PipeModule, typeof i3.ButtonModule, typeof CheckoutModule, typeof i3.InputTextModule, typeof i3.InputTextareaModule, typeof SimpleVerticalStepperModule, typeof StepperStepModule, typeof DialogTransactionSearchModule, typeof ClickBlockModule, typeof CoreModule, typeof i6.FilesUploadModule, typeof i3.FormModule, typeof RelationPreferencesModule, typeof RelationAddressesModule, typeof i3.TooltipDirectiveModule, typeof i3.InputCheckboxModule, typeof i3.ScreenConfigurationModule, typeof RelationContactDetailsModule, typeof RelationGeneralModule, typeof RelationTypeModule, typeof ServiceWizardQaModule, typeof DialogCatalogModule, typeof RelationGeneralContactPersonDialogModule], [typeof TransactionCreateWizardComponent]>;
17146
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionCreateWizardModule, [typeof TransactionCreateWizardComponent, typeof ServiceWizardRelationComponent, typeof ServiceWizardSlaComponent, typeof ServiceWizardCreateServiceComponent, typeof ServiceWizardServiceFieldsComponent, typeof ServiceWizardArtOrTransComponent, typeof ServiceWizardQuestionsComponent, typeof ServiceWizardSearchBundleComponent], [typeof StepperModule, typeof i2.CommonModule, typeof TransactionHeaderPopupModule, typeof PipeModule, typeof i3.ButtonModule, typeof CheckoutModule, typeof i3.InputTextModule, typeof i3.InputTextareaModule, typeof SimpleVerticalStepperModule, typeof StepperStepModule, typeof DialogTransactionSearchModule, typeof ClickBlockModule, typeof CoreModule, typeof i6.FilesUploadModule, typeof i3.FormModule, typeof RelationPreferencesModule, typeof RelationAddressesModule, typeof i3.TooltipDirectiveModule, typeof i3.InputCheckboxModule, typeof i3.ScreenConfigurationModule, typeof RelationContactDetailsModule, typeof RelationGeneralModule, typeof RelationTypeModule, typeof ServiceWizardQaModule, typeof DialogCatalogModule, typeof RelationGeneralContactPersonDialogModule, typeof TransactionSearchSalesLineSelectTileModule, typeof TransactionSearchHeaderModule], [typeof TransactionCreateWizardComponent]>;
17110
17147
  static ɵinj: i0.ɵɵInjectorDeclaration<TransactionCreateWizardModule>;
17111
17148
  }
17112
17149
 
@@ -2,5 +2,4 @@
2
2
  @import "./material-definition";
3
3
  @import "./layout";
4
4
  @import "./theme";
5
- $cc-co-carousel-3d-navigate-button-width: 40px;
6
5
  @import "../../../relation/relation-address/style/material";
@@ -1,9 +1,5 @@
1
1
  @include export-module('cc-relation-addresses-layout') {
2
2
  .co-relation-addresses {
3
- .co-carousel-3d {
4
- max-width: $tp-relation-addresses-carousel-max-width;
5
- height: 175px;
6
- }
7
3
  .default-data-row {
8
4
  flex: 1;
9
5
  width: 100%;
@@ -5,10 +5,6 @@
5
5
  display: flex;
6
6
  justify-content: flex-start;
7
7
  flex-direction: row-reverse;
8
- .co-carousel-3d {
9
- max-width: 100%;
10
- height: 175px;
11
- }
12
8
  .co-transaction-header-block.in-dialog {
13
9
  padding: 4px 0;
14
10
  }
@@ -330,11 +330,6 @@
330
330
  }
331
331
  }
332
332
 
333
- .co-relation-addresses .co-carousel-3d {
334
- max-width: 100%;
335
- height: 175px;
336
- }
337
-
338
333
  .checkbox-list-wrapper {
339
334
  overflow: visible;
340
335
  }
@@ -54,10 +54,6 @@
54
54
  .co-transaction-filter-categories .transaction-filter-categories-wrapper {
55
55
  justify-content: flex-start;
56
56
  }
57
- .co-relation-addresses .co-carousel-3d {
58
- max-width: 100%;
59
- height: 175px;
60
- }
61
57
  .header-relation-navigation-wrapper {
62
58
  display: flex;
63
59
  overflow: hidden;
@@ -1,7 +1,6 @@
1
1
  @import "./material-definition";
2
2
  @import "./layout";
3
3
  @import "./theme";
4
- $cc-co-carousel-3d-navigate-button-width: 40px;
5
4
  @import "../../../core/base/components/transaction-header-block/style/material";
6
5
  @import "../../../relation/relation-type/style/material";
7
6
  @import "../../../relation/relation-addresses/style/material";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "261.20.47",
3
+ "version": "261.20.48",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -11,7 +11,7 @@
11
11
  "@angular/core": ">=20.3.16",
12
12
  "@colijnit/articleapi": ">=261.1.3",
13
13
  "@colijnit/catalog": ">=261.20.3",
14
- "@colijnit/corecomponents_v12": ">=261.20.4",
14
+ "@colijnit/corecomponents_v12": ">=261.20.13",
15
15
  "@colijnit/ioneconnector": ">=261.1.2",
16
16
  "@colijnit/mainapi": ">=261.1.7",
17
17
  "@colijnit/product": ">=261.20.0",