@colijnit/transaction 12.1.14 → 12.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (400) hide show
  1. package/bundles/colijnit-transaction.umd.js +2605 -961
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +120 -85
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +121 -86
  6. package/esm2015/lib/assets/dictionary/text.properties.js +78 -2
  7. package/esm2015/lib/component/avatar/avatar.component.js +61 -0
  8. package/esm2015/lib/component/avatar/avatar.module.js +21 -0
  9. package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +11 -1
  10. package/esm2015/lib/component/checkout/checkout.component.js +2 -2
  11. package/esm2015/lib/component/checkout/checkout.module.js +3 -3
  12. package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.js +38 -0
  13. package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.module.js +19 -0
  14. package/esm2015/lib/component/core/base/transaction-grid-base.component.js +50 -0
  15. package/esm2015/lib/component/core/core.module.js +3 -6
  16. package/esm2015/lib/component/core/icon/icon.component.js +1 -1
  17. package/esm2015/lib/component/core/stock-status-indicator/stock-status-indicator.component.js +1 -1
  18. package/esm2015/lib/component/shopping-cart/shopping-cart.component.js +7 -2
  19. package/esm2015/lib/component/transaction/transaction.component.js +35 -37
  20. package/esm2015/lib/component/transaction/transaction.module.js +15 -9
  21. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.js +29 -0
  22. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +54 -0
  23. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.module.js +28 -0
  24. package/esm2015/lib/component/transaction-confirmation-history/transaction-confirmation-history.module.js +2 -2
  25. package/esm2015/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.js +47 -0
  26. package/esm2015/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.module.js +28 -0
  27. package/esm2015/lib/component/transaction-grid/transaction-grid/transaction-grid.component.js +83 -0
  28. package/esm2015/lib/component/transaction-grid/transaction-grid/transaction-grid.module.js +19 -0
  29. package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.js +47 -0
  30. package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.module.js +27 -0
  31. package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.js +76 -0
  32. package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.js +30 -0
  33. package/esm2015/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.component.js +51 -0
  34. package/esm2015/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.module.js +29 -0
  35. package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.js +42 -0
  36. package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.js +28 -0
  37. package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +40 -0
  38. package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.module.js +29 -0
  39. package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +75 -0
  40. package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.js +28 -0
  41. package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +37 -0
  42. package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.js +26 -0
  43. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +41 -0
  44. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.js +25 -0
  45. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +36 -0
  46. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.js +21 -0
  47. package/esm2015/lib/component/transaction-header/transaction-header.component.js +6 -11
  48. package/esm2015/lib/component/transaction-header/transaction-header.module.js +8 -6
  49. package/esm2015/lib/component/transaction-line/transaction-line.component.js +26 -29
  50. package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.js +19 -27
  51. package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.module.js +6 -4
  52. package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.js +44 -0
  53. package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.js +31 -0
  54. package/esm2015/lib/component/transaction-lines/transaction-lines.component.js +8 -5
  55. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.js +72 -0
  56. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.js +33 -0
  57. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +28 -0
  58. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.js +25 -0
  59. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +23 -0
  60. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.js +23 -0
  61. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +27 -0
  62. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.js +24 -0
  63. package/esm2015/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.js +10 -2
  64. package/esm2015/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.module.js +3 -2
  65. package/esm2015/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.module.js +2 -2
  66. package/esm2015/lib/component/transaction-search/service/filter-request.service.js +59 -0
  67. package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +33 -0
  68. package/esm2015/lib/component/transaction-search/transaction-filter/transaction-filter.component.js +90 -0
  69. package/esm2015/lib/component/transaction-search/transaction-filter/transaction-filter.module.js +34 -0
  70. package/esm2015/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.component.js +42 -0
  71. package/esm2015/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.module.js +19 -0
  72. package/esm2015/lib/component/transaction-search/transaction-filter-content-article/transaction-filter-content-article.component.js +104 -0
  73. package/esm2015/lib/component/transaction-search/transaction-filter-content-article/transaction-filter-content-article.module.js +25 -0
  74. package/esm2015/lib/component/transaction-search/transaction-filter-content-logistics/transaction-filter-content-logistics.component.js +239 -0
  75. package/esm2015/lib/component/transaction-search/transaction-filter-content-logistics/transaction-filter-content-logistics.module.js +28 -0
  76. package/esm2015/lib/component/transaction-search/transaction-filter-content-order/transaction-filter-content-order.component.js +239 -0
  77. package/esm2015/lib/component/transaction-search/transaction-filter-content-order/transaction-filter-content-order.module.js +30 -0
  78. package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +52 -0
  79. package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.js +28 -0
  80. package/esm2015/lib/component/transaction-search/transaction-search.component.js +56 -0
  81. package/esm2015/lib/component/transaction-search/transaction-search.module.js +25 -0
  82. package/esm2015/lib/component/transaction-search/transaction-tile/transaction-tile.component.js +80 -0
  83. package/esm2015/lib/component/transaction-search/transaction-tile/transaction-tile.module.js +28 -0
  84. package/esm2015/lib/component/view-mode-buttons/view-mode-buttons.component.js +59 -0
  85. package/esm2015/lib/component/view-mode-buttons/view-mode-buttons.module.js +23 -0
  86. package/esm2015/lib/enum/content-view-mode.enum.js +2 -1
  87. package/esm2015/lib/enum/icon.enum.js +16 -1
  88. package/esm2015/lib/enum/transaction-type-category.enum.js +16 -0
  89. package/esm2015/lib/model/filter-item.viewmodel.js +9 -0
  90. package/esm2015/lib/model/filter-viewmodel.js +11 -0
  91. package/esm2015/lib/model/icon-svg.js +16 -1
  92. package/esm2015/lib/model/transaction-bar-button.js +3 -0
  93. package/esm2015/lib/service/collection-cache.service.js +38 -0
  94. package/esm2015/lib/service/ione-connector-adapter.service.js +140 -6
  95. package/esm2015/lib/service/transaction-image.service.js +53 -0
  96. package/esm2015/lib/service/transaction-mapping.service.js +85 -0
  97. package/esm2015/lib/service/transaction.service.js +80 -117
  98. package/esm2015/public_api.js +15 -9
  99. package/fesm2015/colijnit-transaction.js +3756 -1630
  100. package/fesm2015/colijnit-transaction.js.map +1 -1
  101. package/lib/component/{seller-information/seller-information.component.d.ts → avatar/avatar.component.d.ts} +1 -1
  102. package/lib/component/avatar/avatar.module.d.ts +2 -0
  103. package/lib/component/{seller-information → avatar}/style/_layout.scss +5 -5
  104. package/lib/component/avatar/style/_material-definition.scss +2 -0
  105. package/lib/component/avatar/style/_theme.scss +7 -0
  106. package/lib/component/{order-confirmation-grid → avatar}/style/material.scss +0 -1
  107. package/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +2 -0
  108. package/lib/component/checkout/checkout-overview-delivery-edit/style/material.scss +0 -1
  109. package/lib/component/checkout/checkout-overview-relation-edit/style/material.scss +0 -1
  110. package/lib/component/checkout/checkout-relation-suggestions-list/style/material.scss +0 -1
  111. package/lib/component/checkout/checkout-relation-suggestions-list-item/style/material.scss +0 -1
  112. package/lib/component/checkout/style/material.scss +1 -2
  113. package/lib/component/confirmation-dialog/style/material.scss +0 -1
  114. package/lib/component/core/base/components/transaction-header-block/style/_layout.scss +53 -0
  115. package/lib/component/core/base/components/transaction-header-block/style/_material-definition.scss +20 -0
  116. package/lib/component/core/base/components/transaction-header-block/style/_theme.scss +11 -0
  117. package/lib/component/core/base/components/transaction-header-block/style/material.scss +4 -0
  118. package/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.d.ts +8 -0
  119. package/lib/component/core/base/components/transaction-header-block/transaction-header-block.module.d.ts +2 -0
  120. package/lib/component/core/base/style/material.scss +0 -1
  121. package/lib/component/core/base/transaction-grid-base.component.d.ts +23 -0
  122. package/lib/component/core/characteristic-answer/characteristic-answer.component.scss +0 -1
  123. package/lib/component/core/icon/icon.component.scss +0 -1
  124. package/lib/component/core/image-display/style/material.scss +0 -1
  125. package/lib/component/core/stock-status-indicator/stock-status-indicator.component.scss +0 -1
  126. package/lib/component/delivery-type-tile/style/material.scss +0 -1
  127. package/lib/component/order-confirmation-create/style/material.scss +0 -1
  128. package/lib/component/payment/style/material.scss +0 -1
  129. package/lib/component/payment-tile/style/material.scss +0 -1
  130. package/lib/component/relation-address/style/material.scss +0 -1
  131. package/lib/component/relation-address-select/style/material.scss +0 -1
  132. package/lib/component/relation-address-tile/style/material.scss +0 -1
  133. package/lib/component/shared/transaction-article-text/style/material.scss +0 -1
  134. package/lib/component/shared/transaction-article-text-overview/style/material.scss +0 -1
  135. package/lib/component/shopping-cart/style/material.scss +0 -1
  136. package/lib/component/shopping-cart-OLD/shopping-cart-manager/shopping-cart-manager.component.scss +0 -1
  137. package/lib/component/shopping-cart-preview/style/material.scss +0 -1
  138. package/lib/component/stepper/style/material.scss +0 -1
  139. package/lib/component/tile/style/material.scss +0 -1
  140. package/lib/component/transaction/style/_layout.scss +13 -13
  141. package/lib/component/transaction/style/_material-definition.scss +2 -6
  142. package/lib/component/transaction/style/_theme.scss +0 -18
  143. package/lib/component/transaction/style/material.scss +5 -5
  144. package/lib/component/transaction/transaction.component.d.ts +7 -7
  145. package/lib/component/transaction-button-bar/style/_layout.scss +47 -0
  146. package/lib/component/transaction-button-bar/style/_material-definition.scss +11 -0
  147. package/lib/component/transaction-button-bar/style/_theme.scss +14 -0
  148. package/lib/component/{order-grid → transaction-button-bar}/style/material.scss +0 -1
  149. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.d.ts +9 -0
  150. package/lib/component/transaction-button-bar/transaction-button-bar.component.d.ts +17 -0
  151. package/lib/component/transaction-button-bar/transaction-button-bar.module.d.ts +2 -0
  152. package/lib/component/transaction-confirmation-history/style/material.scss +0 -1
  153. package/lib/component/transaction-grid/transaction-base-grid/style/_layout.scss +33 -0
  154. package/lib/component/transaction-grid/transaction-base-grid/style/_material-definition.scss +8 -0
  155. package/lib/component/transaction-grid/transaction-base-grid/style/_theme.scss +6 -0
  156. package/lib/component/{seller-information → transaction-grid/transaction-base-grid}/style/material.scss +0 -1
  157. package/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.d.ts +8 -0
  158. package/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.module.d.ts +2 -0
  159. package/lib/component/transaction-grid/transaction-grid/style/_layout.scss +6 -0
  160. package/lib/component/{transaction-history-grid → transaction-grid/transaction-grid}/style/_material-definition.scss +0 -0
  161. package/lib/component/transaction-grid/transaction-grid/style/_theme.scss +6 -0
  162. package/lib/component/transaction-grid/transaction-grid/style/material.scss +5 -0
  163. package/lib/component/transaction-grid/transaction-grid/transaction-grid.component.d.ts +25 -0
  164. package/lib/component/transaction-grid/transaction-grid/transaction-grid.module.d.ts +2 -0
  165. package/lib/component/{transaction-history-grid → transaction-grid/transaction-history-grid}/style/_layout.scss +1 -1
  166. package/lib/component/transaction-grid/transaction-history-grid/style/_material-definition.scss +0 -0
  167. package/lib/component/{transaction-history-grid → transaction-grid/transaction-history-grid}/style/_theme.scss +1 -1
  168. package/lib/component/{transaction-commit-bar → transaction-grid/transaction-history-grid}/style/material.scss +0 -1
  169. package/lib/component/{transaction-history-grid → transaction-grid/transaction-history-grid}/transaction-history-grid.component.d.ts +2 -2
  170. package/lib/component/{transaction-history-grid → transaction-grid/transaction-history-grid}/transaction-history-grid.module.d.ts +0 -0
  171. package/lib/component/{transaction-lines-grid → transaction-grid/transaction-lines-grid}/style/_layout.scss +5 -1
  172. package/lib/component/{transaction-lines-grid → transaction-grid/transaction-lines-grid}/style/_material-definition.scss +3 -0
  173. package/lib/component/{transaction-lines-grid → transaction-grid/transaction-lines-grid}/style/_theme.scss +1 -1
  174. package/lib/component/transaction-grid/transaction-lines-grid/style/material.scss +4 -0
  175. package/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.d.ts +11 -0
  176. package/lib/component/{transaction-lines-grid → transaction-grid/transaction-lines-grid}/transaction-lines-grid.module.d.ts +0 -0
  177. package/lib/component/transaction-grid/transaction-order-confirmation-grid/style/_layout.scss +7 -0
  178. package/lib/component/{order-confirmation-grid → transaction-grid/transaction-order-confirmation-grid}/style/_material-definition.scss +0 -0
  179. package/lib/component/transaction-grid/transaction-order-confirmation-grid/style/_theme.scss +7 -0
  180. package/lib/component/transaction-grid/transaction-order-confirmation-grid/style/material.scss +3 -0
  181. package/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.component.d.ts +4 -0
  182. package/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.module.d.ts +2 -0
  183. package/lib/component/transaction-grid/transaction-received-goods-grid/style/_layout.scss +6 -0
  184. package/lib/component/transaction-grid/transaction-received-goods-grid/style/_material-definition.scss +0 -0
  185. package/lib/component/transaction-grid/transaction-received-goods-grid/style/_theme.scss +6 -0
  186. package/lib/component/transaction-grid/transaction-received-goods-grid/style/material.scss +4 -0
  187. package/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.d.ts +4 -0
  188. package/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.d.ts +2 -0
  189. package/lib/component/transaction-header/transaction-header/style/_layout.scss +40 -0
  190. package/lib/component/transaction-header/transaction-header/style/_material-definition.scss +9 -0
  191. package/lib/component/transaction-header/transaction-header/style/_theme.scss +11 -0
  192. package/lib/component/transaction-header/transaction-header/style/material.scss +7 -0
  193. package/lib/component/transaction-header/transaction-header/transaction-header.component.d.ts +10 -0
  194. package/lib/component/transaction-header/transaction-header/transaction-header.module.d.ts +2 -0
  195. package/lib/component/transaction-header/transaction-header-delivery/style/_layout.scss +33 -0
  196. package/lib/component/transaction-header/transaction-header-delivery/style/_material-definition.scss +6 -0
  197. package/lib/component/transaction-header/transaction-header-delivery/style/_theme.scss +17 -0
  198. package/lib/component/transaction-header/transaction-header-delivery/style/material.scss +3 -0
  199. package/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.d.ts +15 -0
  200. package/lib/component/{transaction-header-delivery → transaction-header/transaction-header-delivery}/transaction-header-delivery.module.d.ts +0 -0
  201. package/lib/component/transaction-header/transaction-header-order/style/_layout.scss +7 -0
  202. package/lib/component/transaction-header/transaction-header-order/style/_material-definition.scss +0 -0
  203. package/lib/component/transaction-header/transaction-header-order/style/_theme.scss +6 -0
  204. package/lib/component/transaction-header/transaction-header-order/style/material.scss +4 -0
  205. package/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.d.ts +4 -0
  206. package/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.d.ts +2 -0
  207. package/lib/component/transaction-header/transaction-header-payment/style/_layout.scss +13 -0
  208. package/lib/component/transaction-header/transaction-header-payment/style/_material-definition.scss +4 -0
  209. package/lib/component/transaction-header/transaction-header-payment/style/_theme.scss +12 -0
  210. package/lib/component/transaction-header/transaction-header-payment/style/material.scss +5 -0
  211. package/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.d.ts +4 -0
  212. package/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.d.ts +2 -0
  213. package/lib/component/transaction-header/transaction-header-relation/style/_layout.scss +7 -0
  214. package/lib/component/transaction-header/transaction-header-relation/style/_material-definition.scss +0 -0
  215. package/lib/component/transaction-header/transaction-header-relation/style/_theme.scss +6 -0
  216. package/lib/component/transaction-header/transaction-header-relation/style/material.scss +4 -0
  217. package/lib/component/{transaction-header-relation → transaction-header/transaction-header-relation}/transaction-header-relation.component.d.ts +1 -1
  218. package/lib/component/{transaction-header-relation → transaction-header/transaction-header-relation}/transaction-header-relation.module.d.ts +0 -0
  219. package/lib/component/transaction-header/transaction-header.component.d.ts +0 -2
  220. package/lib/component/transaction-history-grid-status/style/material.scss +0 -1
  221. package/lib/component/transaction-line/style/_layout.scss +36 -0
  222. package/lib/component/transaction-line/style/material.scss +0 -1
  223. package/lib/component/transaction-line/transaction-line.component.d.ts +7 -4
  224. package/lib/component/transaction-line-grid/style/material.scss +0 -1
  225. package/lib/component/transaction-line-side-panel/style/_layout.scss +2 -2
  226. package/lib/component/transaction-line-side-panel/style/_material-definition.scss +2 -0
  227. package/lib/component/transaction-line-side-panel/style/material.scss +0 -1
  228. package/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.d.ts +5 -3
  229. package/lib/component/transaction-line-side-panel-default/style/material.scss +0 -1
  230. package/lib/component/transaction-line-side-panel-purchase/style/_layout.scss +6 -0
  231. package/lib/component/transaction-line-side-panel-purchase/style/_material-definition.scss +0 -0
  232. package/lib/component/transaction-line-side-panel-purchase/style/_theme.scss +6 -0
  233. package/lib/component/transaction-line-side-panel-purchase/style/material.scss +5 -0
  234. package/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.d.ts +8 -0
  235. package/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.d.ts +2 -0
  236. package/lib/component/transaction-lines/style/material.scss +0 -1
  237. package/lib/component/transaction-lines/transaction-lines.component.d.ts +3 -5
  238. package/lib/component/transaction-quick-access/transaction-quick-access/style/_layout.scss +11 -0
  239. package/lib/component/{transaction-commit-bar → transaction-quick-access/transaction-quick-access}/style/_material-definition.scss +0 -0
  240. package/lib/component/{transaction-commit-bar → transaction-quick-access/transaction-quick-access}/style/_theme.scss +1 -1
  241. package/lib/component/transaction-quick-access/transaction-quick-access/style/material.scss +6 -0
  242. package/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.d.ts +21 -0
  243. package/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.d.ts +2 -0
  244. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_layout.scss +9 -0
  245. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_material-definition.scss +0 -0
  246. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_theme.scss +6 -0
  247. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/material.scss +4 -0
  248. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +4 -0
  249. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.d.ts +2 -0
  250. package/lib/component/transaction-quick-access/transaction-quick-access-overview/style/_layout.scss +7 -0
  251. package/lib/component/transaction-quick-access/transaction-quick-access-overview/style/_material-definition.scss +0 -0
  252. package/lib/component/transaction-quick-access/transaction-quick-access-overview/style/_theme.scss +6 -0
  253. package/lib/component/transaction-quick-access/transaction-quick-access-overview/style/material.scss +4 -0
  254. package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.d.ts +4 -0
  255. package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.d.ts +2 -0
  256. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_layout.scss +9 -0
  257. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_material-definition.scss +0 -0
  258. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_theme.scss +6 -0
  259. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/material.scss +4 -0
  260. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +4 -0
  261. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.d.ts +2 -0
  262. package/lib/component/transaction-receiving-goods-details/style/material.scss +0 -1
  263. package/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.d.ts +2 -0
  264. package/lib/component/transaction-receiving-goods-history/style/material.scss +0 -1
  265. package/lib/component/transaction-search/service/filter-request.service.d.ts +11 -0
  266. package/lib/component/transaction-search/service/transaction-search.service.d.ts +11 -0
  267. package/lib/component/transaction-search/style/_layout.scss +37 -0
  268. package/lib/component/transaction-search/style/_material-definition.scss +39 -0
  269. package/lib/component/transaction-search/style/_theme.scss +6 -0
  270. package/lib/component/transaction-search/style/material.scss +7 -0
  271. package/lib/component/transaction-search/transaction-filter/style/_layout.scss +53 -0
  272. package/lib/component/transaction-search/transaction-filter/style/_material-definition.scss +1 -0
  273. package/lib/component/transaction-search/transaction-filter/style/_theme.scss +8 -0
  274. package/lib/component/transaction-search/transaction-filter/style/material.scss +7 -0
  275. package/lib/component/transaction-search/transaction-filter/transaction-filter.component.d.ts +21 -0
  276. package/lib/component/transaction-search/transaction-filter/transaction-filter.module.d.ts +2 -0
  277. package/lib/component/transaction-search/transaction-filter-categories/style/_layout.scss +23 -0
  278. package/lib/component/transaction-search/transaction-filter-categories/style/_material-definition.scss +0 -0
  279. package/lib/component/transaction-search/transaction-filter-categories/style/_theme.scss +13 -0
  280. package/lib/component/transaction-search/transaction-filter-categories/style/material.scss +3 -0
  281. package/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.component.d.ts +10 -0
  282. package/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.module.d.ts +2 -0
  283. package/lib/component/transaction-search/transaction-filter-content-article/style/_layout.scss +13 -0
  284. package/lib/component/transaction-search/transaction-filter-content-article/style/_material-definition.scss +1 -0
  285. package/lib/component/transaction-search/transaction-filter-content-article/style/_theme.scss +6 -0
  286. package/lib/component/transaction-search/transaction-filter-content-article/style/material.scss +4 -0
  287. package/lib/component/transaction-search/transaction-filter-content-article/transaction-filter-content-article.component.d.ts +27 -0
  288. package/lib/component/transaction-search/transaction-filter-content-article/transaction-filter-content-article.module.d.ts +2 -0
  289. package/lib/component/transaction-search/transaction-filter-content-logistics/style/_layout.scss +12 -0
  290. package/lib/component/transaction-search/transaction-filter-content-logistics/style/_material-definition.scss +0 -0
  291. package/lib/component/transaction-search/transaction-filter-content-logistics/style/_theme.scss +6 -0
  292. package/lib/component/transaction-search/transaction-filter-content-logistics/style/material.scss +4 -0
  293. package/lib/component/transaction-search/transaction-filter-content-logistics/transaction-filter-content-logistics.component.d.ts +38 -0
  294. package/lib/component/transaction-search/transaction-filter-content-logistics/transaction-filter-content-logistics.module.d.ts +2 -0
  295. package/lib/component/transaction-search/transaction-filter-content-order/style/_layout.scss +12 -0
  296. package/lib/component/transaction-search/transaction-filter-content-order/style/_material-definition.scss +1 -0
  297. package/lib/component/transaction-search/transaction-filter-content-order/style/_theme.scss +6 -0
  298. package/lib/component/transaction-search/transaction-filter-content-order/style/material.scss +4 -0
  299. package/lib/component/transaction-search/transaction-filter-content-order/transaction-filter-content-order.component.d.ts +64 -0
  300. package/lib/component/transaction-search/transaction-filter-content-order/transaction-filter-content-order.module.d.ts +2 -0
  301. package/lib/component/transaction-search/transaction-search-result/style/_layout.scss +26 -0
  302. package/lib/component/transaction-search/transaction-search-result/style/_material-definition.scss +1 -0
  303. package/lib/component/transaction-search/transaction-search-result/style/_theme.scss +6 -0
  304. package/lib/component/transaction-search/transaction-search-result/style/material.scss +3 -0
  305. package/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.d.ts +15 -0
  306. package/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.d.ts +2 -0
  307. package/lib/component/transaction-search/transaction-search.component.d.ts +12 -0
  308. package/lib/component/transaction-search/transaction-search.module.d.ts +2 -0
  309. package/lib/component/transaction-search/transaction-tile/style/_layout.scss +91 -0
  310. package/lib/component/transaction-search/transaction-tile/style/_material-definition.scss +0 -0
  311. package/lib/component/transaction-search/transaction-tile/style/_theme.scss +46 -0
  312. package/lib/component/transaction-search/transaction-tile/style/material.scss +5 -0
  313. package/lib/component/transaction-search/transaction-tile/transaction-tile.component.d.ts +13 -0
  314. package/lib/component/transaction-search/transaction-tile/transaction-tile.module.d.ts +2 -0
  315. package/lib/component/transaction-totals/style/material.scss +0 -1
  316. package/lib/component/view-mode-buttons/style/_layout.scss +20 -0
  317. package/lib/component/view-mode-buttons/style/_material-definition.scss +5 -0
  318. package/lib/component/view-mode-buttons/style/_theme.scss +22 -0
  319. package/lib/component/view-mode-buttons/style/material.scss +3 -0
  320. package/lib/component/view-mode-buttons/view-mode-buttons.component.d.ts +16 -0
  321. package/lib/component/view-mode-buttons/view-mode-buttons.module.d.ts +2 -0
  322. package/lib/enum/content-view-mode.enum.d.ts +2 -1
  323. package/lib/enum/icon.enum.d.ts +15 -0
  324. package/lib/enum/transaction-type-category.enum.d.ts +14 -0
  325. package/lib/model/filter-item.viewmodel.d.ts +7 -0
  326. package/lib/model/filter-viewmodel.d.ts +8 -0
  327. package/lib/model/transaction-bar-button.d.ts +7 -0
  328. package/lib/service/collection-cache.service.d.ts +6 -0
  329. package/lib/service/ione-connector-adapter.service.d.ts +20 -2
  330. package/lib/service/transaction-image.service.d.ts +10 -0
  331. package/lib/service/transaction-mapping.service.d.ts +14 -0
  332. package/lib/service/transaction.service.d.ts +42 -28
  333. package/lib/style/_variables.scss +41 -36
  334. package/lib/style/transaction-globals.scss +23 -0
  335. package/package.json +6 -3
  336. package/public_api.d.ts +14 -8
  337. package/esm2015/lib/component/core/base/default-ok-cancel-buttons.component.js +0 -41
  338. package/esm2015/lib/component/order-confirmation-grid/order-confirmation-grid.component.js +0 -70
  339. package/esm2015/lib/component/order-confirmation-grid/order-confirmation-grid.module.js +0 -29
  340. package/esm2015/lib/component/order-grid/order-grid.component.js +0 -99
  341. package/esm2015/lib/component/order-grid/order-grid.module.js +0 -28
  342. package/esm2015/lib/component/seller-information/seller-information.component.js +0 -61
  343. package/esm2015/lib/component/seller-information/seller-information.module.js +0 -21
  344. package/esm2015/lib/component/transaction-commit-bar/transaction-commit-bar.component.js +0 -46
  345. package/esm2015/lib/component/transaction-commit-bar/transaction-commit-bar.module.js +0 -27
  346. package/esm2015/lib/component/transaction-header-contact/transaction-header-contact.component.js +0 -34
  347. package/esm2015/lib/component/transaction-header-contact/transaction-header-contact.module.js +0 -19
  348. package/esm2015/lib/component/transaction-header-delivery/transaction-header-delivery.component.js +0 -60
  349. package/esm2015/lib/component/transaction-header-delivery/transaction-header-delivery.module.js +0 -21
  350. package/esm2015/lib/component/transaction-header-relation/transaction-header-relation.component.js +0 -35
  351. package/esm2015/lib/component/transaction-header-relation/transaction-header-relation.module.js +0 -19
  352. package/esm2015/lib/component/transaction-history-grid/transaction-history-grid.component.js +0 -47
  353. package/esm2015/lib/component/transaction-history-grid/transaction-history-grid.module.js +0 -27
  354. package/esm2015/lib/component/transaction-lines-grid/transaction-lines-grid.component.js +0 -64
  355. package/esm2015/lib/component/transaction-lines-grid/transaction-lines-grid.module.js +0 -27
  356. package/esm2015/lib/component/transaction-nav-bar/transaction-nav-bar-button/transaction-nav-bar-button.component.js +0 -29
  357. package/esm2015/lib/component/transaction-nav-bar/transaction-nav-bar.component.js +0 -65
  358. package/esm2015/lib/component/transaction-nav-bar/transaction-nav-bar.module.js +0 -26
  359. package/lib/component/core/base/default-ok-cancel-buttons.component.d.ts +0 -13
  360. package/lib/component/order-confirmation-grid/order-confirmation-grid.component.d.ts +0 -15
  361. package/lib/component/order-confirmation-grid/order-confirmation-grid.module.d.ts +0 -2
  362. package/lib/component/order-confirmation-grid/style/_layout.scss +0 -5
  363. package/lib/component/order-confirmation-grid/style/_theme.scss +0 -5
  364. package/lib/component/order-grid/order-grid.component.d.ts +0 -23
  365. package/lib/component/order-grid/order-grid.module.d.ts +0 -2
  366. package/lib/component/order-grid/style/_layout.scss +0 -21
  367. package/lib/component/order-grid/style/_material-definition.scss +0 -2
  368. package/lib/component/order-grid/style/_theme.scss +0 -6
  369. package/lib/component/seller-information/seller-information.module.d.ts +0 -2
  370. package/lib/component/seller-information/style/_material-definition.scss +0 -2
  371. package/lib/component/seller-information/style/_theme.scss +0 -7
  372. package/lib/component/transaction-commit-bar/style/_layout.scss +0 -16
  373. package/lib/component/transaction-commit-bar/transaction-commit-bar.component.d.ts +0 -11
  374. package/lib/component/transaction-commit-bar/transaction-commit-bar.module.d.ts +0 -2
  375. package/lib/component/transaction-header-contact/style/_layout.scss +0 -25
  376. package/lib/component/transaction-header-contact/style/_material-definition.scss +0 -7
  377. package/lib/component/transaction-header-contact/style/_theme.scss +0 -11
  378. package/lib/component/transaction-header-contact/style/material.scss +0 -4
  379. package/lib/component/transaction-header-contact/transaction-header-contact.component.d.ts +0 -4
  380. package/lib/component/transaction-header-contact/transaction-header-contact.module.d.ts +0 -2
  381. package/lib/component/transaction-header-delivery/style/_layout.scss +0 -54
  382. package/lib/component/transaction-header-delivery/style/_material-definition.scss +0 -12
  383. package/lib/component/transaction-header-delivery/style/_theme.scss +0 -24
  384. package/lib/component/transaction-header-delivery/style/material.scss +0 -4
  385. package/lib/component/transaction-header-delivery/transaction-header-delivery.component.d.ts +0 -13
  386. package/lib/component/transaction-header-relation/style/_layout.scss +0 -25
  387. package/lib/component/transaction-header-relation/style/_material-definition.scss +0 -7
  388. package/lib/component/transaction-header-relation/style/_theme.scss +0 -11
  389. package/lib/component/transaction-header-relation/style/material.scss +0 -4
  390. package/lib/component/transaction-history-grid/style/material.scss +0 -4
  391. package/lib/component/transaction-lines-grid/style/material.scss +0 -5
  392. package/lib/component/transaction-lines-grid/transaction-lines-grid.component.d.ts +0 -20
  393. package/lib/component/transaction-nav-bar/style/_layout.scss +0 -13
  394. package/lib/component/transaction-nav-bar/style/_material-definition.scss +0 -1
  395. package/lib/component/transaction-nav-bar/style/_theme.scss +0 -7
  396. package/lib/component/transaction-nav-bar/style/material.scss +0 -4
  397. package/lib/component/transaction-nav-bar/transaction-nav-bar-button/transaction-nav-bar-button.component.d.ts +0 -14
  398. package/lib/component/transaction-nav-bar/transaction-nav-bar-button/transaction-nav-bar-button.component.scss +0 -23
  399. package/lib/component/transaction-nav-bar/transaction-nav-bar.component.d.ts +0 -18
  400. package/lib/component/transaction-nav-bar/transaction-nav-bar.module.d.ts +0 -2
@@ -1,60 +0,0 @@
1
- import { Component, HostBinding, ViewEncapsulation } from "@angular/core";
2
- import { TransactionBaseComponent } from "../core/base/transaction-base.component";
3
- import { Icon } from "../../enum/icon.enum";
4
- import { animate, state, style, transition, trigger } from "@angular/animations";
5
- import { TransactionService } from "../../service/transaction.service";
6
- import { DeliveryMethod } from "@colijnit/transactionapi/build/model/delivery-method.bo";
7
- export class TransactionHeaderDeliveryComponent extends TransactionBaseComponent {
8
- constructor(service) {
9
- super(service);
10
- this.service = service;
11
- this.icons = Icon;
12
- this.deliveryMethod = new DeliveryMethod();
13
- this.deliveryMethods = [];
14
- }
15
- showClass() {
16
- return true;
17
- }
18
- transactionSet() {
19
- this.service.getDeliveryMethods().then((methods) => {
20
- this.deliveryMethods = methods;
21
- const dm = this.deliveryMethods.find(m => m.code === this.transactionInfo.deliveryMethod);
22
- if (dm) {
23
- this.deliveryMethod = dm;
24
- }
25
- });
26
- }
27
- }
28
- TransactionHeaderDeliveryComponent.decorators = [
29
- { type: Component, args: [{
30
- selector: "co-transaction-header-delivery",
31
- template: `
32
- <div class="transaction-header-first-section">
33
- <icon class="transaction-header-delivery-icon" [icon]="icons.DeliveryTruck"></icon>
34
- <div class="transaction-header-delivery-date" [textContent]="transactionInfo.deliveryDate | date:'dd MMM yyyy'"></div>
35
- </div>
36
- <div class="transaction-header-content" *ngIf="expanded" @showHideContent>
37
- <div class="transaction-header-delivery-method" [textContent]="deliveryMethod.description"></div>
38
- <div class="transaction-header-planning-request-icon-wrapper">
39
- <icon class="transaction-header-planning-request-icon" [icon]="icons.CalendarDay"></icon>
40
- </div>
41
- </div>
42
- `,
43
- animations: [
44
- trigger("showHideContent", [
45
- state("void", style({ height: 0, opacity: 0 })),
46
- state("*", style({ height: "*", opacity: 1 })),
47
- transition("void => *", animate("200ms ease-in-out")),
48
- transition("* => void", animate("200ms ease-out"))
49
- ])
50
- ],
51
- encapsulation: ViewEncapsulation.None
52
- },] }
53
- ];
54
- TransactionHeaderDeliveryComponent.ctorParameters = () => [
55
- { type: TransactionService }
56
- ];
57
- TransactionHeaderDeliveryComponent.propDecorators = {
58
- showClass: [{ type: HostBinding, args: ["class.co-transaction-header-delivery",] }]
59
- };
60
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci1kZWxpdmVyeS90cmFuc2FjdGlvbi1oZWFkZXItZGVsaXZlcnkuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3hFLE9BQU8sRUFBQyx3QkFBd0IsRUFBQyxNQUFNLHlDQUF5QyxDQUFDO0FBQ2pGLE9BQU8sRUFBQyxJQUFJLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUMxQyxPQUFPLEVBQUMsT0FBTyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLE9BQU8sRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQy9FLE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBQ3JFLE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSx5REFBeUQsQ0FBQztBQTBCdkYsTUFBTSxPQUFPLGtDQUFtQyxTQUFRLHdCQUF3QjtJQVc5RSxZQUNZLE9BQTJCO1FBRXJDLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUZMLFlBQU8sR0FBUCxPQUFPLENBQW9CO1FBWHZCLFVBQUssR0FBZ0IsSUFBSSxDQUFDO1FBT25DLG1CQUFjLEdBQW1CLElBQUksY0FBYyxFQUFFLENBQUM7UUFDdEQsb0JBQWUsR0FBcUIsRUFBRSxDQUFDO0lBTTlDLENBQUM7SUFYTSxTQUFTO1FBQ2QsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBV00sY0FBYztRQUNuQixJQUFJLENBQUMsT0FBTyxDQUFDLGtCQUFrQixFQUFFLENBQUMsSUFBSSxDQUFDLENBQUMsT0FBeUIsRUFBRSxFQUFFO1lBQ25FLElBQUksQ0FBQyxlQUFlLEdBQUcsT0FBTyxDQUFDO1lBQy9CLE1BQU0sRUFBRSxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksS0FBSyxJQUFJLENBQUMsZUFBZSxDQUFDLGNBQWMsQ0FBQyxDQUFDO1lBQzFGLElBQUksRUFBRSxFQUFFO2dCQUNOLElBQUksQ0FBQyxjQUFjLEdBQUcsRUFBRSxDQUFDO2FBQzFCO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDOzs7WUFqREYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxnQ0FBZ0M7Z0JBQzFDLFFBQVEsRUFBRTs7Ozs7Ozs7Ozs7R0FXVDtnQkFDRCxVQUFVLEVBQUU7b0JBQ1YsT0FBTyxDQUFDLGlCQUFpQixFQUFFO3dCQUN6QixLQUFLLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQyxFQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBQyxDQUFDLENBQUM7d0JBQzdDLEtBQUssQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLEVBQUMsTUFBTSxFQUFFLEdBQUcsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFDLENBQUMsQ0FBQzt3QkFDNUMsVUFBVSxDQUFDLFdBQVcsRUFBRSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQzt3QkFDckQsVUFBVSxDQUFDLFdBQVcsRUFBRSxPQUFPLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztxQkFDbkQsQ0FBQztpQkFDSDtnQkFDRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTthQUN0Qzs7O1lBMUJPLGtCQUFrQjs7O3dCQThCdkIsV0FBVyxTQUFDLHNDQUFzQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBIb3N0QmluZGluZywgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25CYXNlQ29tcG9uZW50fSBmcm9tIFwiLi4vY29yZS9iYXNlL3RyYW5zYWN0aW9uLWJhc2UuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7SWNvbn0gZnJvbSBcIi4uLy4uL2VudW0vaWNvbi5lbnVtXCI7XHJcbmltcG9ydCB7YW5pbWF0ZSwgc3RhdGUsIHN0eWxlLCB0cmFuc2l0aW9uLCB0cmlnZ2VyfSBmcm9tIFwiQGFuZ3VsYXIvYW5pbWF0aW9uc1wiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uU2VydmljZX0gZnJvbSBcIi4uLy4uL3NlcnZpY2UvdHJhbnNhY3Rpb24uc2VydmljZVwiO1xyXG5pbXBvcnQge0RlbGl2ZXJ5TWV0aG9kfSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL21vZGVsL2RlbGl2ZXJ5LW1ldGhvZC5ib1wiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IFwiY28tdHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5XCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxkaXYgY2xhc3M9XCJ0cmFuc2FjdGlvbi1oZWFkZXItZmlyc3Qtc2VjdGlvblwiPlxyXG4gICAgICA8aWNvbiBjbGFzcz1cInRyYW5zYWN0aW9uLWhlYWRlci1kZWxpdmVyeS1pY29uXCIgW2ljb25dPVwiaWNvbnMuRGVsaXZlcnlUcnVja1wiPjwvaWNvbj5cclxuICAgICAgPGRpdiBjbGFzcz1cInRyYW5zYWN0aW9uLWhlYWRlci1kZWxpdmVyeS1kYXRlXCIgW3RleHRDb250ZW50XT1cInRyYW5zYWN0aW9uSW5mby5kZWxpdmVyeURhdGUgfCBkYXRlOidkZCBNTU0geXl5eSdcIj48L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cInRyYW5zYWN0aW9uLWhlYWRlci1jb250ZW50XCIgKm5nSWY9XCJleHBhbmRlZFwiIEBzaG93SGlkZUNvbnRlbnQ+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJ0cmFuc2FjdGlvbi1oZWFkZXItZGVsaXZlcnktbWV0aG9kXCIgW3RleHRDb250ZW50XT1cImRlbGl2ZXJ5TWV0aG9kLmRlc2NyaXB0aW9uXCI+PC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJ0cmFuc2FjdGlvbi1oZWFkZXItcGxhbm5pbmctcmVxdWVzdC1pY29uLXdyYXBwZXJcIj5cclxuICAgICAgICA8aWNvbiBjbGFzcz1cInRyYW5zYWN0aW9uLWhlYWRlci1wbGFubmluZy1yZXF1ZXN0LWljb25cIiBbaWNvbl09XCJpY29ucy5DYWxlbmRhckRheVwiPjwvaWNvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICBgLFxyXG4gIGFuaW1hdGlvbnM6IFtcclxuICAgIHRyaWdnZXIoXCJzaG93SGlkZUNvbnRlbnRcIiwgW1xyXG4gICAgICBzdGF0ZShcInZvaWRcIiwgc3R5bGUoe2hlaWdodDogMCwgb3BhY2l0eTogMH0pKSxcclxuICAgICAgc3RhdGUoXCIqXCIsIHN0eWxlKHtoZWlnaHQ6IFwiKlwiLCBvcGFjaXR5OiAxfSkpLFxyXG4gICAgICB0cmFuc2l0aW9uKFwidm9pZCA9PiAqXCIsIGFuaW1hdGUoXCIyMDBtcyBlYXNlLWluLW91dFwiKSksXHJcbiAgICAgIHRyYW5zaXRpb24oXCIqID0+IHZvaWRcIiwgYW5pbWF0ZShcIjIwMG1zIGVhc2Utb3V0XCIpKVxyXG4gICAgXSlcclxuICBdLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uSGVhZGVyRGVsaXZlcnlDb21wb25lbnQgZXh0ZW5kcyBUcmFuc2FjdGlvbkJhc2VDb21wb25lbnQge1xyXG4gIHB1YmxpYyByZWFkb25seSBpY29uczogdHlwZW9mIEljb24gPSBJY29uO1xyXG5cclxuICBASG9zdEJpbmRpbmcoXCJjbGFzcy5jby10cmFuc2FjdGlvbi1oZWFkZXItZGVsaXZlcnlcIilcclxuICBwdWJsaWMgc2hvd0NsYXNzKCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuIHRydWU7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZGVsaXZlcnlNZXRob2Q6IERlbGl2ZXJ5TWV0aG9kID0gbmV3IERlbGl2ZXJ5TWV0aG9kKCk7XHJcbiAgcHVibGljIGRlbGl2ZXJ5TWV0aG9kczogRGVsaXZlcnlNZXRob2RbXSA9IFtdO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHByb3RlY3RlZCBzZXJ2aWNlOiBUcmFuc2FjdGlvblNlcnZpY2VcclxuICApIHtcclxuICAgIHN1cGVyKHNlcnZpY2UpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIHRyYW5zYWN0aW9uU2V0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5zZXJ2aWNlLmdldERlbGl2ZXJ5TWV0aG9kcygpLnRoZW4oKG1ldGhvZHM6IERlbGl2ZXJ5TWV0aG9kW10pID0+IHtcclxuICAgICAgdGhpcy5kZWxpdmVyeU1ldGhvZHMgPSBtZXRob2RzO1xyXG4gICAgICBjb25zdCBkbSA9IHRoaXMuZGVsaXZlcnlNZXRob2RzLmZpbmQobSA9PiBtLmNvZGUgPT09IHRoaXMudHJhbnNhY3Rpb25JbmZvLmRlbGl2ZXJ5TWV0aG9kKTtcclxuICAgICAgaWYgKGRtKSB7XHJcbiAgICAgICAgdGhpcy5kZWxpdmVyeU1ldGhvZCA9IGRtO1xyXG4gICAgICB9XHJcbiAgICB9KTtcclxuICB9XHJcbn1cclxuIl19
@@ -1,21 +0,0 @@
1
- import { NgModule } from "@angular/core";
2
- import { CommonModule } from "@angular/common";
3
- import { TransactionHeaderDeliveryComponent } from "./transaction-header-delivery.component";
4
- import { CoreModule } from "../core/core.module";
5
- export class TransactionHeaderDeliveryModule {
6
- }
7
- TransactionHeaderDeliveryModule.decorators = [
8
- { type: NgModule, args: [{
9
- imports: [
10
- CommonModule,
11
- CoreModule
12
- ],
13
- declarations: [
14
- TransactionHeaderDeliveryComponent
15
- ],
16
- exports: [
17
- TransactionHeaderDeliveryComponent
18
- ]
19
- },] }
20
- ];
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci1kZWxpdmVyeS90cmFuc2FjdGlvbi1oZWFkZXItZGVsaXZlcnkubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxrQ0FBa0MsRUFBQyxNQUFNLHlDQUF5QyxDQUFDO0FBQzNGLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQWMvQyxNQUFNLE9BQU8sK0JBQStCOzs7WUFaM0MsUUFBUSxTQUFDO2dCQUNSLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLFVBQVU7aUJBQ1g7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLGtDQUFrQztpQkFDbkM7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLGtDQUFrQztpQkFDbkM7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25IZWFkZXJEZWxpdmVyeUNvbXBvbmVudH0gZnJvbSBcIi4vdHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQge0NvcmVNb2R1bGV9IGZyb20gXCIuLi9jb3JlL2NvcmUubW9kdWxlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIENvcmVNb2R1bGVcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgVHJhbnNhY3Rpb25IZWFkZXJEZWxpdmVyeUNvbXBvbmVudFxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgVHJhbnNhY3Rpb25IZWFkZXJEZWxpdmVyeUNvbXBvbmVudFxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uSGVhZGVyRGVsaXZlcnlNb2R1bGUge31cclxuIl19
@@ -1,35 +0,0 @@
1
- import { Component, HostBinding, ViewEncapsulation } from "@angular/core";
2
- import { TransactionBaseComponent } from "../core/base/transaction-base.component";
3
- import { animate, state, style, transition, trigger } from "@angular/animations";
4
- export class TransactionHeaderRelationComponent extends TransactionBaseComponent {
5
- showClass() {
6
- return true;
7
- }
8
- }
9
- TransactionHeaderRelationComponent.decorators = [
10
- { type: Component, args: [{
11
- selector: "co-transaction-header-relation",
12
- template: `
13
- <div class="transaction-header-first-section">
14
- <div class="header-relation-name" [textContent]="relation.displayName"></div>
15
- </div>
16
- <div class="transaction-header-content" *ngIf="expanded" @showHideContent>
17
- <div class="header-relation-address" [textContent]="relation.displayAddress"></div>
18
- <div class="header-relation-postal" [textContent]="relation.displayPostalcodeCity"></div>
19
- </div>
20
- `,
21
- animations: [
22
- trigger("showHideContent", [
23
- state("void", style({ height: 0, opacity: 0 })),
24
- state("*", style({ height: "*", opacity: 1 })),
25
- transition("void => *", animate("200ms ease-in-out")),
26
- transition("* => void", animate("200ms ease-out"))
27
- ])
28
- ],
29
- encapsulation: ViewEncapsulation.None
30
- },] }
31
- ];
32
- TransactionHeaderRelationComponent.propDecorators = {
33
- showClass: [{ type: HostBinding, args: ['class.co-transaction-header-relation',] }]
34
- };
35
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24taGVhZGVyLXJlbGF0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci1yZWxhdGlvbi90cmFuc2FjdGlvbi1oZWFkZXItcmVsYXRpb24uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3hFLE9BQU8sRUFBQyx3QkFBd0IsRUFBQyxNQUFNLHlDQUF5QyxDQUFDO0FBQ2pGLE9BQU8sRUFBQyxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFDLE1BQU0scUJBQXFCLENBQUM7QUF1Qi9FLE1BQU0sT0FBTyxrQ0FBbUMsU0FBUSx3QkFBd0I7SUFHdkUsU0FBUztRQUNkLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQzs7O1lBMUJGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsZ0NBQWdDO2dCQUMxQyxRQUFRLEVBQUU7Ozs7Ozs7O0dBUVQ7Z0JBQ0QsVUFBVSxFQUFFO29CQUNWLE9BQU8sQ0FBQyxpQkFBaUIsRUFBRTt3QkFDekIsS0FBSyxDQUFDLE1BQU0sRUFBRSxLQUFLLENBQUMsRUFBQyxNQUFNLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUMsQ0FBQyxDQUFDO3dCQUM3QyxLQUFLLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxFQUFDLE1BQU0sRUFBRSxHQUFHLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBQyxDQUFDLENBQUM7d0JBQzVDLFVBQVUsQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLG1CQUFtQixDQUFDLENBQUM7d0JBQ3JELFVBQVUsQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLGdCQUFnQixDQUFDLENBQUM7cUJBQ25ELENBQUM7aUJBQ0g7Z0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDdEM7Ozt3QkFHRSxXQUFXLFNBQUMsc0NBQXNDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkJhc2VDb21wb25lbnR9IGZyb20gXCIuLi9jb3JlL2Jhc2UvdHJhbnNhY3Rpb24tYmFzZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHthbmltYXRlLCBzdGF0ZSwgc3R5bGUsIHRyYW5zaXRpb24sIHRyaWdnZXJ9IGZyb20gXCJAYW5ndWxhci9hbmltYXRpb25zXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJjby10cmFuc2FjdGlvbi1oZWFkZXItcmVsYXRpb25cIixcclxuICB0ZW1wbGF0ZTogYFxyXG4gICAgPGRpdiBjbGFzcz1cInRyYW5zYWN0aW9uLWhlYWRlci1maXJzdC1zZWN0aW9uXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci1yZWxhdGlvbi1uYW1lXCIgW3RleHRDb250ZW50XT1cInJlbGF0aW9uLmRpc3BsYXlOYW1lXCI+PC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJ0cmFuc2FjdGlvbi1oZWFkZXItY29udGVudFwiICpuZ0lmPVwiZXhwYW5kZWRcIiBAc2hvd0hpZGVDb250ZW50PlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiaGVhZGVyLXJlbGF0aW9uLWFkZHJlc3NcIiBbdGV4dENvbnRlbnRdPVwicmVsYXRpb24uZGlzcGxheUFkZHJlc3NcIj48L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci1yZWxhdGlvbi1wb3N0YWxcIiBbdGV4dENvbnRlbnRdPVwicmVsYXRpb24uZGlzcGxheVBvc3RhbGNvZGVDaXR5XCI+PC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICBgLFxyXG4gIGFuaW1hdGlvbnM6IFtcclxuICAgIHRyaWdnZXIoXCJzaG93SGlkZUNvbnRlbnRcIiwgW1xyXG4gICAgICBzdGF0ZShcInZvaWRcIiwgc3R5bGUoe2hlaWdodDogMCwgb3BhY2l0eTogMH0pKSxcclxuICAgICAgc3RhdGUoXCIqXCIsIHN0eWxlKHtoZWlnaHQ6IFwiKlwiLCBvcGFjaXR5OiAxfSkpLFxyXG4gICAgICB0cmFuc2l0aW9uKFwidm9pZCA9PiAqXCIsIGFuaW1hdGUoXCIyMDBtcyBlYXNlLWluLW91dFwiKSksXHJcbiAgICAgIHRyYW5zaXRpb24oXCIqID0+IHZvaWRcIiwgYW5pbWF0ZShcIjIwMG1zIGVhc2Utb3V0XCIpKVxyXG4gICAgXSlcclxuICBdLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uSGVhZGVyUmVsYXRpb25Db21wb25lbnQgZXh0ZW5kcyBUcmFuc2FjdGlvbkJhc2VDb21wb25lbnQge1xyXG5cclxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmNvLXRyYW5zYWN0aW9uLWhlYWRlci1yZWxhdGlvbicpXHJcbiAgcHVibGljIHNob3dDbGFzcygpOiBib29sZWFuIHtcclxuICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxufVxyXG4iXX0=
@@ -1,19 +0,0 @@
1
- import { NgModule } from "@angular/core";
2
- import { CommonModule } from "@angular/common";
3
- import { TransactionHeaderRelationComponent } from "./transaction-header-relation.component";
4
- export class TransactionHeaderRelationModule {
5
- }
6
- TransactionHeaderRelationModule.decorators = [
7
- { type: NgModule, args: [{
8
- imports: [
9
- CommonModule
10
- ],
11
- declarations: [
12
- TransactionHeaderRelationComponent
13
- ],
14
- exports: [
15
- TransactionHeaderRelationComponent
16
- ]
17
- },] }
18
- ];
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24taGVhZGVyLXJlbGF0aW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci1yZWxhdGlvbi90cmFuc2FjdGlvbi1oZWFkZXItcmVsYXRpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxrQ0FBa0MsRUFBQyxNQUFNLHlDQUF5QyxDQUFDO0FBYTNGLE1BQU0sT0FBTywrQkFBK0I7OztZQVgzQyxRQUFRLFNBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7aUJBQ2I7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLGtDQUFrQztpQkFDbkM7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLGtDQUFrQztpQkFDbkM7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25IZWFkZXJSZWxhdGlvbkNvbXBvbmVudH0gZnJvbSBcIi4vdHJhbnNhY3Rpb24taGVhZGVyLXJlbGF0aW9uLmNvbXBvbmVudFwiO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGVcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgVHJhbnNhY3Rpb25IZWFkZXJSZWxhdGlvbkNvbXBvbmVudFxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgVHJhbnNhY3Rpb25IZWFkZXJSZWxhdGlvbkNvbXBvbmVudFxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uSGVhZGVyUmVsYXRpb25Nb2R1bGUge31cclxuIl19
@@ -1,47 +0,0 @@
1
- import { Component, ContentChildren, HostBinding, Input, ViewEncapsulation } from "@angular/core";
2
- import { TabCategory } from "../../enum/tab-category.enum";
3
- import { SimpleGridColumnDirective } from "@colijnit/corecomponents_v12";
4
- import { StatusType } from "../../enum/status-type.enum";
5
- export class TransactionHistoryGridComponent {
6
- constructor() {
7
- this.tabCategory = TabCategory;
8
- this.statusType = StatusType;
9
- this.extraColumns = [];
10
- }
11
- set content(columnComponents) {
12
- this.extraColumns = columnComponents.toArray();
13
- }
14
- showClass() {
15
- return true;
16
- }
17
- handleSelectRow(row) {
18
- //
19
- }
20
- }
21
- TransactionHistoryGridComponent.decorators = [
22
- { type: Component, args: [{
23
- selector: "co-transaction-history-grid",
24
- template: `
25
- <div class="history-grid-wrapper">
26
- <co-simple-grid [data]="transactionLines" [extraColumns]="extraColumns" (selectRow)="handleSelectRow($event)">
27
- <co-simple-grid-column [headerText]="'STATE' | localize" [field]="'status'" [order]="10">
28
- <ng-template #template let-row="row">
29
- <co-transaction-history-grid-status [statusType]="statusType.Unknown"></co-transaction-history-grid-status>
30
- </ng-template>
31
- </co-simple-grid-column>
32
- <co-simple-grid-column [headerText]="'DELIVERY_DATE' | localize" [field]="'deliveryDate'" [order]="20"></co-simple-grid-column>
33
- <co-simple-grid-column [headerText]="'AMOUNT' | localize" [field]="'amount'" [order]="30"></co-simple-grid-column>
34
- <co-simple-grid-column [headerText]="'REFERENCE' | localize" [field]="'referenceNumber'" [order]="50"></co-simple-grid-column>
35
- <co-simple-grid-column [headerText]="'USER' | localize" [field]="'user'" [order]="70"></co-simple-grid-column>
36
- </co-simple-grid>
37
- </div>
38
- `,
39
- encapsulation: ViewEncapsulation.None
40
- },] }
41
- ];
42
- TransactionHistoryGridComponent.propDecorators = {
43
- content: [{ type: ContentChildren, args: [SimpleGridColumnDirective,] }],
44
- transactionLines: [{ type: Input }],
45
- showClass: [{ type: HostBinding, args: ["class.co-transaction-history-grid",] }]
46
- };
47
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24taGlzdG9yeS1ncmlkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhpc3RvcnktZ3JpZC90cmFuc2FjdGlvbi1oaXN0b3J5LWdyaWQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsZUFBZSxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQWEsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDM0csT0FBTyxFQUFDLFdBQVcsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBRXpELE9BQU8sRUFBQyx5QkFBeUIsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQ3ZFLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSw2QkFBNkIsQ0FBQztBQXFCdkQsTUFBTSxPQUFPLCtCQUErQjtJQW5CNUM7UUFvQmtCLGdCQUFXLEdBQXVCLFdBQVcsQ0FBQztRQUM5QyxlQUFVLEdBQXNCLFVBQVUsQ0FBQztRQWNwRCxpQkFBWSxHQUFnQyxFQUFFLENBQUM7SUFNeEQsQ0FBQztJQWxCQyxJQUFnRCxPQUFPLENBQUMsZ0JBQXNEO1FBQzVHLElBQUksQ0FBQyxZQUFZLEdBQUcsZ0JBQWdCLENBQUMsT0FBTyxFQUFFLENBQUM7SUFDakQsQ0FBQztJQU1NLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFJTSxlQUFlLENBQUMsR0FBUTtRQUM3QixFQUFFO0lBQ0osQ0FBQzs7O1lBdkNGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsNkJBQTZCO2dCQUN2QyxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7O0dBY1Q7Z0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDdEM7OztzQkFLRSxlQUFlLFNBQUMseUJBQXlCOytCQUl6QyxLQUFLO3dCQUdMLFdBQVcsU0FBQyxtQ0FBbUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgQ29udGVudENoaWxkcmVuLCBIb3N0QmluZGluZywgSW5wdXQsIFF1ZXJ5TGlzdCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7VGFiQ2F0ZWdvcnl9IGZyb20gXCIuLi8uLi9lbnVtL3RhYi1jYXRlZ29yeS5lbnVtXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25MaW5lSW5mb30gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC90cmFuc2FjdGlvbi1saW5lLWluZm8uYm9cIjtcclxuaW1wb3J0IHtTaW1wbGVHcmlkQ29sdW1uRGlyZWN0aXZlfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xyXG5pbXBvcnQge1N0YXR1c1R5cGV9IGZyb20gXCIuLi8uLi9lbnVtL3N0YXR1cy10eXBlLmVudW1cIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImNvLXRyYW5zYWN0aW9uLWhpc3RvcnktZ3JpZFwiLFxyXG4gIHRlbXBsYXRlOiBgXHJcbiAgICA8ZGl2IGNsYXNzPVwiaGlzdG9yeS1ncmlkLXdyYXBwZXJcIj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkIFtkYXRhXT1cInRyYW5zYWN0aW9uTGluZXNcIiBbZXh0cmFDb2x1bW5zXT1cImV4dHJhQ29sdW1uc1wiIChzZWxlY3RSb3cpPVwiaGFuZGxlU2VsZWN0Um93KCRldmVudClcIj5cclxuICAgICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtoZWFkZXJUZXh0XT1cIidTVEFURScgfCBsb2NhbGl6ZVwiIFtmaWVsZF09XCInc3RhdHVzJ1wiIFtvcmRlcl09XCIxMFwiPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlICN0ZW1wbGF0ZSBsZXQtcm93PVwicm93XCI+XHJcbiAgICAgICAgICAgIDxjby10cmFuc2FjdGlvbi1oaXN0b3J5LWdyaWQtc3RhdHVzIFtzdGF0dXNUeXBlXT1cInN0YXR1c1R5cGUuVW5rbm93blwiPjwvY28tdHJhbnNhY3Rpb24taGlzdG9yeS1ncmlkLXN0YXR1cz5cclxuICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgPC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInREVMSVZFUllfREFURScgfCBsb2NhbGl6ZVwiIFtmaWVsZF09XCInZGVsaXZlcnlEYXRlJ1wiIFtvcmRlcl09XCIyMFwiPjwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ0FNT1VOVCcgfCBsb2NhbGl6ZVwiIFtmaWVsZF09XCInYW1vdW50J1wiIFtvcmRlcl09XCIzMFwiPjwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ1JFRkVSRU5DRScgfCBsb2NhbGl6ZVwiIFtmaWVsZF09XCIncmVmZXJlbmNlTnVtYmVyJ1wiIFtvcmRlcl09XCI1MFwiPjwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ1VTRVInIHwgbG9jYWxpemVcIiBbZmllbGRdPVwiJ3VzZXInXCIgW29yZGVyXT1cIjcwXCI+PC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgIDwvY28tc2ltcGxlLWdyaWQ+XHJcbiAgICA8L2Rpdj5cclxuICBgLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uSGlzdG9yeUdyaWRDb21wb25lbnQge1xyXG4gIHB1YmxpYyByZWFkb25seSB0YWJDYXRlZ29yeTogdHlwZW9mIFRhYkNhdGVnb3J5ID0gVGFiQ2F0ZWdvcnk7XHJcbiAgcHVibGljIHJlYWRvbmx5IHN0YXR1c1R5cGU6IHR5cGVvZiBTdGF0dXNUeXBlID0gU3RhdHVzVHlwZTtcclxuXHJcbiAgQENvbnRlbnRDaGlsZHJlbihTaW1wbGVHcmlkQ29sdW1uRGlyZWN0aXZlKSBzZXQgY29udGVudChjb2x1bW5Db21wb25lbnRzOiBRdWVyeUxpc3Q8U2ltcGxlR3JpZENvbHVtbkRpcmVjdGl2ZT4pIHtcclxuICAgIHRoaXMuZXh0cmFDb2x1bW5zID0gY29sdW1uQ29tcG9uZW50cy50b0FycmF5KCk7XHJcbiAgfVxyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyB0cmFuc2FjdGlvbkxpbmVzOiBUcmFuc2FjdGlvbkxpbmVJbmZvW107XHJcblxyXG4gIEBIb3N0QmluZGluZyhcImNsYXNzLmNvLXRyYW5zYWN0aW9uLWhpc3RvcnktZ3JpZFwiKVxyXG4gIHB1YmxpYyBzaG93Q2xhc3MoKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gdHJ1ZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBleHRyYUNvbHVtbnM6IFNpbXBsZUdyaWRDb2x1bW5EaXJlY3RpdmVbXSA9IFtdO1xyXG5cclxuICBwdWJsaWMgaGFuZGxlU2VsZWN0Um93KHJvdzogYW55KTogdm9pZCB7XHJcbiAgICAvL1xyXG4gIH1cclxuXHJcbn1cclxuIl19
@@ -1,27 +0,0 @@
1
- import { NgModule } from "@angular/core";
2
- import { CommonModule } from "@angular/common";
3
- import { CoreModule } from "../core/core.module";
4
- import { TransactionHistoryGridComponent } from "./transaction-history-grid.component";
5
- import { SimpleGridModule } from "@colijnit/corecomponents_v12";
6
- import { PipeModule } from "../../pipe/pipe.module";
7
- import { TransactionHistoryGridStatusModule } from "../transaction-history-grid-status/transaction-history-grid-status.module";
8
- export class TransactionHistoryGridModule {
9
- }
10
- TransactionHistoryGridModule.decorators = [
11
- { type: NgModule, args: [{
12
- imports: [
13
- CommonModule,
14
- CoreModule,
15
- SimpleGridModule,
16
- PipeModule,
17
- TransactionHistoryGridStatusModule
18
- ],
19
- declarations: [
20
- TransactionHistoryGridComponent
21
- ],
22
- exports: [
23
- TransactionHistoryGridComponent
24
- ]
25
- },] }
26
- ];
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24taGlzdG9yeS1ncmlkLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhpc3RvcnktZ3JpZC90cmFuc2FjdGlvbi1oaXN0b3J5LWdyaWQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQUMvQyxPQUFPLEVBQUMsK0JBQStCLEVBQUMsTUFBTSxzQ0FBc0MsQ0FBQztBQUNyRixPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSw4QkFBOEIsQ0FBQztBQUM5RCxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sd0JBQXdCLENBQUM7QUFDbEQsT0FBTyxFQUNMLGtDQUFrQyxFQUNuQyxNQUFNLDJFQUEyRSxDQUFDO0FBaUJuRixNQUFNLE9BQU8sNEJBQTRCOzs7WUFmeEMsUUFBUSxTQUFDO2dCQUNSLE9BQU8sRUFBRTtvQkFDUCxZQUFZO29CQUNaLFVBQVU7b0JBQ1YsZ0JBQWdCO29CQUNoQixVQUFVO29CQUNWLGtDQUFrQztpQkFDbkM7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLCtCQUErQjtpQkFDaEM7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLCtCQUErQjtpQkFDaEM7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7Q29yZU1vZHVsZX0gZnJvbSBcIi4uL2NvcmUvY29yZS5tb2R1bGVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkhpc3RvcnlHcmlkQ29tcG9uZW50fSBmcm9tIFwiLi90cmFuc2FjdGlvbi1oaXN0b3J5LWdyaWQuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7U2ltcGxlR3JpZE1vZHVsZX0gZnJvbSBcIkBjb2xpam5pdC9jb3JlY29tcG9uZW50c192MTJcIjtcclxuaW1wb3J0IHtQaXBlTW9kdWxlfSBmcm9tIFwiLi4vLi4vcGlwZS9waXBlLm1vZHVsZVwiO1xyXG5pbXBvcnQge1xyXG4gIFRyYW5zYWN0aW9uSGlzdG9yeUdyaWRTdGF0dXNNb2R1bGVcclxufSBmcm9tIFwiLi4vdHJhbnNhY3Rpb24taGlzdG9yeS1ncmlkLXN0YXR1cy90cmFuc2FjdGlvbi1oaXN0b3J5LWdyaWQtc3RhdHVzLm1vZHVsZVwiO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBDb3JlTW9kdWxlLFxyXG4gICAgU2ltcGxlR3JpZE1vZHVsZSxcclxuICAgIFBpcGVNb2R1bGUsXHJcbiAgICBUcmFuc2FjdGlvbkhpc3RvcnlHcmlkU3RhdHVzTW9kdWxlXHJcbiAgXSxcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIFRyYW5zYWN0aW9uSGlzdG9yeUdyaWRDb21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFRyYW5zYWN0aW9uSGlzdG9yeUdyaWRDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvbkhpc3RvcnlHcmlkTW9kdWxlIHtcclxufVxyXG4iXX0=
@@ -1,64 +0,0 @@
1
- import { Component, ContentChildren, HostBinding, Input, ViewEncapsulation } from "@angular/core";
2
- import { DictionaryService } from "../../service/dictionary.service";
3
- import { TransactionService } from "../../service/transaction.service";
4
- import { ColumnAlign, SimpleGridColumnDirective } from "@colijnit/corecomponents_v12";
5
- export class TransactionLinesGridComponent {
6
- constructor(_dictionary, _service) {
7
- this._dictionary = _dictionary;
8
- this._service = _service;
9
- this.align = ColumnAlign;
10
- this.transactionLines = [];
11
- this.extraColumns = [];
12
- }
13
- set content(columnComponents) {
14
- this.extraColumns = columnComponents.toArray();
15
- }
16
- showClass() {
17
- return true;
18
- }
19
- changeLineAmount(row, amount) {
20
- this._service.changeTransactionLineQuantity(row.uuid, amount).then((value) => {
21
- if (!value || !value.isSuccess) {
22
- return;
23
- }
24
- else {
25
- row.amount = amount;
26
- }
27
- });
28
- }
29
- handleDrop(data) {
30
- }
31
- }
32
- TransactionLinesGridComponent.decorators = [
33
- { type: Component, args: [{
34
- selector: "co-transaction-lines-grid",
35
- template: `
36
- <co-simple-grid [data]="transactionLines" [extraColumns]="extraColumns" [dragDropEnabled]="true" [emitDragDrop]="true" (onDrop)="handleDrop($event)">
37
- <co-simple-grid-column [field]="'text'" [singleColumn]="true"></co-simple-grid-column>
38
- <co-simple-grid-column [headerText]="'ARTICLE_NR' | localize" [field]="'articleNumber'" [order]="10"></co-simple-grid-column>
39
- <co-simple-grid-column [headerText]="'GOOD_DESCRIPTION' | localize" [field]="'goodDescription'" [order]="20"></co-simple-grid-column>
40
- <co-simple-grid-column [headerText]="'PRICE' | localize" [field]="'price'" [textAlign]="align.Right" [order]="30"></co-simple-grid-column>
41
- <co-simple-grid-column [headerText]="'AMOUNT' | localize" [textAlign]="align.Right" [width]="100" [resizable]="false" [order]="40">
42
- <ng-template let-row = "row">
43
- <co-input-number-picker class="transaction-lines-grid-amount"
44
- [model]="row.amount" [min]="0" [readonly]="true" (modelChange)="changeLineAmount(row, $event)"></co-input-number-picker>
45
- </ng-template>
46
- </co-simple-grid-column>
47
- <co-simple-grid-column [headerText]="'PRICE_LIST' | localize" [field]="'priceListCode'" [textAlign]="align.Right" [order]="80"></co-simple-grid-column>
48
- <co-simple-grid-column [headerText]="'ASSEMBLY_COSTS' | localize" [field]="'assemblyCost'" [textAlign]="align.Right" [order]="90"></co-simple-grid-column>
49
- <co-simple-grid-column [headerText]="'WAREHOUSE' | localize" [field]="'warehouseNumber'" [textAlign]="align.Right" [order]="100"></co-simple-grid-column>
50
- </co-simple-grid>
51
- `,
52
- encapsulation: ViewEncapsulation.None
53
- },] }
54
- ];
55
- TransactionLinesGridComponent.ctorParameters = () => [
56
- { type: DictionaryService },
57
- { type: TransactionService }
58
- ];
59
- TransactionLinesGridComponent.propDecorators = {
60
- content: [{ type: ContentChildren, args: [SimpleGridColumnDirective,] }],
61
- transactionLines: [{ type: Input }],
62
- showClass: [{ type: HostBinding, args: ["class.co-transaction-lines-grid",] }]
63
- };
64
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZXMtZ3JpZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lcy1ncmlkL3RyYW5zYWN0aW9uLWxpbmVzLWdyaWQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsZUFBZSxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQWEsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFM0csT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFFbkUsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFDckUsT0FBTyxFQUFDLFdBQVcsRUFBRSx5QkFBeUIsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBdUJwRixNQUFNLE9BQU8sNkJBQTZCO0lBaUJ4QyxZQUNVLFdBQThCLEVBQzlCLFFBQTRCO1FBRDVCLGdCQUFXLEdBQVgsV0FBVyxDQUFtQjtRQUM5QixhQUFRLEdBQVIsUUFBUSxDQUFvQjtRQWR0QixVQUFLLEdBQXVCLFdBQVcsQ0FBQztRQUdqRCxxQkFBZ0IsR0FBMEIsRUFBRSxDQUFDO1FBTzdDLGlCQUFZLEdBQWdDLEVBQUUsQ0FBQztJQU10RCxDQUFDO0lBcEJELElBQWdELE9BQU8sQ0FBQyxnQkFBc0Q7UUFDNUcsSUFBSSxDQUFDLFlBQVksR0FBRyxnQkFBZ0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQztJQUNqRCxDQUFDO0lBUU0sU0FBUztRQUNkLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQVVNLGdCQUFnQixDQUFDLEdBQXdCLEVBQUUsTUFBYztRQUM5RCxJQUFJLENBQUMsUUFBUSxDQUFDLDZCQUE2QixDQUFDLEdBQUcsQ0FBQyxJQUFJLEVBQUUsTUFBTSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBNEIsRUFBRSxFQUFFO1lBQ2xHLElBQUksQ0FBQyxLQUFLLElBQUksQ0FBQyxLQUFLLENBQUMsU0FBUyxFQUFFO2dCQUM5QixPQUFPO2FBQ1I7aUJBQU07Z0JBQ0wsR0FBRyxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7YUFDckI7UUFDSCxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTSxVQUFVLENBQUMsSUFBZ0M7SUFFbEQsQ0FBQzs7O1lBeERGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsMkJBQTJCO2dCQUNyQyxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7R0FnQlQ7Z0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDdEM7OztZQXpCTyxpQkFBaUI7WUFFakIsa0JBQWtCOzs7c0JBeUJ2QixlQUFlLFNBQUMseUJBQXlCOytCQU16QyxLQUFLO3dCQUdMLFdBQVcsU0FBQyxpQ0FBaUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgQ29udGVudENoaWxkcmVuLCBIb3N0QmluZGluZywgSW5wdXQsIFF1ZXJ5TGlzdCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25MaW5lSW5mb30gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC90cmFuc2FjdGlvbi1saW5lLWluZm8uYm9cIjtcclxuaW1wb3J0IHtEaWN0aW9uYXJ5U2VydmljZX0gZnJvbSBcIi4uLy4uL3NlcnZpY2UvZGljdGlvbmFyeS5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7TGluZU9wZXJhdGlvblJlc3BvbnNlfSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL21vZGVsL2xpbmUtb3BlcmF0aW9uLXJlc3BvbnNlLmJvXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25TZXJ2aWNlfSBmcm9tIFwiLi4vLi4vc2VydmljZS90cmFuc2FjdGlvbi5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7Q29sdW1uQWxpZ24sIFNpbXBsZUdyaWRDb2x1bW5EaXJlY3RpdmV9IGZyb20gXCJAY29saWpuaXQvY29yZWNvbXBvbmVudHNfdjEyXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJjby10cmFuc2FjdGlvbi1saW5lcy1ncmlkXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxjby1zaW1wbGUtZ3JpZCBbZGF0YV09XCJ0cmFuc2FjdGlvbkxpbmVzXCIgW2V4dHJhQ29sdW1uc109XCJleHRyYUNvbHVtbnNcIiBbZHJhZ0Ryb3BFbmFibGVkXT1cInRydWVcIiBbZW1pdERyYWdEcm9wXT1cInRydWVcIiAob25Ecm9wKT1cImhhbmRsZURyb3AoJGV2ZW50KVwiPlxyXG4gICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtmaWVsZF09XCIndGV4dCdcIiBbc2luZ2xlQ29sdW1uXT1cInRydWVcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInQVJUSUNMRV9OUicgfCBsb2NhbGl6ZVwiIFtmaWVsZF09XCInYXJ0aWNsZU51bWJlcidcIiBbb3JkZXJdPVwiMTBcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInR09PRF9ERVNDUklQVElPTicgfCBsb2NhbGl6ZVwiIFtmaWVsZF09XCInZ29vZERlc2NyaXB0aW9uJ1wiIFtvcmRlcl09XCIyMFwiPjwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtoZWFkZXJUZXh0XT1cIidQUklDRScgfCBsb2NhbGl6ZVwiIFtmaWVsZF09XCIncHJpY2UnXCIgW3RleHRBbGlnbl09XCJhbGlnbi5SaWdodFwiIFtvcmRlcl09XCIzMFwiPjwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtoZWFkZXJUZXh0XT1cIidBTU9VTlQnIHwgbG9jYWxpemVcIiBbdGV4dEFsaWduXT1cImFsaWduLlJpZ2h0XCIgW3dpZHRoXT1cIjEwMFwiIFtyZXNpemFibGVdPVwiZmFsc2VcIiBbb3JkZXJdPVwiNDBcIj5cclxuICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdyA9IFwicm93XCI+XHJcbiAgICAgICAgICAgIDxjby1pbnB1dC1udW1iZXItcGlja2VyIGNsYXNzPVwidHJhbnNhY3Rpb24tbGluZXMtZ3JpZC1hbW91bnRcIlxyXG4gICAgICAgICAgICAgIFttb2RlbF09XCJyb3cuYW1vdW50XCIgW21pbl09XCIwXCIgW3JlYWRvbmx5XT1cInRydWVcIiAobW9kZWxDaGFuZ2UpPVwiY2hhbmdlTGluZUFtb3VudChyb3csICRldmVudClcIj48L2NvLWlucHV0LW51bWJlci1waWNrZXI+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgPC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ1BSSUNFX0xJU1QnIHwgbG9jYWxpemVcIiBbZmllbGRdPVwiJ3ByaWNlTGlzdENvZGUnXCIgW3RleHRBbGlnbl09XCJhbGlnbi5SaWdodFwiIFtvcmRlcl09XCI4MFwiPjwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtoZWFkZXJUZXh0XT1cIidBU1NFTUJMWV9DT1NUUycgfCBsb2NhbGl6ZVwiIFtmaWVsZF09XCInYXNzZW1ibHlDb3N0J1wiIFt0ZXh0QWxpZ25dPVwiYWxpZ24uUmlnaHRcIiBbb3JkZXJdPVwiOTBcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInV0FSRUhPVVNFJyB8IGxvY2FsaXplXCIgW2ZpZWxkXT1cIid3YXJlaG91c2VOdW1iZXInXCIgW3RleHRBbGlnbl09XCJhbGlnbi5SaWdodFwiIFtvcmRlcl09XCIxMDBcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgIDwvY28tc2ltcGxlLWdyaWQ+XHJcbiAgYCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvbkxpbmVzR3JpZENvbXBvbmVudCB7XHJcbiAgQENvbnRlbnRDaGlsZHJlbihTaW1wbGVHcmlkQ29sdW1uRGlyZWN0aXZlKSBzZXQgY29udGVudChjb2x1bW5Db21wb25lbnRzOiBRdWVyeUxpc3Q8U2ltcGxlR3JpZENvbHVtbkRpcmVjdGl2ZT4pIHtcclxuICAgIHRoaXMuZXh0cmFDb2x1bW5zID0gY29sdW1uQ29tcG9uZW50cy50b0FycmF5KCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgcmVhZG9ubHkgYWxpZ246IHR5cGVvZiBDb2x1bW5BbGlnbiA9IENvbHVtbkFsaWduO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyB0cmFuc2FjdGlvbkxpbmVzOiBUcmFuc2FjdGlvbkxpbmVJbmZvW10gPSBbXTtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tdHJhbnNhY3Rpb24tbGluZXMtZ3JpZFwiKVxyXG4gIHB1YmxpYyBzaG93Q2xhc3MoKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gdHJ1ZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBleHRyYUNvbHVtbnM6IFNpbXBsZUdyaWRDb2x1bW5EaXJlY3RpdmVbXSA9IFtdO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHByaXZhdGUgX2RpY3Rpb25hcnk6IERpY3Rpb25hcnlTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBfc2VydmljZTogVHJhbnNhY3Rpb25TZXJ2aWNlXHJcbiAgKSB7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgY2hhbmdlTGluZUFtb3VudChyb3c6IFRyYW5zYWN0aW9uTGluZUluZm8sIGFtb3VudDogbnVtYmVyKTogdm9pZCB7XHJcbiAgICB0aGlzLl9zZXJ2aWNlLmNoYW5nZVRyYW5zYWN0aW9uTGluZVF1YW50aXR5KHJvdy51dWlkLCBhbW91bnQpLnRoZW4oKHZhbHVlOiBMaW5lT3BlcmF0aW9uUmVzcG9uc2UpID0+IHtcclxuICAgICAgaWYgKCF2YWx1ZSB8fCAhdmFsdWUuaXNTdWNjZXNzKSB7XHJcbiAgICAgICAgcmV0dXJuO1xyXG4gICAgICB9IGVsc2Uge1xyXG4gICAgICAgIHJvdy5hbW91bnQgPSBhbW91bnQ7XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGhhbmRsZURyb3AoZGF0YToge2Zyb206IG51bWJlciwgdG86IG51bWJlcn0pOiB2b2lkIHtcclxuXHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -1,27 +0,0 @@
1
- import { NgModule } from "@angular/core";
2
- import { CommonModule } from "@angular/common";
3
- import { CoreModule } from "../core/core.module";
4
- import { TransactionLinesGridComponent } from "./transaction-lines-grid.component";
5
- import { ButtonModule, InputNumberPickerModule, SimpleGridModule } from "@colijnit/corecomponents_v12";
6
- import { PipeModule } from "../../pipe/pipe.module";
7
- export class TransactionLinesGridModule {
8
- }
9
- TransactionLinesGridModule.decorators = [
10
- { type: NgModule, args: [{
11
- imports: [
12
- CommonModule,
13
- CoreModule,
14
- SimpleGridModule,
15
- InputNumberPickerModule,
16
- PipeModule,
17
- ButtonModule
18
- ],
19
- declarations: [
20
- TransactionLinesGridComponent
21
- ],
22
- exports: [
23
- TransactionLinesGridComponent
24
- ]
25
- },] }
26
- ];
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZXMtZ3JpZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lcy1ncmlkL3RyYW5zYWN0aW9uLWxpbmVzLWdyaWQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQUMvQyxPQUFPLEVBQUMsNkJBQTZCLEVBQUMsTUFBTSxvQ0FBb0MsQ0FBQztBQUNqRixPQUFPLEVBQUMsWUFBWSxFQUFFLHVCQUF1QixFQUFFLGdCQUFnQixFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDckcsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLHdCQUF3QixDQUFDO0FBa0JsRCxNQUFNLE9BQU8sMEJBQTBCOzs7WUFoQnRDLFFBQVEsU0FBQztnQkFDTixPQUFPLEVBQUU7b0JBQ0wsWUFBWTtvQkFDWixVQUFVO29CQUNWLGdCQUFnQjtvQkFDaEIsdUJBQXVCO29CQUN2QixVQUFVO29CQUNWLFlBQVk7aUJBQ2Y7Z0JBQ0gsWUFBWSxFQUFFO29CQUNaLDZCQUE2QjtpQkFDOUI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLDZCQUE2QjtpQkFDOUI7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7Q29yZU1vZHVsZX0gZnJvbSBcIi4uL2NvcmUvY29yZS5tb2R1bGVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkxpbmVzR3JpZENvbXBvbmVudH0gZnJvbSBcIi4vdHJhbnNhY3Rpb24tbGluZXMtZ3JpZC5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtCdXR0b25Nb2R1bGUsIElucHV0TnVtYmVyUGlja2VyTW9kdWxlLCBTaW1wbGVHcmlkTW9kdWxlfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xyXG5pbXBvcnQge1BpcGVNb2R1bGV9IGZyb20gXCIuLi8uLi9waXBlL3BpcGUubW9kdWxlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gICAgaW1wb3J0czogW1xyXG4gICAgICAgIENvbW1vbk1vZHVsZSxcclxuICAgICAgICBDb3JlTW9kdWxlLFxyXG4gICAgICAgIFNpbXBsZUdyaWRNb2R1bGUsXHJcbiAgICAgICAgSW5wdXROdW1iZXJQaWNrZXJNb2R1bGUsXHJcbiAgICAgICAgUGlwZU1vZHVsZSxcclxuICAgICAgICBCdXR0b25Nb2R1bGVcclxuICAgIF0sXHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBUcmFuc2FjdGlvbkxpbmVzR3JpZENvbXBvbmVudFxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgVHJhbnNhY3Rpb25MaW5lc0dyaWRDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvbkxpbmVzR3JpZE1vZHVsZSB7XHJcbn1cclxuIl19
@@ -1,29 +0,0 @@
1
- import { Component, Input } from "@angular/core";
2
- import { Icon } from "../../../enum/icon.enum";
3
- import { IconCacheService } from "../../../service/icon-cache.service";
4
- export class TransactionNavBarButtonComponent {
5
- constructor(iconCacheService) {
6
- this.iconCacheService = iconCacheService;
7
- this.icons = Icon;
8
- }
9
- }
10
- TransactionNavBarButtonComponent.decorators = [
11
- { type: Component, args: [{
12
- selector: "co-transaction-nav-bar-button",
13
- template: `
14
- <div class="button-wrapper" [class.selected]="tabData.category === selectedCategory">
15
- <co-icon [iconData]="iconCacheService.getIcon(tabData.iconName)"></co-icon>
16
- <span class="button-title" [textContent]="tabData.title"></span>
17
- </div>
18
- `,
19
- styles: [":host .button-wrapper{height:65px;min-width:65px;background:white;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}:host .button-wrapper .button-title{font-size:.8em;padding:0 7px 4px}:host .selected{box-shadow:0 0 0 1px #558be3 inset}\n"]
20
- },] }
21
- ];
22
- TransactionNavBarButtonComponent.ctorParameters = () => [
23
- { type: IconCacheService }
24
- ];
25
- TransactionNavBarButtonComponent.propDecorators = {
26
- tabData: [{ type: Input }],
27
- selectedCategory: [{ type: Input }]
28
- };
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbmF2LWJhci1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tbmF2LWJhci90cmFuc2FjdGlvbi1uYXYtYmFyLWJ1dHRvbi90cmFuc2FjdGlvbi1uYXYtYmFyLWJ1dHRvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxLQUFLLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDL0MsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQy9DLE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBYXJFLE1BQU0sT0FBTyxnQ0FBZ0M7SUFTM0MsWUFDUyxnQkFBa0M7UUFBbEMscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQVQzQixVQUFLLEdBQWdCLElBQUksQ0FBQztJQVV0QyxDQUFDOzs7WUFyQk4sU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSwrQkFBK0I7Z0JBQ3pDLFFBQVEsRUFBRTs7Ozs7R0FLVDs7YUFFRjs7O1lBWk8sZ0JBQWdCOzs7c0JBZ0JyQixLQUFLOytCQUdMLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgSW5wdXR9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IEljb24gfSBmcm9tIFwiLi4vLi4vLi4vZW51bS9pY29uLmVudW1cIjtcclxuaW1wb3J0IHtJY29uQ2FjaGVTZXJ2aWNlfSBmcm9tIFwiLi4vLi4vLi4vc2VydmljZS9pY29uLWNhY2hlLnNlcnZpY2VcIjtcclxuaW1wb3J0IHtUYWJDYXRlZ29yeX0gZnJvbSBcIi4uLy4uLy4uL2VudW0vdGFiLWNhdGVnb3J5LmVudW1cIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImNvLXRyYW5zYWN0aW9uLW5hdi1iYXItYnV0dG9uXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxkaXYgY2xhc3M9XCJidXR0b24td3JhcHBlclwiIFtjbGFzcy5zZWxlY3RlZF09XCJ0YWJEYXRhLmNhdGVnb3J5ID09PSBzZWxlY3RlZENhdGVnb3J5XCI+XHJcbiAgICAgIDxjby1pY29uIFtpY29uRGF0YV09XCJpY29uQ2FjaGVTZXJ2aWNlLmdldEljb24odGFiRGF0YS5pY29uTmFtZSlcIj48L2NvLWljb24+XHJcbiAgICAgIDxzcGFuIGNsYXNzPVwiYnV0dG9uLXRpdGxlXCIgW3RleHRDb250ZW50XT1cInRhYkRhdGEudGl0bGVcIj48L3NwYW4+XHJcbiAgICA8L2Rpdj5cclxuICBgLFxyXG4gIHN0eWxlVXJsczogW1wiLi90cmFuc2FjdGlvbi1uYXYtYmFyLWJ1dHRvbi5jb21wb25lbnQuc2Nzc1wiXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgVHJhbnNhY3Rpb25OYXZCYXJCdXR0b25Db21wb25lbnQge1xyXG4gIHB1YmxpYyByZWFkb25seSBpY29uczogdHlwZW9mIEljb24gPSBJY29uO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyB0YWJEYXRhOiB7Y2F0ZWdvcnk6IFRhYkNhdGVnb3J5LCB0aXRsZTogc3RyaW5nLCBpY29uTmFtZTogSWNvbn07XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHNlbGVjdGVkQ2F0ZWdvcnk6IFRhYkNhdGVnb3J5O1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHB1YmxpYyBpY29uQ2FjaGVTZXJ2aWNlOiBJY29uQ2FjaGVTZXJ2aWNlXHJcbiAgKSB7IH1cclxufVxyXG4iXX0=
@@ -1,65 +0,0 @@
1
- import { Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation } from "@angular/core";
2
- import { Icon } from "../../enum/icon.enum";
3
- import { TabCategory } from "../../enum/tab-category.enum";
4
- import { DictionaryService } from "../../service/dictionary.service";
5
- export class TransactionNavBarComponent {
6
- constructor(_dictionaryService) {
7
- this._dictionaryService = _dictionaryService;
8
- this.icons = Icon;
9
- this.selectedTab = TabCategory.Overview;
10
- this.tabClicked = new EventEmitter();
11
- this.tabs = [
12
- { category: TabCategory.Overview,
13
- title: this._dictionaryService.get('OVERVIEW'),
14
- iconName: this.icons.Tag },
15
- { category: TabCategory.OrderConfirmation,
16
- title: this._dictionaryService.get('CONFIRMATION'),
17
- iconName: this.icons.DeliveryTruck },
18
- { category: TabCategory.Transport,
19
- title: this._dictionaryService.get('TRANSPORT'),
20
- iconName: this.icons.Txt },
21
- { category: TabCategory.ReceivedGoods,
22
- title: this._dictionaryService.get('RECEIVED'),
23
- iconName: this.icons.ThinLines },
24
- { category: TabCategory.InvoiceCheck,
25
- title: this._dictionaryService.get('INVOICE_CHECK'),
26
- iconName: this.icons.ThickLines },
27
- { category: TabCategory.Menu,
28
- title: this._dictionaryService.get('MENU'),
29
- iconName: this.icons.CalendarDay }
30
- ];
31
- }
32
- showClass() {
33
- return true;
34
- }
35
- handleTabClick(category) {
36
- this.selectedTab = category;
37
- this.tabClicked.next(category);
38
- }
39
- }
40
- TransactionNavBarComponent.decorators = [
41
- { type: Component, args: [{
42
- selector: "co-transaction-nav-bar",
43
- template: `
44
- <div class="nav-bar-wrapper">
45
- <div class="custom-button-wrapper" *ngFor="let tab of tabs">
46
- <co-transaction-nav-bar-button
47
- [tabData]="tab"
48
- [selectedCategory]="selectedTab"
49
- (click)="handleTabClick(tab.category)"
50
- ></co-transaction-nav-bar-button>
51
- </div>
52
- </div>
53
- `,
54
- encapsulation: ViewEncapsulation.None
55
- },] }
56
- ];
57
- TransactionNavBarComponent.ctorParameters = () => [
58
- { type: DictionaryService }
59
- ];
60
- TransactionNavBarComponent.propDecorators = {
61
- selectedTab: [{ type: Input }],
62
- tabClicked: [{ type: Output }],
63
- showClass: [{ type: HostBinding, args: ["class.co-transaction-nav-bar",] }]
64
- };
65
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbmF2LWJhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1uYXYtYmFyL3RyYW5zYWN0aW9uLW5hdi1iYXIuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLGlCQUFpQixFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3JHLE9BQU8sRUFBQyxJQUFJLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUMxQyxPQUFPLEVBQUMsV0FBVyxFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDekQsT0FBTyxFQUFDLGlCQUFpQixFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFpQm5FLE1BQU0sT0FBTywwQkFBMEI7SUFtQ3JDLFlBQ1Usa0JBQXFDO1FBQXJDLHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBbUI7UUFuQy9CLFVBQUssR0FBZ0IsSUFBSSxDQUFDO1FBR25DLGdCQUFXLEdBQWdCLFdBQVcsQ0FBQyxRQUFRLENBQUM7UUFHaEQsZUFBVSxHQUE4QixJQUFJLFlBQVksRUFBZSxDQUFDO1FBT3hFLFNBQUksR0FBNkQ7WUFDdEUsRUFBRSxRQUFRLEVBQUUsV0FBVyxDQUFDLFFBQVE7Z0JBQzlCLEtBQUssRUFBRSxJQUFJLENBQUMsa0JBQWtCLENBQUMsR0FBRyxDQUFDLFVBQVUsQ0FBQztnQkFDOUMsUUFBUSxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsR0FBRyxFQUFFO1lBQzVCLEVBQUUsUUFBUSxFQUFFLFdBQVcsQ0FBQyxpQkFBaUI7Z0JBQ3ZDLEtBQUssRUFBRSxJQUFJLENBQUMsa0JBQWtCLENBQUMsR0FBRyxDQUFDLGNBQWMsQ0FBQztnQkFDbEQsUUFBUSxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFO1lBQ3RDLEVBQUUsUUFBUSxFQUFFLFdBQVcsQ0FBQyxTQUFTO2dCQUMvQixLQUFLLEVBQUUsSUFBSSxDQUFDLGtCQUFrQixDQUFDLEdBQUcsQ0FBQyxXQUFXLENBQUM7Z0JBQy9DLFFBQVEsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLEdBQUcsRUFBRTtZQUM1QixFQUFFLFFBQVEsRUFBRSxXQUFXLENBQUMsYUFBYTtnQkFDbkMsS0FBSyxFQUFFLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLENBQUMsVUFBVSxDQUFDO2dCQUM5QyxRQUFRLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxTQUFTLEVBQUU7WUFDbEMsRUFBRSxRQUFRLEVBQUUsV0FBVyxDQUFDLFlBQVk7Z0JBQ2xDLEtBQUssRUFBRSxJQUFJLENBQUMsa0JBQWtCLENBQUMsR0FBRyxDQUFDLGVBQWUsQ0FBQztnQkFDbkQsUUFBUSxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsVUFBVSxFQUFFO1lBQ25DLEVBQUUsUUFBUSxFQUFFLFdBQVcsQ0FBQyxJQUFJO2dCQUMxQixLQUFLLEVBQUUsSUFBSSxDQUFDLGtCQUFrQixDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUM7Z0JBQzFDLFFBQVEsRUFBRSxJQUFJLENBQUMsS0FBSyxDQUFDLFdBQVcsRUFBRTtTQUNyQyxDQUFBO0lBSUcsQ0FBQztJQTNCRSxTQUFTO1FBQ2QsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBMkJNLGNBQWMsQ0FBQyxRQUFxQjtRQUN6QyxJQUFJLENBQUMsV0FBVyxHQUFHLFFBQVEsQ0FBQztRQUM1QixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUNqQyxDQUFDOzs7WUF6REYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSx3QkFBd0I7Z0JBQ2xDLFFBQVEsRUFBRTs7Ozs7Ozs7OztHQVVUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7WUFoQk8saUJBQWlCOzs7MEJBb0J0QixLQUFLO3lCQUdMLE1BQU07d0JBR04sV0FBVyxTQUFDLDhCQUE4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtJY29ufSBmcm9tIFwiLi4vLi4vZW51bS9pY29uLmVudW1cIjtcclxuaW1wb3J0IHtUYWJDYXRlZ29yeX0gZnJvbSBcIi4uLy4uL2VudW0vdGFiLWNhdGVnb3J5LmVudW1cIjtcclxuaW1wb3J0IHtEaWN0aW9uYXJ5U2VydmljZX0gZnJvbSBcIi4uLy4uL3NlcnZpY2UvZGljdGlvbmFyeS5zZXJ2aWNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJjby10cmFuc2FjdGlvbi1uYXYtYmFyXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxkaXYgY2xhc3M9XCJuYXYtYmFyLXdyYXBwZXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImN1c3RvbS1idXR0b24td3JhcHBlclwiICpuZ0Zvcj1cImxldCB0YWIgb2YgdGFic1wiPlxyXG4gICAgICAgIDxjby10cmFuc2FjdGlvbi1uYXYtYmFyLWJ1dHRvblxyXG4gICAgICAgICAgW3RhYkRhdGFdPVwidGFiXCJcclxuICAgICAgICAgIFtzZWxlY3RlZENhdGVnb3J5XT1cInNlbGVjdGVkVGFiXCJcclxuICAgICAgICAgIChjbGljayk9XCJoYW5kbGVUYWJDbGljayh0YWIuY2F0ZWdvcnkpXCJcclxuICAgICAgICA+PC9jby10cmFuc2FjdGlvbi1uYXYtYmFyLWJ1dHRvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICBgLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uTmF2QmFyQ29tcG9uZW50IHtcclxuICBwdWJsaWMgcmVhZG9ubHkgaWNvbnM6IHR5cGVvZiBJY29uID0gSWNvbjtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgc2VsZWN0ZWRUYWI6IFRhYkNhdGVnb3J5ID0gVGFiQ2F0ZWdvcnkuT3ZlcnZpZXc7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHB1YmxpYyB0YWJDbGlja2VkOiBFdmVudEVtaXR0ZXI8VGFiQ2F0ZWdvcnk+ID0gbmV3IEV2ZW50RW1pdHRlcjxUYWJDYXRlZ29yeT4oKTtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tdHJhbnNhY3Rpb24tbmF2LWJhclwiKVxyXG4gIHB1YmxpYyBzaG93Q2xhc3MoKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gdHJ1ZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyB0YWJzOiB7Y2F0ZWdvcnk6IFRhYkNhdGVnb3J5LCB0aXRsZTogc3RyaW5nLCBpY29uTmFtZTogSWNvbn1bXSA9IFtcclxuICAgIHsgY2F0ZWdvcnk6IFRhYkNhdGVnb3J5Lk92ZXJ2aWV3LFxyXG4gICAgICB0aXRsZTogdGhpcy5fZGljdGlvbmFyeVNlcnZpY2UuZ2V0KCdPVkVSVklFVycpLFxyXG4gICAgICBpY29uTmFtZTogdGhpcy5pY29ucy5UYWcgfSxcclxuICAgIHsgY2F0ZWdvcnk6IFRhYkNhdGVnb3J5Lk9yZGVyQ29uZmlybWF0aW9uLFxyXG4gICAgICB0aXRsZTogdGhpcy5fZGljdGlvbmFyeVNlcnZpY2UuZ2V0KCdDT05GSVJNQVRJT04nKSxcclxuICAgICAgaWNvbk5hbWU6IHRoaXMuaWNvbnMuRGVsaXZlcnlUcnVjayB9LFxyXG4gICAgeyBjYXRlZ29yeTogVGFiQ2F0ZWdvcnkuVHJhbnNwb3J0LFxyXG4gICAgICB0aXRsZTogdGhpcy5fZGljdGlvbmFyeVNlcnZpY2UuZ2V0KCdUUkFOU1BPUlQnKSxcclxuICAgICAgaWNvbk5hbWU6IHRoaXMuaWNvbnMuVHh0IH0sXHJcbiAgICB7IGNhdGVnb3J5OiBUYWJDYXRlZ29yeS5SZWNlaXZlZEdvb2RzLFxyXG4gICAgICB0aXRsZTogdGhpcy5fZGljdGlvbmFyeVNlcnZpY2UuZ2V0KCdSRUNFSVZFRCcpLFxyXG4gICAgICBpY29uTmFtZTogdGhpcy5pY29ucy5UaGluTGluZXMgfSxcclxuICAgIHsgY2F0ZWdvcnk6IFRhYkNhdGVnb3J5Lkludm9pY2VDaGVjayxcclxuICAgICAgdGl0bGU6IHRoaXMuX2RpY3Rpb25hcnlTZXJ2aWNlLmdldCgnSU5WT0lDRV9DSEVDSycpLFxyXG4gICAgICBpY29uTmFtZTogdGhpcy5pY29ucy5UaGlja0xpbmVzIH0sXHJcbiAgICB7IGNhdGVnb3J5OiBUYWJDYXRlZ29yeS5NZW51LFxyXG4gICAgICB0aXRsZTogdGhpcy5fZGljdGlvbmFyeVNlcnZpY2UuZ2V0KCdNRU5VJyksXHJcbiAgICAgIGljb25OYW1lOiB0aGlzLmljb25zLkNhbGVuZGFyRGF5IH1cclxuICBdXHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSBfZGljdGlvbmFyeVNlcnZpY2U6IERpY3Rpb25hcnlTZXJ2aWNlXHJcbiAgKSB7IH1cclxuXHJcbiAgcHVibGljIGhhbmRsZVRhYkNsaWNrKGNhdGVnb3J5OiBUYWJDYXRlZ29yeSk6IHZvaWQge1xyXG4gICAgdGhpcy5zZWxlY3RlZFRhYiA9IGNhdGVnb3J5O1xyXG4gICAgdGhpcy50YWJDbGlja2VkLm5leHQoY2F0ZWdvcnkpO1xyXG4gIH1cclxufVxyXG4iXX0=
@@ -1,26 +0,0 @@
1
- import { NgModule } from "@angular/core";
2
- import { CommonModule } from "@angular/common";
3
- import { CoreModule } from "../core/core.module";
4
- import { TransactionNavBarComponent } from "./transaction-nav-bar.component";
5
- import { TransactionNavBarButtonComponent } from "./transaction-nav-bar-button/transaction-nav-bar-button.component";
6
- import { IconModule } from "@colijnit/corecomponents_v12";
7
- export class TransactionNavBarModule {
8
- }
9
- TransactionNavBarModule.decorators = [
10
- { type: NgModule, args: [{
11
- imports: [
12
- CommonModule,
13
- CoreModule,
14
- IconModule,
15
- ],
16
- declarations: [
17
- TransactionNavBarComponent,
18
- TransactionNavBarButtonComponent
19
- ],
20
- exports: [
21
- TransactionNavBarComponent,
22
- TransactionNavBarButtonComponent
23
- ]
24
- },] }
25
- ];
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbmF2LWJhci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1uYXYtYmFyL3RyYW5zYWN0aW9uLW5hdi1iYXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQUMvQyxPQUFPLEVBQUMsMEJBQTBCLEVBQUMsTUFBTSxpQ0FBaUMsQ0FBQztBQUMzRSxPQUFPLEVBQUMsZ0NBQWdDLEVBQUMsTUFBTSxtRUFBbUUsQ0FBQztBQUNuSCxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFpQnhELE1BQU0sT0FBTyx1QkFBdUI7OztZQWZuQyxRQUFRLFNBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osVUFBVTtvQkFDVixVQUFVO2lCQUNYO2dCQUNELFlBQVksRUFBRTtvQkFDWiwwQkFBMEI7b0JBQzFCLGdDQUFnQztpQkFDakM7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLDBCQUEwQjtvQkFDMUIsZ0NBQWdDO2lCQUNqQzthQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcclxuaW1wb3J0IHtDb3JlTW9kdWxlfSBmcm9tIFwiLi4vY29yZS9jb3JlLm1vZHVsZVwiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uTmF2QmFyQ29tcG9uZW50fSBmcm9tIFwiLi90cmFuc2FjdGlvbi1uYXYtYmFyLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uTmF2QmFyQnV0dG9uQ29tcG9uZW50fSBmcm9tIFwiLi90cmFuc2FjdGlvbi1uYXYtYmFyLWJ1dHRvbi90cmFuc2FjdGlvbi1uYXYtYmFyLWJ1dHRvbi5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtJY29uTW9kdWxlfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBDb3JlTW9kdWxlLFxyXG4gICAgSWNvbk1vZHVsZSxcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgVHJhbnNhY3Rpb25OYXZCYXJDb21wb25lbnQsXHJcbiAgICBUcmFuc2FjdGlvbk5hdkJhckJ1dHRvbkNvbXBvbmVudFxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgVHJhbnNhY3Rpb25OYXZCYXJDb21wb25lbnQsXHJcbiAgICBUcmFuc2FjdGlvbk5hdkJhckJ1dHRvbkNvbXBvbmVudFxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uTmF2QmFyTW9kdWxlIHtcclxufVxyXG4iXX0=
@@ -1,13 +0,0 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { ButtonComponent } from "@colijnit/corecomponents_v12";
3
- export declare class DefaultOkCancelButtonsComponent {
4
- okButtonComp: ButtonComponent;
5
- okDisabled: boolean;
6
- hideCancel: boolean;
7
- hideOk: boolean;
8
- okLabel: string;
9
- okClick: EventEmitter<MouseEvent>;
10
- cancelClick: EventEmitter<MouseEvent>;
11
- showClass(): boolean;
12
- onOkClick(event: MouseEvent): void;
13
- }
@@ -1,15 +0,0 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
2
- import { Icon } from "../../enum/icon.enum";
3
- import { TransactionService } from "../../service/transaction.service";
4
- import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
5
- export declare class OrderConfirmationGridComponent implements OnInit {
6
- private _transactionService;
7
- readonly icons: typeof Icon;
8
- orderLines: TransactionLineInfo[];
9
- sidePanelClicked: EventEmitter<boolean>;
10
- showClass(): boolean;
11
- orderGridData: any[];
12
- constructor(_transactionService: TransactionService);
13
- ngOnInit(): void;
14
- openSidePanel(): void;
15
- }
@@ -1,2 +0,0 @@
1
- export declare class OrderConfirmationGridModule {
2
- }
@@ -1,5 +0,0 @@
1
- @import "../../../style/mixin";
2
-
3
- @include export-module('co-order-grid-layout') {
4
-
5
- }
@@ -1,5 +0,0 @@
1
- @import "../../../style/mixin";
2
-
3
- @include export-module('co-order-grid-theme') {
4
-
5
- }
@@ -1,23 +0,0 @@
1
- import { EventEmitter, OnInit, QueryList } from "@angular/core";
2
- import { Icon } from "../../enum/icon.enum";
3
- import { TransactionService } from "../../service/transaction.service";
4
- import { ColumnAlign, SimpleGridColumnDirective } from "@colijnit/corecomponents_v12";
5
- import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
6
- export declare class OrderGridComponent implements OnInit {
7
- private _transactionService;
8
- readonly icons: typeof Icon;
9
- readonly align: typeof ColumnAlign;
10
- set content(columnComponents: QueryList<SimpleGridColumnDirective>);
11
- showClass(): boolean;
12
- sidePanelClicked: EventEmitter<boolean>;
13
- orderLines: TransactionLineInfo[];
14
- gridData: any[];
15
- extraColumns: SimpleGridColumnDirective[];
16
- constructor(_transactionService: TransactionService);
17
- ngOnInit(): void;
18
- handleDrop(data: {
19
- from: number;
20
- to: number;
21
- }): void;
22
- openSidePanel(): void;
23
- }
@@ -1,2 +0,0 @@
1
- export declare class OrderGridModule {
2
- }
@@ -1,21 +0,0 @@
1
- @import "../../../style/mixin";
2
-
3
- @include export-module('co-order-grid-layout') {
4
- .co-order-grid {
5
- font-family: $tp-co-order-grid-font-family;
6
- font-size: $tp-co-order-grid-font-size;
7
- }
8
- .co-order-grid-location-icon-wrapper {
9
- display: flex;
10
- align-items: center;
11
- }
12
- .co-order-grid-menu-icon {
13
- //text-align: center;
14
- width: 30px;
15
- height: 30px;
16
- }
17
- .co-order-grid-sidepanel-icon {
18
- width: 40px;
19
- height: 40px;
20
- }
21
- }
@@ -1,2 +0,0 @@
1
- $tp-co-order-grid-font-family: $tp-font-family !default;
2
- $tp-co-order-grid-font-size: $tp-font-size !default;
@@ -1,6 +0,0 @@
1
- @import "../../../style/mixin";
2
-
3
- @include export-module('co-order-grid-theme') {
4
- .co-order-grid {
5
- }
6
- }
@@ -1,2 +0,0 @@
1
- export declare class SellerInformationModule {
2
- }
@@ -1,2 +0,0 @@
1
- $tp-co-seller-information-font-family: $tp-font-family !default;
2
- $tp-co-seller-information-image-size: 50px !default;
@@ -1,7 +0,0 @@
1
- @import "../../../style/mixin";
2
- @import "./material-definition";
3
-
4
- @include export-module('co-seller-information-theme') {
5
- .co-seller-information {
6
- }
7
- }