@colijnit/transaction 262.1.17 → 262.1.19
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/fesm2022/colijnit-transaction.mjs +300 -219
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +23 -14
- package/lib/component/checkout/checkout-overview-relation-edit/style/material.scss +0 -1
- package/lib/component/relation/relation-addresses/style/_layout.scss +0 -4
- package/lib/component/transaction-header/transaction-header-delivery/style/_layout.scss +0 -4
- package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +0 -5
- package/lib/component/transaction-header/transaction-header-relation/style/_layout.scss +0 -4
- package/lib/component/transaction-header/transaction-header-relation/style/material.scss +0 -1
- 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 +2 -1
- package/package.json +3 -3
- package/colijnit-transaction-262.1.16.tgz +0 -0
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",
|
|
@@ -6397,7 +6398,7 @@ declare class RelationAddressesComponent extends RelationBaseComponent implement
|
|
|
6397
6398
|
|
|
6398
6399
|
declare class RelationAddressesModule {
|
|
6399
6400
|
static ɵfac: i0.ɵɵFactoryDeclaration<RelationAddressesModule, never>;
|
|
6400
|
-
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]>;
|
|
6401
6402
|
static ɵinj: i0.ɵɵInjectorDeclaration<RelationAddressesModule>;
|
|
6402
6403
|
}
|
|
6403
6404
|
|
|
@@ -6856,7 +6857,7 @@ declare class DeliveryTypeTileModule {
|
|
|
6856
6857
|
|
|
6857
6858
|
declare class TransactionHeaderDeliveryMethodModule {
|
|
6858
6859
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderDeliveryMethodModule, never>;
|
|
6859
|
-
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]>;
|
|
6860
6861
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderDeliveryMethodModule>;
|
|
6861
6862
|
}
|
|
6862
6863
|
|
|
@@ -9896,7 +9897,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
|
|
|
9896
9897
|
showCategories: boolean;
|
|
9897
9898
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9898
9899
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9899
|
-
currentTitle(): "
|
|
9900
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9900
9901
|
ngOnDestroy(): void;
|
|
9901
9902
|
handleClickWrapper(event: MouseEvent): void;
|
|
9902
9903
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -9922,7 +9923,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
|
|
|
9922
9923
|
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
|
|
9923
9924
|
ngOnDestroy(): void;
|
|
9924
9925
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9925
|
-
currentTitle(): "
|
|
9926
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9926
9927
|
handleClickWrapper(event: MouseEvent): void;
|
|
9927
9928
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
|
|
9928
9929
|
private handleDocumentClick;
|
|
@@ -9974,7 +9975,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
|
|
|
9974
9975
|
showCategories: boolean;
|
|
9975
9976
|
constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
|
|
9976
9977
|
currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
|
|
9977
|
-
currentTitle(): "
|
|
9978
|
+
currentTitle(): "MARGINS" | "OVERVIEW";
|
|
9978
9979
|
ngOnDestroy(): void;
|
|
9979
9980
|
handleClickWrapper(event: MouseEvent): void;
|
|
9980
9981
|
handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
|
|
@@ -13796,7 +13797,7 @@ declare class StepperStepModule {
|
|
|
13796
13797
|
|
|
13797
13798
|
declare class CheckoutModule {
|
|
13798
13799
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckoutModule, never>;
|
|
13799
|
-
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]>;
|
|
13800
13801
|
static ɵinj: i0.ɵɵInjectorDeclaration<CheckoutModule>;
|
|
13801
13802
|
}
|
|
13802
13803
|
|
|
@@ -15568,6 +15569,9 @@ declare class TransactionCopyOrderComponent extends TransactionHeaderBaseCompone
|
|
|
15568
15569
|
protected imageService: TransactionImageService;
|
|
15569
15570
|
protected changeDetector: ChangeDetectorRef;
|
|
15570
15571
|
readonly cfgNames: typeof TransactionCfgName;
|
|
15572
|
+
form: FormComponent;
|
|
15573
|
+
closeDialog: EventEmitter<void>;
|
|
15574
|
+
showClass(): boolean;
|
|
15571
15575
|
salesPersons: SalesPerson[];
|
|
15572
15576
|
branches: BranchLov[];
|
|
15573
15577
|
customers: RelationListObject[];
|
|
@@ -15576,14 +15580,13 @@ declare class TransactionCopyOrderComponent extends TransactionHeaderBaseCompone
|
|
|
15576
15580
|
selectedCustomer: RelationSmallObject$1 | RelationListObject;
|
|
15577
15581
|
copyTransactionRequest: CopyTransactionRequest;
|
|
15578
15582
|
disableCopyOrderButtons: boolean;
|
|
15579
|
-
closeDialog: EventEmitter<void>;
|
|
15580
|
-
showClass(): boolean;
|
|
15581
15583
|
constructor(transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, relationService: TransactionRelationService, transactionCreationService: TransactionCreationService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef);
|
|
15582
|
-
protected transactionSet(): void;
|
|
15583
15584
|
getCustomers: (text: string) => Promise<RelationListObject[]>;
|
|
15584
15585
|
getHeaderTitle(): string;
|
|
15585
15586
|
handleOkClick(): Promise<void>;
|
|
15587
|
+
handleFormSubmit(): Promise<void>;
|
|
15586
15588
|
handleCancelClick(): void;
|
|
15589
|
+
protected transactionSet(): void;
|
|
15587
15590
|
private _getSalesPersons;
|
|
15588
15591
|
private _getBranches;
|
|
15589
15592
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCopyOrderComponent, never>;
|
|
@@ -15592,7 +15595,7 @@ declare class TransactionCopyOrderComponent extends TransactionHeaderBaseCompone
|
|
|
15592
15595
|
|
|
15593
15596
|
declare class TransactionCopyOrderModule {
|
|
15594
15597
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCopyOrderModule, never>;
|
|
15595
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionCopyOrderModule, [typeof TransactionCopyOrderComponent], [typeof i2.CommonModule, typeof i3.CoDialogModule, typeof i3.ButtonModule, typeof PipeModule, typeof i3.ListOfValuesModule, typeof i3.InputDatePickerModule, typeof i3.IconModule, typeof DefaultConfirmCancelButtonsModule], [typeof TransactionCopyOrderComponent]>;
|
|
15598
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionCopyOrderModule, [typeof TransactionCopyOrderComponent], [typeof i2.CommonModule, typeof i3.CoDialogModule, typeof i3.ButtonModule, typeof PipeModule, typeof i3.ListOfValuesModule, typeof i3.InputDatePickerModule, typeof i3.IconModule, typeof DefaultConfirmCancelButtonsModule, typeof i3.FormModule, typeof i3.ScreenConfigurationModule], [typeof TransactionCopyOrderComponent]>;
|
|
15596
15599
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionCopyOrderModule>;
|
|
15597
15600
|
}
|
|
15598
15601
|
|
|
@@ -16230,6 +16233,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16230
16233
|
iconCacheService: IconCacheService;
|
|
16231
16234
|
transactionHeaderService: TransactionHeaderService;
|
|
16232
16235
|
transactionLineService: TransactionLineService;
|
|
16236
|
+
transactionService: TransactionService;
|
|
16233
16237
|
protected articleService: ArticleService;
|
|
16234
16238
|
readonly icons: typeof Icon;
|
|
16235
16239
|
readonly tab: typeof WarehouseCCTab;
|
|
@@ -16250,6 +16254,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16250
16254
|
transactionInfo: TransactionInfo;
|
|
16251
16255
|
transactionLine: TransactionLineInfo;
|
|
16252
16256
|
reason: string;
|
|
16257
|
+
articleName: string;
|
|
16253
16258
|
showDirectSell: boolean;
|
|
16254
16259
|
directSellSupplier: SupplierLightObject;
|
|
16255
16260
|
directSellPurchaseOrderNumber: number;
|
|
@@ -16259,7 +16264,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16259
16264
|
chosenConversionUnit: Unit;
|
|
16260
16265
|
conversionAmount: string;
|
|
16261
16266
|
readonly TransactionKind: typeof TransactionKind;
|
|
16262
|
-
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, articleService: ArticleService);
|
|
16267
|
+
constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionService: TransactionService, articleService: ArticleService);
|
|
16263
16268
|
ngOnInit(): Promise<void>;
|
|
16264
16269
|
handleQuantityChange(value: any): void;
|
|
16265
16270
|
handleCommissionCodeChange(value: any): void;
|
|
@@ -16273,6 +16278,7 @@ declare class DialogTransactionLineWarehouseCcComponent extends DialogBaseCompon
|
|
|
16273
16278
|
handleCloseDialog(event: MouseEvent, type: AppPopupButtonType): void;
|
|
16274
16279
|
private _activeTabValid;
|
|
16275
16280
|
private _scrollIntoView;
|
|
16281
|
+
private setArticleName;
|
|
16276
16282
|
protected readonly model: i0.ModelFunction;
|
|
16277
16283
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogTransactionLineWarehouseCcComponent, never>;
|
|
16278
16284
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogTransactionLineWarehouseCcComponent, "co-dialog-transaction-line-warehouse-cc", never, { "transactionKind": { "alias": "transactionKind"; "required": false; }; }, { "close": "close"; }, never, never, false, never>;
|
|
@@ -16448,19 +16454,22 @@ declare class TransactionHeaderHandledByModule {
|
|
|
16448
16454
|
declare class TransactionLineActivitiesComponent implements OnInit {
|
|
16449
16455
|
transactionService: TransactionService;
|
|
16450
16456
|
private _changeDetector;
|
|
16457
|
+
activityList: ElementRef<HTMLDivElement>;
|
|
16458
|
+
openActivities: ComponentActivityListComponent;
|
|
16459
|
+
transactionId: number;
|
|
16451
16460
|
readonly tableNames: typeof TableName;
|
|
16452
16461
|
readonly cfgNames: typeof TransactionCfgName;
|
|
16453
16462
|
readonly WorkflowCategoryType: typeof WorkflowCategoryType;
|
|
16454
16463
|
activities: Activity[];
|
|
16455
16464
|
user: RelationSmallObject$1;
|
|
16456
16465
|
transactionInfo: TransactionInfo;
|
|
16457
|
-
|
|
16458
|
-
openActivities: ComponentActivityListComponent;
|
|
16466
|
+
showActivityHeader: boolean;
|
|
16459
16467
|
constructor(transactionService: TransactionService, _changeDetector: ChangeDetectorRef);
|
|
16460
16468
|
showClass(): boolean;
|
|
16461
16469
|
ngOnInit(): void;
|
|
16462
16470
|
finishedActivitiesRefreshRequested(): Promise<void>;
|
|
16463
16471
|
fullActivitiesRefreshRequested(): void;
|
|
16472
|
+
scrollActivitiesToBottom(): void;
|
|
16464
16473
|
getActivities(): Promise<void>;
|
|
16465
16474
|
openCreatedTask(taskId: number): Promise<void>;
|
|
16466
16475
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineActivitiesComponent, never>;
|
|
@@ -16492,7 +16501,7 @@ declare class TransactionLineActivitiesContactMomentsComponent implements OnInit
|
|
|
16492
16501
|
|
|
16493
16502
|
declare class TransactionLineActivitiesModule {
|
|
16494
16503
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineActivitiesModule, never>;
|
|
16495
|
-
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]>;
|
|
16504
|
+
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]>;
|
|
16496
16505
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineActivitiesModule>;
|
|
16497
16506
|
}
|
|
16498
16507
|
|
|
@@ -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";
|
|
@@ -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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "262.1.
|
|
3
|
+
"version": "262.1.19",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"@colijnit/catalog": ">=262.1.0",
|
|
14
14
|
"@colijnit/corecomponents_v12": ">=262.1.5",
|
|
15
15
|
"@colijnit/ioneconnector": ">=262.1.0",
|
|
16
|
-
"@colijnit/mainapi": ">=262.1.
|
|
16
|
+
"@colijnit/mainapi": ">=262.1.8",
|
|
17
17
|
"@colijnit/product": ">=262.1.0",
|
|
18
18
|
"@colijnit/relation": ">=262.1.0",
|
|
19
19
|
"@colijnit/relationapi": ">=262.1.0",
|
|
20
20
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
21
|
-
"@colijnit/sharedcomponents": ">=262.1.
|
|
21
|
+
"@colijnit/sharedcomponents": ">=262.1.11",
|
|
22
22
|
"@colijnit/transactionapi": ">=262.1.6"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
Binary file
|