@colijnit/transaction 256.1.13 → 256.1.15

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.
Files changed (43) hide show
  1. package/bundles/colijnit-transaction.umd.js +198 -65
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.metadata.json +1 -1
  4. package/esm2015/lib/component/avatar/avatar.component.js +7 -3
  5. package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/delivery-planning-overview.component.js +30 -27
  6. package/esm2015/lib/component/purchase-confirmation-lines/purchase-confirmation-lines.component.js +37 -33
  7. package/esm2015/lib/component/purchase-confirmation-lines/purchase-confirmation-lines.module.js +4 -3
  8. package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +3 -1
  9. package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.js +84 -42
  10. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.js +16 -5
  11. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse.component.js +6 -6
  12. package/esm2015/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.js +3 -2
  13. package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +19 -3
  14. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-purchase-reservation-order-tile/transaction-purchase-reservation-order-tile.component.js +2 -2
  15. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-pos-order-tile/transaction-search-pos-order-tile.component.js +64 -63
  16. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.component.js +24 -22
  17. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +27 -29
  18. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-quotation-tile/transaction-search-sales-quotation-tile.component.js +23 -19
  19. package/esm2015/lib/component/transaction-search/transaction-shipping-method-dialog/transaction-shipping-method-dialog.component.js +33 -4
  20. package/esm2015/lib/enum/icon.enum.js +3 -1
  21. package/esm2015/lib/model/icon-svg.js +3 -1
  22. package/esm2015/lib/service/transaction-base.service.js +4 -1
  23. package/esm2015/lib/service/transaction.service.js +11 -1
  24. package/esm2015/lib/transaction-version.js +3 -3
  25. package/fesm2015/colijnit-transaction.js +383 -249
  26. package/fesm2015/colijnit-transaction.js.map +1 -1
  27. package/lib/component/avatar/avatar.component.d.ts +1 -0
  28. package/lib/component/purchase-confirmation-lines/style/_layout.scss +70 -25
  29. package/lib/component/purchase-confirmation-lines/style/_material-definition.scss +21 -1
  30. package/lib/component/service-wizard-qa/question-answer-item/style/_material-definition.scss +1 -1
  31. package/lib/component/transaction-line/transaction-overview-line/style/_layout.scss +126 -1
  32. package/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.d.ts +1 -0
  33. package/lib/component/transaction-line-action-buttons/style/_layout.scss +1 -1
  34. package/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.d.ts +4 -1
  35. package/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.d.ts +3 -1
  36. package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_layout.scss +100 -46
  37. package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_material-definition.scss +10 -7
  38. package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_theme.scss +7 -3
  39. package/lib/component/transaction-search/transaction-shipping-method-dialog/transaction-shipping-method-dialog.component.d.ts +4 -1
  40. package/lib/enum/icon.enum.d.ts +2 -0
  41. package/lib/service/transaction.service.d.ts +1 -0
  42. package/package.json +3 -3
  43. package/colijnit-transaction-256.1.12.tgz +0 -0
@@ -34,4 +34,5 @@ export declare class AvatarComponent implements OnInit {
34
34
  private _setRelationInitials;
35
35
  private _getImageContent;
36
36
  private _setBackgroundColor;
37
+ private _detectChanges;
37
38
  }
@@ -46,19 +46,18 @@
46
46
  .purchase-confirmation-lines-drag-drop-list.cdk-drop-list-dragging .draggable-confirmation-line:not(.cdk-drag-placeholder) {
47
47
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
48
48
  }
49
+ .purchase-confirmation-lines-drag-drop-list {
50
+ padding: 30px 15px;
51
+ background: #FFF;
52
+ border-radius: 5px;
53
+ }
49
54
  .purchase-confirmation-table {
50
55
  width: 100%;
51
56
  border-collapse: collapse;
52
57
  text-align: left;
53
-
54
- td, th {
55
- padding: 0 5px;
56
- }
57
-
58
- .right-align {
59
- text-align: end;
60
- white-space: nowrap;
61
- }
58
+ display: flex;
59
+ flex-direction: column;
60
+ gap: 10px;
62
61
  }
63
62
  .purchase-confirmation-line-drag-handle.co-icon {
64
63
  cursor: grab;
@@ -68,27 +67,73 @@
68
67
  .draggable-purchase-confirmation-line {
69
68
  font-family: $tp-co-purchase-confirmation-font-family;
70
69
  font-size: $tp-co-purchase-confirmation-font-size;
71
- //display: flex;
72
- //align-items: center;
73
70
  height: $tp-co-purchase-confirmation-height;
74
- margin-bottom: 5px;
75
- //.confirmation-wrapper {
76
- // width: 100%;
77
- // display: grid;
78
- // align-items: center;
79
- // grid-template-columns:
80
- // minmax(auto, $tp-co-purchase-confirmation-quantity-width)
81
- // minmax(auto, $tp-co-purchase-confirmation-article-nr-width)
82
- // minmax(auto, $tp-co-purchase-confirmation-description-width)
83
- // minmax(auto, $tp-co-purchase-confirmation-date-width)
84
- // minmax(auto, $tp-co-purchase-confirmation-price-width)
85
- // minmax(auto, $tp-co-purchase-confirmation-link-button-width);
86
- // grid-column-gap: $tp-co-purchase-confirmation-column-gap;
87
- //}
71
+ border-width: $tp-co-draggable-purchase-confirmation-border-width;
72
+ border-style: solid;
73
+ border-color: $tp-co-draggable-purchase-confirmation-border-color;
74
+ border-radius: $tp-co-draggable-purchase-confirmation-border-radius;
75
+ padding: $tp-co-draggable-purchase-confirmation-padding;
76
+ position: relative;
88
77
  .link-button {
89
78
  cursor: pointer;
90
79
  text-align: center;
91
80
  vertical-align: middle;
81
+ position: absolute;
82
+ right: $tp-co-draggable-purchase-confirmation-link-right;
83
+ top: $tp-co-draggable-purchase-confirmation-link-top;
84
+ co-button {
85
+ width: $tp-co-draggable-purchase-confirmation-link-icon-size;
86
+ height: $tp-co-draggable-purchase-confirmation-link-icon-size;
87
+ }
88
+ }
89
+ .draggable-color-drag {
90
+ position: absolute;
91
+ left: $tp-co-draggable-purchase-confirmation-color-right;
92
+ height: 100%;
93
+ top: $tp-co-draggable-purchase-confirmation-color-top;
94
+ display: flex;
95
+ align-items: center;
96
+ .color-drag {
97
+ height: 100%;
98
+ width: $tp-co-draggable-purchase-confirmation-color-width;
99
+ border-radius: $tp-co-draggable-purchase-confirmation-color-border-radius;
100
+ }
101
+ }
102
+ .draggable-content-line {
103
+ display: flex;
104
+ flex-direction: column;
105
+ justify-content: space-between;
106
+ height: 100%;
107
+ }
108
+ .draggable-description {
109
+ font-size: $tp-co-draggable-purchase-confirmation-description-font-size;
110
+ height: $tp-co-draggable-purchase-confirmation-description-height;
111
+ line-height: $tp-co-draggable-purchase-confirmation-description-height;
112
+ display: -webkit-box;
113
+ -webkit-line-clamp: 1;
114
+ -webkit-box-orient: vertical;
115
+ overflow: hidden;
116
+ text-overflow: ellipsis;
117
+ padding: $tp-co-draggable-purchase-confirmation-description-padding;
118
+ }
119
+ .draggable-top-line {
120
+ display: flex;
121
+ flex-direction: column;
122
+ gap: $tp-co-draggable-purchase-confirmation-top-line-gap;
123
+ }
124
+ .draggable-bottom-line {
125
+ display: flex;
126
+ justify-content: space-between;
127
+ > div {
128
+ display: flex;
129
+ flex-direction: column;
130
+ align-items: center;
131
+ gap: $tp-co-draggable-purchase-confirmation-bottom-line-gap;
132
+ }
133
+ label {
134
+ font-size: $tp-co-draggable-purchase-confirmation-bottom-label-font-size;
135
+ color: $tp-co-draggable-purchase-confirmation-bottom-label-font-color;
136
+ }
92
137
  }
93
138
  }
94
139
 
@@ -7,7 +7,7 @@ $tp-co-purchase-confirmation-header-font-weight: bold !default;
7
7
  $tp-co-purchase-confirmation-header-height: 50px !default;
8
8
 
9
9
  $tp-co-purchase-confirmation-background: white !default;
10
- $tp-co-purchase-confirmation-height: 50px !default;
10
+ $tp-co-purchase-confirmation-height: 120px !default;
11
11
  $tp-co-purchase-confirmation-drag-handle-width: 30px !default;
12
12
 
13
13
  $tp-co-purchase-confirmation-icon-size: 40px !default;
@@ -22,3 +22,23 @@ $tp-co-purchase-confirmation-link-button-width: 50px !default;
22
22
  $tp-co-purchase-confirmation-column-gap: 10px !default;
23
23
 
24
24
  $tp-co-purchase-confirmation-linked-color-width: 10px !default;
25
+
26
+ $tp-co-draggable-purchase-confirmation-border-width: 1px !default;
27
+ $tp-co-draggable-purchase-confirmation-border-color: #cccccc !default;
28
+ $tp-co-draggable-purchase-confirmation-border-radius: 5px !default;
29
+ $tp-co-draggable-purchase-confirmation-padding: 15px 30px 15px 45px !default;
30
+ $tp-co-draggable-purchase-confirmation-link-right: 5px !default;
31
+ $tp-co-draggable-purchase-confirmation-link-top: 5px !default;
32
+ $tp-co-draggable-purchase-confirmation-link-icon-size: 26px !default;
33
+ $tp-co-draggable-purchase-confirmation-color-right: 0px !default;
34
+ $tp-co-draggable-purchase-confirmation-color-top: 0px !default;
35
+ $tp-co-draggable-purchase-confirmation-color-border-radius: 5px 0 0 5px !default;
36
+ $tp-co-draggable-purchase-confirmation-color-width: 5px !default;
37
+ $tp-co-draggable-purchase-confirmation-description-font-size: 14px !default;
38
+ $tp-co-draggable-purchase-confirmation-description-height: 17px !default;
39
+ $tp-co-draggable-purchase-confirmation-description-padding: 0 10px 0 0 !default;
40
+ $tp-co-draggable-purchase-confirmation-top-line-gap: 3px !default;
41
+ $tp-co-draggable-purchase-confirmation-bottom-line-gap: 2px !default;
42
+ $tp-co-draggable-purchase-confirmation-bottom-label-font-size: 10px !default;
43
+ $tp-co-draggable-purchase-confirmation-bottom-label-font-color: #8083A3 !default;
44
+
@@ -7,7 +7,7 @@ $tp-co-purchase-confirmation-header-font-weight: bold !default;
7
7
  $tp-co-purchase-confirmation-header-height: 50px !default;
8
8
 
9
9
  $tp-co-purchase-confirmation-background: white !default;
10
- $tp-co-purchase-confirmation-height: 50px !default;
10
+ $tp-co-purchase-confirmation-height: 120px !default;
11
11
  $tp-co-purchase-confirmation-drag-handle-width: 30px !default;
12
12
 
13
13
  $tp-co-purchase-confirmation-icon-size: 40px !default;
@@ -2,6 +2,79 @@
2
2
 
3
3
  @include export-module('co-transaction-overview-line-layout') {
4
4
  .co-transaction-overview-line {
5
+ .co-transaction-base-line {
6
+ .line-start {
7
+ width: 350px;
8
+ }
9
+ .line-end {
10
+ width: calc(100% - 350px);
11
+ max-width: 100%;
12
+ gap: 10px;
13
+ }
14
+ }
15
+ .transaction-base-line-section {
16
+ .transaction-line-description {
17
+ .article-text-expand {
18
+ &.large-article {
19
+ max-height: 0;
20
+ }
21
+ }
22
+ .description-wrapper {
23
+ gap: 10px;
24
+ justify-content: space-between;
25
+ }
26
+ .transaction-line-article-number-wrapper {
27
+ gap: 10px;
28
+ font-size: 10px;
29
+ align-items: center;
30
+ .delete-icon {
31
+ height: 12px;
32
+ width: 11px;
33
+ }
34
+ }
35
+ }
36
+ .transaction-field-label {
37
+ display: none;
38
+ }
39
+ .transaction-line-extended-wrapper {
40
+ gap: 10px;
41
+ .column1 {
42
+ flex-wrap: wrap;
43
+ max-width: 130px;
44
+ margin-right: 0;
45
+ gap: 10px;
46
+ }
47
+ .column2 {
48
+ max-width: 100%;
49
+ flex-direction: row;
50
+ flex-wrap: wrap;
51
+ margin-right: 0;
52
+ gap: 10px;
53
+ .co-transaction-button {
54
+ width: 100%;
55
+ max-width: 150px;
56
+ }
57
+ }
58
+ .column3 {
59
+ flex-direction: row;
60
+ flex-wrap: wrap;
61
+ margin-right: 0;
62
+ gap: 10px;
63
+ }
64
+ .column4 {
65
+ display: flex;
66
+ grid-row-gap: 5px;
67
+ row-gap: 5px;
68
+ grid-column-gap: 15px;
69
+ column-gap: 15px;
70
+ margin-right: 0;
71
+ flex: 2;
72
+ position: relative;
73
+ flex-wrap: wrap;
74
+ gap: 10px;
75
+ }
76
+ }
77
+ }
5
78
 
6
79
  .transaction-line-section {
7
80
  display: flex;
@@ -15,11 +88,63 @@
15
88
  display: flex;
16
89
  align-items: center;
17
90
  column-gap: $tp-default-column-gap;
18
- height: $tp-transaction-default-button-height;
19
91
  .co-input-date {
20
92
  height: auto;
21
93
  padding: 0;
22
94
  }
23
95
  }
96
+ .transaction-field-wrapper {
97
+ flex: 1;
98
+ .inside-field {
99
+ position: relative;
100
+ }
101
+ .transaction-inside-label {
102
+ position: absolute;
103
+ transform: translateX(-50%);
104
+ top: -5px;
105
+ left: 50%;
106
+ font-size: 8px;
107
+ color: #171721;
108
+ max-width: 100%;
109
+ text-overflow: ellipsis;
110
+ overflow: hidden;
111
+ white-space: nowrap;
112
+ background: #FFF;
113
+ padding: 0 10px;
114
+ z-index: 2;
115
+ }
116
+ .co-transaction-button {
117
+ height: 30px;
118
+ &.big {
119
+ width: 100%;
120
+ max-width: 150px;
121
+ }
122
+ }
123
+ .co-input-number-picker {
124
+ width: 100%;
125
+ max-width: 100px;
126
+ height: 30px;
127
+ .co-button {
128
+ background-color: transparent;
129
+ }
130
+ input {
131
+ font-size: 11px;
132
+ }
133
+ }
134
+ .transaction-line-totals-price,
135
+ .transaction-line-totals-discount,
136
+ .transaction-line-totals-total,
137
+ .transaction-line-confirmed-price,
138
+ .transaction-line-purchase-price,
139
+ .transaction-line-purchase-description,
140
+ .co-transaction-line-vat-button, {
141
+ white-space: nowrap;
142
+ height: 30px;
143
+ font-weight: 600;
144
+ font-size: 11px;
145
+ max-width: 100px;
146
+ width: 100%;
147
+ }
148
+ }
24
149
  }
25
150
  }
@@ -29,6 +29,7 @@ export declare class TransactionOverviewLineComponent extends TransactionBaseCom
29
29
  handleMouseLeave(event: MouseEvent): void;
30
30
  stock: StockStatus;
31
31
  mouseOver: boolean;
32
+ noLabel: boolean;
32
33
  statusBarConfigNames: StatusBarCfgNames;
33
34
  discountConfigNames: LineDiscountCfgNames;
34
35
  constructor(transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, orderLineSetService: OrderLineSetService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
@@ -29,7 +29,7 @@
29
29
  display: flex;
30
30
  position: fixed;
31
31
  flex-direction: column;
32
- z-index: 1;
32
+ z-index: 2;
33
33
  animation: buttonsIn 0.5s forwards;
34
34
  overflow: hidden;
35
35
  max-height: 0;
@@ -18,11 +18,14 @@ export declare class TransactionLineWarehouseLocationComponent extends Transacti
18
18
  protected imageService: TransactionImageService;
19
19
  protected changeDetector: ChangeDetectorRef;
20
20
  private _articleService;
21
- warehouseNr: number;
21
+ set warehouseNr(value: number);
22
+ get warehouseNr(): number;
22
23
  protected codeField: string;
23
24
  protected checkField: string;
24
25
  protected propsForLabel: CheckboxListPropertyInterface[];
26
+ private _warehouseNr;
25
27
  constructor(transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _articleService: ArticleService);
26
28
  ngOnInit(): void;
27
29
  commit(locationNr: string): Promise<boolean>;
30
+ private _getLocations;
28
31
  }
@@ -7,6 +7,7 @@ import { TransactionScreenConfigurationService } from '../../../service/transact
7
7
  import { DeliveryPlanningService } from "../../delivery-planning/service/delivery-planning.service";
8
8
  import { TransactionService } from "../../../service/transaction.service";
9
9
  import { DialogService } from "../../../service/dialog.service";
10
+ import { BatchTransactionSendingRequest } from "@colijnit/transactionapi/build/model/batch-transaction-sending-request";
10
11
  export declare class TransactionSearchResultComponent implements OnInit, OnChanges, OnDestroy {
11
12
  searchService: TransactionSearchService;
12
13
  screenConfigService: TransactionScreenConfigurationService;
@@ -31,6 +32,7 @@ export declare class TransactionSearchResultComponent implements OnInit, OnChang
31
32
  showBatchOptions: boolean;
32
33
  showShippingMethodDialog: boolean;
33
34
  selectedTransactions: TransactionSearchView[];
35
+ batchTransactionSendingRequest: BatchTransactionSendingRequest;
34
36
  private _activeContentViewMode;
35
37
  private _fullscreen;
36
38
  private _subs;
@@ -52,7 +54,7 @@ export declare class TransactionSearchResultComponent implements OnInit, OnChang
52
54
  onProcessOrders(): Promise<void>;
53
55
  onSelectAllOrders(allSelected: boolean): void;
54
56
  shippingDialogCancelClicked(): void;
55
- shippingDialogSaveClicked(): void;
57
+ shippingDialogSaveClicked(request: BatchTransactionSendingRequest): void;
56
58
  private _createRequestLines;
57
59
  private _showBatchOptions;
58
60
  }
@@ -6,7 +6,7 @@
6
6
  font-size: $tp-transaction-tile-font-size;
7
7
  line-height: $tp-transaction-tile-line-height;
8
8
  height: $tp-transaction-tile-height;
9
-
9
+ position: relative;
10
10
  @media(max-width: 600px) {
11
11
  width: $tp-transaction-tile-width-mobile;
12
12
  }
@@ -30,18 +30,6 @@
30
30
  display: flex;
31
31
  align-items: center;
32
32
  column-gap: 10px;
33
-
34
- .type-indicator {
35
- width: 20px;
36
- height: 20px;
37
- font-size: 10px;
38
- color: white;
39
- background-color: #569eee;
40
- border-radius: 9px;
41
- display: flex;
42
- align-items: center;
43
- justify-content: center;
44
- }
45
33
  }
46
34
 
47
35
  .text {
@@ -53,23 +41,60 @@
53
41
  display: -webkit-box;
54
42
  -webkit-line-clamp: 1;
55
43
  -webkit-box-orient: vertical;
44
+ font-size: 11px;
56
45
  }
57
46
 
58
47
  co-avatar {
59
48
  width: $tp-transaction-tile-avatar-width;
60
49
  height: $tp-transaction-tile-avatar-height;
50
+ background: #F4F4F9;
51
+ .co-image-display {
52
+ width: $tp-transaction-tile-avatar-width;
53
+ height: $tp-transaction-tile-avatar-height;
54
+ }
61
55
  }
62
56
 
63
57
  .status-bar-wrapper {
58
+ .co-statusbar-wrapper {
59
+ height: auto;
60
+ .statuses {
61
+ gap: 1px;
62
+ }
63
+ .co-linear-gauge {
64
+ .linear-gauge {
65
+ margin: 0;
66
+ border-radius: 0;
67
+ min-width: 11px;
68
+ height: 11px;
69
+ }
70
+ }
71
+ }
72
+ }
73
+ .type-indicator {
64
74
  position: absolute;
75
+ left: 0;
65
76
  top: 0;
66
- right: 0;
77
+ height: 100%;
78
+ width: 5px;
79
+ border-radius: 5px 0 0 5px;
80
+ &.color-V {
81
+ background: #569eee;
82
+ }
83
+ &.color-I {
84
+ background: #45b8bf;
85
+ }
86
+ &.color-S {
87
+ background: #d0a46b;
88
+ }
89
+ &.color-O {
90
+ background: #8083a3;
91
+ }
92
+ &.color-K {
93
+ background: #0b378c;
94
+ }
67
95
  }
68
-
69
96
  .total-price-vat {
70
- position: absolute;
71
- top: 17px;
72
- right: 0;
97
+
73
98
  }
74
99
 
75
100
  .label {
@@ -79,11 +104,11 @@
79
104
  .value {
80
105
  display: flex;
81
106
  flex-direction: row;
82
- align-items: flex-end;
107
+ align-items: center;
83
108
  min-width: max-content;
84
109
  font-size: $tp-transaction-tile-font-size-small;
85
- height: $tp-transaction-tile-value-height;
86
-
110
+ line-height: $tp-transaction-tile-value-height;
111
+ gap: 5px;
87
112
  co-icon {
88
113
  height: $tp-transaction-tile-icon-height;
89
114
  width: $tp-transaction-tile-icon-width;
@@ -100,45 +125,65 @@
100
125
  }
101
126
 
102
127
  .tile-header {
103
- display: grid;
104
- grid-template-columns: 0.4fr 2.4fr 1.2fr;
105
- grid-template-rows: 1.5fr;
106
- gap: 0 10px;
107
- grid-area: 1 / 1 / 2 / 2;
128
+ display: flex;
129
+ justify-content: space-between;
130
+ gap: 10px;
131
+ align-items: center;
132
+ }
133
+ .transaction-tile-avatar {
134
+ display: flex;
135
+ align-items: center;
136
+ gap: 10px;
137
+ span {
138
+ font-weight: 600;
139
+ }
108
140
  }
109
-
110
141
  .tile-upper-left {
111
- grid-area: 1 / 1 / 2 / 2;
142
+
112
143
  }
113
144
 
114
145
  .tile-upper-middle {
115
- grid-area: 1 / 2 / 2 / 3;
116
146
  display: flex;
117
- flex-direction: column;
118
- row-gap: 3px;
147
+ flex-direction: row;
148
+ align-items: center;
149
+ gap: 5px;
150
+ co-icon {
151
+ width: 14px;
152
+ height: 14px;
153
+ }
154
+ .text {
155
+ line-height: 14px;
156
+ font-weight: 600;
157
+ }
119
158
  }
120
159
 
121
160
  .tile-upper-right {
122
- grid-area: 1 / 3 / 2 / 4;
123
161
  display: flex;
124
162
  flex-direction: column;
125
163
  align-items: flex-end;
126
- row-gap: 3px;
127
164
  position: relative;
128
165
  }
129
166
 
130
167
 
131
168
  .tile-body {
132
169
  display: grid;
133
- grid-template-columns: 0.4fr 2.6fr 0fr;
134
- grid-template-rows: 1.5fr;
170
+ grid-template-columns: 24px 2.6fr 0fr;
135
171
  gap: 0 10px;
136
- grid-area: 2 / 1 / 3 / 2;
137
172
  align-items: center;
138
173
  }
139
174
 
140
175
  .tile-middle-left {
141
176
  grid-area: 1 / 1 / 2 / 2;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ co-input-checkbox {
181
+ .checkbox {
182
+ width: 16px;
183
+ height: 16px;
184
+ margin: 0;
185
+ }
186
+ }
142
187
  }
143
188
 
144
189
  .tile-middle-middle {
@@ -151,29 +196,38 @@
151
196
  }
152
197
 
153
198
  .tile-footer {
154
- display: grid;
155
- grid-template-columns: 1fr 1fr 1fr;
156
- grid-template-rows: 1fr;
157
- gap: 0 15px;
158
- grid-area: 3 / 1 / 4 / 2;
199
+ display: flex;
200
+ justify-content: space-between;
201
+ gap: 10px;
202
+ align-items: center;
203
+ padding-left: 5px;
159
204
  }
160
205
 
161
206
  .tile-bottom-left {
162
- grid-area: 1 / 1 / 2 / 2;
207
+
163
208
  }
164
209
 
165
210
  .tile-bottom-middle {
166
- grid-area: 1 / 2 / 2 / 3;
167
211
  display: flex;
168
212
  flex-direction: column;
169
213
  align-items: center;
170
214
  }
171
215
 
172
216
  .tile-bottom-right {
173
- grid-area: 1 / 3 / 2 / 4;
217
+
218
+ }
219
+ .order-info-section {
174
220
  display: flex;
175
- flex-direction: column;
176
- align-items: flex-end;
221
+ align-items: center;
222
+ gap: 5px;
223
+ co-icon {
224
+ width: 14px;
225
+ height: 14px;
226
+ &.unlock-icon, &.lock-icon {
227
+ position: relative;
228
+ left: -5px;
229
+ }
230
+ }
177
231
  }
178
232
  }
179
233
  }
@@ -4,8 +4,8 @@ $tp-transaction-tile-background-color-selected: $tp-color-select !default;
4
4
 
5
5
  $tp-transaction-tile-font-family: $tp-font-family !default;
6
6
  $tp-transaction-tile-font-size: $tp-font-size !default;
7
- $tp-transaction-tile-height: 150px !default;
8
- $tp-transaction-tile-content-height: 130px !default;
7
+ $tp-transaction-tile-height: auto !default;
8
+ $tp-transaction-tile-content-height: 90px !default;
9
9
  $tp-transaction-tile-body-height: 100px !default;
10
10
  $tp-transaction-tile-width: 300px !default;
11
11
  $tp-transaction-tile-width-mobile: 85 vw !default;
@@ -13,7 +13,9 @@ $tp-transaction-tile-padding: 10px 15px !default;
13
13
  $tp-transaction-tile-row-gap: 10px !default;
14
14
  $tp-transaction-tile-column-gap: 10px !default;
15
15
  $tp-transaction-tile-font-size-small: $tp-font-size-small !default;
16
- $tp-transaction-tile-font-color: #6E7694 !default;
16
+ $tp-transaction-tile-font-color: #171721 !default;
17
+ $tp-transaction-tile-left-border-size: 0 0 0 0 !default;
18
+ $tp-transaction-tile-right-border-size: 0 0 0 0 !default;
17
19
  $tp-transaction-tile-font-color-dark: $tp-color-font !default;
18
20
  $tp-transaction-tile-header-font-size: $tp-font-size !default;
19
21
  $tp-transaction-tile-header-font-weight: bold !default;
@@ -21,15 +23,16 @@ $tp-transaction-tile-header-font-color: $tp-color-font !default;
21
23
  $tp-transaction-tile-footer-border-color: $tp-transaction-tile-font-color !default;
22
24
  $tp-transaction-tile-footer-padding: 10px 0 !default;
23
25
  $tp-transaction-tile-footer-middle-section-padding: 0 15px !default;
24
- $tp-transaction-tile-value-height: 20px !default;
25
- $tp-transaction-tile-border-color: $tp-color-border !default;
26
+ $tp-transaction-tile-value-height: 14px !default;
27
+ $tp-transaction-tile-border-color: #F4F4F9 !default;
28
+ $tp-transaction-tile-box-shadow: 1px 1px 3px 1px rgb(157 157 157 / 10%) !default;
26
29
  $tp-transaction-tile-button-color: $tp-color-active-light !default;
27
30
  $tp-transaction-tile-button-border-radius: $tp-default-border-radius !default;
28
31
  $tp-transaction-tile-button-height: 25px !default;
29
32
  $tp-transaction-tile-button-margin-top: 10px !default;
30
33
  $tp-transaction-tile-button-font-weight: bold !default;
31
- $tp-transaction-tile-avatar-height: 30px !default;
32
- $tp-transaction-tile-avatar-width: 30px !default;
34
+ $tp-transaction-tile-avatar-height: 24px !default;
35
+ $tp-transaction-tile-avatar-width: 24px !default;
33
36
  $tp-transaction-tile-icon-width: 1.2rem !default;
34
37
  $tp-transaction-tile-icon-height: 1.2rem !default;
35
38
  $tp-transaction-tile-icon-active-color: $tp-color-active !default;
@@ -3,7 +3,7 @@
3
3
  .co-transaction-search-tile-content {
4
4
  background-color: $tp-transaction-tile-background-color;
5
5
  border: 1px solid $tp-transaction-tile-border-color;
6
-
6
+ box-shadow: $tp-transaction-tile-box-shadow;
7
7
  .header {
8
8
  color: $tp-transaction-tile-header-font-color;
9
9
  }
@@ -14,11 +14,15 @@
14
14
 
15
15
 
16
16
  .tile-bottom-left {
17
- border-right: 1px solid $tp-transaction-tile-border-color;
17
+ border-width: $tp-transaction-tile-left-border-size;
18
+ border-style: solid;
19
+ border-color: $tp-transaction-tile-border-color;
18
20
  }
19
21
 
20
22
  .tile-bottom-right {
21
- border-left: 1px solid $tp-transaction-tile-border-color;
23
+ border-width: $tp-transaction-tile-right-border-size;
24
+ border-style: solid;
25
+ border-color: $tp-transaction-tile-border-color;
22
26
  }
23
27
 
24
28
  .order-info-section {