@colijnit/transaction 262.1.14 → 262.1.16
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
|
@@ -306,7 +306,7 @@ import { BaseModuleScreenConfigService, BaseModuleService, FormMasterService, Sc
|
|
|
306
306
|
import * as i5 from '@colijnit/relation';
|
|
307
307
|
import { RelationService } from '@colijnit/relation';
|
|
308
308
|
import * as i6 from '@colijnit/sharedcomponents';
|
|
309
|
-
import { SharedService, AgendaEventPerDay, StatusbarData, CalendarView, SendMethod, FormBuilderUserFormComponent, ComponentActivityListComponent } from '@colijnit/sharedcomponents';
|
|
309
|
+
import { SharedService, AgendaEventPerDay, StatusbarData, CalendarView, SendMethod, FormBuilderUserFormComponent, ComponentActivityListComponent, ActivityTimelineComponent } from '@colijnit/sharedcomponents';
|
|
310
310
|
import { ExternalCatalogAddArticleRequest } from '@colijnit/transactionapi/build/model/external-catalog-add-article-request';
|
|
311
311
|
import { TransactionDeliveryCostLineInfo } from '@colijnit/transactionapi/build/model/transaction-delivery-cost-line-info.bo';
|
|
312
312
|
import { UserRoleType } from '@colijnit/ioneconnector/build/enum/user-role-type.enum';
|
|
@@ -3994,6 +3994,7 @@ declare enum TransactionCfgName {
|
|
|
3994
3994
|
DiscountAmount = "discountAmount",
|
|
3995
3995
|
DiscountTransTotal = "discountTransTotal",
|
|
3996
3996
|
DiscountRedistributeButton = "discountRedistributeBtn",
|
|
3997
|
+
TransactionDiscountReason = "transactionDiscountReason",
|
|
3997
3998
|
Definitive = "definitive",
|
|
3998
3999
|
OnHoldCodes = "onHoldCodes",
|
|
3999
4000
|
Branch = "branch",
|
|
@@ -6241,6 +6242,7 @@ declare class DiscountCodesPopupComponent implements OnInit {
|
|
|
6241
6242
|
discountCodes: DiscountCode[];
|
|
6242
6243
|
selectedDiscountCode: DiscountCode;
|
|
6243
6244
|
discountRemark: string;
|
|
6245
|
+
readonly cfgNames: typeof TransactionCfgName;
|
|
6244
6246
|
readonly icons: typeof Icon;
|
|
6245
6247
|
constructor(iconCacheService: IconCacheService, transactionService: TransactionService);
|
|
6246
6248
|
ngOnInit(): void;
|
|
@@ -7619,6 +7621,7 @@ declare class TransactionSearchSalesLineSelectTileComponent extends TransactionS
|
|
|
7619
7621
|
showClass(): boolean;
|
|
7620
7622
|
extendedTransactionSearch: boolean;
|
|
7621
7623
|
returnWizardLayout: boolean;
|
|
7624
|
+
customerPortal: boolean;
|
|
7622
7625
|
lineClicked: EventEmitter<TransactionLineSearchIndex>;
|
|
7623
7626
|
transactionClick: EventEmitter<TransactionSearchView>;
|
|
7624
7627
|
lines: TransactionLineSearchIndex[];
|
|
@@ -7630,7 +7633,7 @@ declare class TransactionSearchSalesLineSelectTileComponent extends TransactionS
|
|
|
7630
7633
|
getPriorityLabel(priority?: PriorityType): string;
|
|
7631
7634
|
showOrderLabel(): string;
|
|
7632
7635
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSearchSalesLineSelectTileComponent, never>;
|
|
7633
|
-
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>;
|
|
7636
|
+
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>;
|
|
7634
7637
|
}
|
|
7635
7638
|
|
|
7636
7639
|
declare class TransactionLineStatusbarComponent extends TransactionLineBaseComponent {
|
|
@@ -7668,6 +7671,7 @@ declare class TransactionLineTileComponent {
|
|
|
7668
7671
|
transactionService: TransactionService;
|
|
7669
7672
|
private _changeDetector;
|
|
7670
7673
|
private imageService;
|
|
7674
|
+
customerPortal: boolean;
|
|
7671
7675
|
line: TransactionLineSearchIndex;
|
|
7672
7676
|
set showPriceAmount(value: boolean);
|
|
7673
7677
|
get showPriceAmount(): boolean;
|
|
@@ -7677,12 +7681,12 @@ declare class TransactionLineTileComponent {
|
|
|
7677
7681
|
handleVisibilityChange(visible: boolean): void;
|
|
7678
7682
|
private _detectChanges;
|
|
7679
7683
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineTileComponent, never>;
|
|
7680
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineTileComponent, "co-transaction-line-tile", never, { "line": { "alias": "line"; "required": false; }; "showPriceAmount": { "alias": "showPriceAmount"; "required": false; }; }, {}, never, never, false, never>;
|
|
7684
|
+
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>;
|
|
7681
7685
|
}
|
|
7682
7686
|
|
|
7683
7687
|
declare class TransactionLineTileModule {
|
|
7684
7688
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineTileModule, never>;
|
|
7685
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineTileModule, [typeof TransactionLineTileComponent], [typeof CoreModule, typeof i3.ObserveVisibilityModule, typeof i3.CoCurrencyPipeModule, typeof TransactionLineDescriptionModule], [typeof TransactionLineTileComponent]>;
|
|
7689
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineTileModule, [typeof TransactionLineTileComponent], [typeof CoreModule, typeof i3.ObserveVisibilityModule, typeof i3.CoCurrencyPipeModule, typeof TransactionLineDescriptionModule, typeof PipeModule, typeof i2.DatePipe], [typeof TransactionLineTileComponent]>;
|
|
7686
7690
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineTileModule>;
|
|
7687
7691
|
}
|
|
7688
7692
|
|
|
@@ -16001,6 +16005,7 @@ declare class TransactionServiceOverviewComponent extends TransactionHeaderBaseC
|
|
|
16001
16005
|
readonly WorkflowCategoryType: typeof WorkflowCategoryType;
|
|
16002
16006
|
readonly cfgNames: typeof TransactionCfgName;
|
|
16003
16007
|
openActivities: ComponentActivityListComponent;
|
|
16008
|
+
activityTimeline: ActivityTimelineComponent;
|
|
16004
16009
|
activityList: ElementRef<HTMLDivElement>;
|
|
16005
16010
|
showClass(): boolean;
|
|
16006
16011
|
posOrderData: PosOrderData;
|
|
@@ -16041,9 +16046,9 @@ declare class TransactionServiceOverviewComponent extends TransactionHeaderBaseC
|
|
|
16041
16046
|
sortDocumentList(): void;
|
|
16042
16047
|
openCreatedTask(taskId: number): Promise<void>;
|
|
16043
16048
|
getWizardQuestionPairs(text?: string): string[][];
|
|
16049
|
+
scrollActivitiesToBottom(): void;
|
|
16044
16050
|
protected transactionInfoSet(): void;
|
|
16045
|
-
private
|
|
16046
|
-
private setWizardQuestionPairs;
|
|
16051
|
+
private _setWizardQuestionPairs;
|
|
16047
16052
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionServiceOverviewComponent, never>;
|
|
16048
16053
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionServiceOverviewComponent, "co-transaction-service-overview", never, { "posOrderData": { "alias": "posOrderData"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; }, {}, never, never, false, never>;
|
|
16049
16054
|
}
|
|
@@ -16064,7 +16069,7 @@ declare class TransactionServiceMessageModule {
|
|
|
16064
16069
|
|
|
16065
16070
|
declare class TransactionServiceOverviewModule {
|
|
16066
16071
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionServiceOverviewModule, never>;
|
|
16067
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionServiceOverviewModule, [typeof TransactionServiceOverviewComponent], [typeof i3.InputTextareaModule, typeof i3.InputTextModule, typeof PipeModule, typeof CoreModule, typeof i3.ListOfValuesModule, typeof i3.ButtonModule, typeof i3.CollapsibleModule, typeof i2.CommonModule, typeof i6.FilesUploadModule, typeof i6.ActivityListModule, typeof i6.ComponentActivityListModule, typeof i6.TaskCreatorModule, typeof TransactionLinesSidePanelModule, typeof TransactionServiceMessageModule, typeof i3.ScreenConfigurationModule], [typeof TransactionServiceOverviewComponent]>;
|
|
16072
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionServiceOverviewModule, [typeof TransactionServiceOverviewComponent], [typeof i3.InputTextareaModule, typeof i3.InputTextModule, typeof PipeModule, typeof CoreModule, typeof i3.ListOfValuesModule, typeof i3.ButtonModule, typeof i3.CollapsibleModule, typeof i2.CommonModule, typeof i6.FilesUploadModule, typeof i6.ActivityListModule, typeof i6.ComponentActivityListModule, typeof i6.TaskCreatorModule, typeof TransactionLinesSidePanelModule, typeof TransactionServiceMessageModule, typeof i3.ScreenConfigurationModule, typeof i6.ActivityTimelineModule], [typeof TransactionServiceOverviewComponent]>;
|
|
16068
16073
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionServiceOverviewModule>;
|
|
16069
16074
|
}
|
|
16070
16075
|
|
|
@@ -16898,6 +16903,8 @@ declare class ServiceWizardCreateServiceComponent implements OnInit {
|
|
|
16898
16903
|
buttonsVisible: boolean;
|
|
16899
16904
|
customerPortal: boolean;
|
|
16900
16905
|
slaBtnSelected: EventEmitter<boolean>;
|
|
16906
|
+
portalLineSelected: EventEmitter<boolean>;
|
|
16907
|
+
resetServiceWizard: EventEmitter<void>;
|
|
16901
16908
|
chosenTransactionLine: TransactionLineSearchIndex;
|
|
16902
16909
|
chosenArticle: ArticleExtended;
|
|
16903
16910
|
slaProductName: string;
|
|
@@ -16909,8 +16916,9 @@ declare class ServiceWizardCreateServiceComponent implements OnInit {
|
|
|
16909
16916
|
slaSelected(slaProduct: SLAProduct): void;
|
|
16910
16917
|
transLineChosen(chosenLine: TransactionLineSearchIndex): void;
|
|
16911
16918
|
articleChosen(chosenArticle: ArticleExtended): void;
|
|
16919
|
+
onResetService(): void;
|
|
16912
16920
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceWizardCreateServiceComponent, never>;
|
|
16913
|
-
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>;
|
|
16921
|
+
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>;
|
|
16914
16922
|
}
|
|
16915
16923
|
|
|
16916
16924
|
declare class ServiceWizardQuestionsComponent {
|
|
@@ -16946,6 +16954,7 @@ declare class SimpleVerticalStepperComponent extends StepperBaseComponent {
|
|
|
16946
16954
|
stepButtonLabels: string[];
|
|
16947
16955
|
externalSlaBtn: boolean;
|
|
16948
16956
|
afterSalesSystem: boolean;
|
|
16957
|
+
portalBtn: boolean;
|
|
16949
16958
|
set openStep(step: number);
|
|
16950
16959
|
set content(children: any);
|
|
16951
16960
|
private _openStep;
|
|
@@ -16957,7 +16966,7 @@ declare class SimpleVerticalStepperComponent extends StepperBaseComponent {
|
|
|
16957
16966
|
protected validateCurrentStep(nextStep?: number): void;
|
|
16958
16967
|
protected setActive(idx: number): void;
|
|
16959
16968
|
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleVerticalStepperComponent, never>;
|
|
16960
|
-
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>;
|
|
16969
|
+
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>;
|
|
16961
16970
|
}
|
|
16962
16971
|
|
|
16963
16972
|
declare class TransactionCreateWizardComponent implements OnInit, OnDestroy {
|
|
@@ -16994,6 +17003,7 @@ declare class TransactionCreateWizardComponent implements OnInit, OnDestroy {
|
|
|
16994
17003
|
buttonsVisible: boolean;
|
|
16995
17004
|
openStep: number;
|
|
16996
17005
|
slaBtnSelected: boolean;
|
|
17006
|
+
portalBtnSelected: boolean;
|
|
16997
17007
|
private _branch;
|
|
16998
17008
|
private _externallyProvidedTransaction;
|
|
16999
17009
|
private _externallyProvidedLineNr;
|
|
@@ -17010,7 +17020,9 @@ declare class TransactionCreateWizardComponent implements OnInit, OnDestroy {
|
|
|
17010
17020
|
wizardFinished(): Promise<void>;
|
|
17011
17021
|
skipWizard(): void;
|
|
17012
17022
|
resetWizard(): void;
|
|
17023
|
+
resetService(): void;
|
|
17013
17024
|
onSlaButtonChange(selected: boolean): void;
|
|
17025
|
+
onPortalButtonChange(selected: boolean): void;
|
|
17014
17026
|
private _initNewRelation;
|
|
17015
17027
|
private _validateForArticleTransaction;
|
|
17016
17028
|
private _processExternalSettings;
|
|
@@ -17130,9 +17142,11 @@ declare class ServiceWizardArtOrTransComponent implements OnInit {
|
|
|
17130
17142
|
articleChosen: EventEmitter<ArticleExtended>;
|
|
17131
17143
|
oldOrderIdChange: EventEmitter<string>;
|
|
17132
17144
|
oldGoodIdChange: EventEmitter<string>;
|
|
17145
|
+
resetServiceWizard: EventEmitter<void>;
|
|
17133
17146
|
createViaTransLine: boolean;
|
|
17134
17147
|
createViaProduct: boolean;
|
|
17135
17148
|
createViaOldTrans: boolean;
|
|
17149
|
+
showCustomerPortalSearchBundle: boolean;
|
|
17136
17150
|
showTransLinePopup: boolean;
|
|
17137
17151
|
set chosenTransactionLine(response: TransactionLineSearchIndex);
|
|
17138
17152
|
get chosenTransactionLine(): TransactionLineSearchIndex;
|
|
@@ -17153,15 +17167,39 @@ declare class ServiceWizardArtOrTransComponent implements OnInit {
|
|
|
17153
17167
|
openTransactionPopUp(): void;
|
|
17154
17168
|
closeTransactionPopup(): void;
|
|
17155
17169
|
handleCatalogArticleClick(article: ArticleExtended): void;
|
|
17156
|
-
|
|
17170
|
+
handleTransactionLineClick(line: TransactionLineSearchIndex): void;
|
|
17157
17171
|
createOrderWithTransactionLineClicked(openSearch?: boolean): void;
|
|
17158
17172
|
createOrderWithArticleClicked(): void;
|
|
17159
17173
|
createOrderFromOldTrans(): void;
|
|
17174
|
+
chooseOtherProduct(): void;
|
|
17160
17175
|
private _prepareCatalogRequest;
|
|
17161
17176
|
private setTransactionLabel;
|
|
17162
17177
|
private setTransactionLineImage;
|
|
17163
17178
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceWizardArtOrTransComponent, never>;
|
|
17164
|
-
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>;
|
|
17179
|
+
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>;
|
|
17180
|
+
}
|
|
17181
|
+
|
|
17182
|
+
declare class ServiceWizardSearchBundleComponent implements OnInit, OnDestroy {
|
|
17183
|
+
transactionSearchService: TransactionSearchService;
|
|
17184
|
+
iconCacheService: IconCacheService;
|
|
17185
|
+
readonly icons: typeof Icon;
|
|
17186
|
+
placeholder: string;
|
|
17187
|
+
set relation(value: Relation);
|
|
17188
|
+
filterIconClick: EventEmitter<void>;
|
|
17189
|
+
closeClick: EventEmitter<void>;
|
|
17190
|
+
lineClicked: EventEmitter<TransactionLineSearchIndex>;
|
|
17191
|
+
showClass(): boolean;
|
|
17192
|
+
showFilters: boolean;
|
|
17193
|
+
constructor(transactionSearchService: TransactionSearchService, iconCacheService: IconCacheService);
|
|
17194
|
+
ngOnInit(): Promise<void>;
|
|
17195
|
+
ngOnDestroy(): void;
|
|
17196
|
+
onPeriodChange(): Promise<void>;
|
|
17197
|
+
readMore(): Promise<void>;
|
|
17198
|
+
get hasMoreTransactions(): boolean;
|
|
17199
|
+
transLineClicked(line: TransactionLineSearchIndex): void;
|
|
17200
|
+
searchTransactions(): Promise<void>;
|
|
17201
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceWizardSearchBundleComponent, never>;
|
|
17202
|
+
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>;
|
|
17165
17203
|
}
|
|
17166
17204
|
|
|
17167
17205
|
declare class SimpleVerticalStepperModule {
|
|
@@ -17191,7 +17229,7 @@ declare class RelationGeneralContactPersonDialogModule {
|
|
|
17191
17229
|
|
|
17192
17230
|
declare class TransactionCreateWizardModule {
|
|
17193
17231
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCreateWizardModule, never>;
|
|
17194
|
-
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]>;
|
|
17232
|
+
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]>;
|
|
17195
17233
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionCreateWizardModule>;
|
|
17196
17234
|
}
|
|
17197
17235
|
|