@colijnit/transaction 262.1.15 → 262.1.17
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';
|
|
@@ -3287,6 +3287,7 @@ declare class TransactionPaymentService implements OnDestroy {
|
|
|
3287
3287
|
private _clearPspTransactionData;
|
|
3288
3288
|
private _dataUriToBase64;
|
|
3289
3289
|
private _setCashDrawerIdIfValidDrawer;
|
|
3290
|
+
private _triggerCalculateAmountToPay;
|
|
3290
3291
|
private _handleCashLimitCheck;
|
|
3291
3292
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPaymentService, never>;
|
|
3292
3293
|
static ɵprov: i0.ɵɵInjectableDeclaration<TransactionPaymentService>;
|
|
@@ -3994,6 +3995,7 @@ declare enum TransactionCfgName {
|
|
|
3994
3995
|
DiscountAmount = "discountAmount",
|
|
3995
3996
|
DiscountTransTotal = "discountTransTotal",
|
|
3996
3997
|
DiscountRedistributeButton = "discountRedistributeBtn",
|
|
3998
|
+
TransactionDiscountReason = "transactionDiscountReason",
|
|
3997
3999
|
Definitive = "definitive",
|
|
3998
4000
|
OnHoldCodes = "onHoldCodes",
|
|
3999
4001
|
Branch = "branch",
|
|
@@ -6186,6 +6188,7 @@ declare class TransactionHeaderPopupPaymentComponent extends TransactionHeaderPo
|
|
|
6186
6188
|
private _getPaymentMethodTypes;
|
|
6187
6189
|
private _getObjectConfiguration;
|
|
6188
6190
|
private _updateChosenAmountToPay;
|
|
6191
|
+
private _getCashOnDeliveryData;
|
|
6189
6192
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderPopupPaymentComponent, never>;
|
|
6190
6193
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderPopupPaymentComponent, "co-transaction-header-popup-payment", never, {}, {}, never, never, false, never>;
|
|
6191
6194
|
}
|
|
@@ -6200,7 +6203,7 @@ declare class CashOnDeliveryModalComponent extends TransactionInputLineFieldBase
|
|
|
6200
6203
|
changeAmountRequest: ChangeHeaderCashOnDeliveryAmountRequest;
|
|
6201
6204
|
readonly icons: typeof Icon;
|
|
6202
6205
|
cashOnDeliveryAmount: number;
|
|
6203
|
-
ngOnInit(): void
|
|
6206
|
+
ngOnInit(): Promise<void>;
|
|
6204
6207
|
updateCashOnDeliveryAmount(): void;
|
|
6205
6208
|
hideModal(): void;
|
|
6206
6209
|
onEnterKey(event: KeyboardEvent): void;
|
|
@@ -6241,6 +6244,7 @@ declare class DiscountCodesPopupComponent implements OnInit {
|
|
|
6241
6244
|
discountCodes: DiscountCode[];
|
|
6242
6245
|
selectedDiscountCode: DiscountCode;
|
|
6243
6246
|
discountRemark: string;
|
|
6247
|
+
readonly cfgNames: typeof TransactionCfgName;
|
|
6244
6248
|
readonly icons: typeof Icon;
|
|
6245
6249
|
constructor(iconCacheService: IconCacheService, transactionService: TransactionService);
|
|
6246
6250
|
ngOnInit(): void;
|
|
@@ -7619,6 +7623,7 @@ declare class TransactionSearchSalesLineSelectTileComponent extends TransactionS
|
|
|
7619
7623
|
showClass(): boolean;
|
|
7620
7624
|
extendedTransactionSearch: boolean;
|
|
7621
7625
|
returnWizardLayout: boolean;
|
|
7626
|
+
customerPortal: boolean;
|
|
7622
7627
|
lineClicked: EventEmitter<TransactionLineSearchIndex>;
|
|
7623
7628
|
transactionClick: EventEmitter<TransactionSearchView>;
|
|
7624
7629
|
lines: TransactionLineSearchIndex[];
|
|
@@ -7630,7 +7635,7 @@ declare class TransactionSearchSalesLineSelectTileComponent extends TransactionS
|
|
|
7630
7635
|
getPriorityLabel(priority?: PriorityType): string;
|
|
7631
7636
|
showOrderLabel(): string;
|
|
7632
7637
|
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>;
|
|
7638
|
+
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
7639
|
}
|
|
7635
7640
|
|
|
7636
7641
|
declare class TransactionLineStatusbarComponent extends TransactionLineBaseComponent {
|
|
@@ -7668,6 +7673,7 @@ declare class TransactionLineTileComponent {
|
|
|
7668
7673
|
transactionService: TransactionService;
|
|
7669
7674
|
private _changeDetector;
|
|
7670
7675
|
private imageService;
|
|
7676
|
+
customerPortal: boolean;
|
|
7671
7677
|
line: TransactionLineSearchIndex;
|
|
7672
7678
|
set showPriceAmount(value: boolean);
|
|
7673
7679
|
get showPriceAmount(): boolean;
|
|
@@ -7677,12 +7683,12 @@ declare class TransactionLineTileComponent {
|
|
|
7677
7683
|
handleVisibilityChange(visible: boolean): void;
|
|
7678
7684
|
private _detectChanges;
|
|
7679
7685
|
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>;
|
|
7686
|
+
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
7687
|
}
|
|
7682
7688
|
|
|
7683
7689
|
declare class TransactionLineTileModule {
|
|
7684
7690
|
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]>;
|
|
7691
|
+
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
7692
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineTileModule>;
|
|
7687
7693
|
}
|
|
7688
7694
|
|
|
@@ -9890,7 +9896,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9890
9896
|
showCategories: boolean;
|
|
9891
9897
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9892
9898
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9893
|
-
currentTitle(): "
|
|
9899
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9894
9900
|
ngOnDestroy(): void;
|
|
9895
9901
|
handleClickWrapper(event: MouseEvent): void;
|
|
9896
9902
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9916,7 +9922,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9916
9922
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9917
9923
|
ngOnDestroy(): void;
|
|
9918
9924
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9919
|
-
currentTitle(): "
|
|
9925
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9920
9926
|
handleClickWrapper(event: MouseEvent): void;
|
|
9921
9927
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9922
9928
|
private handleDocumentClick;
|
|
@@ -9968,7 +9974,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
9968
9974
|
showCategories: boolean;
|
|
9969
9975
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9970
9976
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9971
|
-
currentTitle(): "
|
|
9977
|
+
currentTitle(): "OVERVIEW" | "MARGINS";
|
|
9972
9978
|
ngOnDestroy(): void;
|
|
9973
9979
|
handleClickWrapper(event: MouseEvent): void;
|
|
9974
9980
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -10882,7 +10888,10 @@ declare class DeliveryPlanningOverviewComponent implements OnInit, OnDestroy {
|
|
|
10882
10888
|
dragEnd(ev: DragEvent): void;
|
|
10883
10889
|
filterWeekArray(weekArray: PlanningTransportWeekDay[]): PlanningTransportWeekDay[];
|
|
10884
10890
|
handleDateRangeChange(newDate: Date): void;
|
|
10885
|
-
onChangeView(
|
|
10891
|
+
onChangeView(event: {
|
|
10892
|
+
view: CalendarView;
|
|
10893
|
+
date: Date;
|
|
10894
|
+
}): void;
|
|
10886
10895
|
handleDeleteOrder(deleteResult: {
|
|
10887
10896
|
order: PlanOrder;
|
|
10888
10897
|
transport: PlanningTransportWeekDay;
|
|
@@ -12442,6 +12451,11 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12442
12451
|
text: any;
|
|
12443
12452
|
value: any;
|
|
12444
12453
|
};
|
|
12454
|
+
withOrWithoutLines: FilterItemViewmodel[];
|
|
12455
|
+
withOrWithoutLinesFields: {
|
|
12456
|
+
text: any;
|
|
12457
|
+
value: any;
|
|
12458
|
+
};
|
|
12445
12459
|
transStartDate: Date;
|
|
12446
12460
|
transEndDate: Date;
|
|
12447
12461
|
deliveryStartDate: Date;
|
|
@@ -12459,6 +12473,7 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12459
12473
|
private _setWorkFlowStatusNames;
|
|
12460
12474
|
private _setAllProjectCodes;
|
|
12461
12475
|
private _setSuppliers;
|
|
12476
|
+
private _setWithOrWithoutLines;
|
|
12462
12477
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, never>;
|
|
12463
12478
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, "co-transaction-purchase-order-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
12464
12479
|
}
|
|
@@ -15971,6 +15986,7 @@ declare class TransactionLinesSidePanelServiceOrderComponent extends Transaction
|
|
|
15971
15986
|
transactionSet(): Promise<void>;
|
|
15972
15987
|
handlePurchaseNavigation(): void;
|
|
15973
15988
|
handleTransactionNavigation(): void;
|
|
15989
|
+
handleRelationNavigation(): Promise<void>;
|
|
15974
15990
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLinesSidePanelServiceOrderComponent, never>;
|
|
15975
15991
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLinesSidePanelServiceOrderComponent, "co-transaction-lines-side-panel-service-order", never, {}, {}, never, never, false, never>;
|
|
15976
15992
|
}
|
|
@@ -16001,6 +16017,7 @@ declare class TransactionServiceOverviewComponent extends TransactionHeaderBaseC
|
|
|
16001
16017
|
readonly WorkflowCategoryType: typeof WorkflowCategoryType;
|
|
16002
16018
|
readonly cfgNames: typeof TransactionCfgName;
|
|
16003
16019
|
openActivities: ComponentActivityListComponent;
|
|
16020
|
+
activityTimeline: ActivityTimelineComponent;
|
|
16004
16021
|
activityList: ElementRef<HTMLDivElement>;
|
|
16005
16022
|
showClass(): boolean;
|
|
16006
16023
|
posOrderData: PosOrderData;
|
|
@@ -16041,9 +16058,9 @@ declare class TransactionServiceOverviewComponent extends TransactionHeaderBaseC
|
|
|
16041
16058
|
sortDocumentList(): void;
|
|
16042
16059
|
openCreatedTask(taskId: number): Promise<void>;
|
|
16043
16060
|
getWizardQuestionPairs(text?: string): string[][];
|
|
16061
|
+
scrollActivitiesToBottom(): void;
|
|
16044
16062
|
protected transactionInfoSet(): void;
|
|
16045
|
-
private
|
|
16046
|
-
private setWizardQuestionPairs;
|
|
16063
|
+
private _setWizardQuestionPairs;
|
|
16047
16064
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionServiceOverviewComponent, never>;
|
|
16048
16065
|
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
16066
|
}
|
|
@@ -16064,7 +16081,7 @@ declare class TransactionServiceMessageModule {
|
|
|
16064
16081
|
|
|
16065
16082
|
declare class TransactionServiceOverviewModule {
|
|
16066
16083
|
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]>;
|
|
16084
|
+
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
16085
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionServiceOverviewModule>;
|
|
16069
16086
|
}
|
|
16070
16087
|
|
|
@@ -16898,6 +16915,8 @@ declare class ServiceWizardCreateServiceComponent implements OnInit {
|
|
|
16898
16915
|
buttonsVisible: boolean;
|
|
16899
16916
|
customerPortal: boolean;
|
|
16900
16917
|
slaBtnSelected: EventEmitter<boolean>;
|
|
16918
|
+
portalLineSelected: EventEmitter<boolean>;
|
|
16919
|
+
resetServiceWizard: EventEmitter<void>;
|
|
16901
16920
|
chosenTransactionLine: TransactionLineSearchIndex;
|
|
16902
16921
|
chosenArticle: ArticleExtended;
|
|
16903
16922
|
slaProductName: string;
|
|
@@ -16909,8 +16928,9 @@ declare class ServiceWizardCreateServiceComponent implements OnInit {
|
|
|
16909
16928
|
slaSelected(slaProduct: SLAProduct): void;
|
|
16910
16929
|
transLineChosen(chosenLine: TransactionLineSearchIndex): void;
|
|
16911
16930
|
articleChosen(chosenArticle: ArticleExtended): void;
|
|
16931
|
+
onResetService(): void;
|
|
16912
16932
|
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>;
|
|
16933
|
+
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
16934
|
}
|
|
16915
16935
|
|
|
16916
16936
|
declare class ServiceWizardQuestionsComponent {
|
|
@@ -16946,6 +16966,7 @@ declare class SimpleVerticalStepperComponent extends StepperBaseComponent {
|
|
|
16946
16966
|
stepButtonLabels: string[];
|
|
16947
16967
|
externalSlaBtn: boolean;
|
|
16948
16968
|
afterSalesSystem: boolean;
|
|
16969
|
+
portalBtn: boolean;
|
|
16949
16970
|
set openStep(step: number);
|
|
16950
16971
|
set content(children: any);
|
|
16951
16972
|
private _openStep;
|
|
@@ -16957,7 +16978,7 @@ declare class SimpleVerticalStepperComponent extends StepperBaseComponent {
|
|
|
16957
16978
|
protected validateCurrentStep(nextStep?: number): void;
|
|
16958
16979
|
protected setActive(idx: number): void;
|
|
16959
16980
|
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>;
|
|
16981
|
+
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
16982
|
}
|
|
16962
16983
|
|
|
16963
16984
|
declare class TransactionCreateWizardComponent implements OnInit, OnDestroy {
|
|
@@ -16994,6 +17015,7 @@ declare class TransactionCreateWizardComponent implements OnInit, OnDestroy {
|
|
|
16994
17015
|
buttonsVisible: boolean;
|
|
16995
17016
|
openStep: number;
|
|
16996
17017
|
slaBtnSelected: boolean;
|
|
17018
|
+
portalBtnSelected: boolean;
|
|
16997
17019
|
private _branch;
|
|
16998
17020
|
private _externallyProvidedTransaction;
|
|
16999
17021
|
private _externallyProvidedLineNr;
|
|
@@ -17010,7 +17032,9 @@ declare class TransactionCreateWizardComponent implements OnInit, OnDestroy {
|
|
|
17010
17032
|
wizardFinished(): Promise<void>;
|
|
17011
17033
|
skipWizard(): void;
|
|
17012
17034
|
resetWizard(): void;
|
|
17035
|
+
resetService(): void;
|
|
17013
17036
|
onSlaButtonChange(selected: boolean): void;
|
|
17037
|
+
onPortalButtonChange(selected: boolean): void;
|
|
17014
17038
|
private _initNewRelation;
|
|
17015
17039
|
private _validateForArticleTransaction;
|
|
17016
17040
|
private _processExternalSettings;
|
|
@@ -17130,9 +17154,11 @@ declare class ServiceWizardArtOrTransComponent implements OnInit {
|
|
|
17130
17154
|
articleChosen: EventEmitter<ArticleExtended>;
|
|
17131
17155
|
oldOrderIdChange: EventEmitter<string>;
|
|
17132
17156
|
oldGoodIdChange: EventEmitter<string>;
|
|
17157
|
+
resetServiceWizard: EventEmitter<void>;
|
|
17133
17158
|
createViaTransLine: boolean;
|
|
17134
17159
|
createViaProduct: boolean;
|
|
17135
17160
|
createViaOldTrans: boolean;
|
|
17161
|
+
showCustomerPortalSearchBundle: boolean;
|
|
17136
17162
|
showTransLinePopup: boolean;
|
|
17137
17163
|
set chosenTransactionLine(response: TransactionLineSearchIndex);
|
|
17138
17164
|
get chosenTransactionLine(): TransactionLineSearchIndex;
|
|
@@ -17153,15 +17179,39 @@ declare class ServiceWizardArtOrTransComponent implements OnInit {
|
|
|
17153
17179
|
openTransactionPopUp(): void;
|
|
17154
17180
|
closeTransactionPopup(): void;
|
|
17155
17181
|
handleCatalogArticleClick(article: ArticleExtended): void;
|
|
17156
|
-
|
|
17182
|
+
handleTransactionLineClick(line: TransactionLineSearchIndex): void;
|
|
17157
17183
|
createOrderWithTransactionLineClicked(openSearch?: boolean): void;
|
|
17158
17184
|
createOrderWithArticleClicked(): void;
|
|
17159
17185
|
createOrderFromOldTrans(): void;
|
|
17186
|
+
chooseOtherProduct(): void;
|
|
17160
17187
|
private _prepareCatalogRequest;
|
|
17161
17188
|
private setTransactionLabel;
|
|
17162
17189
|
private setTransactionLineImage;
|
|
17163
17190
|
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>;
|
|
17191
|
+
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>;
|
|
17192
|
+
}
|
|
17193
|
+
|
|
17194
|
+
declare class ServiceWizardSearchBundleComponent implements OnInit, OnDestroy {
|
|
17195
|
+
transactionSearchService: TransactionSearchService;
|
|
17196
|
+
iconCacheService: IconCacheService;
|
|
17197
|
+
readonly icons: typeof Icon;
|
|
17198
|
+
placeholder: string;
|
|
17199
|
+
set relation(value: Relation);
|
|
17200
|
+
filterIconClick: EventEmitter<void>;
|
|
17201
|
+
closeClick: EventEmitter<void>;
|
|
17202
|
+
lineClicked: EventEmitter<TransactionLineSearchIndex>;
|
|
17203
|
+
showClass(): boolean;
|
|
17204
|
+
showFilters: boolean;
|
|
17205
|
+
constructor(transactionSearchService: TransactionSearchService, iconCacheService: IconCacheService);
|
|
17206
|
+
ngOnInit(): Promise<void>;
|
|
17207
|
+
ngOnDestroy(): void;
|
|
17208
|
+
onPeriodChange(): Promise<void>;
|
|
17209
|
+
readMore(): Promise<void>;
|
|
17210
|
+
get hasMoreTransactions(): boolean;
|
|
17211
|
+
transLineClicked(line: TransactionLineSearchIndex): void;
|
|
17212
|
+
searchTransactions(): Promise<void>;
|
|
17213
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceWizardSearchBundleComponent, never>;
|
|
17214
|
+
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
17215
|
}
|
|
17166
17216
|
|
|
17167
17217
|
declare class SimpleVerticalStepperModule {
|
|
@@ -17191,7 +17241,7 @@ declare class RelationGeneralContactPersonDialogModule {
|
|
|
17191
17241
|
|
|
17192
17242
|
declare class TransactionCreateWizardModule {
|
|
17193
17243
|
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]>;
|
|
17244
|
+
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
17245
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionCreateWizardModule>;
|
|
17196
17246
|
}
|
|
17197
17247
|
|
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
height: auto;
|
|
195
195
|
.activity-tab-content {
|
|
196
196
|
overflow: visible;
|
|
197
|
+
flex-direction: column-reverse;
|
|
197
198
|
.activity-wrapper-inner {
|
|
198
199
|
order: 1;
|
|
199
200
|
&.bottom-task {
|
|
@@ -202,6 +203,8 @@
|
|
|
202
203
|
gap: 5px;
|
|
203
204
|
margin-top: 10px;
|
|
204
205
|
flex-wrap: wrap;
|
|
206
|
+
max-height: 300px;
|
|
207
|
+
overflow: auto;
|
|
205
208
|
co-component-activity-overview {
|
|
206
209
|
.activity-icon {
|
|
207
210
|
display: none;
|
|
@@ -253,13 +256,11 @@
|
|
|
253
256
|
.activity-wrapper {
|
|
254
257
|
max-height: 388px;
|
|
255
258
|
overflow: auto;
|
|
256
|
-
|
|
257
|
-
min-width: 50%;
|
|
259
|
+
width: 100%;
|
|
258
260
|
padding: 10px 15px;
|
|
259
261
|
&.activity-status-change {
|
|
260
|
-
width:
|
|
261
|
-
|
|
262
|
-
background: #f8f8fa;
|
|
262
|
+
width: 100%;
|
|
263
|
+
background: #ececec;
|
|
263
264
|
padding: 10px 30px;
|
|
264
265
|
box-shadow: none;
|
|
265
266
|
.activity-display {
|