@colijnit/transaction 12.1.116 → 12.1.118

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 (238) hide show
  1. package/bundles/colijnit-transaction.umd.js +2673 -1926
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +325 -316
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +326 -317
  6. package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +5 -8
  7. package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +4 -2
  8. package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +7 -2
  9. package/esm2015/lib/component/checkout/checkout.component.js +7 -4
  10. package/esm2015/lib/component/core/base/transaction-base.component.js +26 -4
  11. package/esm2015/lib/component/core/base/transaction-input-field-base.component.js +4 -1
  12. package/esm2015/lib/component/core/relation/customer-groups.component.js +1 -2
  13. package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.js +10 -2
  14. package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.module.js +4 -2
  15. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.js +7 -1
  16. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.module.js +4 -2
  17. package/esm2015/lib/component/payment/payment.component.js +6 -3
  18. package/esm2015/lib/component/payment/payment.module.js +2 -4
  19. package/esm2015/lib/component/relation/relation-address/relation-address.component.js +5 -1
  20. package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +4 -2
  21. package/esm2015/lib/component/stepper/stepper.component.js +20 -7
  22. package/esm2015/lib/component/transaction/transaction.module.js +2 -4
  23. package/esm2015/lib/component/transaction-button/transaction-button.component.js +50 -0
  24. package/esm2015/lib/component/transaction-button/transaction-button.module.js +22 -0
  25. package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.js +1 -2
  26. package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +18 -5
  27. package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.module.js +3 -1
  28. package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +10 -63
  29. package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.js +8 -2
  30. package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +11 -13
  31. package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.js +4 -2
  32. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +8 -1
  33. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.js +4 -2
  34. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.js +96 -0
  35. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-delivery.component.js +70 -0
  36. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-order.component.js +66 -0
  37. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-payment.component.js +20 -0
  38. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +185 -0
  39. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.js +95 -0
  40. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +84 -0
  41. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +10 -182
  42. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.js +4 -2
  43. package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +8 -3
  44. package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +12 -12
  45. package/esm2015/lib/component/transaction-header-fields/transaction-header-currency.component.js +11 -6
  46. package/esm2015/lib/component/transaction-header-fields/transaction-header-definitive.component.js +2 -2
  47. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-date.component.js +6 -5
  48. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method-button/transaction-header-delivery-method-button.component.js +87 -0
  49. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method-button/transaction-header-delivery-method-button.module.js +26 -0
  50. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.component.js +2 -2
  51. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.js +44 -40
  52. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.js +5 -3
  53. package/esm2015/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/transaction-header-deliverydate-definitive-button.component.js +41 -0
  54. package/esm2015/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/transaction-header-deliverydate-definitive-button.module.js +22 -0
  55. package/esm2015/lib/component/transaction-header-fields/transaction-header-deposit-amount.component.js +2 -2
  56. package/esm2015/lib/component/transaction-header-fields/transaction-header-deposit-percentage.component.js +2 -2
  57. package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-amount.component.js +2 -2
  58. package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.js +2 -2
  59. package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.component.js +2 -2
  60. package/esm2015/lib/component/transaction-header-fields/transaction-header-hold-codes.component.js +33 -20
  61. package/esm2015/lib/component/transaction-header-fields/transaction-header-hold-codes.module.js +4 -3
  62. package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.component.js +2 -2
  63. package/esm2015/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.js +2 -2
  64. package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-condition.component.js +6 -3
  65. package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.js +6 -5
  66. package/esm2015/lib/component/transaction-header-fields/transaction-header-price-kind.component.js +6 -6
  67. package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.component.js +6 -5
  68. package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.module.js +4 -3
  69. package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.component.js +6 -5
  70. package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.module.js +4 -3
  71. package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.component.js +5 -4
  72. package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.module.js +4 -3
  73. package/esm2015/lib/component/transaction-header-fields/transaction-header-sales-person.component.js +8 -3
  74. package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.js +9 -2
  75. package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.module.js +4 -2
  76. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +7 -1
  77. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.module.js +4 -2
  78. package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.component.js +7 -1
  79. package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.module.js +4 -2
  80. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +13 -2
  81. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.module.js +4 -2
  82. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.js +12 -2
  83. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.module.js +4 -2
  84. package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.component.js +7 -1
  85. package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.module.js +4 -2
  86. package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.js +8 -2
  87. package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.module.js +4 -2
  88. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.component.js +7 -1
  89. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.module.js +4 -2
  90. package/esm2015/lib/component/transaction-line-fields/transaction-line-vat-button.component.js +7 -1
  91. package/esm2015/lib/component/transaction-line-fields/transaction-line-vat-button.module.js +4 -2
  92. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.js +8 -1
  93. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.module.js +4 -2
  94. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +10 -2
  95. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.js +4 -2
  96. package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.component.js +6 -1
  97. package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.module.js +4 -2
  98. package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.component.js +7 -1
  99. package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.module.js +4 -2
  100. package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +1 -2
  101. package/esm2015/lib/component/transaction-navigation-button/transaction-navigation-button.component.js +8 -1
  102. package/esm2015/lib/component/transaction-navigation-button/transaction-navigation-button.module.js +4 -2
  103. package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.js +5 -7
  104. 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.component.js +5 -7
  105. package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.js +5 -7
  106. 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.component.js +5 -7
  107. package/esm2015/lib/enum/icon.enum.js +5 -1
  108. package/esm2015/lib/enum/transaction-type-category.enum.js +1 -2
  109. package/esm2015/lib/model/icon-svg.js +5 -1
  110. package/esm2015/lib/model/relation-any-type.js +1 -1
  111. package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
  112. package/esm2015/lib/service/relation.service.js +13 -1
  113. package/esm2015/lib/service/transaction-base.service.js +45 -2
  114. package/esm2015/lib/service/transaction-connector-adapter.service.js +29 -1
  115. package/esm2015/lib/service/transaction-connector.service.js +9 -1
  116. package/esm2015/lib/service/transaction-event.service.js +5 -1
  117. package/esm2015/lib/service/transaction-mapping.service.js +1 -3
  118. package/esm2015/lib/service/transaction.service.js +56 -43
  119. package/esm2015/lib/transaction-version.js +3 -3
  120. package/fesm2015/colijnit-transaction.js +2626 -1836
  121. package/fesm2015/colijnit-transaction.js.map +1 -1
  122. package/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.d.ts +1 -0
  123. package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +1 -0
  124. package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +5 -0
  125. package/lib/component/checkout/checkout.component.d.ts +1 -0
  126. package/lib/component/core/base/transaction-base.component.d.ts +5 -1
  127. package/lib/component/delivery-type-tile/style/_material-definition.scss +1 -1
  128. package/lib/component/payment/style/_layout.scss +20 -0
  129. package/lib/component/payment/style/_material-definition.scss +7 -0
  130. package/lib/component/payment/style/_theme.scss +24 -0
  131. package/lib/component/payment/style/material.scss +0 -1
  132. package/lib/component/relation/relation-address-select/style/_layout.scss +1 -1
  133. package/lib/component/relation/relation-address-tile/style/_layout.scss +6 -0
  134. package/lib/component/relation/relation-address-tile/style/_material-definition.scss +3 -1
  135. package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +1 -0
  136. package/lib/component/stepper/stepper.component.d.ts +5 -0
  137. package/lib/component/stepper/style/_layout.scss +25 -0
  138. package/lib/component/stepper/style/_material-definition.scss +12 -0
  139. package/lib/component/stepper/style/_theme.scss +14 -0
  140. package/lib/component/tile/style/_layout.scss +2 -4
  141. package/lib/component/tile/style/_material-definition.scss +2 -2
  142. package/lib/component/transaction-button/style/_layout.scss +61 -0
  143. package/lib/component/transaction-button/style/_material-definition.scss +19 -0
  144. package/lib/component/transaction-button/style/_theme.scss +4 -0
  145. package/lib/component/transaction-button/transaction-button.component.d.ts +11 -0
  146. package/lib/component/transaction-button/transaction-button.module.d.ts +2 -0
  147. package/lib/component/transaction-header/style/material.scss +1 -0
  148. package/lib/component/transaction-header/transaction-header/style/material.scss +1 -0
  149. package/lib/component/transaction-header/transaction-header-delivery/style/_layout.scss +19 -23
  150. package/lib/component/transaction-header/transaction-header-delivery/style/material.scss +1 -1
  151. package/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.d.ts +0 -7
  152. package/lib/component/transaction-header/transaction-header-order/style/_layout.scss +1 -1
  153. package/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.d.ts +0 -1
  154. package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +106 -0
  155. package/lib/component/transaction-header/transaction-header-popup/style/_material-definition.scss +40 -0
  156. package/lib/component/transaction-header/transaction-header-popup/style/_theme.scss +19 -0
  157. package/lib/component/transaction-header/transaction-header-popup/style/material.scss +4 -0
  158. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.d.ts +31 -0
  159. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-delivery.component.d.ts +6 -0
  160. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-order.component.d.ts +6 -0
  161. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-payment.component.d.ts +4 -0
  162. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.d.ts +43 -0
  163. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.d.ts +20 -0
  164. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.d.ts +2 -0
  165. package/lib/component/transaction-header/transaction-header-relation/style/_layout.scss +10 -10
  166. package/lib/component/transaction-header/transaction-header-relation/style/_theme.scss +1 -1
  167. package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +0 -40
  168. package/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.d.ts +2 -0
  169. package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +2 -2
  170. package/lib/component/transaction-header-fields/transaction-header-currency.component.d.ts +3 -1
  171. package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/style/_layout.scss +8 -0
  172. package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/style/_theme.scss +4 -0
  173. package/lib/component/{transaction-line/transaction-cash-register-order-line → transaction-header-fields/transaction-header-delivery-method-button}/style/material.scss +1 -1
  174. package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/transaction-header-delivery-method-button.component.d.ts +26 -0
  175. package/lib/component/transaction-header-fields/transaction-header-delivery-method-button/transaction-header-delivery-method-button.module.d.ts +2 -0
  176. package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/_layout.scss +10 -2
  177. package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/_material-definition.scss +9 -1
  178. package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/_theme.scss +8 -0
  179. package/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.d.ts +9 -11
  180. package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/style/_layout.scss +26 -0
  181. package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/style/_material-definition.scss +13 -0
  182. package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/style/_theme.scss +4 -0
  183. package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/style/material.scss +4 -0
  184. package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/transaction-header-deliverydate-definitive-button.component.d.ts +6 -0
  185. package/lib/component/transaction-header-fields/transaction-header-deliverydate-definitive-button/transaction-header-deliverydate-definitive-button.module.d.ts +2 -0
  186. package/lib/component/transaction-header-fields/transaction-header-hold-codes.component.d.ts +5 -4
  187. package/lib/component/transaction-header-fields/transaction-header-payment-condition.component.d.ts +2 -0
  188. package/lib/component/transaction-header-fields/transaction-header-price-kind.component.d.ts +2 -1
  189. package/lib/component/transaction-header-fields/transaction-header-sales-person.component.d.ts +2 -0
  190. package/lib/component/transaction-labeled-warehouse-location-button/style/_layout.scss +6 -6
  191. package/lib/component/transaction-labeled-warehouse-location-button/style/_material-definition.scss +5 -0
  192. package/lib/component/transaction-labeled-warehouse-location-button/style/_theme.scss +1 -1
  193. package/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.d.ts +1 -1
  194. package/lib/component/transaction-line/transaction-goods-allocation-line/style/_layout.scss +4 -4
  195. package/lib/component/transaction-line/transaction-invoice-line/style/_layout.scss +5 -5
  196. package/lib/component/transaction-line/transaction-line/style/_layout.scss +5 -5
  197. package/lib/component/transaction-line/transaction-order-delivery-line/style/_layout.scss +5 -5
  198. package/lib/component/transaction-line/transaction-purchase-line/style/_layout.scss +1 -1
  199. package/lib/component/transaction-line/transaction-purchase-order-line/style/_layout.scss +3 -3
  200. package/lib/component/transaction-line/transaction-receive-goods-line/style/_layout.scss +5 -5
  201. package/lib/component/transaction-line-checkbox-list/style/_material-definition.scss +4 -4
  202. package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.d.ts +3 -1
  203. package/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.d.ts +1 -1
  204. package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +1 -1
  205. package/lib/component/transaction-navigation-button-list/style/_material-definition.scss +1 -1
  206. package/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.d.ts +1 -1
  207. package/lib/enum/icon.enum.d.ts +4 -0
  208. package/lib/enum/transaction-type-category.enum.d.ts +1 -2
  209. package/lib/model/relation-any-type.d.ts +2 -1
  210. package/lib/res/dictionary/dictionaries.d.ts +1 -0
  211. package/lib/service/relation.service.d.ts +2 -0
  212. package/lib/service/transaction-base.service.d.ts +10 -0
  213. package/lib/service/transaction-connector-adapter.service.d.ts +2 -0
  214. package/lib/service/transaction-connector.service.d.ts +2 -0
  215. package/lib/service/transaction-event.service.d.ts +4 -0
  216. package/lib/service/transaction.service.d.ts +20 -19
  217. package/lib/style/_variables.scss +9 -22
  218. package/lib/style/transaction-globals.scss +0 -49
  219. package/package.json +4 -4
  220. package/esm2015/lib/component/payment-to-pay/payment-to-pay.component.js +0 -26
  221. package/esm2015/lib/component/payment-to-pay/payment-to-pay.module.js +0 -21
  222. package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.js +0 -52
  223. package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.js +0 -34
  224. package/lib/component/payment-to-pay/payment-to-pay.component.d.ts +0 -4
  225. package/lib/component/payment-to-pay/payment-to-pay.module.d.ts +0 -2
  226. package/lib/component/payment-to-pay/style/_layout.scss +0 -26
  227. package/lib/component/payment-to-pay/style/_material-definition.scss +0 -6
  228. package/lib/component/payment-to-pay/style/_theme.scss +0 -9
  229. package/lib/component/transaction-cash-register-order/style/_layout.scss +0 -126
  230. package/lib/component/transaction-cash-register-order/style/_theme.scss +0 -4
  231. package/lib/component/transaction-cash-register-order/style/material.scss +0 -5
  232. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_layout.scss +0 -4
  233. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_material-definition.scss +0 -0
  234. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_theme.scss +0 -4
  235. package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.d.ts +0 -4
  236. package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.d.ts +0 -2
  237. /package/lib/component/{payment-to-pay → transaction-button}/style/material.scss +0 -0
  238. /package/lib/component/{transaction-cash-register-order → transaction-header-fields/transaction-header-delivery-method-button}/style/_material-definition.scss +0 -0
@@ -59,55 +59,6 @@
59
59
  cursor: default;
60
60
  }
61
61
 
62
- .transaction-line-button {
63
- font-size: $tp-transaction-line-button-font-size;
64
- font-weight: $tp-transaction-line-button-font-weight;
65
- display: flex;
66
- align-items: center;
67
- height: $tp-transaction-line-button-height;
68
-
69
- .icon-wrapper {
70
- display: flex;
71
- height: 100%;
72
- flex-shrink: 0;
73
- align-items: center;
74
- margin-right: $tp-transaction-line-button-icon-margin;
75
-
76
- .co-icon {
77
- height: 100%;
78
- width: auto;
79
- padding: $tp-transaction-line-button-icon-padding;
80
- }
81
-
82
- .spacer {
83
- height: 100%;
84
- min-width: $tp-transaction-line-button-icon-spacer-width;
85
- background-color: $tp-color-border;
86
- }
87
- }
88
- &:not(.no-border) {
89
- border: $tp-transaction-line-button-border;
90
- border-color: $tp-transaction-line-button-border-color;
91
- border-radius: $tp-transaction-line-button-radius;
92
- background-color: $tp-transaction-line-button-background-color;
93
- }
94
- &:not(.no-pointer) {
95
- cursor: pointer;
96
- }
97
- &:not(.custom-width) {
98
- width: $tp-transaction-line-button-width;
99
- &.big {
100
- width: $tp-transaction-line-button-big-width;
101
- }
102
- &.full-width {
103
- width: 100%;
104
- }
105
- }
106
- &.center-align {
107
- justify-content: center;
108
- }
109
- }
110
-
111
62
  .transaction-negative-value {
112
63
  color: $tp-color-negative-value;
113
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "12.1.116",
3
+ "version": "12.1.118",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -12,13 +12,13 @@
12
12
  "@colijnit/articleapi": ">=1.0.16",
13
13
  "@colijnit/catalog": ">=12.1.29",
14
14
  "@colijnit/corecomponents": ">=1.12.0",
15
- "@colijnit/corecomponents_v12": ">=12.0.107",
15
+ "@colijnit/corecomponents_v12": ">=12.0.111",
16
16
  "@colijnit/ioneconnector": ">=2.1.11",
17
17
  "@colijnit/mainapi": ">=1.0.10",
18
- "@colijnit/relationapi": ">=1.0.5",
18
+ "@colijnit/relationapi": ">=1.0.6",
19
19
  "@colijnit/sharedapi": ">=1.0.10",
20
20
  "@colijnit/sharedcomponents": ">=1.0.40",
21
- "@colijnit/transactionapi": ">=1.1.79",
21
+ "@colijnit/transactionapi": ">=1.1.80",
22
22
  "@syncfusion/ej2-angular-buttons": ">=19.3.44",
23
23
  "@syncfusion/ej2-angular-calendars": ">=19.3.44",
24
24
  "@syncfusion/ej2-angular-dropdowns": ">=19.3.45",
@@ -1,26 +0,0 @@
1
- import { Component, HostBinding, Input, ViewEncapsulation } from "@angular/core";
2
- export class PaymentToPayComponent {
3
- constructor() {
4
- this.amountToPay = 0;
5
- }
6
- showClass() {
7
- return true;
8
- }
9
- }
10
- PaymentToPayComponent.decorators = [
11
- { type: Component, args: [{
12
- selector: "co-payment-to-pay",
13
- template: `
14
- <div class="payment-to-pay">
15
- <div [textContent]="'TO_PAY' | localize"></div>
16
- <div class="payment-amount" [textContent]="amountToPay === 0 ? amountToPay : (amountToPay | coCurrency)"></div>
17
- </div>
18
- `,
19
- encapsulation: ViewEncapsulation.None
20
- },] }
21
- ];
22
- PaymentToPayComponent.propDecorators = {
23
- amountToPay: [{ type: Input }],
24
- showClass: [{ type: HostBinding, args: ["class.co-payment-to-pay",] }]
25
- };
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudC10by1wYXkuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvcGF5bWVudC10by1wYXkvcGF5bWVudC10by1wYXkuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQVkvRSxNQUFNLE9BQU8scUJBQXFCO0lBVmxDO1FBYVMsZ0JBQVcsR0FBVyxDQUFDLENBQUM7SUFPakMsQ0FBQztJQUpRLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7OztZQWxCRixTQUFTLFNBQUM7Z0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsUUFBUSxFQUFFOzs7OztLQUtUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3hDOzs7MEJBR0UsS0FBSzt3QkFHTCxXQUFXLFNBQUMseUJBQXlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiBcImNvLXBheW1lbnQtdG8tcGF5XCIsXHJcbiAgICB0ZW1wbGF0ZTogYFxyXG4gICAgICA8ZGl2IGNsYXNzPVwicGF5bWVudC10by1wYXlcIj5cclxuICAgICAgICA8ZGl2IFt0ZXh0Q29udGVudF09XCInVE9fUEFZJyB8IGxvY2FsaXplXCI+PC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInBheW1lbnQtYW1vdW50XCIgW3RleHRDb250ZW50XT1cImFtb3VudFRvUGF5ID09PSAwID8gYW1vdW50VG9QYXkgOiAoYW1vdW50VG9QYXkgfCBjb0N1cnJlbmN5KVwiPjwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIGAsXHJcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQYXltZW50VG9QYXlDb21wb25lbnQge1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBhbW91bnRUb1BheTogbnVtYmVyID0gMDtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tcGF5bWVudC10by1wYXlcIilcclxuICBwdWJsaWMgc2hvd0NsYXNzKCkge1xyXG4gICAgcmV0dXJuIHRydWU7XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=
@@ -1,21 +0,0 @@
1
- import { NgModule } from "@angular/core";
2
- import { CommonModule } from "@angular/common";
3
- import { PaymentToPayComponent } from "./payment-to-pay.component";
4
- import { PipeModule } from "../../pipe/pipe.module";
5
- export class PaymentToPayModule {
6
- }
7
- PaymentToPayModule.decorators = [
8
- { type: NgModule, args: [{
9
- imports: [
10
- CommonModule,
11
- PipeModule
12
- ],
13
- declarations: [
14
- PaymentToPayComponent
15
- ],
16
- exports: [
17
- PaymentToPayComponent
18
- ]
19
- },] }
20
- ];
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGF5bWVudC10by1wYXkubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvcGF5bWVudC10by1wYXkvcGF5bWVudC10by1wYXkubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLDRCQUE0QixDQUFDO0FBQ2pFLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQWNsRCxNQUFNLE9BQU8sa0JBQWtCOzs7WUFaOUIsUUFBUSxTQUFDO2dCQUNOLE9BQU8sRUFBRTtvQkFDTCxZQUFZO29CQUNaLFVBQVU7aUJBQ2I7Z0JBQ0QsWUFBWSxFQUFFO29CQUNWLHFCQUFxQjtpQkFDeEI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNMLHFCQUFxQjtpQkFDeEI7YUFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7UGF5bWVudFRvUGF5Q29tcG9uZW50fSBmcm9tIFwiLi9wYXltZW50LXRvLXBheS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtQaXBlTW9kdWxlfSBmcm9tIFwiLi4vLi4vcGlwZS9waXBlLm1vZHVsZVwiO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICAgIGltcG9ydHM6IFtcclxuICAgICAgICBDb21tb25Nb2R1bGUsXHJcbiAgICAgICAgUGlwZU1vZHVsZVxyXG4gICAgXSxcclxuICAgIGRlY2xhcmF0aW9uczogW1xyXG4gICAgICAgIFBheW1lbnRUb1BheUNvbXBvbmVudFxyXG4gICAgXSxcclxuICAgIGV4cG9ydHM6IFtcclxuICAgICAgICBQYXltZW50VG9QYXlDb21wb25lbnRcclxuICAgIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIFBheW1lbnRUb1BheU1vZHVsZSB7XHJcbn1cclxuIl19
@@ -1,52 +0,0 @@
1
- import { Component, HostBinding, ViewEncapsulation } from "@angular/core";
2
- import { TransactionBaseComponent } from "../../core/base/transaction-base.component";
3
- export class TransactionCashRegisterOrderLineComponent extends TransactionBaseComponent {
4
- showClass() {
5
- return true;
6
- }
7
- }
8
- TransactionCashRegisterOrderLineComponent.decorators = [
9
- { type: Component, args: [{
10
- selector: "co-transaction-cash-register-order-line",
11
- template: `
12
- <co-transaction-base-line
13
- [transactionInfo]="transactionInfo"
14
- [transactionLine]="transactionLine"
15
- [preview]="false"
16
- [checkbox]="false"
17
- [actionButtons]="false"
18
- observeVisibility #observer=visibilityObserve (visibilityChange)="handleVisibilityChange(transactionLine, $event)">
19
- <div class="line-content-wrapper">
20
- <co-transaction-line-warehouse-button [transactionLine]="transactionLine" [transactionInfo]="transactionInfo"></co-transaction-line-warehouse-button>
21
- <co-transaction-line-vat-button [transactionLine]="transactionLine" [transactionInfo]="transactionInfo"></co-transaction-line-vat-button>
22
- <co-editable-label class="transaction-line-totals-total price"
23
- [model]="(transactionLine.price + transactionLine.discountAmount) | coCurrency"
24
- [crossedOut]="!!transactionLine.discountAmount"
25
- [editModel]="transactionLine.displayNetLineTotal"
26
- [readonly]="true"
27
- ></co-editable-label>
28
- <co-transaction-line-discount-button [transactionLine]="transactionLine" [transactionInfo]="transactionInfo"></co-transaction-line-discount-button>
29
- <co-editable-label class="transaction-line-totals-total price"
30
- [model]="transactionLine.price | coCurrency"
31
- [readonly]="true"
32
- ></co-editable-label>
33
- <div class="transaction-line-totals-amount">
34
- <co-input-number-picker class="amount-number-picker"
35
- [(model)]="transactionLine.quantityToAllocate"
36
- [min]="1"
37
- ></co-input-number-picker>
38
- </div>
39
- <co-editable-label class="transaction-line-totals-total price"
40
- [model]="transactionLine.price * transactionLine.amount | coCurrency"
41
- [readonly]="true"
42
- ></co-editable-label>
43
- </div>
44
- </co-transaction-base-line>
45
- `,
46
- encapsulation: ViewEncapsulation.None
47
- },] }
48
- ];
49
- TransactionCashRegisterOrderLineComponent.propDecorators = {
50
- showClass: [{ type: HostBinding, args: ["class.co-transaction-cash-register-order-line",] }]
51
- };
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUvdHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lL3RyYW5zYWN0aW9uLWNhc2gtcmVnaXN0ZXItb3JkZXItbGluZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDeEUsT0FBTyxFQUFDLHdCQUF3QixFQUFDLE1BQU0sNENBQTRDLENBQUM7QUF5Q3BGLE1BQU0sT0FBTyx5Q0FBMEMsU0FBUSx3QkFBd0I7SUFHOUUsU0FBUztRQUNkLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQzs7O1lBNUNGLFNBQVMsU0FBQztnQkFDUCxRQUFRLEVBQUUseUNBQXlDO2dCQUNuRCxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7S0FrQ1Q7Z0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDeEM7Ozt3QkFHRSxXQUFXLFNBQUMsK0NBQStDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkJhc2VDb21wb25lbnR9IGZyb20gXCIuLi8uLi9jb3JlL2Jhc2UvdHJhbnNhY3Rpb24tYmFzZS5jb21wb25lbnRcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6IFwiY28tdHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lXCIsXHJcbiAgICB0ZW1wbGF0ZTogYFxyXG4gICAgICA8Y28tdHJhbnNhY3Rpb24tYmFzZS1saW5lXHJcbiAgICAgICAgW3RyYW5zYWN0aW9uSW5mb109XCJ0cmFuc2FjdGlvbkluZm9cIlxyXG4gICAgICAgIFt0cmFuc2FjdGlvbkxpbmVdPVwidHJhbnNhY3Rpb25MaW5lXCJcclxuICAgICAgICBbcHJldmlld109XCJmYWxzZVwiXHJcbiAgICAgICAgW2NoZWNrYm94XT1cImZhbHNlXCJcclxuICAgICAgICBbYWN0aW9uQnV0dG9uc109XCJmYWxzZVwiXHJcbiAgICAgICAgb2JzZXJ2ZVZpc2liaWxpdHkgI29ic2VydmVyPXZpc2liaWxpdHlPYnNlcnZlICh2aXNpYmlsaXR5Q2hhbmdlKT1cImhhbmRsZVZpc2liaWxpdHlDaGFuZ2UodHJhbnNhY3Rpb25MaW5lLCAkZXZlbnQpXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImxpbmUtY29udGVudC13cmFwcGVyXCI+XHJcbiAgICAgICAgICA8Y28tdHJhbnNhY3Rpb24tbGluZS13YXJlaG91c2UtYnV0dG9uIFt0cmFuc2FjdGlvbkxpbmVdPVwidHJhbnNhY3Rpb25MaW5lXCIgW3RyYW5zYWN0aW9uSW5mb109XCJ0cmFuc2FjdGlvbkluZm9cIj48L2NvLXRyYW5zYWN0aW9uLWxpbmUtd2FyZWhvdXNlLWJ1dHRvbj5cclxuICAgICAgICAgIDxjby10cmFuc2FjdGlvbi1saW5lLXZhdC1idXR0b24gW3RyYW5zYWN0aW9uTGluZV09XCJ0cmFuc2FjdGlvbkxpbmVcIiBbdHJhbnNhY3Rpb25JbmZvXT1cInRyYW5zYWN0aW9uSW5mb1wiPjwvY28tdHJhbnNhY3Rpb24tbGluZS12YXQtYnV0dG9uPlxyXG4gICAgICAgICAgPGNvLWVkaXRhYmxlLWxhYmVsIGNsYXNzPVwidHJhbnNhY3Rpb24tbGluZS10b3RhbHMtdG90YWwgcHJpY2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIFttb2RlbF09XCIodHJhbnNhY3Rpb25MaW5lLnByaWNlICsgdHJhbnNhY3Rpb25MaW5lLmRpc2NvdW50QW1vdW50KSB8IGNvQ3VycmVuY3lcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjcm9zc2VkT3V0XT1cIiEhdHJhbnNhY3Rpb25MaW5lLmRpc2NvdW50QW1vdW50XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZWRpdE1vZGVsXT1cInRyYW5zYWN0aW9uTGluZS5kaXNwbGF5TmV0TGluZVRvdGFsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbcmVhZG9ubHldPVwidHJ1ZVwiXHJcbiAgICAgICAgICA+PC9jby1lZGl0YWJsZS1sYWJlbD5cclxuICAgICAgICAgIDxjby10cmFuc2FjdGlvbi1saW5lLWRpc2NvdW50LWJ1dHRvbiBbdHJhbnNhY3Rpb25MaW5lXT1cInRyYW5zYWN0aW9uTGluZVwiIFt0cmFuc2FjdGlvbkluZm9dPVwidHJhbnNhY3Rpb25JbmZvXCI+PC9jby10cmFuc2FjdGlvbi1saW5lLWRpc2NvdW50LWJ1dHRvbj5cclxuICAgICAgICAgIDxjby1lZGl0YWJsZS1sYWJlbCBjbGFzcz1cInRyYW5zYWN0aW9uLWxpbmUtdG90YWxzLXRvdGFsIHByaWNlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbW9kZWxdPVwidHJhbnNhY3Rpb25MaW5lLnByaWNlIHwgY29DdXJyZW5jeVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3JlYWRvbmx5XT1cInRydWVcIlxyXG4gICAgICAgICAgPjwvY28tZWRpdGFibGUtbGFiZWw+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidHJhbnNhY3Rpb24tbGluZS10b3RhbHMtYW1vdW50XCI+XHJcbiAgICAgICAgICAgIDxjby1pbnB1dC1udW1iZXItcGlja2VyIGNsYXNzPVwiYW1vdW50LW51bWJlci1waWNrZXJcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbKG1vZGVsKV09XCJ0cmFuc2FjdGlvbkxpbmUucXVhbnRpdHlUb0FsbG9jYXRlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW21pbl09XCIxXCJcclxuICAgICAgICAgICAgPjwvY28taW5wdXQtbnVtYmVyLXBpY2tlcj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGNvLWVkaXRhYmxlLWxhYmVsIGNsYXNzPVwidHJhbnNhY3Rpb24tbGluZS10b3RhbHMtdG90YWwgcHJpY2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIFttb2RlbF09XCJ0cmFuc2FjdGlvbkxpbmUucHJpY2UgKiB0cmFuc2FjdGlvbkxpbmUuYW1vdW50IHwgY29DdXJyZW5jeVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3JlYWRvbmx5XT1cInRydWVcIlxyXG4gICAgICAgICAgPjwvY28tZWRpdGFibGUtbGFiZWw+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvY28tdHJhbnNhY3Rpb24tYmFzZS1saW5lPlxyXG4gICAgYCxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uQ2FzaFJlZ2lzdGVyT3JkZXJMaW5lQ29tcG9uZW50IGV4dGVuZHMgVHJhbnNhY3Rpb25CYXNlQ29tcG9uZW50IHtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tdHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lXCIpXHJcbiAgcHVibGljIHNob3dDbGFzcygpIHtcclxuICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxuXHJcbn1cclxuIl19
@@ -1,34 +0,0 @@
1
- import { NgModule } from "@angular/core";
2
- import { CommonModule } from "@angular/common";
3
- import { TransactionCashRegisterOrderLineComponent } from "./transaction-cash-register-order-line.component";
4
- import { TransactionBaseLineModule } from "../transaction-base-line/transaction-base-line.module";
5
- import { TransactionLineWarehouseButtonModule } from "../../transaction-line-fields/transaction-line-warehouse-button.module";
6
- import { InputNumberPickerModule, ObserveVisibilityModule } from "@colijnit/corecomponents_v12";
7
- import { EditableLabelModule } from "../../editable-label/editable-label.module";
8
- import { TransactionLineVatButtonModule } from "../../transaction-line-fields/transaction-line-vat-button.module";
9
- import { CoCurrencyPipeModule } from "@colijnit/corecomponents";
10
- import { TransactionLineDiscountButtonModule } from "../../transaction-line-fields/transaction-line-discount-button.module";
11
- export class TransactionCashRegisterOrderLineModule {
12
- }
13
- TransactionCashRegisterOrderLineModule.decorators = [
14
- { type: NgModule, args: [{
15
- imports: [
16
- CommonModule,
17
- TransactionBaseLineModule,
18
- TransactionLineWarehouseButtonModule,
19
- InputNumberPickerModule,
20
- EditableLabelModule,
21
- ObserveVisibilityModule,
22
- TransactionLineVatButtonModule,
23
- CoCurrencyPipeModule,
24
- TransactionLineDiscountButtonModule
25
- ],
26
- declarations: [
27
- TransactionCashRegisterOrderLineComponent
28
- ],
29
- exports: [
30
- TransactionCashRegisterOrderLineComponent
31
- ]
32
- },] }
33
- ];
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUvdHJhbnNhY3Rpb24tY2FzaC1yZWdpc3Rlci1vcmRlci1saW5lL3RyYW5zYWN0aW9uLWNhc2gtcmVnaXN0ZXItb3JkZXItbGluZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUNMLHlDQUF5QyxFQUMxQyxNQUFNLGtEQUFrRCxDQUFDO0FBQzFELE9BQU8sRUFBQyx5QkFBeUIsRUFBQyxNQUFNLHVEQUF1RCxDQUFDO0FBQ2hHLE9BQU8sRUFDTCxvQ0FBb0MsRUFDckMsTUFBTSx3RUFBd0UsQ0FBQztBQUNoRixPQUFPLEVBQUMsdUJBQXVCLEVBQUUsdUJBQXVCLEVBQUMsTUFBTSw4QkFBOEIsQ0FBQztBQUM5RixPQUFPLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSw0Q0FBNEMsQ0FBQztBQUMvRSxPQUFPLEVBQUMsOEJBQThCLEVBQUMsTUFBTSxrRUFBa0UsQ0FBQztBQUNoSCxPQUFPLEVBQUMsb0JBQW9CLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUM5RCxPQUFPLEVBQ0wsbUNBQW1DLEVBQ3BDLE1BQU0sdUVBQXVFLENBQUM7QUFxQi9FLE1BQU0sT0FBTyxzQ0FBc0M7OztZQW5CbEQsUUFBUSxTQUFDO2dCQUNSLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLHlCQUF5QjtvQkFDekIsb0NBQW9DO29CQUNwQyx1QkFBdUI7b0JBQ3ZCLG1CQUFtQjtvQkFDbkIsdUJBQXVCO29CQUN2Qiw4QkFBOEI7b0JBQzlCLG9CQUFvQjtvQkFDcEIsbUNBQW1DO2lCQUNwQztnQkFDRCxZQUFZLEVBQUU7b0JBQ1oseUNBQXlDO2lCQUMxQztnQkFDRCxPQUFPLEVBQUU7b0JBQ1AseUNBQXlDO2lCQUMxQzthQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcclxuaW1wb3J0IHtcclxuICBUcmFuc2FjdGlvbkNhc2hSZWdpc3Rlck9yZGVyTGluZUNvbXBvbmVudFxyXG59IGZyb20gXCIuL3RyYW5zYWN0aW9uLWNhc2gtcmVnaXN0ZXItb3JkZXItbGluZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkJhc2VMaW5lTW9kdWxlfSBmcm9tIFwiLi4vdHJhbnNhY3Rpb24tYmFzZS1saW5lL3RyYW5zYWN0aW9uLWJhc2UtbGluZS5tb2R1bGVcIjtcclxuaW1wb3J0IHtcclxuICBUcmFuc2FjdGlvbkxpbmVXYXJlaG91c2VCdXR0b25Nb2R1bGVcclxufSBmcm9tIFwiLi4vLi4vdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS13YXJlaG91c2UtYnV0dG9uLm1vZHVsZVwiO1xyXG5pbXBvcnQge0lucHV0TnVtYmVyUGlja2VyTW9kdWxlLCBPYnNlcnZlVmlzaWJpbGl0eU1vZHVsZX0gZnJvbSBcIkBjb2xpam5pdC9jb3JlY29tcG9uZW50c192MTJcIjtcclxuaW1wb3J0IHtFZGl0YWJsZUxhYmVsTW9kdWxlfSBmcm9tIFwiLi4vLi4vZWRpdGFibGUtbGFiZWwvZWRpdGFibGUtbGFiZWwubW9kdWxlXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25MaW5lVmF0QnV0dG9uTW9kdWxlfSBmcm9tIFwiLi4vLi4vdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS12YXQtYnV0dG9uLm1vZHVsZVwiO1xyXG5pbXBvcnQge0NvQ3VycmVuY3lQaXBlTW9kdWxlfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzXCI7XHJcbmltcG9ydCB7XHJcbiAgVHJhbnNhY3Rpb25MaW5lRGlzY291bnRCdXR0b25Nb2R1bGVcclxufSBmcm9tIFwiLi4vLi4vdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS1kaXNjb3VudC1idXR0b24ubW9kdWxlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIFRyYW5zYWN0aW9uQmFzZUxpbmVNb2R1bGUsXHJcbiAgICBUcmFuc2FjdGlvbkxpbmVXYXJlaG91c2VCdXR0b25Nb2R1bGUsXHJcbiAgICBJbnB1dE51bWJlclBpY2tlck1vZHVsZSxcclxuICAgIEVkaXRhYmxlTGFiZWxNb2R1bGUsXHJcbiAgICBPYnNlcnZlVmlzaWJpbGl0eU1vZHVsZSxcclxuICAgIFRyYW5zYWN0aW9uTGluZVZhdEJ1dHRvbk1vZHVsZSxcclxuICAgIENvQ3VycmVuY3lQaXBlTW9kdWxlLFxyXG4gICAgVHJhbnNhY3Rpb25MaW5lRGlzY291bnRCdXR0b25Nb2R1bGVcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgVHJhbnNhY3Rpb25DYXNoUmVnaXN0ZXJPcmRlckxpbmVDb21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFRyYW5zYWN0aW9uQ2FzaFJlZ2lzdGVyT3JkZXJMaW5lQ29tcG9uZW50XHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgVHJhbnNhY3Rpb25DYXNoUmVnaXN0ZXJPcmRlckxpbmVNb2R1bGUge1xyXG59XHJcbiJdfQ==
@@ -1,4 +0,0 @@
1
- export declare class PaymentToPayComponent {
2
- amountToPay: number;
3
- showClass(): boolean;
4
- }
@@ -1,2 +0,0 @@
1
- export declare class PaymentToPayModule {
2
- }
@@ -1,26 +0,0 @@
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
- }
@@ -1,6 +0,0 @@
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;
@@ -1,9 +0,0 @@
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
- }
@@ -1,126 +0,0 @@
1
- @include export-module('cc-transaction-cash-register-order-layout') {
2
- .co-transaction-cash-register-order {
3
- font-family: "Public sans";
4
- font-size: 12px;
5
- display: block;
6
- padding: 25px;
7
-
8
- .cash-register-wrapper {
9
- display: flex;
10
- width: 100%;
11
- height: 100%;
12
- column-gap: 40px;
13
-
14
- .cash-register-main-content {
15
- display: flex;
16
- width: 75%;
17
- row-gap: 30px;
18
- height: inherit;
19
- flex-direction: column;
20
-
21
- .cash-register-header-wrapper {
22
- display: flex;
23
- width: 100%;
24
- justify-content: space-between;
25
- align-items: center;
26
-
27
- .cash-register-header-buttons-wrapper {
28
- display: flex;
29
- column-gap: 10px;
30
-
31
- .cash-register-header-button {
32
- width: 136px;
33
- height: 30px;
34
- background-color: #f5f5fc;
35
- padding: 5px;
36
- font-size: 11px;
37
- border-radius: 8px;
38
- display: flex;
39
- align-items: center;
40
- text-align: center;
41
- font-weight: bold;
42
- cursor: pointer;
43
- }
44
- }
45
-
46
- .cash-register-avatar-wrapper {
47
- display: flex;
48
-
49
- .transaction-sales-avatar {
50
- height: 30px;
51
- width: 30px;
52
- }
53
- }
54
- }
55
-
56
- .cash-register-lines-wrapper {
57
- display: flex;
58
-
59
-
60
- }
61
- }
62
-
63
- .cash-register-side-content {
64
- display: flex;
65
- width: 25%;
66
- height: inherit;
67
- flex-direction: column;
68
- row-gap: 50px;
69
-
70
- .cash-register-totals-wrapper {
71
- display: flex;
72
- flex-direction: column;
73
- font-size: 11px;
74
- padding: 8px;
75
- width: 100%;
76
- background-color: white;
77
- border: 1px solid #f3f3f6;
78
- border-radius: 8px;
79
- row-gap: 5px;
80
-
81
- .cash-register-totals-row {
82
- display: flex;
83
- font-weight: bold;
84
- justify-content: space-between;
85
- padding: 5px;
86
- &.total {
87
- font-size: 12px;
88
- }
89
- &.discount {
90
- background: #5fdcb3;
91
- border-radius: 8px;
92
- cursor: pointer;
93
- color: white;
94
- }
95
- }
96
-
97
- }
98
-
99
- .cash-register-payment-wrapper {
100
- display: flex;
101
- flex-direction: column;
102
- row-gap: 10px;
103
-
104
- .cash-register-payment-methods-wrapper {
105
- display: grid;
106
- grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
107
- grid-gap: 5px;
108
- padding: 8px;
109
- border-radius: 8px;
110
- background: $tp-payment-amount-background-color;
111
-
112
- .co-tile-wrapper {
113
- min-height: 70px;
114
- }
115
- }
116
-
117
- .cash-register-num-pad-wrapper {
118
- display: flex;
119
- flex-direction: column;
120
- row-gap: 10px;
121
- }
122
- }
123
- }
124
- }
125
- }
126
- }
@@ -1,4 +0,0 @@
1
- @include export-module('cc-transaction-cash-register-order-theme') {
2
- .co-transaction-cash-register-order {
3
- }
4
- }
@@ -1,5 +0,0 @@
1
- @import "../../../style/mixin";
2
- @import "./_material-definition";
3
- @import "./_layout";
4
- @import "./_theme";
5
- @import "../../payment-to-pay/style/material";
@@ -1,4 +0,0 @@
1
- @include export-module('cc-transaction-cash-register-order-line-layout') {
2
- .co-transaction-cash-register-order-line {
3
- }
4
- }
@@ -1,4 +0,0 @@
1
- @include export-module('cc-transaction-cash-register-order-line-theme') {
2
- .co-transaction-cash-register-order-line {
3
- }
4
- }
@@ -1,4 +0,0 @@
1
- import { TransactionBaseComponent } from "../../core/base/transaction-base.component";
2
- export declare class TransactionCashRegisterOrderLineComponent extends TransactionBaseComponent {
3
- showClass(): boolean;
4
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionCashRegisterOrderLineModule {
2
- }