@colijnit/transaction 262.1.16 → 262.1.18
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/colijnit-transaction-262.1.16.tgz +0 -0
- package/colijnit-transaction-262.1.17.tgz +0 -0
- package/fesm2022/colijnit-transaction.mjs +261 -156
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +28 -9
- package/lib/component/transaction-line-activities/style/_layout.scss +156 -16
- package/lib/component/transaction-lines-side-panel/transaction-lines-side-panel-service-order/style/_material-definition.scss +1 -1
- package/lib/component/transaction-navigation-button-list/style/_layout.scss +1 -1
- package/lib/component/transaction-service-overview/style/_layout.scss +6 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2150,6 +2150,7 @@ declare enum Icon {
|
|
|
2150
2150
|
RegularContainerStorageCircleCheck = "regular_container_storage_circle_check",
|
|
2151
2151
|
RegularContainerStorageCircleInfo = "regular_container_storage_circle_info",
|
|
2152
2152
|
RegularEuroSignMinus = "regular_euro_sign_minus",
|
|
2153
|
+
RegularGearCircleUser = "regular_gear_circle_user",
|
|
2153
2154
|
RegularIndustryClock = "regular_industry_clock",
|
|
2154
2155
|
RegularIndustryTag = "regular_industry_tag",
|
|
2155
2156
|
RegularReceiptSlash = "regular_receipt_slash",
|
|
@@ -3287,6 +3288,7 @@ declare class TransactionPaymentService implements OnDestroy {
|
|
|
3287
3288
|
private _clearPspTransactionData;
|
|
3288
3289
|
private _dataUriToBase64;
|
|
3289
3290
|
private _setCashDrawerIdIfValidDrawer;
|
|
3291
|
+
private _triggerCalculateAmountToPay;
|
|
3290
3292
|
private _handleCashLimitCheck;
|
|
3291
3293
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPaymentService, never>;
|
|
3292
3294
|
static ɵprov: i0.ɵɵInjectableDeclaration<TransactionPaymentService>;
|
|
@@ -6187,6 +6189,7 @@ declare class TransactionHeaderPopupPaymentComponent extends TransactionHeaderPo
|
|
|
6187
6189
|
private _getPaymentMethodTypes;
|
|
6188
6190
|
private _getObjectConfiguration;
|
|
6189
6191
|
private _updateChosenAmountToPay;
|
|
6192
|
+
private _getCashOnDeliveryData;
|
|
6190
6193
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderPopupPaymentComponent, never>;
|
|
6191
6194
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderPopupPaymentComponent, "co-transaction-header-popup-payment", never, {}, {}, never, never, false, never>;
|
|
6192
6195
|
}
|
|
@@ -6201,7 +6204,7 @@ declare class CashOnDeliveryModalComponent extends TransactionInputLineFieldBase
|
|
|
6201
6204
|
changeAmountRequest: ChangeHeaderCashOnDeliveryAmountRequest;
|
|
6202
6205
|
readonly icons: typeof Icon;
|
|
6203
6206
|
cashOnDeliveryAmount: number;
|
|
6204
|
-
ngOnInit(): void
|
|
6207
|
+
ngOnInit(): Promise<void>;
|
|
6205
6208
|
updateCashOnDeliveryAmount(): void;
|
|
6206
6209
|
hideModal(): void;
|
|
6207
6210
|
onEnterKey(event: KeyboardEvent): void;
|
|
@@ -6395,7 +6398,7 @@ declare class RelationAddressesComponent extends RelationBaseComponent implement
|
|
|
6395
6398
|
|
|
6396
6399
|
declare class RelationAddressesModule {
|
|
6397
6400
|
static ɵfac: i0.ɵɵFactoryDeclaration<RelationAddressesModule, never>;
|
|
6398
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RelationAddressesModule, [typeof RelationAddressesComponent], [typeof i2.CommonModule, typeof
|
|
6401
|
+
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]>;
|
|
6399
6402
|
static ɵinj: i0.ɵɵInjectorDeclaration<RelationAddressesModule>;
|
|
6400
6403
|
}
|
|
6401
6404
|
|
|
@@ -6854,7 +6857,7 @@ declare class DeliveryTypeTileModule {
|
|
|
6854
6857
|
|
|
6855
6858
|
declare class TransactionHeaderDeliveryMethodModule {
|
|
6856
6859
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderDeliveryMethodModule, never>;
|
|
6857
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderDeliveryMethodModule, [typeof TransactionHeaderDeliveryMethodComponent], [typeof i2.CommonModule, typeof PipeModule, typeof
|
|
6860
|
+
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]>;
|
|
6858
6861
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderDeliveryMethodModule>;
|
|
6859
6862
|
}
|
|
6860
6863
|
|
|
@@ -10886,7 +10889,10 @@ declare class DeliveryPlanningOverviewComponent implements OnInit, OnDestroy {
|
|
|
10886
10889
|
dragEnd(ev: DragEvent): void;
|
|
10887
10890
|
filterWeekArray(weekArray: PlanningTransportWeekDay[]): PlanningTransportWeekDay[];
|
|
10888
10891
|
handleDateRangeChange(newDate: Date): void;
|
|
10889
|
-
onChangeView(
|
|
10892
|
+
onChangeView(event: {
|
|
10893
|
+
view: CalendarView;
|
|
10894
|
+
date: Date;
|
|
10895
|
+
}): void;
|
|
10890
10896
|
handleDeleteOrder(deleteResult: {
|
|
10891
10897
|
order: PlanOrder;
|
|
10892
10898
|
transport: PlanningTransportWeekDay;
|
|
@@ -12446,6 +12452,11 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12446
12452
|
text: any;
|
|
12447
12453
|
value: any;
|
|
12448
12454
|
};
|
|
12455
|
+
withOrWithoutLines: FilterItemViewmodel[];
|
|
12456
|
+
withOrWithoutLinesFields: {
|
|
12457
|
+
text: any;
|
|
12458
|
+
value: any;
|
|
12459
|
+
};
|
|
12449
12460
|
transStartDate: Date;
|
|
12450
12461
|
transEndDate: Date;
|
|
12451
12462
|
deliveryStartDate: Date;
|
|
@@ -12463,6 +12474,7 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12463
12474
|
private _setWorkFlowStatusNames;
|
|
12464
12475
|
private _setAllProjectCodes;
|
|
12465
12476
|
private _setSuppliers;
|
|
12477
|
+
private _setWithOrWithoutLines;
|
|
12466
12478
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, never>;
|
|
12467
12479
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, "co-transaction-purchase-order-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
12468
12480
|
}
|
|
@@ -13785,7 +13797,7 @@ declare class StepperStepModule {
|
|
|
13785
13797
|
|
|
13786
13798
|
declare class CheckoutModule {
|
|
13787
13799
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckoutModule, never>;
|
|
13788
|
-
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.
|
|
13800
|
+
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]>;
|
|
13789
13801
|
static ɵinj: i0.ɵɵInjectorDeclaration<CheckoutModule>;
|
|
13790
13802
|
}
|
|
13791
13803
|
|
|
@@ -15975,6 +15987,7 @@ declare class TransactionLinesSidePanelServiceOrderComponent extends Transaction
|
|
|
15975
15987
|
transactionSet(): Promise<void>;
|
|
15976
15988
|
handlePurchaseNavigation(): void;
|
|
15977
15989
|
handleTransactionNavigation(): void;
|
|
15990
|
+
handleRelationNavigation(): Promise<void>;
|
|
15978
15991
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLinesSidePanelServiceOrderComponent, never>;
|
|
15979
15992
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLinesSidePanelServiceOrderComponent, "co-transaction-lines-side-panel-service-order", never, {}, {}, never, never, false, never>;
|
|
15980
15993
|
}
|
|
@@ -16218,6 +16231,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16218
16231
|
iconCacheService: IconCacheService;
|
|
16219
16232
|
transactionHeaderService: TransactionHeaderService;
|
|
16220
16233
|
transactionLineService: TransactionLineService;
|
|
16234
|
+
transactionService: TransactionService;
|
|
16221
16235
|
protected articleService: ArticleService;
|
|
16222
16236
|
readonly icons: typeof Icon;
|
|
16223
16237
|
readonly tab: typeof WarehouseCCTab;
|
|
@@ -16238,6 +16252,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16238
16252
|
transactionInfo: TransactionInfo;
|
|
16239
16253
|
transactionLine: TransactionLineInfo;
|
|
16240
16254
|
reason: string;
|
|
16255
|
+
articleName: string;
|
|
16241
16256
|
showDirectSell: boolean;
|
|
16242
16257
|
directSellSupplier: SupplierLightObject;
|
|
16243
16258
|
directSellPurchaseOrderNumber: number;
|
|
@@ -16247,7 +16262,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16247
16262
|
chosenConversionUnit: Unit;
|
|
16248
16263
|
conversionAmount: string;
|
|
16249
16264
|
readonly TransactionKind: typeof TransactionKind;
|
|
16250
|
-
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, articleService: ArticleService);
|
|
16265
|
+
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionService: TransactionService, articleService: ArticleService);
|
|
16251
16266
|
ngOnInit(): Promise<void>;
|
|
16252
16267
|
handleQuantityChange(value: any): void;
|
|
16253
16268
|
handleCommissionCodeChange(value: any): void;
|
|
@@ -16261,6 +16276,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16261
16276
|
handleCloseDialog(event: MouseEvent, type: AppPopupButtonType): void;
|
|
16262
16277
|
private _activeTabValid;
|
|
16263
16278
|
private _scrollIntoView;
|
|
16279
|
+
private setArticleName;
|
|
16264
16280
|
protected readonly model: i0.ModelFunction;
|
|
16265
16281
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogTransactionLineWarehouseCcComponent, never>;
|
|
16266
16282
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogTransactionLineWarehouseCcComponent, "co-dialog-transaction-line-warehouse-cc", never, { "transactionKind": { "alias": "transactionKind"; "required": false; }; }, { "close": "close"; }, never, never, false, never>;
|
|
@@ -16436,19 +16452,22 @@ declare class TransactionHeaderHandledByModule {
|
|
|
16436
16452
|
declare class TransactionLineActivitiesComponent implements OnInit {
|
|
16437
16453
|
transactionService: TransactionService;
|
|
16438
16454
|
private _changeDetector;
|
|
16455
|
+
activityList: ElementRef<HTMLDivElement>;
|
|
16456
|
+
openActivities: ComponentActivityListComponent;
|
|
16457
|
+
transactionId: number;
|
|
16439
16458
|
readonly tableNames: typeof TableName;
|
|
16440
16459
|
readonly cfgNames: typeof TransactionCfgName;
|
|
16441
16460
|
readonly WorkflowCategoryType: typeof WorkflowCategoryType;
|
|
16442
16461
|
activities: Activity[];
|
|
16443
16462
|
user: RelationSmallObject$1;
|
|
16444
16463
|
transactionInfo: TransactionInfo;
|
|
16445
|
-
|
|
16446
|
-
openActivities: ComponentActivityListComponent;
|
|
16464
|
+
showActivityHeader: boolean;
|
|
16447
16465
|
constructor(transactionService: TransactionService, _changeDetector: ChangeDetectorRef);
|
|
16448
16466
|
showClass(): boolean;
|
|
16449
16467
|
ngOnInit(): void;
|
|
16450
16468
|
finishedActivitiesRefreshRequested(): Promise<void>;
|
|
16451
16469
|
fullActivitiesRefreshRequested(): void;
|
|
16470
|
+
scrollActivitiesToBottom(): void;
|
|
16452
16471
|
getActivities(): Promise<void>;
|
|
16453
16472
|
openCreatedTask(taskId: number): Promise<void>;
|
|
16454
16473
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineActivitiesComponent, never>;
|
|
@@ -16480,7 +16499,7 @@ declare class TransactionLineActivitiesContactMomentsComponent implements OnInit
|
|
|
16480
16499
|
|
|
16481
16500
|
declare class TransactionLineActivitiesModule {
|
|
16482
16501
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineActivitiesModule, never>;
|
|
16483
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineActivitiesModule, [typeof TransactionLineActivitiesComponent], [typeof i2.CommonModule, typeof CoreModule, typeof i6.ActivityListModule, typeof i6.TaskCreatorModule, typeof i6.ComponentActivityListModule, typeof TransactionLineActivitiesContactMomentsComponent, typeof PipeModule], [typeof TransactionLineActivitiesComponent]>;
|
|
16502
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineActivitiesModule, [typeof TransactionLineActivitiesComponent], [typeof i2.CommonModule, typeof CoreModule, typeof i6.ActivityListModule, typeof i6.TaskCreatorModule, typeof i6.ComponentActivityListModule, typeof TransactionLineActivitiesContactMomentsComponent, typeof PipeModule, typeof i6.ActivityTimelineModule], [typeof TransactionLineActivitiesComponent]>;
|
|
16484
16503
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineActivitiesModule>;
|
|
16485
16504
|
}
|
|
16486
16505
|
|
|
@@ -2,24 +2,164 @@
|
|
|
2
2
|
|
|
3
3
|
@include export-module('co-transaction-line-activities-layout') {
|
|
4
4
|
.co-transaction-line-activities {
|
|
5
|
-
.
|
|
6
|
-
display:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
.service-overview-wrapper {
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
justify-content: space-between;
|
|
9
|
+
width: 100%;
|
|
10
10
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
.message-and-task-wrapper {
|
|
12
|
+
display: flex;
|
|
13
|
+
gap: 15px;
|
|
14
|
+
width: 100%;
|
|
15
|
+
align-items: flex-start;
|
|
16
|
+
flex-wrap: wrap;
|
|
16
17
|
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
.timeline-and-message-wrapper {
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
gap: 30px;
|
|
22
|
+
padding: 0 0 15px;
|
|
23
|
+
margin-bottom: 15px;
|
|
24
|
+
flex: 1;
|
|
25
|
+
align-self: flex-start;
|
|
26
|
+
}
|
|
27
|
+
.activity-list-component-wrapper {
|
|
28
|
+
padding: 0;
|
|
29
|
+
margin: 0;
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-direction: column;
|
|
32
|
+
gap: 30px;
|
|
33
|
+
flex: 1;
|
|
34
|
+
align-self: flex-start;
|
|
35
|
+
width: 100%;
|
|
36
|
+
.activity-list-conv-wrapper {
|
|
37
|
+
flex: 1;
|
|
38
|
+
padding-left: 0;
|
|
39
|
+
max-height: 300px;
|
|
40
|
+
overflow: auto;
|
|
41
|
+
}
|
|
42
|
+
.co-task-creator {
|
|
43
|
+
position: sticky;
|
|
44
|
+
bottom: 0;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
.activity-task-creator-wrapper {
|
|
48
|
+
display: flex;
|
|
49
|
+
gap: 15px;
|
|
50
|
+
flex-direction: column;
|
|
51
|
+
width: 400px;
|
|
52
|
+
max-width: 100%;
|
|
53
|
+
}
|
|
54
|
+
.activity-task-overview-wrapper {
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
gap: 10px;
|
|
58
|
+
padding: 15px;
|
|
59
|
+
border-radius: 5px;
|
|
60
|
+
box-shadow: 0 2px 5px 1px #0000001a;
|
|
61
|
+
background: #FFF;
|
|
62
|
+
.activity-header {
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
font-weight: 700;
|
|
65
|
+
color: #171721;
|
|
66
|
+
position: relative;
|
|
67
|
+
}
|
|
68
|
+
.activity-wrapper-inner {
|
|
69
|
+
order: 2;
|
|
70
|
+
display: flex;
|
|
71
|
+
gap: 5px;
|
|
72
|
+
margin-top: 0;
|
|
73
|
+
flex-wrap: wrap;
|
|
74
|
+
max-height: 300px;
|
|
75
|
+
overflow: auto;
|
|
76
|
+
&.bottom-task {
|
|
77
|
+
.task-box {
|
|
78
|
+
.co-button {
|
|
79
|
+
border: 1px solid #1b2874;
|
|
80
|
+
background: #1b28741a;
|
|
81
|
+
color: #1b2874;
|
|
82
|
+
justify-content: center;
|
|
83
|
+
align-items: center;
|
|
84
|
+
height: 32px;
|
|
85
|
+
min-width: 150px;
|
|
86
|
+
width: 100%;
|
|
87
|
+
span {
|
|
88
|
+
text-align: center;
|
|
89
|
+
font-size: 11px;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
.co-component-activity-overview {
|
|
96
|
+
order: 1;
|
|
97
|
+
width: 100%;
|
|
98
|
+
&.bottom-task {
|
|
99
|
+
order: 2;
|
|
100
|
+
width: calc(50% - 3px);
|
|
101
|
+
}
|
|
102
|
+
.overview-main {
|
|
103
|
+
max-width: 100%;
|
|
104
|
+
.label-date-activity {
|
|
105
|
+
display: flex;
|
|
106
|
+
justify-content: space-between;
|
|
107
|
+
align-items: center;
|
|
108
|
+
}
|
|
109
|
+
.activity-buttons {
|
|
110
|
+
.co-button {
|
|
111
|
+
width: 50%;
|
|
112
|
+
border: 1px solid #1a73e8 !important;
|
|
113
|
+
color: #1a73e8 !important;
|
|
114
|
+
background: #fff !important;
|
|
115
|
+
text-align: center;
|
|
116
|
+
padding: 5px 10px;
|
|
117
|
+
justify-content: center;
|
|
118
|
+
height: 32px;
|
|
119
|
+
max-width: calc(50% - 3px);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
.overview-current {
|
|
124
|
+
.activity-title {
|
|
125
|
+
background: #d1e3fa;
|
|
126
|
+
border: 1px solid #1a73e8;
|
|
127
|
+
color: #1a73e8;
|
|
128
|
+
padding: 7px 15px;
|
|
129
|
+
text-transform: uppercase;
|
|
130
|
+
height: 32px;
|
|
131
|
+
justify-content: center;
|
|
132
|
+
align-items: center;
|
|
133
|
+
display: flex;
|
|
134
|
+
font-size: 11px;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
.overview-task-wrapper {
|
|
140
|
+
.task-box {
|
|
141
|
+
display: flex;
|
|
142
|
+
flex-direction: column;
|
|
143
|
+
gap: 5px;
|
|
144
|
+
position: relative;
|
|
145
|
+
cursor: pointer;
|
|
146
|
+
width: 100%;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
.message-and-task-wrapper {
|
|
150
|
+
.co-component-activity-list {
|
|
151
|
+
margin: 0;
|
|
152
|
+
height: auto;
|
|
153
|
+
padding: 0;
|
|
154
|
+
.activity-wrapper {
|
|
155
|
+
max-width: 100%;
|
|
156
|
+
max-height: 100%;
|
|
157
|
+
padding: 0;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
.activity-list-content {
|
|
161
|
+
height: auto;
|
|
162
|
+
}
|
|
23
163
|
}
|
|
24
164
|
}
|
|
25
165
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$tp-transaction-lines-side-panel-service-order-background: transparent !default;
|
|
2
2
|
$tp-transaction-lines-side-panel-service-order-font-family: $tp-font-family !default;
|
|
3
|
-
$tp-transaction-lines-side-panel-service-order-font-size: $tp-font-size !default;
|
|
3
|
+
$tp-transaction-lines-side-panel-service-order-font-size: $tp-font-size-big !default;
|
|
4
4
|
$tp-transaction-lines-side-panel-service-order-font-weight: bold !default;
|
|
5
5
|
$tp-transaction-lines-side-panel-service-order-font-color: $tp-color-dark !default;
|
|
6
6
|
$tp-transaction-lines-side-panel-service-order-label-icon-size: 14px;
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
.activity-task-overview-wrapper {
|
|
147
147
|
display: flex;
|
|
148
148
|
flex-direction: column;
|
|
149
|
-
gap:
|
|
149
|
+
gap: 5px;
|
|
150
150
|
padding: 15px;
|
|
151
151
|
border-radius: 5px;
|
|
152
152
|
box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
|
|
@@ -154,6 +154,7 @@
|
|
|
154
154
|
.activity-wrapper {
|
|
155
155
|
max-width: 100%;
|
|
156
156
|
max-height: 100%;
|
|
157
|
+
padding: 0;
|
|
157
158
|
}
|
|
158
159
|
}
|
|
159
160
|
}
|
|
@@ -194,6 +195,7 @@
|
|
|
194
195
|
height: auto;
|
|
195
196
|
.activity-tab-content {
|
|
196
197
|
overflow: visible;
|
|
198
|
+
flex-direction: column-reverse;
|
|
197
199
|
.activity-wrapper-inner {
|
|
198
200
|
order: 1;
|
|
199
201
|
&.bottom-task {
|
|
@@ -255,13 +257,11 @@
|
|
|
255
257
|
.activity-wrapper {
|
|
256
258
|
max-height: 388px;
|
|
257
259
|
overflow: auto;
|
|
258
|
-
|
|
259
|
-
min-width: 50%;
|
|
260
|
+
width: 100%;
|
|
260
261
|
padding: 10px 15px;
|
|
261
262
|
&.activity-status-change {
|
|
262
|
-
width:
|
|
263
|
-
|
|
264
|
-
background: #f8f8fa;
|
|
263
|
+
width: 100%;
|
|
264
|
+
background: #ececec;
|
|
265
265
|
padding: 10px 30px;
|
|
266
266
|
box-shadow: none;
|
|
267
267
|
.activity-display {
|