@colijnit/transaction 12.1.129 → 12.1.131

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 (219) hide show
  1. package/bundles/colijnit-transaction.umd.js +2273 -628
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +378 -365
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +379 -366
  6. package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +2 -2
  7. package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.js +6 -3
  8. package/esm2015/lib/component/core/base/dialog-transaction-base.component.js +5 -3
  9. package/esm2015/lib/component/core/base/transaction-base.component.js +6 -2
  10. package/esm2015/lib/component/core/core.module.js +1 -1
  11. package/esm2015/lib/component/deposit-payment/deposit-payment.component.js +17 -5
  12. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +7 -2
  13. package/esm2015/lib/component/discount/discount.component.js +110 -0
  14. package/esm2015/lib/component/discount/discount.module.js +29 -0
  15. package/esm2015/lib/component/payment/payment.component.js +57 -38
  16. package/esm2015/lib/component/payment/payment.module.js +4 -2
  17. package/esm2015/lib/component/payment-to-pay/payment-to-pay.component.js +26 -0
  18. package/esm2015/lib/component/payment-to-pay/payment-to-pay.module.js +21 -0
  19. package/esm2015/lib/component/relation/relation-address/relation-address.module.js +7 -7
  20. package/esm2015/lib/component/relation/relation-address-select/relation-address-select.component.js +8 -8
  21. package/esm2015/lib/component/relation/relation-general/relation-general.component.js +14 -17
  22. package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.module.js +10 -10
  23. package/esm2015/lib/component/transaction/transaction.component.js +7 -4
  24. package/esm2015/lib/component/transaction/transaction.module.js +4 -2
  25. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-overview-button-bar-button.component.js +37 -0
  26. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-picking-button-bar-button.component.js +13 -4
  27. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +2 -1
  28. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.module.js +6 -3
  29. package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-dialog/transaction-cash-register-dialog.component.js +177 -0
  30. package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-dialog/transaction-cash-register-dialog.module.js +27 -0
  31. package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/transaction-cash-register-order-receipt-dialog.component.js +83 -0
  32. package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/transaction-cash-register-order-receipt-dialog.module.js +24 -0
  33. package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-order.component.js +177 -0
  34. package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-order.module.js +41 -0
  35. package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +3 -2
  36. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +11 -2
  37. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.js +17 -9
  38. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-payment.component.js +97 -4
  39. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +49 -20
  40. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.js +8 -2
  41. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +11 -3
  42. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +20 -3
  43. package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.js +5 -5
  44. package/esm2015/lib/component/transaction-header-fields/transaction-header-amount-to-settle.component.js +55 -0
  45. package/esm2015/lib/component/transaction-header-fields/transaction-header-amount-to-settle.module.js +24 -0
  46. package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +4 -4
  47. package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.module.js +1 -1
  48. package/esm2015/lib/component/transaction-header-fields/transaction-header-currency.module.js +1 -1
  49. package/esm2015/lib/component/transaction-header-fields/transaction-header-deposit-amount.component.js +24 -3
  50. package/esm2015/lib/component/transaction-header-fields/transaction-header-divide-evenly.component.js +38 -0
  51. package/esm2015/lib/component/transaction-header-fields/transaction-header-divide-evenly.module.js +25 -0
  52. package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.module.js +6 -6
  53. package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.component.js +14 -3
  54. package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-condition.module.js +1 -1
  55. package/esm2015/lib/component/transaction-header-fields/transaction-header-price-kind.module.js +1 -1
  56. package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.js +52 -0
  57. package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.js +36 -0
  58. package/esm2015/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.component.js +2 -2
  59. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.js +12 -4
  60. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +2 -2
  61. package/esm2015/lib/component/transaction-line-fields/transaction-line-amount.component.js +6 -1
  62. package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.js +2 -2
  63. package/esm2015/lib/component/transaction-line-fields/transaction-line-price-list.module.js +7 -7
  64. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.component.js +2 -2
  65. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.component.js +2 -2
  66. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.module.js +6 -6
  67. package/esm2015/lib/component/transaction-line-fields/transaction-line-vat.module.js +8 -8
  68. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +2 -2
  69. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse.module.js +6 -6
  70. package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +8 -8
  71. package/esm2015/lib/component/transaction-line-side-panel-article-details/transaction-line-side-panel-article-details.component.js +5 -5
  72. package/esm2015/lib/component/transaction-line-side-panel-article-details/transaction-line-side-panel-article-details.module.js +6 -6
  73. package/esm2015/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.module.js +23 -23
  74. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.component.js +13 -14
  75. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.component.js +13 -14
  76. package/esm2015/lib/component/transaction-lines/transaction-lines.component.js +21 -1
  77. package/esm2015/lib/component/transaction-lines/transaction-lines.module.js +9 -9
  78. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.js +23 -15
  79. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +6 -2
  80. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +18 -15
  81. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.component.js +2 -2
  82. package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.module.js +8 -8
  83. package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.module.js +8 -8
  84. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +6 -6
  85. package/esm2015/lib/enum/icon.enum.js +7 -1
  86. package/esm2015/lib/enum/order-discount-type.enum.js +7 -0
  87. package/esm2015/lib/enum/transaction-type-category.enum.js +2 -1
  88. package/esm2015/lib/model/icon-svg.js +7 -1
  89. package/esm2015/lib/model/payment-transaction-view-model.js +3 -0
  90. package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
  91. package/esm2015/lib/service/article-connector.service.js +9 -9
  92. package/esm2015/lib/service/dialog.service.js +14 -10
  93. package/esm2015/lib/service/error.service.js +15 -8
  94. package/esm2015/lib/service/payment.service.js +24 -5
  95. package/esm2015/lib/service/pending-reason.service.js +2 -2
  96. package/esm2015/lib/service/relation-connector.service.js +11 -11
  97. package/esm2015/lib/service/shared-connector.service.js +5 -5
  98. package/esm2015/lib/service/transaction-base.service.js +23 -5
  99. package/esm2015/lib/service/transaction-connector-adapter.service.js +195 -6
  100. package/esm2015/lib/service/transaction-connector.service.js +65 -2
  101. package/esm2015/lib/service/transaction-event.service.js +8 -2
  102. package/esm2015/lib/service/transaction-mapping.service.js +6 -3
  103. package/esm2015/lib/service/transaction.service.js +128 -12
  104. package/esm2015/lib/transaction-version.js +3 -3
  105. package/esm2015/public_api.js +3 -1
  106. package/fesm2015/colijnit-transaction.js +1700 -214
  107. package/fesm2015/colijnit-transaction.js.map +1 -1
  108. package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +9 -0
  109. package/lib/component/checkout/checkout-overview-relation-edit/style/_material-definition.scss +4 -1
  110. package/lib/component/checkout/checkout-overview-relation-edit/style/_theme.scss +3 -0
  111. package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_layout.scss +9 -0
  112. package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_material-definition.scss +4 -1
  113. package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_theme.scss +3 -0
  114. package/lib/component/checkout-simple/style/_theme.scss +1 -1
  115. package/lib/component/confirmation-dialog/style/material.scss +1 -1
  116. package/lib/component/core/base/transaction-base.component.d.ts +3 -1
  117. package/lib/component/deposit-payment/deposit-payment.component.d.ts +9 -3
  118. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.d.ts +1 -0
  119. package/lib/component/discount/discount.component.d.ts +19 -0
  120. package/lib/component/discount/discount.module.d.ts +2 -0
  121. package/lib/component/discount/style/_layout.scss +0 -0
  122. package/lib/component/discount/style/_material-definition.scss +0 -0
  123. package/lib/component/discount/style/_theme.scss +0 -0
  124. package/lib/component/discount/style/material.scss +0 -0
  125. package/lib/component/payment/payment.component.d.ts +14 -6
  126. package/lib/component/payment/style/_layout.scss +5 -0
  127. package/lib/component/payment/style/_material-definition.scss +3 -6
  128. package/lib/component/payment/style/_theme.scss +0 -24
  129. package/lib/component/payment/style/material.scss +1 -0
  130. package/lib/component/payment-to-pay/payment-to-pay.component.d.ts +4 -0
  131. package/lib/component/payment-to-pay/payment-to-pay.module.d.ts +2 -0
  132. package/lib/component/payment-to-pay/style/_layout.scss +26 -0
  133. package/lib/component/payment-to-pay/style/_material-definition.scss +6 -0
  134. package/lib/component/payment-to-pay/style/_theme.scss +9 -0
  135. package/lib/component/payment-to-pay/style/material.scss +4 -0
  136. package/lib/component/quick-send-button/style/_layout.scss +24 -0
  137. package/lib/component/quick-send-button/style/_material-definition.scss +2 -0
  138. package/lib/component/relation/relation-address-select/relation-address-select.component.d.ts +5 -5
  139. package/lib/component/relation/relation-general/relation-general.component.d.ts +8 -10
  140. package/lib/component/tile/style/_layout.scss +4 -0
  141. package/lib/component/transaction/transaction.component.d.ts +3 -1
  142. package/lib/component/transaction-button-bar/style/_layout.scss +2 -1
  143. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-overview-button-bar-button.component.d.ts +12 -0
  144. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-picking-button-bar-button.component.d.ts +3 -1
  145. package/lib/component/transaction-cash-register-order/style/_layout.scss +129 -0
  146. package/lib/component/transaction-cash-register-order/style/_material-definition.scss +0 -0
  147. package/lib/component/transaction-cash-register-order/style/_theme.scss +4 -0
  148. package/lib/component/transaction-cash-register-order/style/material.scss +7 -0
  149. package/lib/component/transaction-cash-register-order/transaction-cash-register-dialog/style/_layout.scss +28 -0
  150. package/lib/component/transaction-cash-register-order/transaction-cash-register-dialog/style/_material-definition.scss +0 -0
  151. package/lib/component/transaction-cash-register-order/transaction-cash-register-dialog/style/_theme.scss +4 -0
  152. package/lib/component/transaction-cash-register-order/transaction-cash-register-dialog/style/material.scss +4 -0
  153. package/lib/component/transaction-cash-register-order/transaction-cash-register-dialog/transaction-cash-register-dialog.component.d.ts +34 -0
  154. package/lib/component/transaction-cash-register-order/transaction-cash-register-dialog/transaction-cash-register-dialog.module.d.ts +2 -0
  155. package/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/style/_layout.scss +37 -0
  156. package/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/style/_material-definition.scss +0 -0
  157. package/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/style/_theme.scss +4 -0
  158. package/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/style/material.scss +5 -0
  159. package/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/transaction-cash-register-order-receipt-dialog.component.d.ts +17 -0
  160. package/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/transaction-cash-register-order-receipt-dialog.module.d.ts +2 -0
  161. package/lib/component/transaction-cash-register-order/transaction-cash-register-order.component.d.ts +41 -0
  162. package/lib/component/transaction-cash-register-order/transaction-cash-register-order.module.d.ts +2 -0
  163. package/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.d.ts +5 -2
  164. package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +49 -0
  165. package/lib/component/transaction-header/transaction-header-popup/style/_material-definition.scss +5 -0
  166. package/lib/component/transaction-header/transaction-header-popup/style/_theme.scss +10 -0
  167. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.d.ts +2 -2
  168. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-payment.component.d.ts +32 -1
  169. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.d.ts +4 -2
  170. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.d.ts +1 -0
  171. package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +5 -0
  172. package/lib/component/transaction-header-fields/transaction-header-amount-to-settle.component.d.ts +8 -0
  173. package/lib/component/transaction-header-fields/transaction-header-amount-to-settle.module.d.ts +2 -0
  174. package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +2 -3
  175. package/lib/component/transaction-header-fields/transaction-header-deposit-amount.component.d.ts +6 -0
  176. package/lib/component/transaction-header-fields/transaction-header-divide-evenly.component.d.ts +5 -0
  177. package/lib/component/transaction-header-fields/transaction-header-divide-evenly.module.d.ts +2 -0
  178. package/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.component.d.ts +7 -3
  179. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_layout.scss +21 -0
  180. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_material-definition.scss +0 -0
  181. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_theme.scss +4 -0
  182. package/lib/component/transaction-line/transaction-cash-register-order-line/style/material.scss +4 -0
  183. package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.d.ts +4 -0
  184. package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.d.ts +2 -0
  185. package/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.d.ts +1 -1
  186. package/lib/component/transaction-line-action-buttons/style/_layout.scss +1 -0
  187. package/lib/component/transaction-line-fields/transaction-line-amount.component.d.ts +1 -0
  188. package/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.d.ts +1 -1
  189. package/lib/component/transaction-line-fields/transaction-line-supplier-button.component.d.ts +1 -1
  190. package/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.component.d.ts +1 -1
  191. package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +1 -1
  192. package/lib/component/transaction-line-side-panel-article-details/transaction-line-side-panel-article-details.component.d.ts +4 -4
  193. package/lib/component/transaction-lines/style/material.scss +1 -0
  194. package/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.d.ts +1 -1
  195. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_layout.scss +1 -1
  196. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +1 -0
  197. package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.d.ts +13 -13
  198. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_layout.scss +1 -1
  199. package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.d.ts +2 -2
  200. package/lib/enum/icon.enum.d.ts +6 -0
  201. package/lib/enum/order-discount-type.enum.d.ts +5 -0
  202. package/lib/enum/transaction-type-category.enum.d.ts +2 -1
  203. package/lib/model/payment-transaction-view-model.d.ts +12 -0
  204. package/lib/res/dictionary/dictionaries.d.ts +41 -2
  205. package/lib/service/article-connector.service.d.ts +8 -8
  206. package/lib/service/dialog.service.d.ts +6 -4
  207. package/lib/service/error.service.d.ts +3 -4
  208. package/lib/service/payment.service.d.ts +7 -2
  209. package/lib/service/relation-connector.service.d.ts +11 -11
  210. package/lib/service/shared-connector.service.d.ts +3 -3
  211. package/lib/service/transaction-base.service.d.ts +4 -1
  212. package/lib/service/transaction-connector-adapter.service.d.ts +43 -19
  213. package/lib/service/transaction-connector.service.d.ts +40 -19
  214. package/lib/service/transaction-event.service.d.ts +11 -1
  215. package/lib/service/transaction.service.d.ts +39 -17
  216. package/lib/style/_variables.scss +2 -3
  217. package/lib/style/transaction-globals.scss +11 -0
  218. package/package.json +5 -5
  219. package/public_api.d.ts +2 -0
@@ -10,6 +10,15 @@
10
10
  border-style: $tp-checkout-relation-empty-button-border-style;
11
11
  border-width: $tp-checkout-relation-empty-button-border-width;
12
12
  border-radius: $tp-checkout-relation-empty-button-border-radius;
13
+ span {
14
+ color: $tp-checkout-simple-relation-empty-text-color;
15
+ }
16
+ &:hover {
17
+ filter: none;
18
+ span {
19
+ color: $tp-checkout-simple-relation-empty-hover-text-color;
20
+ }
21
+ }
13
22
  }
14
23
  }
15
24
  }
@@ -1,7 +1,10 @@
1
1
  $tp-checkout-relation-font-family: $tp-font-family !default;
2
2
  $tp-checkout-relation-font-size: $tp-font-size !default;
3
3
  $tp-checkout-relation-empty-button-background-color: transparent !default;
4
+ $tp-checkout-relation-empty-button-hover-background-color: $tp-color-action !default;
4
5
  $tp-checkout-relation-empty-button-border-style: solid !default;
5
6
  $tp-checkout-relation-empty-button-border-width: 1px !default;
6
7
  $tp-checkout-relation-empty-button-border-radius: $tp-default-border-radius !default;
7
- $tp-checkout-relation-empty-button-border-color: $tp-color-font !default;
8
+ $tp-checkout-relation-empty-button-border-color: $tp-color-action !default;
9
+ $tp-checkout-simple-relation-empty-text-color: $tp-color-action !default;
10
+ $tp-checkout-simple-relation-empty-hover-text-color: #FFFFFF !default;
@@ -5,6 +5,9 @@
5
5
  .empty-relation-button {
6
6
  background-color: $tp-checkout-relation-empty-button-background-color;
7
7
  border-color: $tp-checkout-relation-empty-button-border-color;
8
+ &:hover {
9
+ background-color: $tp-checkout-relation-empty-button-hover-background-color;
10
+ }
8
11
  }
9
12
  }
10
13
  }
@@ -10,6 +10,15 @@
10
10
  border-style: $tp-checkout-simple-relation-empty-button-border-style;
11
11
  border-width: $tp-checkout-simple-relation-empty-button-border-width;
12
12
  border-radius: $tp-checkout-simple-relation-empty-button-border-radius;
13
+ span {
14
+ color: $tp-checkout-simple-relation-empty-text-color;
15
+ }
16
+ &:hover {
17
+ filter: none;
18
+ span {
19
+ color: $tp-checkout-simple-relation-empty-hover-text-color;
20
+ }
21
+ }
13
22
  }
14
23
  }
15
24
  }
@@ -1,7 +1,10 @@
1
1
  $tp-checkout-simple-relation-font-family: $tp-font-family !default;
2
2
  $tp-checkout-simple-relation-font-size: $tp-font-size !default;
3
3
  $tp-checkout-simple-relation-empty-button-background-color: transparent !default;
4
+ $tp-checkout-relation-empty-button-hover-background-color: $tp-color-action !default;
4
5
  $tp-checkout-simple-relation-empty-button-border-style: solid !default;
5
6
  $tp-checkout-simple-relation-empty-button-border-width: 1px !default;
6
7
  $tp-checkout-simple-relation-empty-button-border-radius: $tp-default-border-radius !default;
7
- $tp-checkout-simple-relation-empty-button-border-color: $tp-color-font !default;
8
+ $tp-checkout-simple-relation-empty-button-border-color: $tp-color-action !default;
9
+ $tp-checkout-simple-relation-empty-text-color: $tp-color-action !default;
10
+ $tp-checkout-simple-relation-empty-hover-text-color: #FFFFFF !default;
@@ -5,6 +5,9 @@
5
5
  .empty-relation-button {
6
6
  background-color: $tp-checkout-simple-relation-empty-button-background-color;
7
7
  border-color: $tp-checkout-simple-relation-empty-button-border-color;
8
+ &:hover {
9
+ background-color: $tp-checkout-relation-empty-button-hover-background-color;
10
+ }
8
11
  }
9
12
  }
10
13
  }
@@ -1,7 +1,7 @@
1
1
  @include export-module('co-checkout-simple-theme') {
2
2
  .co-checkout-simple {
3
3
  .co-stepper-content-wrapper {
4
- background: var(--stepper-color);
4
+ //background: var(--stepper-color);
5
5
  }
6
6
  }
7
7
  }
@@ -1,4 +1,4 @@
1
1
  @import "./material-definition";
2
2
  @import "./layout";
3
3
  @import "./theme";
4
- @import "lib/components/co-dialog/style/material";
4
+ @import "~@colijnit/corecomponents_v12/lib/components/co-dialog/style/material";
@@ -15,7 +15,8 @@ import { TransactionEventService } from '../../../service/transaction-event.serv
15
15
  import { IconCacheService } from '../../../service/icon-cache.service';
16
16
  import { TransactionImageService } from '../../../service/transaction-image.service';
17
17
  import { RelationKind } from '@colijnit/relationapi/build/enum/relation-kind.enum';
18
- import { TransactionScreenConfigurationService } from "../../../service/transaction-screen-configuration.service";
18
+ import { TransactionScreenConfigurationService } from '../../../service/transaction-screen-configuration.service';
19
+ import { TransactionDeliveryCostLineInfo } from '@colijnit/transactionapi/build/model/transaction-delivery-cost-line-info.bo';
19
20
  export declare abstract class TransactionBaseComponent implements OnInit, OnDestroy {
20
21
  transactionEventService: TransactionEventService;
21
22
  iconCacheService: IconCacheService;
@@ -51,6 +52,7 @@ export declare abstract class TransactionBaseComponent implements OnInit, OnDest
51
52
  isService: boolean;
52
53
  lineOperationStatuses: LineOperationStatus[];
53
54
  transactionLines: TransactionLineInfo[];
55
+ deliveryCostLines: TransactionDeliveryCostLineInfo[];
54
56
  relationKind: RelationKind;
55
57
  relationType: RelationNameKind;
56
58
  transactionKind: TransactionKind;
@@ -1,9 +1,13 @@
1
- import { OnInit } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { DepositPaymentViewModel } from '../../model/deposit-payment-view-model';
3
3
  import { PaymentViewmodel } from '../../model/payment.viewmodel';
4
4
  import { PaymentService } from '../../service/payment.service';
5
- export declare class DepositPaymentComponent implements OnInit {
5
+ import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
6
+ import { TransactionEventService } from '../../service/transaction-event.service';
7
+ export declare class DepositPaymentComponent implements OnInit, OnDestroy {
6
8
  private _paymentService;
9
+ private _transactionEventService;
10
+ readonly transKind: typeof TransactionKind;
7
11
  branch: string;
8
12
  showTitle: boolean;
9
13
  transactionUuid: string;
@@ -11,8 +15,10 @@ export declare class DepositPaymentComponent implements OnInit {
11
15
  paymentMethods: PaymentViewmodel[];
12
16
  depositPayments: DepositPaymentViewModel[];
13
17
  showLoader: boolean;
14
- constructor(_paymentService: PaymentService);
18
+ private _subs;
19
+ constructor(_paymentService: PaymentService, _transactionEventService: TransactionEventService);
15
20
  ngOnInit(): void;
21
+ ngOnDestroy(): void;
16
22
  private _getDepositPaymentInfo;
17
23
  private _prepareData;
18
24
  }
@@ -5,6 +5,7 @@ export declare class DialogTransactionLineWarehouseCcComponent extends DialogTra
5
5
  transactionKind: TransactionKind;
6
6
  showClass(): boolean;
7
7
  quantity: number;
8
+ decimals: number;
8
9
  commissionCode: string;
9
10
  warehouse: number;
10
11
  handleQuantityChange(value: any): void;
@@ -0,0 +1,19 @@
1
+ import { DictionaryService } from "../../service/dictionary.service";
2
+ import { OrderDiscountType } from "../../enum/order-discount-type.enum";
3
+ export declare class DiscountComponent {
4
+ private _dictionary;
5
+ readonly orderDiscountType: typeof OrderDiscountType;
6
+ showClass(): boolean;
7
+ discountHeader: string;
8
+ inputDiscounts: boolean;
9
+ transactionDiscountAmount: number;
10
+ transactionDiscountPercentage: number;
11
+ transactionTotal: number;
12
+ discountType: OrderDiscountType;
13
+ showDiscountsSidebar: boolean;
14
+ constructor(_dictionary: DictionaryService);
15
+ addDiscount(): void;
16
+ onStartDiscountInput(discountType: OrderDiscountType, header: string): void;
17
+ setDiscountHeader(discountType: OrderDiscountType): void;
18
+ onInputDiscountsOkClick(): void;
19
+ }
@@ -0,0 +1,2 @@
1
+ export declare class DiscountModule {
2
+ }
File without changes
File without changes
File without changes
@@ -7,11 +7,16 @@ import { SharedService } from '../../service/shared.service';
7
7
  import { PaymentMethod } from '@colijnit/transactionapi/build/model/payment-method.bo';
8
8
  import { PaymentViewmodel } from '../../model/payment.viewmodel';
9
9
  import { DepositPaymentViewModel } from '../../model/deposit-payment-view-model';
10
+ import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
11
+ import { PaymentTransactionViewModel } from "../../model/payment-transaction-view-model";
12
+ import { TransactionEventService } from '../../service/transaction-event.service';
10
13
  export declare class PaymentComponent implements OnInit, OnDestroy {
11
14
  private _transactionService;
12
15
  private _sharedService;
13
16
  private _paymentService;
17
+ private _transactionEventService;
14
18
  readonly icons: typeof Icon;
19
+ readonly transKind: typeof TransactionKind;
15
20
  transId: number;
16
21
  transactionUuid: string;
17
22
  branch: string;
@@ -19,17 +24,18 @@ export declare class PaymentComponent implements OnInit, OnDestroy {
19
24
  set amount(value: number);
20
25
  get amount(): number;
21
26
  currencyId: number;
27
+ transactionKind: TransactionKind;
28
+ paymentDetails: PaymentTransactionViewModel;
22
29
  payed: EventEmitter<void>;
23
30
  showClass(): boolean;
24
- paymentMethodIdx: number;
25
- cashRegisterIdx: number;
31
+ selectedPaymentMethod: PaymentMethod;
32
+ selectedCashRegister: CashRegister;
26
33
  paymentMethods: PaymentViewmodel[];
27
34
  depositPayments: DepositPaymentViewModel[];
28
35
  cashRegisters: any[];
29
36
  showCashRegisters: boolean;
30
37
  showKeyPad: boolean;
31
38
  showPspQrCode: boolean;
32
- currentPaymentMethod: PaymentMethod;
33
39
  qrCodeImage: string;
34
40
  showLoader: boolean;
35
41
  amountToPay: number;
@@ -40,11 +46,12 @@ export declare class PaymentComponent implements OnInit, OnDestroy {
40
46
  private _paymentStatusMaxPollInterval;
41
47
  private _paymentStatusPollIntervalCount;
42
48
  private _paymentResult;
43
- constructor(_transactionService: TransactionService, _sharedService: SharedService, _paymentService: PaymentService);
49
+ private _subs;
50
+ constructor(_transactionService: TransactionService, _sharedService: SharedService, _paymentService: PaymentService, _transactionEventService: TransactionEventService);
44
51
  ngOnInit(): Promise<void>;
45
52
  ngOnDestroy(): void;
46
- paymentMethodSelected(method: PaymentMethod, index: number): void;
47
- cashRegisterSelected(cashRegister: CashRegister, index: number): void;
53
+ paymentMethodSelected(method: PaymentMethod): void;
54
+ cashRegisterSelected(cashRegister: CashRegister): void;
48
55
  handlePayment(): void;
49
56
  handleKeyPadModelChange(model: number): void;
50
57
  private _getDepositPaymentInfo;
@@ -59,4 +66,5 @@ export declare class PaymentComponent implements OnInit, OnDestroy {
59
66
  private _prepareCashRegisters;
60
67
  private _getCashRegisters;
61
68
  private _getPaymentMethods;
69
+ private _handlePayment;
62
70
  }
@@ -51,6 +51,11 @@
51
51
  grid-template-rows: auto auto auto;
52
52
  row-gap: 10px;
53
53
  column-gap: 10px;
54
+
55
+ &.cash-register-order {
56
+ display: flex;
57
+ flex-direction: column;
58
+ }
54
59
  }
55
60
  .payment-to-pay {
56
61
  display: flex;
@@ -10,14 +10,11 @@ $tp-payment-header-extra-font-color: $tp-color-colijn-orange !default;
10
10
  $tp-payment-row-gap: 20px !default;
11
11
  $tp-payment-methods-column-gap: 5px !default;
12
12
  $tp-payment-methods-row-gap: 5px !default;
13
+ $tp-payment-amount-border: 1px solid !default;
13
14
  $tp-payment-amount-height: 60px !default;
14
15
  $tp-payment-amount-font-family: $tp-font-family !default;
15
- $tp-payment-amount-font-size: 32px !default;
16
- $tp-payment-amount-font-weight: bold !default;
17
- $tp-payment-amount-color: rgba(0, 0, 0, 0.5) !default;
18
- $tp-payment-amount-border: 1px solid !default;
19
- $tp-payment-amount-border-color: $tp-color-border !default;
20
- $tp-payment-amount-background-color: #dedede5c !default;
16
+ $tp-payment-amount-font-size: $tp-font-size !default;
17
+ $tp-payment-amount-font-weight: normal !default;
21
18
  $tp-payment-error-margin: 5px 0 !default;
22
19
  $tp-payment-error-font-family: $tp-font-family !default;
23
20
  $tp-payment-error-font-size: $tp-font-size !default;
@@ -7,11 +7,6 @@
7
7
  color: $tp-color-colijn-orange;
8
8
  }
9
9
  }
10
- .payment-amount {
11
- color: $tp-payment-amount-color;
12
- border-color: $tp-payment-amount-border-color;
13
- background-color: $tp-payment-amount-background-color;
14
- }
15
10
  .payment-to-pay-button {
16
11
  .payment-error-message {
17
12
  color: $tp-payment-error-font-color;
@@ -20,24 +15,5 @@
20
15
  background-color: $tp-color-colijn-orange;
21
16
  }
22
17
  }
23
- .payment-to-pay-keypad {
24
- .key-pad-wrapper {
25
- background: transparent;
26
- border-color: $tp-payment-amount-border-color;
27
- }
28
- .key-pad-button {
29
- background-color: $tp-payment-amount-background-color;
30
- color: $tp-payment-amount-color;
31
- font-weight: bold;
32
- .co-icon {
33
- svg { // for fontawesome icons
34
- fill: $tp-payment-amount-color;
35
- }
36
- & [fill] { // for own icons
37
- fill: $tp-payment-amount-color;
38
- }
39
- }
40
- }
41
- }
42
18
  }
43
19
  }
@@ -4,3 +4,4 @@
4
4
  @import "../../payment-tile/style/material";
5
5
  @import "../../payment-qr-code/style/material";
6
6
  @import "../../deposit-payment/style/material";
7
+ @import "../../payment-to-pay/style/material";
@@ -0,0 +1,4 @@
1
+ export declare class PaymentToPayComponent {
2
+ amountToPay: number;
3
+ showClass(): boolean;
4
+ }
@@ -0,0 +1,2 @@
1
+ export declare class PaymentToPayModule {
2
+ }
@@ -0,0 +1,26 @@
1
+ @include export-module('cc-payment-to-pay-layout') {
2
+ .co-payment-to-pay {
3
+
4
+ .payment-to-pay {
5
+ display: flex;
6
+ flex-direction: column;
7
+ align-items: flex-start;
8
+ row-gap: $tp-payment-to-pay-row-gap;
9
+ grid-column: 1 / 1;
10
+ grid-row: 1 / 1;
11
+ }
12
+
13
+ .payment-amount {
14
+ display: flex;
15
+ align-items: center;
16
+ justify-content: center;
17
+ height: $tp-payment-to-pay-amount-height;
18
+ border: $tp-payment-to-pay-amount-border;
19
+ font-family: $tp-payment-to-pay-amount-font-family;
20
+ font-size: $tp-payment-to-pay-amount-font-size;
21
+ font-weight: $tp-payment-to-pay-amount-font-weight;
22
+ border-radius: 5px;
23
+ width: 100%;
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,6 @@
1
+ $tp-payment-to-pay-row-gap: 20px !default;
2
+ $tp-payment-to-pay-amount-height: 60px !default;
3
+ $tp-payment-to-pay-amount-border: 1px solid !default;
4
+ $tp-payment-to-pay-amount-font-family: $tp-font-family !default;
5
+ $tp-payment-to-pay-amount-font-size: 32px !default;
6
+ $tp-payment-to-pay-amount-font-weight: bold !default;
@@ -0,0 +1,9 @@
1
+ @include export-module('cc-payment-to-pay-theme') {
2
+ .co-payment-to-pay {
3
+ .payment-amount {
4
+ color: $tp-payment-amount-color;
5
+ border-color: $tp-payment-amount-border-color;
6
+ background-color: $tp-payment-amount-background-color;
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -16,6 +16,30 @@
16
16
  border-bottom-right-radius: $tp-co-quick-send-button-border-radius;
17
17
  border-top-right-radius: $tp-co-quick-send-button-border-radius;
18
18
  }
19
+ &:hover {
20
+ .icon-wrapper-flat-right {
21
+ background: $tp-co-quick-send-hover-button-icon-send-color;
22
+ co-icon {
23
+ svg {
24
+ fill: $tp-co-quick-send-hover-button-svg-text-color;
25
+ }
26
+ }
27
+ }
28
+ .icon-wrapper-flat-left {
29
+ background: $tp-co-quick-send-hover-button-icon-send-color;
30
+
31
+ .icons-wrapper {
32
+ .icon-send, .icon-method {
33
+ svg {
34
+ fill: $tp-co-quick-send-hover-button-svg-text-color;
35
+ }
36
+ }
37
+ }
38
+ .send-button-title {
39
+ color: $tp-co-quick-send-hover-button-svg-text-color;
40
+ }
41
+ }
42
+ }
19
43
  }
20
44
  .icons-spacer {
21
45
  width: 5px;
@@ -11,6 +11,8 @@ $tp-co-quick-send-button-send-method-dialog-icon-size: 20px !default;
11
11
  $tp-co-quick-send-button-icon-send-width: 16px !default;
12
12
  $tp-co-quick-send-button-icon-send-height: 22px !default;
13
13
  $tp-co-quick-send-button-icon-send-color: $tp-color-action !default;
14
+ $tp-co-quick-send-hover-button-icon-send-color: $tp-color-action !default;
15
+ $tp-co-quick-send-hover-button-svg-text-color: #fff !default;
14
16
  $tp-co-quick-send-button-icon-send-method-width: 11px !default;
15
17
  $tp-co-quick-send-button-icon-send-method-height: 11px !default;
16
18
  $tp-co-quick-send-button-title-font-size: $tp-font-size-small !default;
@@ -1,8 +1,8 @@
1
- import { ElementRef, EventEmitter } from "@angular/core";
2
- import { Icon } from "../../../enum/icon.enum";
3
- import { FormMasterService } from "@colijnit/corecomponents_v12";
4
- import { RelationBaseComponent } from "../relation-base.component";
5
- import { Address } from "@colijnit/relationapi/build/model/address.bo";
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
+ import { Icon } from '../../../enum/icon.enum';
3
+ import { FormMasterService } from '@colijnit/corecomponents_v12';
4
+ import { RelationBaseComponent } from '../relation-base.component';
5
+ import { Address } from '@colijnit/relationapi/build/model/address.bo';
6
6
  export declare class RelationAddressSelectComponent extends RelationBaseComponent {
7
7
  private _formMasterService;
8
8
  readonly icons: typeof Icon;
@@ -1,15 +1,13 @@
1
- import { TransactionService } from "../../../service/transaction.service";
2
- import { RelationBaseComponent } from "../relation-base.component";
3
- import { DialogService } from "../../../service/dialog.service";
4
- import { DictionaryService } from "../../../service/dictionary.service";
5
- import { RelationNameKind } from "@colijnit/relationapi/build/enum/relation-name-kind.enum";
6
- import { GenderType } from "@colijnit/relationapi/build/enum/gender-type.enum";
7
- import { RelationListObject } from "@colijnit/relationapi/build/model/relation-list-object.bo";
8
- import { RelationService } from "../../../service/relation.service";
1
+ import { TransactionService } from '../../../service/transaction.service';
2
+ import { RelationBaseComponent } from '../relation-base.component';
3
+ import { DialogService } from '../../../service/dialog.service';
4
+ import { RelationNameKind } from '@colijnit/relationapi/build/enum/relation-name-kind.enum';
5
+ import { GenderType } from '@colijnit/relationapi/build/enum/gender-type.enum';
6
+ import { RelationListObject } from '@colijnit/relationapi/build/model/relation-list-object.bo';
7
+ import { RelationService } from '../../../service/relation.service';
9
8
  import { RelationKind } from '@colijnit/relationapi/build/enum/relation-kind.enum';
10
9
  export declare class RelationGeneralComponent extends RelationBaseComponent {
11
10
  private _service;
12
- private _dictionaryService;
13
11
  private _dialogService;
14
12
  private _relationService;
15
13
  readonly relType: typeof RelationNameKind;
@@ -22,7 +20,7 @@ export declare class RelationGeneralComponent extends RelationBaseComponent {
22
20
  relationSuggestions: RelationListObject[];
23
21
  showSuggestionsSidebar: boolean;
24
22
  dateOfBirth: Date;
25
- constructor(_service: TransactionService, _dictionaryService: DictionaryService, _dialogService: DialogService, _relationService: RelationService);
23
+ constructor(_service: TransactionService, _dialogService: DialogService, _relationService: RelationService);
26
24
  firstNameChange(firstName: string): void;
27
25
  familyNameChange(familyName: string): void;
28
26
  changeGenderType(value: GenderType): void;
@@ -4,6 +4,8 @@
4
4
  .co-tile {
5
5
  display: flex;
6
6
  position: relative;
7
+ width: 100%;
8
+ height: 100%;
7
9
  &.selected {
8
10
  transform: scale($tp-tile-selected-zoom);
9
11
  }
@@ -17,6 +19,8 @@
17
19
  padding: $tp-tile-padding;
18
20
  width: $tp-tile-min-width;
19
21
  height: $tp-tile-min-height;
22
+ min-height: $tp-tile-min-height;
23
+ width: 100%;
20
24
  }
21
25
  .co-tile-select-wrapper {
22
26
  //position: absolute;
@@ -14,6 +14,7 @@ import { RelationAnyType } from '../../model/relation-any-type';
14
14
  import { TransactionEventService } from '../../service/transaction-event.service';
15
15
  import { TransactionKind } from '@colijnit/transactionapi/build/enum/transaction-kind.enum';
16
16
  import { TransactionScreenConfigurationService } from "../../service/transaction-screen-configuration.service";
17
+ import { DialogService } from "../../service/dialog.service";
17
18
  export declare class TransactionComponent implements OnDestroy {
18
19
  iconCacheService: IconCacheService;
19
20
  service: TransactionService;
@@ -21,6 +22,7 @@ export declare class TransactionComponent implements OnDestroy {
21
22
  private _dynamicComponentService;
22
23
  private _transactionEventService;
23
24
  private _screenConfigurationService;
25
+ private _dialogService;
24
26
  readonly categories: typeof TransactionTypeCategory;
25
27
  readonly viewModes: typeof ContentViewMode;
26
28
  readonly icons: typeof Icon;
@@ -50,7 +52,7 @@ export declare class TransactionComponent implements OnDestroy {
50
52
  private _transaction;
51
53
  private _transactionKind;
52
54
  private _transactionNr;
53
- constructor(iconCacheService: IconCacheService, service: TransactionService, _appRef: ApplicationRef, _dynamicComponentService: DynamicComponentService, _transactionEventService: TransactionEventService, _screenConfigurationService: TransactionScreenConfigurationService);
55
+ constructor(iconCacheService: IconCacheService, service: TransactionService, _appRef: ApplicationRef, _dynamicComponentService: DynamicComponentService, _transactionEventService: TransactionEventService, _screenConfigurationService: TransactionScreenConfigurationService, _dialogService: DialogService);
54
56
  ngOnDestroy(): void;
55
57
  handleButtonBarButtonClicked(button: TransactionBarButton): void;
56
58
  handleShowSidePanel(line: TransactionLineInfo): void;
@@ -73,7 +73,8 @@
73
73
  .co-transaction-purchase-confirmation-button-bar-button,
74
74
  .co-transaction-purchase-invoice-button-bar-button,
75
75
  .co-transaction-sales-invoice-button-bar-button,
76
- .co-transaction-sales-delivery-button-bar-button {
76
+ .co-transaction-sales-delivery-button-bar-button,
77
+ .co-transaction-sales-overview-button-bar-button {
77
78
  display: flex;
78
79
  flex-direction: column;
79
80
  align-items: center;
@@ -0,0 +1,12 @@
1
+ import { OnDestroy } from "@angular/core";
2
+ import { TransactionButtonBarButtonBaseComponent } from "./transaction-button-bar-button-base.component";
3
+ import { IconCacheService } from "../../../service/icon-cache.service";
4
+ import { TransactionEventService } from "../../../service/transaction-event.service";
5
+ export declare class TransactionSalesOverviewButtonBarButtonComponent extends TransactionButtonBarButtonBaseComponent implements OnDestroy {
6
+ iconCacheService: IconCacheService;
7
+ private _transactionEventService;
8
+ showClass: boolean;
9
+ private _subs;
10
+ constructor(iconCacheService: IconCacheService, _transactionEventService: TransactionEventService);
11
+ ngOnDestroy(): void;
12
+ }
@@ -5,16 +5,18 @@ import { Icon } from "../../../enum/icon.enum";
5
5
  import { TransactionBarButton } from "../../../model/transaction-bar-button";
6
6
  import { TransactionTypeCategory } from "../../../enum/transaction-type-category.enum";
7
7
  import { TransactionMappingService } from "../../../service/transaction-mapping.service";
8
+ import { TransactionEventService } from "../../../service/transaction-event.service";
8
9
  export declare class TransactionSalesPickingButtonBarButtonComponent extends TransactionButtonBarButtonBaseComponent implements OnInit, OnDestroy {
9
10
  iconCacheService: IconCacheService;
10
11
  private _mappingService;
12
+ private _transactionEventService;
11
13
  readonly icons: typeof Icon;
12
14
  readonly category: typeof TransactionTypeCategory;
13
15
  buttonClicked: EventEmitter<TransactionBarButton>;
14
16
  showClass: boolean;
15
17
  showCategories: boolean;
16
18
  private _subs;
17
- constructor(iconCacheService: IconCacheService, _mappingService: TransactionMappingService);
19
+ constructor(iconCacheService: IconCacheService, _mappingService: TransactionMappingService, _transactionEventService: TransactionEventService);
18
20
  ngOnInit(): void;
19
21
  ngOnDestroy(): void;
20
22
  handleClickWrapper(event: MouseEvent): void;