@colijnit/transaction 12.1.77 → 12.1.78

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 (1955) hide show
  1. package/.browserslistrc +18 -0
  2. package/.editorconfig +16 -0
  3. package/.eslintrc.json +49 -0
  4. package/README.md +13 -10
  5. package/angular.json +165 -0
  6. package/custom_webpack.config.js +6 -0
  7. package/e2e/protractor.conf.js +32 -0
  8. package/e2e/src/app.e2e-spec.ts +23 -0
  9. package/e2e/src/app.po.ts +11 -0
  10. package/e2e/tsconfig.json +13 -0
  11. package/import.bat +8 -0
  12. package/karma.conf.js +32 -0
  13. package/move-assets.js +14 -0
  14. package/package.json +92 -45
  15. package/projects/transaction/README.md +24 -0
  16. package/projects/transaction/karma.conf.js +44 -0
  17. package/projects/transaction/ng-package.json +13 -0
  18. package/projects/transaction/package.json +44 -0
  19. package/{lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.scss → projects/transaction/src/lib/assets/.gitkeep} +0 -0
  20. package/projects/transaction/src/lib/assets/dictionary/text.properties.ts +748 -0
  21. package/projects/transaction/src/lib/assets/icons/arrow_point_down.svg +6 -0
  22. package/projects/transaction/src/lib/assets/icons/arrow_point_left.svg +8 -0
  23. package/projects/transaction/src/lib/assets/icons/arrow_point_right.svg +8 -0
  24. package/projects/transaction/src/lib/assets/icons/article.svg +1 -0
  25. package/projects/transaction/src/lib/assets/icons/at_solid.svg +1 -0
  26. package/projects/transaction/src/lib/assets/icons/barcode_regular.svg +1 -0
  27. package/projects/transaction/src/lib/assets/icons/barcode_solid.svg +1 -0
  28. package/projects/transaction/src/lib/assets/icons/bars_filter.svg +1 -0
  29. package/projects/transaction/src/lib/assets/icons/calendar_day.svg +37 -0
  30. package/projects/transaction/src/lib/assets/icons/calendar_day_regular.svg +1 -0
  31. package/projects/transaction/src/lib/assets/icons/cancel.svg +1 -0
  32. package/projects/transaction/src/lib/assets/icons/cart_check.svg +1 -0
  33. package/projects/transaction/src/lib/assets/icons/cart_flatbed_boxes_solid.svg +1 -0
  34. package/projects/transaction/src/lib/assets/icons/cart_shopping_solid.svg +5 -0
  35. package/projects/transaction/src/lib/assets/icons/cash_register.svg +1 -0
  36. package/projects/transaction/src/lib/assets/icons/credit_card_solid.svg +1 -0
  37. package/projects/transaction/src/lib/assets/icons/delivery_truck.svg +1 -0
  38. package/projects/transaction/src/lib/assets/icons/edit_pencil.svg +1 -0
  39. package/projects/transaction/src/lib/assets/icons/ellipsis_light.svg +1 -0
  40. package/projects/transaction/src/lib/assets/icons/ellipsis_vertical_solid.svg +1 -0
  41. package/projects/transaction/src/lib/assets/icons/expand_solid.svg +1 -0
  42. package/projects/transaction/src/lib/assets/icons/file_circle_info_solid.svg +1 -0
  43. package/projects/transaction/src/lib/assets/icons/file_export_regular.svg +1 -0
  44. package/projects/transaction/src/lib/assets/icons/file_export_solid.svg +1 -0
  45. package/projects/transaction/src/lib/assets/icons/file_pdf_regular.svg +1 -0
  46. package/projects/transaction/src/lib/assets/icons/file_pdf_solid.svg +1 -0
  47. package/projects/transaction/src/lib/assets/icons/gear_solid.svg +1 -0
  48. package/projects/transaction/src/lib/assets/icons/grip_dots_vertical_solid.svg +1 -0
  49. package/projects/transaction/src/lib/assets/icons/ideal_logo.svg +38 -0
  50. package/projects/transaction/src/lib/assets/icons/inbox_in_solid.svg +1 -0
  51. package/projects/transaction/src/lib/assets/icons/list_regular.svg +1 -0
  52. package/projects/transaction/src/lib/assets/icons/list_view.svg +8 -0
  53. package/projects/transaction/src/lib/assets/icons/location_dot_solid.svg +1 -0
  54. package/projects/transaction/src/lib/assets/icons/lock.svg +1 -0
  55. package/projects/transaction/src/lib/assets/icons/lock_keyhole_open_solid.svg +1 -0
  56. package/projects/transaction/src/lib/assets/icons/lock_keyhole_solid.svg +1 -0
  57. package/projects/transaction/src/lib/assets/icons/magnifier.svg +12 -0
  58. package/projects/transaction/src/lib/assets/icons/map_marker.svg +1 -0
  59. package/projects/transaction/src/lib/assets/icons/master_detail.svg +1 -0
  60. package/projects/transaction/src/lib/assets/icons/memo_circle_check_solid.svg +1 -0
  61. package/projects/transaction/src/lib/assets/icons/menu.svg +1 -0
  62. package/projects/transaction/src/lib/assets/icons/message_sms_regular.svg +1 -0
  63. package/projects/transaction/src/lib/assets/icons/message_sms_solid.svg +1 -0
  64. package/projects/transaction/src/lib/assets/icons/object_intersect_solid.svg +1 -0
  65. package/projects/transaction/src/lib/assets/icons/pallet_boxes_solid.svg +1 -0
  66. package/projects/transaction/src/lib/assets/icons/pdf.svg +15 -0
  67. package/projects/transaction/src/lib/assets/icons/percent_solid.svg +1 -0
  68. package/projects/transaction/src/lib/assets/icons/plus_round.svg +9 -0
  69. package/projects/transaction/src/lib/assets/icons/plus_simple.svg +1 -0
  70. package/projects/transaction/src/lib/assets/icons/print_regular.svg +1 -0
  71. package/projects/transaction/src/lib/assets/icons/print_solid.svg +1 -0
  72. package/projects/transaction/src/lib/assets/icons/purchase.svg +15 -0
  73. package/projects/transaction/src/lib/assets/icons/resize.svg +3 -0
  74. package/projects/transaction/src/lib/assets/icons/share_solid.svg +1 -0
  75. package/projects/transaction/src/lib/assets/icons/shelves_light.svg +1 -0
  76. package/projects/transaction/src/lib/assets/icons/shelves_solid.svg +1 -0
  77. package/projects/transaction/src/lib/assets/icons/side_panel.svg +7 -0
  78. package/projects/transaction/src/lib/assets/icons/slide_in.svg +1 -0
  79. package/projects/transaction/src/lib/assets/icons/square_full.svg +1 -0
  80. package/projects/transaction/src/lib/assets/icons/square_full_solid.svg +1 -0
  81. package/projects/transaction/src/lib/assets/icons/sync_alt.svg +3 -0
  82. package/projects/transaction/src/lib/assets/icons/tag.svg +1 -0
  83. package/projects/transaction/src/lib/assets/icons/text_size_solid.svg +1 -0
  84. package/projects/transaction/src/lib/assets/icons/text_solid.svg +1 -0
  85. package/projects/transaction/src/lib/assets/icons/thick_lines.svg +1 -0
  86. package/projects/transaction/src/lib/assets/icons/thin_lines.svg +1 -0
  87. package/projects/transaction/src/lib/assets/icons/trash_bin.svg +1 -0
  88. package/projects/transaction/src/lib/assets/icons/trash_can_light.svg +1 -0
  89. package/projects/transaction/src/lib/assets/icons/triangle_down.svg +1 -0
  90. package/projects/transaction/src/lib/assets/icons/triangle_up.svg +1 -0
  91. package/projects/transaction/src/lib/assets/icons/truck.svg +1 -0
  92. package/projects/transaction/src/lib/assets/icons/truck_arrow_right_solid.svg +1 -0
  93. package/projects/transaction/src/lib/assets/icons/truck_container_solid.svg +1 -0
  94. package/projects/transaction/src/lib/assets/icons/truck_fast_solid.svg +1 -0
  95. package/projects/transaction/src/lib/assets/icons/truck_moving_solid.svg +1 -0
  96. package/projects/transaction/src/lib/assets/icons/txt.svg +9 -0
  97. package/projects/transaction/src/lib/assets/icons/unlock.svg +1 -0
  98. package/projects/transaction/src/lib/assets/icons/warehouse.svg +1 -0
  99. package/projects/transaction/src/lib/assets/icons/x_solid.svg +1 -0
  100. package/projects/transaction/src/lib/cache/cache-field.ts +91 -0
  101. package/projects/transaction/src/lib/cache/parameter-cache-field.ts +63 -0
  102. package/projects/transaction/src/lib/cache/service/business-object-cache-manager.service.ts +194 -0
  103. package/projects/transaction/src/lib/cache/service/select-multiple-cache.service.ts +36 -0
  104. package/projects/transaction/src/lib/cache/service/select-multiple-parameterized-cache.service.ts +46 -0
  105. package/projects/transaction/src/lib/cache/service/select-single-cache.service.ts +28 -0
  106. package/projects/transaction/src/lib/component/animated-checkbox/animated-checkbox.component.ts +26 -0
  107. package/projects/transaction/src/lib/component/animated-checkbox/animated-checkbox.module.ts +19 -0
  108. package/{lib → projects/transaction/src/lib}/component/animated-checkbox/style/_layout.scss +0 -0
  109. package/{lib → projects/transaction/src/lib}/component/animated-checkbox/style/_material-definition.scss +0 -0
  110. package/{lib → projects/transaction/src/lib}/component/animated-checkbox/style/_theme.scss +0 -0
  111. package/{lib → projects/transaction/src/lib}/component/animated-checkbox/style/material.scss +0 -0
  112. package/projects/transaction/src/lib/component/avatar/avatar.component.ts +120 -0
  113. package/projects/transaction/src/lib/component/avatar/avatar.module.ts +20 -0
  114. package/{lib → projects/transaction/src/lib}/component/avatar/style/_layout.scss +0 -0
  115. package/{lib → projects/transaction/src/lib}/component/avatar/style/_material-definition.scss +0 -0
  116. package/{lib → projects/transaction/src/lib}/component/avatar/style/_theme.scss +0 -0
  117. package/{lib → projects/transaction/src/lib}/component/avatar/style/material.scss +0 -0
  118. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-login/checkout-login.component.scss +0 -0
  119. package/projects/transaction/src/lib/component/checkout/checkout-login/checkout-login.component.ts +115 -0
  120. package/{lib/component/core/base/components/characteristic-answer/style/_material-definition.scss → projects/transaction/src/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.scss} +0 -0
  121. package/projects/transaction/src/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.ts +50 -0
  122. package/projects/transaction/src/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.ts +296 -0
  123. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-delivery-edit/style/_layout.scss +0 -0
  124. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-delivery-edit/style/_material-definition.scss +0 -0
  125. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-delivery-edit/style/_theme.scss +0 -0
  126. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-delivery-edit/style/material.scss +0 -0
  127. package/projects/transaction/src/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.ts +107 -0
  128. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-payment/style/_layout.scss +0 -0
  129. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-payment/style/_material-definition.scss +0 -0
  130. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-payment/style/_theme.scss +0 -0
  131. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-payment/style/material.scss +0 -0
  132. package/projects/transaction/src/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.ts +256 -0
  133. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-relation-edit/style/_layout.scss +0 -0
  134. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-relation-edit/style/_material-definition.scss +0 -0
  135. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-relation-edit/style/_theme.scss +0 -0
  136. package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-relation-edit/style/material.scss +0 -0
  137. package/projects/transaction/src/lib/component/checkout/checkout.component.ts +205 -0
  138. package/projects/transaction/src/lib/component/checkout/checkout.module.ts +144 -0
  139. package/{lib → projects/transaction/src/lib}/component/checkout/style/_layout.scss +0 -0
  140. package/{lib → projects/transaction/src/lib}/component/checkout/style/_material-definition.scss +0 -0
  141. package/{lib → projects/transaction/src/lib}/component/checkout/style/_theme.scss +0 -0
  142. package/{lib → projects/transaction/src/lib}/component/checkout/style/material.scss +0 -0
  143. package/projects/transaction/src/lib/component/confirmation-dialog/confirmation-dialog.component.ts +72 -0
  144. package/projects/transaction/src/lib/component/confirmation-dialog/confirmation-dialog.module.ts +23 -0
  145. package/{lib → projects/transaction/src/lib}/component/confirmation-dialog/style/_layout.scss +0 -0
  146. package/{lib → projects/transaction/src/lib}/component/confirmation-dialog/style/_material-definition.scss +0 -0
  147. package/{lib → projects/transaction/src/lib}/component/confirmation-dialog/style/_theme.scss +0 -0
  148. package/{lib → projects/transaction/src/lib}/component/confirmation-dialog/style/material.scss +0 -0
  149. package/projects/transaction/src/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.ts +87 -0
  150. package/projects/transaction/src/lib/component/core/base/components/characteristic-answer/characteristic-answer.module.ts +25 -0
  151. package/{lib → projects/transaction/src/lib}/component/core/base/components/characteristic-answer/style/_layout.scss +0 -0
  152. package/{lib/component/core/base/components/default-ok-cancel-buttons → projects/transaction/src/lib/component/core/base/components/characteristic-answer}/style/_material-definition.scss +0 -0
  153. package/{lib → projects/transaction/src/lib}/component/core/base/components/characteristic-answer/style/_theme.scss +0 -0
  154. package/{lib → projects/transaction/src/lib}/component/core/base/components/characteristic-answer/style/material.scss +0 -0
  155. package/projects/transaction/src/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.component.ts +46 -0
  156. package/projects/transaction/src/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.module.ts +20 -0
  157. package/{lib → projects/transaction/src/lib}/component/core/base/components/default-ok-cancel-buttons/style/_layout.scss +0 -0
  158. package/{lib/component/core/base/components/warehouse → projects/transaction/src/lib/component/core/base/components/default-ok-cancel-buttons}/style/_material-definition.scss +0 -0
  159. package/{lib → projects/transaction/src/lib}/component/core/base/components/default-ok-cancel-buttons/style/_theme.scss +0 -0
  160. package/{lib → projects/transaction/src/lib}/component/core/base/components/default-ok-cancel-buttons/style/material.scss +0 -0
  161. package/{lib → projects/transaction/src/lib}/component/core/base/components/transaction-header-block/style/_layout.scss +0 -0
  162. package/{lib → projects/transaction/src/lib}/component/core/base/components/transaction-header-block/style/_material-definition.scss +0 -0
  163. package/{lib → projects/transaction/src/lib}/component/core/base/components/transaction-header-block/style/_theme.scss +0 -0
  164. package/{lib → projects/transaction/src/lib}/component/core/base/components/transaction-header-block/style/material.scss +0 -0
  165. package/projects/transaction/src/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.ts +51 -0
  166. package/projects/transaction/src/lib/component/core/base/components/transaction-header-block/transaction-header-block.module.ts +17 -0
  167. package/{lib → projects/transaction/src/lib}/component/core/base/components/warehouse/style/_layout.scss +0 -0
  168. package/{lib/component/dialog/catalog/dialog-catalog → projects/transaction/src/lib/component/core/base/components/warehouse}/style/_material-definition.scss +0 -0
  169. package/{lib → projects/transaction/src/lib}/component/core/base/components/warehouse/style/_theme.scss +0 -0
  170. package/{lib → projects/transaction/src/lib}/component/core/base/components/warehouse/style/material.scss +0 -0
  171. package/projects/transaction/src/lib/component/core/base/components/warehouse/warehouse.component.ts +65 -0
  172. package/projects/transaction/src/lib/component/core/base/components/warehouse/warehouse.module.ts +24 -0
  173. package/projects/transaction/src/lib/component/core/base/dialog-base.component.ts +8 -0
  174. package/projects/transaction/src/lib/component/core/base/dialog-transaction-base.component.ts +44 -0
  175. package/projects/transaction/src/lib/component/core/base/dynamic-base-component.ts +8 -0
  176. package/projects/transaction/src/lib/component/core/base/transaction-base.component.ts +188 -0
  177. package/projects/transaction/src/lib/component/core/base/transaction-filter-base.component.ts +70 -0
  178. package/projects/transaction/src/lib/component/core/base/transaction-filter-content-base.component.ts +49 -0
  179. package/projects/transaction/src/lib/component/core/base/transaction-filter-popup-base.component.ts +113 -0
  180. package/projects/transaction/src/lib/component/core/base/transaction-grid-base.component.ts +54 -0
  181. package/projects/transaction/src/lib/component/core/base/transaction-header-filter-popup-base.component.ts +124 -0
  182. package/projects/transaction/src/lib/component/core/base/transaction-input-field-base.component.ts +54 -0
  183. package/projects/transaction/src/lib/component/core/base/transaction-lines-grid-view-base.component.ts +6 -0
  184. package/projects/transaction/src/lib/component/core/base/transaction-lines-list-view-base.component.ts +6 -0
  185. package/projects/transaction/src/lib/component/core/base/transaction-search-grid-base.component.ts +24 -0
  186. package/projects/transaction/src/lib/component/core/base/transaction-search-tile-base.component.ts +30 -0
  187. package/projects/transaction/src/lib/component/core/characteristic-answer/characteristic-answer.component.ts +104 -0
  188. package/projects/transaction/src/lib/component/core/core.module.ts +47 -0
  189. package/projects/transaction/src/lib/component/core/directive/lazy-render-master.directive.ts +47 -0
  190. package/projects/transaction/src/lib/component/core/directive/lazy-render.directive.ts +37 -0
  191. package/projects/transaction/src/lib/component/core/directive/template-wrapper.directive.ts +72 -0
  192. package/projects/transaction/src/lib/component/core/enum/app-popup-button-type.enum.ts +9 -0
  193. package/projects/transaction/src/lib/component/core/enum/app-popup-type.enum.ts +6 -0
  194. package/{lib → projects/transaction/src/lib}/component/core/icon/icon.component.scss +0 -0
  195. package/projects/transaction/src/lib/component/core/icon/icon.component.ts +33 -0
  196. package/projects/transaction/src/lib/component/core/image-display/image-display.component.ts +27 -0
  197. package/{lib → projects/transaction/src/lib}/component/core/image-display/style/_layout.scss +0 -0
  198. package/{lib → projects/transaction/src/lib}/component/core/image-display/style/_material-definition.scss +0 -0
  199. package/{lib → projects/transaction/src/lib}/component/core/image-display/style/_theme.scss +0 -0
  200. package/{lib → projects/transaction/src/lib}/component/core/image-display/style/material.scss +0 -0
  201. package/projects/transaction/src/lib/component/core/relation/customer-groups.component.ts +47 -0
  202. package/{lib → projects/transaction/src/lib}/component/core/relation/relation-customer-groups.component.scss +0 -0
  203. package/{lib → projects/transaction/src/lib}/component/core/stock-status-indicator/stock-status-indicator.component.scss +0 -0
  204. package/projects/transaction/src/lib/component/core/stock-status-indicator/stock-status-indicator.component.ts +25 -0
  205. package/projects/transaction/src/lib/component/delivery-type-tile/delivery-type-tile.component.ts +48 -0
  206. package/projects/transaction/src/lib/component/delivery-type-tile/delivery-type-tile.module.ts +25 -0
  207. package/{lib → projects/transaction/src/lib}/component/delivery-type-tile/style/_layout.scss +0 -0
  208. package/{lib → projects/transaction/src/lib}/component/delivery-type-tile/style/_material-definition.scss +0 -0
  209. package/{lib → projects/transaction/src/lib}/component/delivery-type-tile/style/_theme.scss +0 -0
  210. package/{lib → projects/transaction/src/lib}/component/delivery-type-tile/style/material.scss +0 -0
  211. package/projects/transaction/src/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.ts +53 -0
  212. package/projects/transaction/src/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.module.ts +21 -0
  213. package/{lib → projects/transaction/src/lib}/component/dialog/catalog/dialog-catalog/style/_layout.scss +0 -0
  214. package/{lib/component/dialog/transaction-header/dialog-transaction-header-branch → projects/transaction/src/lib/component/dialog/catalog/dialog-catalog}/style/_material-definition.scss +0 -0
  215. package/{lib → projects/transaction/src/lib}/component/dialog/catalog/dialog-catalog/style/_theme.scss +0 -0
  216. package/{lib → projects/transaction/src/lib}/component/dialog/catalog/dialog-catalog/style/material.scss +0 -0
  217. package/projects/transaction/src/lib/component/dialog/dialog-header-search/dialog-header-search.component.ts +40 -0
  218. package/projects/transaction/src/lib/component/dialog/dialog-header-search/dialog-header-search.module.ts +21 -0
  219. package/{lib → projects/transaction/src/lib}/component/dialog/dialog-header-search/style/_layout.scss +0 -0
  220. package/{lib → projects/transaction/src/lib}/component/dialog/dialog-header-search/style/_material-definition.scss +0 -0
  221. package/{lib → projects/transaction/src/lib}/component/dialog/dialog-header-search/style/_theme.scss +0 -0
  222. package/{lib → projects/transaction/src/lib}/component/dialog/dialog-header-search/style/material.scss +0 -0
  223. package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-branch/dialog-transaction-header-branch.component.ts +24 -0
  224. package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-branch/dialog-transaction-header-branch.module.ts +23 -0
  225. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-branch/style/_layout.scss +0 -0
  226. package/{lib/component/discount → projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-branch}/style/_material-definition.scss +0 -0
  227. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-branch/style/_theme.scss +0 -0
  228. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-branch/style/material.scss +0 -0
  229. package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.component.ts +35 -0
  230. package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.module.ts +26 -0
  231. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-delivery-method/style/_layout.scss +0 -0
  232. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-delivery-method/style/_material-definition.scss +0 -0
  233. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-delivery-method/style/_theme.scss +0 -0
  234. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-delivery-method/style/material.scss +0 -0
  235. package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.ts +70 -0
  236. package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.module.ts +27 -0
  237. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-discount/style/_layout.scss +0 -0
  238. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-discount/style/_material-definition.scss +0 -0
  239. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-discount/style/_theme.scss +0 -0
  240. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-discount/style/material.scss +0 -0
  241. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.ts +33 -0
  242. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.module.ts +26 -0
  243. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_layout.scss +0 -0
  244. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_material-definition.scss +0 -0
  245. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_theme.scss +0 -0
  246. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/material.scss +0 -0
  247. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.component.ts +34 -0
  248. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.module.ts +26 -0
  249. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-delivery-method/style/_layout.scss +0 -0
  250. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-delivery-method/style/_material-definition.scss +0 -0
  251. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-delivery-method/style/_theme.scss +0 -0
  252. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-delivery-method/style/material.scss +0 -0
  253. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.ts +93 -0
  254. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.module.ts +34 -0
  255. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-discount/style/_layout.scss +0 -0
  256. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-discount/style/_material-definition.scss +0 -0
  257. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-discount/style/_theme.scss +0 -0
  258. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-discount/style/material.scss +0 -0
  259. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.component.ts +34 -0
  260. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.module.ts +26 -0
  261. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-price-list/style/_layout.scss +0 -0
  262. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-price-list/style/_material-definition.scss +0 -0
  263. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-price-list/style/_theme.scss +0 -0
  264. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-price-list/style/material.scss +0 -0
  265. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.component.ts +34 -0
  266. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.module.ts +26 -0
  267. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-supplier/style/_layout.scss +0 -0
  268. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-supplier/style/_material-definition.scss +0 -0
  269. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-supplier/style/_theme.scss +0 -0
  270. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-supplier/style/material.scss +0 -0
  271. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.ts +35 -0
  272. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.module.ts +26 -0
  273. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-vat/style/_layout.scss +0 -0
  274. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-vat/style/_material-definition.scss +0 -0
  275. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-vat/style/_theme.scss +0 -0
  276. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-vat/style/material.scss +0 -0
  277. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.component.ts +33 -0
  278. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.module.ts +26 -0
  279. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse/style/_layout.scss +0 -0
  280. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse/style/_material-definition.scss +0 -0
  281. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse/style/_theme.scss +0 -0
  282. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse/style/material.scss +0 -0
  283. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.ts +84 -0
  284. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.module.ts +29 -0
  285. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_layout.scss +0 -0
  286. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_material-definition.scss +0 -0
  287. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_theme.scss +0 -0
  288. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/material.scss +0 -0
  289. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.ts +42 -0
  290. package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.module.ts +26 -0
  291. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/style/_layout.scss +0 -0
  292. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/style/_material-definition.scss +0 -0
  293. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/style/_theme.scss +0 -0
  294. package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/style/material.scss +0 -0
  295. package/projects/transaction/src/lib/component/discount/discount.component.ts +120 -0
  296. package/projects/transaction/src/lib/component/discount/discount.module.ts +26 -0
  297. package/{lib → projects/transaction/src/lib}/component/discount/style/_layout.scss +0 -0
  298. package/{lib/component/payment-qr-code → projects/transaction/src/lib/component/discount}/style/_material-definition.scss +0 -0
  299. package/{lib → projects/transaction/src/lib}/component/discount/style/_theme.scss +0 -0
  300. package/{lib → projects/transaction/src/lib}/component/discount/style/material.scss +0 -0
  301. package/projects/transaction/src/lib/component/down-payment/down-payment.component.ts +77 -0
  302. package/projects/transaction/src/lib/component/down-payment/down-payment.module.ts +25 -0
  303. package/{lib → projects/transaction/src/lib}/component/down-payment/style/_layout.scss +0 -0
  304. package/{lib → projects/transaction/src/lib}/component/down-payment/style/_material-definition.scss +0 -0
  305. package/{lib → projects/transaction/src/lib}/component/down-payment/style/_theme.scss +0 -0
  306. package/{lib → projects/transaction/src/lib}/component/down-payment/style/material.scss +0 -0
  307. package/projects/transaction/src/lib/component/editable-label/editable-label.component.ts +74 -0
  308. package/projects/transaction/src/lib/component/editable-label/editable-label.module.ts +18 -0
  309. package/{lib → projects/transaction/src/lib}/component/editable-label/style/_layout.scss +0 -0
  310. package/{lib → projects/transaction/src/lib}/component/editable-label/style/_material-definition.scss +0 -0
  311. package/{lib → projects/transaction/src/lib}/component/editable-label/style/_theme.scss +0 -0
  312. package/{lib → projects/transaction/src/lib}/component/editable-label/style/material.scss +0 -0
  313. package/projects/transaction/src/lib/component/loader/loader.component.ts +49 -0
  314. package/projects/transaction/src/lib/component/loader/loader.module.ts +17 -0
  315. package/{lib → projects/transaction/src/lib}/component/loader/style/_layout.scss +0 -0
  316. package/{lib → projects/transaction/src/lib}/component/loader/style/_material-definition.scss +0 -0
  317. package/{lib → projects/transaction/src/lib}/component/loader/style/_theme.scss +0 -0
  318. package/{lib → projects/transaction/src/lib}/component/loader/style/material.scss +0 -0
  319. package/projects/transaction/src/lib/component/order-confirmation-create/order-confirmation-create.component.ts +42 -0
  320. package/projects/transaction/src/lib/component/order-confirmation-create/order-confirmation-create.module.ts +26 -0
  321. package/{lib → projects/transaction/src/lib}/component/order-confirmation-create/style/_layout.scss +0 -0
  322. package/{lib → projects/transaction/src/lib}/component/order-confirmation-create/style/_material-definition.scss +0 -0
  323. package/{lib → projects/transaction/src/lib}/component/order-confirmation-create/style/_theme.scss +0 -0
  324. package/{lib → projects/transaction/src/lib}/component/order-confirmation-create/style/material.scss +0 -0
  325. package/projects/transaction/src/lib/component/payment/payment.component.ts +264 -0
  326. package/projects/transaction/src/lib/component/payment/payment.module.ts +36 -0
  327. package/{lib → projects/transaction/src/lib}/component/payment/style/_layout.scss +0 -0
  328. package/{lib → projects/transaction/src/lib}/component/payment/style/_material-definition.scss +0 -0
  329. package/{lib → projects/transaction/src/lib}/component/payment/style/_theme.scss +0 -0
  330. package/{lib → projects/transaction/src/lib}/component/payment/style/material.scss +0 -0
  331. package/projects/transaction/src/lib/component/payment-qr-code/payment-qr-code.component.ts +24 -0
  332. package/projects/transaction/src/lib/component/payment-qr-code/payment-qr-code.module.ts +21 -0
  333. package/{lib → projects/transaction/src/lib}/component/payment-qr-code/style/_layout.scss +0 -0
  334. package/{lib/component/payment-tile → projects/transaction/src/lib/component/payment-qr-code}/style/_material-definition.scss +0 -0
  335. package/{lib → projects/transaction/src/lib}/component/payment-qr-code/style/_theme.scss +0 -0
  336. package/{lib → projects/transaction/src/lib}/component/payment-qr-code/style/material.scss +0 -0
  337. package/projects/transaction/src/lib/component/payment-tile/payment-tile.component.ts +38 -0
  338. package/projects/transaction/src/lib/component/payment-tile/payment-tile.module.ts +24 -0
  339. package/{lib → projects/transaction/src/lib}/component/payment-tile/style/_layout.scss +0 -0
  340. package/{lib/component/relation/relation-suggestions-list → projects/transaction/src/lib/component/payment-tile}/style/_material-definition.scss +0 -0
  341. package/{lib → projects/transaction/src/lib}/component/payment-tile/style/_theme.scss +0 -0
  342. package/{lib → projects/transaction/src/lib}/component/payment-tile/style/material.scss +0 -0
  343. package/projects/transaction/src/lib/component/quick-send-button/quick-send-button.component.ts +60 -0
  344. package/projects/transaction/src/lib/component/quick-send-button/quick-send-button.module.ts +25 -0
  345. package/{lib → projects/transaction/src/lib}/component/quick-send-button/style/_layout.scss +0 -0
  346. package/{lib → projects/transaction/src/lib}/component/quick-send-button/style/_material-definition.scss +0 -0
  347. package/{lib → projects/transaction/src/lib}/component/quick-send-button/style/_theme.scss +0 -0
  348. package/{lib → projects/transaction/src/lib}/component/quick-send-button/style/material.scss +0 -0
  349. package/projects/transaction/src/lib/component/relation/relation-address/relation-address.component.ts +113 -0
  350. package/projects/transaction/src/lib/component/relation/relation-address/relation-address.module.ts +28 -0
  351. package/{lib → projects/transaction/src/lib}/component/relation/relation-address/style/_layout.scss +0 -0
  352. package/{lib → projects/transaction/src/lib}/component/relation/relation-address/style/_material-definition.scss +0 -0
  353. package/{lib → projects/transaction/src/lib}/component/relation/relation-address/style/_theme.scss +0 -0
  354. package/{lib → projects/transaction/src/lib}/component/relation/relation-address/style/material.scss +0 -0
  355. package/projects/transaction/src/lib/component/relation/relation-address-select/relation-address-select.component.ts +158 -0
  356. package/projects/transaction/src/lib/component/relation/relation-address-select/relation-address-select.module.ts +32 -0
  357. package/{lib → projects/transaction/src/lib}/component/relation/relation-address-select/style/_layout.scss +0 -0
  358. package/{lib → projects/transaction/src/lib}/component/relation/relation-address-select/style/_material-definition.scss +0 -0
  359. package/{lib → projects/transaction/src/lib}/component/relation/relation-address-select/style/_theme.scss +0 -0
  360. package/{lib → projects/transaction/src/lib}/component/relation/relation-address-select/style/material.scss +0 -0
  361. package/projects/transaction/src/lib/component/relation/relation-address-tile/relation-address-tile.component.ts +70 -0
  362. package/projects/transaction/src/lib/component/relation/relation-address-tile/relation-address-tile.module.ts +31 -0
  363. package/{lib → projects/transaction/src/lib}/component/relation/relation-address-tile/style/_layout.scss +0 -0
  364. package/{lib → projects/transaction/src/lib}/component/relation/relation-address-tile/style/_material-definition.scss +0 -0
  365. package/{lib → projects/transaction/src/lib}/component/relation/relation-address-tile/style/_theme.scss +0 -0
  366. package/{lib → projects/transaction/src/lib}/component/relation/relation-address-tile/style/material.scss +0 -0
  367. package/projects/transaction/src/lib/component/relation/relation-addresses/relation-addresses.component.ts +123 -0
  368. package/projects/transaction/src/lib/component/relation/relation-addresses/relation-addresses.module.ts +32 -0
  369. package/{lib → projects/transaction/src/lib}/component/relation/relation-addresses/style/_layout.scss +0 -0
  370. package/{lib → projects/transaction/src/lib}/component/relation/relation-addresses/style/_material-definition.scss +0 -0
  371. package/{lib → projects/transaction/src/lib}/component/relation/relation-addresses/style/_theme.scss +0 -0
  372. package/{lib → projects/transaction/src/lib}/component/relation/relation-addresses/style/material.scss +0 -0
  373. package/projects/transaction/src/lib/component/relation/relation-base.component.ts +33 -0
  374. package/projects/transaction/src/lib/component/relation/relation-contact-details/relation-contact-details.component.ts +65 -0
  375. package/projects/transaction/src/lib/component/relation/relation-contact-details/relation-contact-details.module.ts +22 -0
  376. package/{lib → projects/transaction/src/lib}/component/relation/relation-contact-details/style/_layout.scss +0 -0
  377. package/{lib → projects/transaction/src/lib}/component/relation/relation-contact-details/style/_material-definition.scss +0 -0
  378. package/{lib → projects/transaction/src/lib}/component/relation/relation-contact-details/style/_theme.scss +0 -0
  379. package/{lib → projects/transaction/src/lib}/component/relation/relation-contact-details/style/material.scss +0 -0
  380. package/projects/transaction/src/lib/component/relation/relation-general/relation-general.component.ts +237 -0
  381. package/projects/transaction/src/lib/component/relation/relation-general/relation-general.module.ts +25 -0
  382. package/{lib → projects/transaction/src/lib}/component/relation/relation-general/style/_layout.scss +0 -0
  383. package/{lib → projects/transaction/src/lib}/component/relation/relation-general/style/_material-definition.scss +0 -0
  384. package/{lib → projects/transaction/src/lib}/component/relation/relation-general/style/_theme.scss +0 -0
  385. package/{lib → projects/transaction/src/lib}/component/relation/relation-general/style/material.scss +0 -0
  386. package/projects/transaction/src/lib/component/relation/relation-preferences/relation-preferences.component.ts +64 -0
  387. package/projects/transaction/src/lib/component/relation/relation-preferences/relation-preferences.module.ts +19 -0
  388. package/{lib → projects/transaction/src/lib}/component/relation/relation-preferences/style/_layout.scss +0 -0
  389. package/{lib → projects/transaction/src/lib}/component/relation/relation-preferences/style/_material-definition.scss +0 -0
  390. package/{lib → projects/transaction/src/lib}/component/relation/relation-preferences/style/_theme.scss +0 -0
  391. package/{lib → projects/transaction/src/lib}/component/relation/relation-preferences/style/material.scss +0 -0
  392. package/projects/transaction/src/lib/component/relation/relation-suggestions-list/relation-suggestions-list.component.ts +28 -0
  393. package/projects/transaction/src/lib/component/relation/relation-suggestions-list/relation-suggestions-list.module.ts +19 -0
  394. package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list/style/_layout.scss +0 -0
  395. package/{lib/component/relation/relation-type → projects/transaction/src/lib/component/relation/relation-suggestions-list}/style/_material-definition.scss +0 -0
  396. package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list/style/_theme.scss +0 -0
  397. package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list/style/material.scss +0 -0
  398. package/projects/transaction/src/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.component.ts +33 -0
  399. package/projects/transaction/src/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.module.ts +17 -0
  400. package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list-item/style/_layout.scss +0 -0
  401. package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list-item/style/_material-definition.scss +0 -0
  402. package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list-item/style/_theme.scss +0 -0
  403. package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list-item/style/material.scss +0 -0
  404. package/projects/transaction/src/lib/component/relation/relation-type/relation-type.component.ts +48 -0
  405. package/projects/transaction/src/lib/component/relation/relation-type/relation-type.module.ts +21 -0
  406. package/{lib → projects/transaction/src/lib}/component/relation/relation-type/style/_layout.scss +0 -0
  407. package/{lib/component/transaction-allocate-goods-history → projects/transaction/src/lib/component/relation/relation-type}/style/_material-definition.scss +0 -0
  408. package/{lib → projects/transaction/src/lib}/component/relation/relation-type/style/_theme.scss +0 -0
  409. package/{lib → projects/transaction/src/lib}/component/relation/relation-type/style/material.scss +0 -0
  410. package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text/style/_layout.scss +0 -0
  411. package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text/style/_material-definition.scss +0 -0
  412. package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text/style/_theme.scss +0 -0
  413. package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text/style/material.scss +0 -0
  414. package/projects/transaction/src/lib/component/shared/transaction-article-text/transaction-article-text.component.ts +181 -0
  415. package/projects/transaction/src/lib/component/shared/transaction-article-text/transaction-article-text.module.ts +40 -0
  416. package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text-overview/style/_layout.scss +0 -0
  417. package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text-overview/style/_material-definition.scss +0 -0
  418. package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text-overview/style/_theme.scss +0 -0
  419. package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text-overview/style/material.scss +0 -0
  420. package/projects/transaction/src/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.ts +145 -0
  421. package/projects/transaction/src/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.module.ts +27 -0
  422. package/projects/transaction/src/lib/component/shopping-cart/shopping-cart.component.ts +73 -0
  423. package/projects/transaction/src/lib/component/shopping-cart/shopping-cart.module.ts +25 -0
  424. package/{lib → projects/transaction/src/lib}/component/shopping-cart/style/_layout.scss +0 -0
  425. package/{lib → projects/transaction/src/lib}/component/shopping-cart/style/_material-definition.scss +0 -0
  426. package/{lib → projects/transaction/src/lib}/component/shopping-cart/style/_theme.scss +0 -0
  427. package/{lib → projects/transaction/src/lib}/component/shopping-cart/style/material.scss +0 -0
  428. package/projects/transaction/src/lib/component/shopping-cart-OLD/ione-shopping-cart.component.ts +190 -0
  429. package/projects/transaction/src/lib/component/shopping-cart-OLD/ione-shopping-cart.module.ts +81 -0
  430. package/{lib → projects/transaction/src/lib}/component/shopping-cart-OLD/shopping-cart-manager/shopping-cart-manager.component.scss +0 -0
  431. package/projects/transaction/src/lib/component/shopping-cart-OLD/shopping-cart-manager/shopping-cart-manager.component.ts +508 -0
  432. package/projects/transaction/src/lib/component/shopping-cart-preview/shopping-cart-preview.component.ts +59 -0
  433. package/projects/transaction/src/lib/component/shopping-cart-preview/shopping-cart-preview.module.ts +27 -0
  434. package/{lib → projects/transaction/src/lib}/component/shopping-cart-preview/style/_layout.scss +0 -0
  435. package/{lib → projects/transaction/src/lib}/component/shopping-cart-preview/style/_material-definition.scss +0 -0
  436. package/{lib → projects/transaction/src/lib}/component/shopping-cart-preview/style/_theme.scss +0 -0
  437. package/{lib → projects/transaction/src/lib}/component/shopping-cart-preview/style/material.scss +0 -0
  438. package/projects/transaction/src/lib/component/stepper/component/stepper-step.component.ts +45 -0
  439. package/projects/transaction/src/lib/component/stepper/stepper.component.ts +148 -0
  440. package/projects/transaction/src/lib/component/stepper/stepper.module.ts +28 -0
  441. package/{lib → projects/transaction/src/lib}/component/stepper/style/_layout.scss +0 -0
  442. package/{lib → projects/transaction/src/lib}/component/stepper/style/_material-definition.scss +0 -0
  443. package/{lib → projects/transaction/src/lib}/component/stepper/style/_theme.scss +0 -0
  444. package/{lib → projects/transaction/src/lib}/component/stepper/style/material.scss +0 -0
  445. package/{lib → projects/transaction/src/lib}/component/tile/style/_layout.scss +0 -0
  446. package/{lib → projects/transaction/src/lib}/component/tile/style/_material-definition.scss +0 -0
  447. package/{lib → projects/transaction/src/lib}/component/tile/style/_theme.scss +0 -0
  448. package/{lib → projects/transaction/src/lib}/component/tile/style/material.scss +0 -0
  449. package/projects/transaction/src/lib/component/tile/tile.component.ts +31 -0
  450. package/projects/transaction/src/lib/component/tile/tile.module.ts +18 -0
  451. package/projects/transaction/src/lib/component/toast/style/_layout.scss +24 -0
  452. package/projects/transaction/src/lib/component/toast/style/_material-definition.scss +6 -0
  453. package/projects/transaction/src/lib/component/toast/style/_theme.scss +10 -0
  454. package/{lib/component/transaction-allocate-goods-history → projects/transaction/src/lib/component/toast}/style/material.scss +0 -0
  455. package/projects/transaction/src/lib/component/toast/toast.component.ts +35 -0
  456. package/projects/transaction/src/lib/component/toast/toast.module.ts +17 -0
  457. package/projects/transaction/src/lib/component/transaction/style/_layout.scss +56 -0
  458. package/{lib → projects/transaction/src/lib}/component/transaction/style/_material-definition.scss +0 -0
  459. package/{lib → projects/transaction/src/lib}/component/transaction/style/_theme.scss +0 -0
  460. package/projects/transaction/src/lib/component/transaction/style/material.scss +14 -0
  461. package/projects/transaction/src/lib/component/transaction/transaction.component.ts +206 -0
  462. package/projects/transaction/src/lib/component/transaction/transaction.module.ts +68 -0
  463. package/{lib → projects/transaction/src/lib}/component/transaction-allocate-goods-history/style/_layout.scss +0 -0
  464. package/{lib/component/transaction-grid/transaction-available-stock-grid → projects/transaction/src/lib/component/transaction-allocate-goods-history}/style/_material-definition.scss +0 -0
  465. package/{lib → projects/transaction/src/lib}/component/transaction-allocate-goods-history/style/_theme.scss +0 -0
  466. package/{lib/component/transaction-line-checkbox-list → projects/transaction/src/lib/component/transaction-allocate-goods-history}/style/material.scss +0 -0
  467. package/projects/transaction/src/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.component.ts +95 -0
  468. package/projects/transaction/src/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.module.ts +26 -0
  469. package/{lib → projects/transaction/src/lib}/component/transaction-button-bar/style/_layout.scss +0 -0
  470. package/{lib → projects/transaction/src/lib}/component/transaction-button-bar/style/_material-definition.scss +0 -0
  471. package/{lib → projects/transaction/src/lib}/component/transaction-button-bar/style/_theme.scss +0 -0
  472. package/{lib → projects/transaction/src/lib}/component/transaction-button-bar/style/material.scss +0 -0
  473. package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.ts +45 -0
  474. package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.ts +76 -0
  475. package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.ts +40 -0
  476. package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar.component.ts +63 -0
  477. package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar.module.ts +33 -0
  478. package/projects/transaction/src/lib/component/transaction-card/transaction-card/style/_layout.scss +12 -0
  479. package/{lib/component/transaction-line-side-panel-purchase → projects/transaction/src/lib/component/transaction-card/transaction-card}/style/_material-definition.scss +0 -0
  480. package/projects/transaction/src/lib/component/transaction-card/transaction-card/style/_theme.scss +4 -0
  481. package/projects/transaction/src/lib/component/transaction-card/transaction-card/style/material.scss +7 -0
  482. package/projects/transaction/src/lib/component/transaction-card/transaction-card/transaction-card.component.ts +125 -0
  483. package/projects/transaction/src/lib/component/transaction-card/transaction-card/transaction-card.module.ts +28 -0
  484. package/projects/transaction/src/lib/component/transaction-card/transaction-card-footer/style/_layout.scss +25 -0
  485. package/{lib/component/transaction-grid/transaction-grid → projects/transaction/src/lib/component/transaction-card/transaction-card-footer}/style/_material-definition.scss +0 -0
  486. package/projects/transaction/src/lib/component/transaction-card/transaction-card-footer/style/_theme.scss +4 -0
  487. package/{lib/component/transaction-grid/transaction-received-goods-grid → projects/transaction/src/lib/component/transaction-card/transaction-card-footer}/style/material.scss +0 -0
  488. package/projects/transaction/src/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.component.ts +59 -0
  489. package/projects/transaction/src/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.module.ts +24 -0
  490. package/projects/transaction/src/lib/component/transaction-card/transaction-card-header/style/_layout.scss +66 -0
  491. package/{lib/component/transaction-grid/transaction-received-goods-grid → projects/transaction/src/lib/component/transaction-card/transaction-card-header}/style/_material-definition.scss +0 -0
  492. package/projects/transaction/src/lib/component/transaction-card/transaction-card-header/style/_theme.scss +4 -0
  493. package/{lib/component/transaction-header-fields/transaction-header-delivery-options → projects/transaction/src/lib/component/transaction-card/transaction-card-header}/style/material.scss +0 -0
  494. package/projects/transaction/src/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.ts +68 -0
  495. package/projects/transaction/src/lib/component/transaction-card/transaction-card-header/transaction-card-header.module.ts +31 -0
  496. package/projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview/style/_layout.scss +67 -0
  497. package/{lib/component/transaction-line-fields/transaction-line-price → projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview}/style/_material-definition.scss +0 -0
  498. package/projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview/style/_theme.scss +4 -0
  499. package/{lib/component/transaction-line-fields/transaction-line-price → projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview}/style/material.scss +0 -0
  500. package/projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.component.ts +64 -0
  501. package/projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.module.ts +44 -0
  502. package/projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview/style/_layout.scss +4 -0
  503. package/{lib/component/transaction-line-grid → projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview}/style/_material-definition.scss +0 -0
  504. package/projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview/style/_theme.scss +4 -0
  505. package/{lib/component/transaction-line/transaction-base-line → projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview}/style/material.scss +0 -0
  506. package/projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.component.ts +21 -0
  507. package/projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.module.ts +18 -0
  508. package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-details/style/_layout.scss +0 -0
  509. package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-details/style/_material-definition.scss +0 -0
  510. package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-details/style/_theme.scss +0 -0
  511. package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-details/style/material.scss +0 -0
  512. package/projects/transaction/src/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.ts +148 -0
  513. package/projects/transaction/src/lib/component/transaction-confirmation-details/transaction-confirmation-details.module.ts +40 -0
  514. package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-history/style/_layout.scss +0 -0
  515. package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-history/style/_material-definition.scss +0 -0
  516. package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-history/style/_theme.scss +0 -0
  517. package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-history/style/material.scss +0 -0
  518. package/projects/transaction/src/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.ts +129 -0
  519. package/projects/transaction/src/lib/component/transaction-confirmation-history/transaction-confirmation-history.module.ts +38 -0
  520. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-available-stock-grid/style/_layout.scss +0 -0
  521. package/{lib/component/transaction-line-side-panel-sales → projects/transaction/src/lib/component/transaction-grid/transaction-available-stock-grid}/style/_material-definition.scss +0 -0
  522. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-available-stock-grid/style/_theme.scss +0 -0
  523. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-available-stock-grid/style/material.scss +0 -0
  524. package/projects/transaction/src/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.ts +107 -0
  525. package/projects/transaction/src/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.module.ts +23 -0
  526. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-base-grid/style/_layout.scss +0 -0
  527. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-base-grid/style/_material-definition.scss +0 -0
  528. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-base-grid/style/_theme.scss +0 -0
  529. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-base-grid/style/material.scss +0 -0
  530. package/projects/transaction/src/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.ts +49 -0
  531. package/projects/transaction/src/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.module.ts +31 -0
  532. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-grid/style/_layout.scss +0 -0
  533. package/{lib/component/transaction-line/transaction-goods-allocation-line → projects/transaction/src/lib/component/transaction-grid/transaction-grid}/style/_material-definition.scss +0 -0
  534. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-grid/style/_theme.scss +0 -0
  535. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-grid/style/material.scss +0 -0
  536. package/projects/transaction/src/lib/component/transaction-grid/transaction-grid/transaction-grid.component.ts +91 -0
  537. package/projects/transaction/src/lib/component/transaction-grid/transaction-grid/transaction-grid.module.ts +17 -0
  538. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-history-grid/style/_layout.scss +0 -0
  539. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-history-grid/style/_material-definition.scss +0 -0
  540. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-history-grid/style/_theme.scss +0 -0
  541. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-history-grid/style/material.scss +0 -0
  542. package/projects/transaction/src/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.ts +102 -0
  543. package/projects/transaction/src/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.module.ts +26 -0
  544. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-lines-grid/style/_layout.scss +0 -0
  545. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-lines-grid/style/_material-definition.scss +0 -0
  546. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-lines-grid/style/_theme.scss +0 -0
  547. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-lines-grid/style/material.scss +0 -0
  548. package/projects/transaction/src/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.ts +119 -0
  549. package/projects/transaction/src/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.ts +48 -0
  550. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-order-confirmation-grid/style/_layout.scss +0 -0
  551. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-order-confirmation-grid/style/_material-definition.scss +0 -0
  552. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-order-confirmation-grid/style/_theme.scss +0 -0
  553. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-order-confirmation-grid/style/material.scss +0 -0
  554. package/projects/transaction/src/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.component.ts +48 -0
  555. package/projects/transaction/src/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.module.ts +28 -0
  556. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-received-goods-grid/style/_layout.scss +0 -0
  557. package/{lib/component/transaction-line/transaction-order-delivery-line → projects/transaction/src/lib/component/transaction-grid/transaction-received-goods-grid}/style/_material-definition.scss +0 -0
  558. package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-received-goods-grid/style/_theme.scss +0 -0
  559. package/{lib/component/transaction-line/transaction-goods-allocation-line → projects/transaction/src/lib/component/transaction-grid/transaction-received-goods-grid}/style/material.scss +0 -0
  560. package/projects/transaction/src/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.ts +165 -0
  561. package/projects/transaction/src/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.ts +41 -0
  562. package/{lib → projects/transaction/src/lib}/component/transaction-header/style/_layout.scss +0 -0
  563. package/{lib → projects/transaction/src/lib}/component/transaction-header/style/_material-definition.scss +0 -0
  564. package/{lib → projects/transaction/src/lib}/component/transaction-header/style/_theme.scss +0 -0
  565. package/{lib → projects/transaction/src/lib}/component/transaction-header/style/material.scss +0 -0
  566. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header/style/_layout.scss +0 -0
  567. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header/style/_material-definition.scss +0 -0
  568. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header/style/_theme.scss +0 -0
  569. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header/style/material.scss +0 -0
  570. package/projects/transaction/src/lib/component/transaction-header/transaction-header/transaction-header.component.ts +51 -0
  571. package/projects/transaction/src/lib/component/transaction-header/transaction-header/transaction-header.module.ts +28 -0
  572. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-delivery/style/_layout.scss +0 -0
  573. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-delivery/style/_material-definition.scss +0 -0
  574. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-delivery/style/_theme.scss +0 -0
  575. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-delivery/style/material.scss +0 -0
  576. package/projects/transaction/src/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.ts +128 -0
  577. package/projects/transaction/src/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.ts +45 -0
  578. package/projects/transaction/src/lib/component/transaction-header/transaction-header-order/style/_layout.scss +55 -0
  579. package/projects/transaction/src/lib/component/transaction-header/transaction-header-order/style/_material-definition.scss +13 -0
  580. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-order/style/_theme.scss +0 -0
  581. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-order/style/material.scss +0 -0
  582. package/projects/transaction/src/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.ts +51 -0
  583. package/projects/transaction/src/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.ts +30 -0
  584. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-payment/style/_layout.scss +0 -0
  585. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-payment/style/_material-definition.scss +0 -0
  586. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-payment/style/_theme.scss +0 -0
  587. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-payment/style/material.scss +0 -0
  588. package/projects/transaction/src/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.ts +118 -0
  589. package/projects/transaction/src/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.ts +33 -0
  590. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-relation/style/_layout.scss +0 -0
  591. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-relation/style/_material-definition.scss +0 -0
  592. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-relation/style/_theme.scss +0 -0
  593. package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-relation/style/material.scss +0 -0
  594. package/projects/transaction/src/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.ts +235 -0
  595. package/projects/transaction/src/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.ts +43 -0
  596. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.ts +60 -0
  597. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.ts +21 -0
  598. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-branch.component.ts +76 -0
  599. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-branch.module.ts +24 -0
  600. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-definitive.component.ts +41 -0
  601. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-definitive.module.ts +21 -0
  602. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-date.component.ts +46 -0
  603. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-date.module.ts +21 -0
  604. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-method.component.ts +94 -0
  605. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-method.module.ts +27 -0
  606. package/{lib → projects/transaction/src/lib}/component/transaction-header-fields/transaction-header-delivery-options/style/_layout.scss +0 -0
  607. package/{lib → projects/transaction/src/lib}/component/transaction-header-fields/transaction-header-delivery-options/style/_material-definition.scss +0 -0
  608. package/{lib → projects/transaction/src/lib}/component/transaction-header-fields/transaction-header-delivery-options/style/_theme.scss +0 -0
  609. package/{lib/component/transaction-line/transaction-order-delivery-line → projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-options}/style/material.scss +0 -0
  610. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.ts +77 -0
  611. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.ts +21 -0
  612. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-amount.component.ts +50 -0
  613. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-amount.module.ts +21 -0
  614. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-button.component.ts +51 -0
  615. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-button.module.ts +24 -0
  616. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.ts +50 -0
  617. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-percentage.module.ts +21 -0
  618. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.component.ts +51 -0
  619. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.module.ts +21 -0
  620. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-downpayment-amount.component.ts +49 -0
  621. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-downpayment-amount.module.ts +21 -0
  622. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.component.ts +49 -0
  623. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.module.ts +21 -0
  624. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-marketing.component.ts +48 -0
  625. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-marketing.module.ts +24 -0
  626. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.ts +47 -0
  627. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-partial-delivery.module.ts +21 -0
  628. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.ts +51 -0
  629. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.module.ts +21 -0
  630. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-reference.component.ts +48 -0
  631. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-reference.module.ts +21 -0
  632. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-relation-reference.component.ts +48 -0
  633. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-relation-reference.module.ts +21 -0
  634. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-remarks.component.ts +48 -0
  635. package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-remarks.module.ts +21 -0
  636. package/{lib → projects/transaction/src/lib}/component/transaction-history-grid-status/style/_layout.scss +0 -0
  637. package/{lib → projects/transaction/src/lib}/component/transaction-history-grid-status/style/_material-definition.scss +0 -0
  638. package/{lib → projects/transaction/src/lib}/component/transaction-history-grid-status/style/_theme.scss +0 -0
  639. package/{lib → projects/transaction/src/lib}/component/transaction-history-grid-status/style/material.scss +0 -0
  640. package/projects/transaction/src/lib/component/transaction-history-grid-status/transaction-history-grid-status.component.ts +51 -0
  641. package/projects/transaction/src/lib/component/transaction-history-grid-status/transaction-history-grid-status.module.ts +21 -0
  642. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-base-line/style/_layout.scss +0 -0
  643. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-base-line/style/_material-definition.scss +0 -0
  644. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-base-line/style/_theme.scss +0 -0
  645. package/{lib/component/transaction-line/transaction-receive-goods-line → projects/transaction/src/lib/component/transaction-line/transaction-base-line}/style/material.scss +0 -0
  646. package/projects/transaction/src/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.ts +93 -0
  647. package/projects/transaction/src/lib/component/transaction-line/transaction-base-line/transaction-base-line.module.ts +28 -0
  648. package/projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line/service/transaction-allocate-goods.service.ts +67 -0
  649. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-goods-allocation-line/style/_layout.scss +0 -0
  650. package/{lib/component/transaction-search/transaction-filter-historic-state → projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line}/style/_material-definition.scss +0 -0
  651. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-goods-allocation-line/style/_theme.scss +0 -0
  652. package/{lib/component/transaction-quick-access/transaction-quick-access-goods-allocation → projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line}/style/material.scss +0 -0
  653. package/projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.component.ts +115 -0
  654. package/projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.module.ts +35 -0
  655. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-line/style/_layout.scss +0 -0
  656. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-line/style/_material-definition.scss +0 -0
  657. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-line/style/_theme.scss +0 -0
  658. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-line/style/material.scss +0 -0
  659. package/projects/transaction/src/lib/component/transaction-line/transaction-line/transaction-line.component.ts +143 -0
  660. package/projects/transaction/src/lib/component/transaction-line/transaction-line/transaction-line.module.ts +20 -0
  661. package/projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.ts +70 -0
  662. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-order-delivery-line/style/_layout.scss +0 -0
  663. package/{lib/component/transaction-search/transaction-filter-item → projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line}/style/_material-definition.scss +0 -0
  664. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-order-delivery-line/style/_theme.scss +0 -0
  665. package/{lib/component/transaction-quick-access/transaction-quick-access-order-confirmation → projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line}/style/material.scss +0 -0
  666. package/projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.ts +178 -0
  667. package/projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.module.ts +41 -0
  668. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-overview-line/style/_layout.scss +0 -0
  669. package/{lib/component/transaction-search/transaction-filter/transaction-filter → projects/transaction/src/lib/component/transaction-line/transaction-overview-line}/style/_material-definition.scss +0 -0
  670. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-overview-line/style/_theme.scss +0 -0
  671. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-overview-line/style/material.scss +0 -0
  672. package/projects/transaction/src/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.ts +95 -0
  673. package/projects/transaction/src/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.module.ts +60 -0
  674. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-purchase-line/style/_layout.scss +0 -0
  675. package/{lib/component/transaction-search/transaction-search-grid/transaction-search-grid → projects/transaction/src/lib/component/transaction-line/transaction-purchase-line}/style/_material-definition.scss +0 -0
  676. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-purchase-line/style/_theme.scss +0 -0
  677. package/{lib/component/transaction-quick-access/transaction-quick-access-order-delivery → projects/transaction/src/lib/component/transaction-line/transaction-purchase-line}/style/material.scss +0 -0
  678. package/projects/transaction/src/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.ts +105 -0
  679. package/projects/transaction/src/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.ts +44 -0
  680. package/projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.ts +73 -0
  681. package/projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line/style/_layout.scss +41 -0
  682. package/{lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid → projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line}/style/_material-definition.scss +0 -0
  683. package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-receive-goods-line/style/_theme.scss +0 -0
  684. package/{lib/component/transaction-quick-access/transaction-quick-access-order-purchase → projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line}/style/material.scss +0 -0
  685. package/projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.ts +130 -0
  686. package/projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.module.ts +46 -0
  687. package/{lib → projects/transaction/src/lib}/component/transaction-line-action-buttons/style/_layout.scss +0 -0
  688. package/{lib → projects/transaction/src/lib}/component/transaction-line-action-buttons/style/_material-definition.scss +0 -0
  689. package/{lib → projects/transaction/src/lib}/component/transaction-line-action-buttons/style/_theme.scss +0 -0
  690. package/{lib → projects/transaction/src/lib}/component/transaction-line-action-buttons/style/material.scss +0 -0
  691. package/projects/transaction/src/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.component.ts +224 -0
  692. package/projects/transaction/src/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.module.ts +30 -0
  693. package/{lib → projects/transaction/src/lib}/component/transaction-line-checkbox-list/style/_layout.scss +0 -0
  694. package/{lib → projects/transaction/src/lib}/component/transaction-line-checkbox-list/style/_material-definition.scss +0 -0
  695. package/{lib → projects/transaction/src/lib}/component/transaction-line-checkbox-list/style/_theme.scss +0 -0
  696. package/{lib/component/transaction-line-image-and-description → projects/transaction/src/lib/component/transaction-line-checkbox-list}/style/material.scss +0 -0
  697. package/projects/transaction/src/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.ts +58 -0
  698. package/projects/transaction/src/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.module.ts +23 -0
  699. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-amount.component.ts +46 -0
  700. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-amount.module.ts +19 -0
  701. package/{lib/component/transaction-line/transaction-overview-line/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-assembly-time.component.ts} +0 -0
  702. package/{lib/component/transaction-line/transaction-purchase-line/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-assembly-time.module.ts} +0 -0
  703. package/{lib/component/transaction-line/transaction-receive-goods-line/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-collection-code.component.ts} +0 -0
  704. package/{lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-collection-code.module.ts} +0 -0
  705. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-commission-button.component.ts +51 -0
  706. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-commission-button.module.ts +22 -0
  707. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-commission-code.component.ts +55 -0
  708. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-commission-code.module.ts +24 -0
  709. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-button.component.ts +58 -0
  710. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-button.module.ts +22 -0
  711. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.ts +34 -0
  712. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-date-button.module.ts +22 -0
  713. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-date.component.ts +56 -0
  714. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-date.module.ts +21 -0
  715. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-method.component.ts +51 -0
  716. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-method.module.ts +24 -0
  717. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-description.component.ts +61 -0
  718. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-description.module.ts +22 -0
  719. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-discount-amount.component.ts +49 -0
  720. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-discount-amount.module.ts +21 -0
  721. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-discount-button.component.ts +53 -0
  722. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-discount-button.module.ts +24 -0
  723. package/{lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-edit-time.component.ts} +0 -0
  724. package/{lib/component/transaction-quick-access/transaction-quick-access-order-delivery/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-edit-time.module.ts} +0 -0
  725. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-line-discount.component.ts +49 -0
  726. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-line-discount.module.ts +21 -0
  727. package/{lib → projects/transaction/src/lib}/component/transaction-line-fields/transaction-line-price/style/_layout.scss +0 -0
  728. package/{lib/component/transaction-quick-access/transaction-quick-access-order-purchase → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price}/style/_material-definition.scss +0 -0
  729. package/{lib → projects/transaction/src/lib}/component/transaction-line-fields/transaction-line-price/style/_theme.scss +0 -0
  730. package/{lib/component/transaction-line/transaction-purchase-line → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price}/style/material.scss +0 -0
  731. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.ts +90 -0
  732. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.module.ts +21 -0
  733. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price-list.component.ts +49 -0
  734. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price-list.module.ts +24 -0
  735. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-quantity.component.ts +35 -0
  736. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-quantity.module.ts +21 -0
  737. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-quantum-discount.component.ts +49 -0
  738. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-quantum-discount.module.ts +21 -0
  739. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-reference.component.ts +47 -0
  740. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-reference.module.ts +21 -0
  741. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-special-discount.component.ts +49 -0
  742. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-special-discount.module.ts +21 -0
  743. package/{lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier-article-number.component.ts} +0 -0
  744. package/{lib/component/transaction-search/transaction-filter-categories/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier-article-number.module.ts} +0 -0
  745. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier-button.component.ts +56 -0
  746. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier-button.module.ts +27 -0
  747. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier.component.ts +56 -0
  748. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier.module.ts +23 -0
  749. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-vat-button.component.ts +55 -0
  750. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-vat-button.module.ts +20 -0
  751. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-vat.component.ts +45 -0
  752. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-vat.module.ts +26 -0
  753. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.ts +61 -0
  754. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-button.module.ts +22 -0
  755. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.ts +57 -0
  756. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.ts +20 -0
  757. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.ts +46 -0
  758. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-location.module.ts +21 -0
  759. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse.component.ts +48 -0
  760. package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse.module.ts +25 -0
  761. package/{lib → projects/transaction/src/lib}/component/transaction-line-grid/style/_layout.scss +0 -0
  762. package/{lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics → projects/transaction/src/lib/component/transaction-line-grid}/style/_material-definition.scss +0 -0
  763. package/{lib → projects/transaction/src/lib}/component/transaction-line-grid/style/_theme.scss +0 -0
  764. package/{lib → projects/transaction/src/lib}/component/transaction-line-grid/style/material.scss +0 -0
  765. package/projects/transaction/src/lib/component/transaction-line-grid/transaction-line-grid.component.ts +20 -0
  766. package/projects/transaction/src/lib/component/transaction-line-grid/transaction-line-grid.module.ts +19 -0
  767. package/{lib → projects/transaction/src/lib}/component/transaction-line-image-and-description/style/_layout.scss +0 -0
  768. package/{lib → projects/transaction/src/lib}/component/transaction-line-image-and-description/style/_material-definition.scss +0 -0
  769. package/{lib → projects/transaction/src/lib}/component/transaction-line-image-and-description/style/_theme.scss +0 -0
  770. package/{lib/component/transaction-line-side-panel-sales → projects/transaction/src/lib/component/transaction-line-image-and-description}/style/material.scss +0 -0
  771. package/projects/transaction/src/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.ts +102 -0
  772. package/projects/transaction/src/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.module.ts +26 -0
  773. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel/style/_layout.scss +0 -0
  774. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel/style/_material-definition.scss +0 -0
  775. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel/style/_theme.scss +0 -0
  776. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel/style/material.scss +0 -0
  777. package/projects/transaction/src/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.ts +125 -0
  778. package/projects/transaction/src/lib/component/transaction-line-side-panel/transaction-line-side-panel.module.ts +43 -0
  779. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-default/style/_layout.scss +0 -0
  780. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-default/style/_material-definition.scss +0 -0
  781. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-default/style/_theme.scss +0 -0
  782. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-default/style/material.scss +0 -0
  783. package/projects/transaction/src/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.component.ts +120 -0
  784. package/projects/transaction/src/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.module.ts +58 -0
  785. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-purchase/style/_layout.scss +0 -0
  786. package/{lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics → projects/transaction/src/lib/component/transaction-line-side-panel-purchase}/style/_material-definition.scss +0 -0
  787. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-purchase/style/_theme.scss +0 -0
  788. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-purchase/style/material.scss +0 -0
  789. package/projects/transaction/src/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.ts +123 -0
  790. package/projects/transaction/src/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.ts +39 -0
  791. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-sales/style/_layout.scss +0 -0
  792. package/{lib/component/transaction-search/transaction-filter-content → projects/transaction/src/lib/component/transaction-line-side-panel-sales}/style/_material-definition.scss +0 -0
  793. package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-sales/style/_theme.scss +0 -0
  794. package/{lib/component/transaction-line-statusbar → projects/transaction/src/lib/component/transaction-line-side-panel-sales}/style/material.scss +0 -0
  795. package/projects/transaction/src/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.ts +85 -0
  796. package/projects/transaction/src/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.ts +30 -0
  797. package/{lib → projects/transaction/src/lib}/component/transaction-line-statusbar/style/_layout.scss +0 -0
  798. package/{lib → projects/transaction/src/lib}/component/transaction-line-statusbar/style/_material-definition.scss +0 -0
  799. package/{lib → projects/transaction/src/lib}/component/transaction-line-statusbar/style/_theme.scss +0 -0
  800. package/{lib/component/transaction-side-panel-edit-request-details → projects/transaction/src/lib/component/transaction-line-statusbar}/style/material.scss +0 -0
  801. package/projects/transaction/src/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.ts +110 -0
  802. package/projects/transaction/src/lib/component/transaction-line-statusbar/transaction-line-statusbar.module.ts +21 -0
  803. package/{lib → projects/transaction/src/lib}/component/transaction-lines/style/_layout.scss +0 -0
  804. package/{lib → projects/transaction/src/lib}/component/transaction-lines/style/_material-definition.scss +0 -0
  805. package/{lib → projects/transaction/src/lib}/component/transaction-lines/style/_theme.scss +0 -0
  806. package/{lib → projects/transaction/src/lib}/component/transaction-lines/style/material.scss +0 -0
  807. package/projects/transaction/src/lib/component/transaction-lines/transaction-lines.component.ts +180 -0
  808. package/projects/transaction/src/lib/component/transaction-lines/transaction-lines.module.ts +30 -0
  809. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access/style/_layout.scss +0 -0
  810. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access/style/_material-definition.scss +0 -0
  811. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access/style/_theme.scss +0 -0
  812. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access/style/material.scss +0 -0
  813. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.ts +107 -0
  814. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.ts +42 -0
  815. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-goods-allocation/style/_layout.scss +0 -0
  816. package/{lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation}/style/_material-definition.scss +0 -0
  817. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-goods-allocation/style/_theme.scss +0 -0
  818. package/{lib/component/transaction-quick-access/transaction-quick-access-overview → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation}/style/material.scss +0 -0
  819. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.ts +68 -0
  820. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.module.ts +24 -0
  821. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_layout.scss +0 -0
  822. package/{lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation}/style/_material-definition.scss +0 -0
  823. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_theme.scss +0 -0
  824. package/{lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation}/style/material.scss +0 -0
  825. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.ts +41 -0
  826. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.ts +27 -0
  827. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-delivery/style/_layout.scss +0 -0
  828. package/{lib/component/transaction-search/transaction-search-tile/transaction-search-tile → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-delivery}/style/_material-definition.scss +0 -0
  829. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-delivery/style/_theme.scss +0 -0
  830. package/{lib/component/transaction-quick-access/transaction-quick-access-received-goods → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-delivery}/style/material.scss +0 -0
  831. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.ts +120 -0
  832. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.module.ts +28 -0
  833. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-purchase/style/_layout.scss +0 -0
  834. package/{lib/component/transaction-tile → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-purchase}/style/_material-definition.scss +0 -0
  835. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-purchase/style/_theme.scss +0 -0
  836. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/style/material.scss +4 -0
  837. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.ts +54 -0
  838. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.ts +26 -0
  839. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-overview/style/_layout.scss +0 -0
  840. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-overview/style/_material-definition.scss +0 -0
  841. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-overview/style/_theme.scss +0 -0
  842. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-overview/style/material.scss +4 -0
  843. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.ts +139 -0
  844. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.ts +29 -0
  845. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_layout.scss +0 -0
  846. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_material-definition.scss +0 -0
  847. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_theme.scss +0 -0
  848. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/material.scss +4 -0
  849. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.ts +133 -0
  850. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.ts +27 -0
  851. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-received-goods/style/_layout.scss +0 -0
  852. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_material-definition.scss +0 -0
  853. package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-received-goods/style/_theme.scss +0 -0
  854. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/material.scss +4 -0
  855. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.ts +96 -0
  856. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.ts +31 -0
  857. package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.ts +132 -0
  858. package/{lib → projects/transaction/src/lib}/component/transaction-receiving-goods-history/style/_layout.scss +0 -0
  859. package/{lib → projects/transaction/src/lib}/component/transaction-receiving-goods-history/style/_material-definition.scss +0 -0
  860. package/{lib → projects/transaction/src/lib}/component/transaction-receiving-goods-history/style/_theme.scss +0 -0
  861. package/{lib → projects/transaction/src/lib}/component/transaction-receiving-goods-history/style/material.scss +0 -0
  862. package/projects/transaction/src/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.ts +90 -0
  863. package/projects/transaction/src/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.module.ts +28 -0
  864. package/projects/transaction/src/lib/component/transaction-search/service/filter-request.service.ts +194 -0
  865. package/projects/transaction/src/lib/component/transaction-search/service/transaction-search.service.ts +134 -0
  866. package/{lib → projects/transaction/src/lib}/component/transaction-search/style/_layout.scss +0 -0
  867. package/{lib → projects/transaction/src/lib}/component/transaction-search/style/_material-definition.scss +0 -0
  868. package/{lib → projects/transaction/src/lib}/component/transaction-search/style/_theme.scss +0 -0
  869. package/{lib → projects/transaction/src/lib}/component/transaction-search/style/material.scss +0 -0
  870. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-filter/style/_layout.scss +0 -0
  871. package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-filter/style/_material-definition.scss +0 -0
  872. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-filter/style/_theme.scss +0 -0
  873. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-filter/style/material.scss +0 -0
  874. package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.ts +119 -0
  875. package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.module.ts +17 -0
  876. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-purchase-order-filter/style/_layout.scss +0 -0
  877. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-purchase-order-filter/style/_material-definition.scss +0 -0
  878. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-purchase-order-filter/style/_theme.scss +0 -0
  879. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-purchase-order-filter/style/material.scss +0 -0
  880. package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.component.ts +51 -0
  881. package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.module.ts +40 -0
  882. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-sales-order-filter/style/_layout.scss +0 -0
  883. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-sales-order-filter/style/_material-definition.scss +0 -0
  884. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-sales-order-filter/style/_theme.scss +0 -0
  885. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-sales-order-filter/style/material.scss +0 -0
  886. package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.component.ts +51 -0
  887. package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.module.ts +38 -0
  888. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-categories/style/_layout.scss +0 -0
  889. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-categories/style/_material-definition.scss +0 -0
  890. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-categories/style/_theme.scss +0 -0
  891. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-categories/style/material.scss +0 -0
  892. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.component.ts +44 -0
  893. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.module.ts +17 -0
  894. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/enum/search-placeholder.enum.ts +25 -0
  895. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/style/_layout.scss +0 -0
  896. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/style/_material-definition.scss +0 -0
  897. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/style/_theme.scss +0 -0
  898. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/style/material.scss +0 -0
  899. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.component.ts +155 -0
  900. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.module.ts +27 -0
  901. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/style/_layout.scss +0 -0
  902. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/style/_material-definition.scss +0 -0
  903. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/style/_theme.scss +0 -0
  904. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/style/material.scss +0 -0
  905. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.ts +249 -0
  906. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.module.ts +33 -0
  907. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/style/_layout.scss +0 -0
  908. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/style/_material-definition.scss +0 -0
  909. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/style/_theme.scss +0 -0
  910. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/style/material.scss +0 -0
  911. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.ts +246 -0
  912. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.module.ts +38 -0
  913. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/style/_layout.scss +0 -0
  914. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/style/_material-definition.scss +0 -0
  915. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/style/_theme.scss +0 -0
  916. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/style/material.scss +0 -0
  917. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.component.ts +145 -0
  918. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.module.ts +27 -0
  919. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/style/_layout.scss +0 -0
  920. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/style/_material-definition.scss +0 -0
  921. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/style/_theme.scss +0 -0
  922. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/style/material.scss +0 -0
  923. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.ts +248 -0
  924. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.module.ts +33 -0
  925. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/style/_layout.scss +0 -0
  926. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/style/_material-definition.scss +0 -0
  927. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/style/_theme.scss +0 -0
  928. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/style/material.scss +0 -0
  929. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.ts +274 -0
  930. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.module.ts +38 -0
  931. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/style/_layout.scss +0 -0
  932. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/style/_material-definition.scss +0 -0
  933. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/style/_theme.scss +0 -0
  934. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/style/material.scss +0 -0
  935. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-historic-state/style/_layout.scss +0 -0
  936. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-historic-state/style/_material-definition.scss +0 -0
  937. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-historic-state/style/_theme.scss +0 -0
  938. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-historic-state/style/material.scss +0 -0
  939. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.component.ts +70 -0
  940. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.module.ts +24 -0
  941. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-item/style/_layout.scss +0 -0
  942. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-item/style/_material-definition.scss +0 -0
  943. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-item/style/_theme.scss +0 -0
  944. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-item/style/material.scss +0 -0
  945. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.component.ts +71 -0
  946. package/projects/transaction/src/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.module.ts +21 -0
  947. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-grid/style/_layout.scss +0 -0
  948. package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/style/_material-definition.scss +0 -0
  949. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-grid/style/_theme.scss +0 -0
  950. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-grid/style/material.scss +0 -0
  951. package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.component.ts +104 -0
  952. package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.module.ts +17 -0
  953. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/style/_layout.scss +0 -0
  954. package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/style/_material-definition.scss +0 -0
  955. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/style/_theme.scss +0 -0
  956. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/style/material.scss +0 -0
  957. package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.component.ts +80 -0
  958. package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.module.ts +23 -0
  959. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/_layout.scss +0 -0
  960. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/_material-definition.scss +0 -0
  961. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/_theme.scss +0 -0
  962. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/material.scss +0 -0
  963. package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.ts +80 -0
  964. package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.module.ts +25 -0
  965. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-header/style/_layout.scss +0 -0
  966. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-header/style/_material-definition.scss +0 -0
  967. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-header/style/_theme.scss +0 -0
  968. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-header/style/material.scss +0 -0
  969. package/projects/transaction/src/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.ts +135 -0
  970. package/projects/transaction/src/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.ts +25 -0
  971. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-result/style/_layout.scss +0 -0
  972. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-result/style/_material-definition.scss +0 -0
  973. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-result/style/_theme.scss +0 -0
  974. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-result/style/material.scss +0 -0
  975. package/projects/transaction/src/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.ts +136 -0
  976. package/projects/transaction/src/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.ts +42 -0
  977. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/style/_layout.scss +0 -0
  978. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/style/_material-definition.scss +0 -0
  979. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/style/_theme.scss +0 -0
  980. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/style/material.scss +0 -0
  981. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.component.ts +65 -0
  982. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.module.ts +27 -0
  983. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/_layout.scss +0 -0
  984. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/_material-definition.scss +0 -0
  985. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/_theme.scss +0 -0
  986. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/material.scss +0 -0
  987. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.ts +72 -0
  988. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.ts +30 -0
  989. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_layout.scss +0 -0
  990. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_material-definition.scss +0 -0
  991. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_theme.scss +0 -0
  992. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-tile/style/material.scss +0 -0
  993. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.ts +118 -0
  994. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.module.ts +17 -0
  995. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-statusbar/style/_layout.scss +0 -0
  996. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-statusbar/style/_material-definition.scss +0 -0
  997. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-statusbar/style/_theme.scss +0 -0
  998. package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-statusbar/style/material.scss +0 -0
  999. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.ts +90 -0
  1000. package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.module.ts +21 -0
  1001. package/projects/transaction/src/lib/component/transaction-search/transaction-search.component.ts +166 -0
  1002. package/projects/transaction/src/lib/component/transaction-search/transaction-search.module.ts +34 -0
  1003. package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/components/allocation-request.component.ts +143 -0
  1004. package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/components/confirm-request.component.ts +0 -0
  1005. package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/components/receive-goods-request.component.ts +207 -0
  1006. package/{lib → projects/transaction/src/lib}/component/transaction-side-panel-edit-request-details/style/_layout.scss +0 -0
  1007. package/{lib → projects/transaction/src/lib}/component/transaction-side-panel-edit-request-details/style/_material-definition.scss +0 -0
  1008. package/{lib → projects/transaction/src/lib}/component/transaction-side-panel-edit-request-details/style/_theme.scss +0 -0
  1009. package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/style/material.scss +4 -0
  1010. package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.component.ts +63 -0
  1011. package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.module.ts +42 -0
  1012. package/{lib → projects/transaction/src/lib}/component/transaction-tile/style/_layout.scss +0 -0
  1013. package/projects/transaction/src/lib/component/transaction-tile/style/_material-definition.scss +0 -0
  1014. package/{lib → projects/transaction/src/lib}/component/transaction-tile/style/_theme.scss +0 -0
  1015. package/{lib → projects/transaction/src/lib}/component/transaction-tile/style/material.scss +0 -0
  1016. package/projects/transaction/src/lib/component/transaction-tile/transaction-tile.component.ts +117 -0
  1017. package/projects/transaction/src/lib/component/transaction-tile/transaction-tile.module.ts +27 -0
  1018. package/{lib → projects/transaction/src/lib}/component/transaction-totals/style/_layout.scss +0 -0
  1019. package/{lib → projects/transaction/src/lib}/component/transaction-totals/style/_material-definition.scss +0 -0
  1020. package/{lib → projects/transaction/src/lib}/component/transaction-totals/style/_theme.scss +0 -0
  1021. package/{lib → projects/transaction/src/lib}/component/transaction-totals/style/material.scss +0 -0
  1022. package/projects/transaction/src/lib/component/transaction-totals/transaction-totals.component.ts +55 -0
  1023. package/projects/transaction/src/lib/component/transaction-totals/transaction-totals.module.ts +23 -0
  1024. package/{lib → projects/transaction/src/lib}/component/view-mode-buttons/style/_layout.scss +0 -0
  1025. package/{lib → projects/transaction/src/lib}/component/view-mode-buttons/style/_material-definition.scss +0 -0
  1026. package/{lib → projects/transaction/src/lib}/component/view-mode-buttons/style/_theme.scss +0 -0
  1027. package/{lib → projects/transaction/src/lib}/component/view-mode-buttons/style/material.scss +0 -0
  1028. package/projects/transaction/src/lib/component/view-mode-buttons/view-mode-buttons.component.ts +63 -0
  1029. package/projects/transaction/src/lib/component/view-mode-buttons/view-mode-buttons.module.ts +21 -0
  1030. package/projects/transaction/src/lib/enum/content-view-mode.enum.ts +9 -0
  1031. package/projects/transaction/src/lib/enum/direction.enum.ts +7 -0
  1032. package/projects/transaction/src/lib/enum/icon.enum.ts +83 -0
  1033. package/projects/transaction/src/lib/enum/language-code.enum.ts +6 -0
  1034. package/projects/transaction/src/lib/enum/order-discount-type.enum.ts +5 -0
  1035. package/projects/transaction/src/lib/enum/position-grid-row.enum.ts +4 -0
  1036. package/projects/transaction/src/lib/enum/search-view-mode.enum.ts +5 -0
  1037. package/projects/transaction/src/lib/enum/searchbar-view-mode.enum.ts +5 -0
  1038. package/projects/transaction/src/lib/enum/status-type.enum.ts +5 -0
  1039. package/projects/transaction/src/lib/enum/time-size.type.ts +8 -0
  1040. package/projects/transaction/src/lib/enum/transaction-type-category.enum.ts +15 -0
  1041. package/projects/transaction/src/lib/interface/dialog-response.interface.ts +6 -0
  1042. package/projects/transaction/src/lib/model/Settings.ts +20 -0
  1043. package/projects/transaction/src/lib/model/article-characteristic-text-question-answer.ts +8 -0
  1044. package/projects/transaction/src/lib/model/delivery-type.ts +8 -0
  1045. package/projects/transaction/src/lib/model/down-payment-view-model.ts +13 -0
  1046. package/projects/transaction/src/lib/model/extended-transaction-line-view-model.ts +12 -0
  1047. package/projects/transaction/src/lib/model/filter-item.viewmodel.ts +13 -0
  1048. package/projects/transaction/src/lib/model/filter-viewmodel.ts +11 -0
  1049. package/projects/transaction/src/lib/model/icon-svg.ts +83 -0
  1050. package/projects/transaction/src/lib/model/payment.viewmodel.ts +10 -0
  1051. package/projects/transaction/src/lib/model/received-goods-view-model.ts +17 -0
  1052. package/projects/transaction/src/lib/model/relation-any-type.ts +5 -0
  1053. package/projects/transaction/src/lib/model/standard-text.ts +5 -0
  1054. package/projects/transaction/src/lib/model/text-value-container.ts +4 -0
  1055. package/projects/transaction/src/lib/model/transaction-bar-button.ts +11 -0
  1056. package/projects/transaction/src/lib/model/transaction-search-result.ts +6 -0
  1057. package/projects/transaction/src/lib/pipe/append.pipe.ts +17 -0
  1058. package/projects/transaction/src/lib/pipe/co-currency.pipe.ts +45 -0
  1059. package/projects/transaction/src/lib/pipe/date-duration.pipe.ts +51 -0
  1060. package/projects/transaction/src/lib/pipe/delivery-time.pipe.ts +34 -0
  1061. package/projects/transaction/src/lib/pipe/localize.pipe.ts +23 -0
  1062. package/projects/transaction/src/lib/pipe/pipe.module.ts +34 -0
  1063. package/projects/transaction/src/lib/pipe/safe-html.pipe.ts +14 -0
  1064. package/projects/transaction/src/lib/pipe/safe-style.pipe.ts +14 -0
  1065. package/projects/transaction/src/lib/provider/token/all-icons.token.ts +4 -0
  1066. package/projects/transaction/src/lib/service/article-connector.service.ts +93 -0
  1067. package/projects/transaction/src/lib/service/article.service.ts +22 -0
  1068. package/projects/transaction/src/lib/service/dialog.service.ts +143 -0
  1069. package/projects/transaction/src/lib/service/dictionary.service.ts +86 -0
  1070. package/projects/transaction/src/lib/service/dynamic-component.service.ts +101 -0
  1071. package/projects/transaction/src/lib/service/error.service.ts +63 -0
  1072. package/projects/transaction/src/lib/service/icon-cache.service.ts +51 -0
  1073. package/projects/transaction/src/lib/service/options.service.ts +66 -0
  1074. package/projects/transaction/src/lib/service/payment.service.ts +93 -0
  1075. package/projects/transaction/src/lib/service/pending-reason.service.ts +323 -0
  1076. package/projects/transaction/src/lib/service/relation-connector.service.ts +202 -0
  1077. package/projects/transaction/src/lib/service/relation.service.ts +168 -0
  1078. package/projects/transaction/src/lib/service/shared-connector.service.ts +47 -0
  1079. package/projects/transaction/src/lib/service/shared.service.ts +40 -0
  1080. package/projects/transaction/src/lib/service/transaction-connector-adapter.service.ts +1695 -0
  1081. package/projects/transaction/src/lib/service/transaction-connector.service.ts +648 -0
  1082. package/projects/transaction/src/lib/service/transaction-event.service.ts +35 -0
  1083. package/projects/transaction/src/lib/service/transaction-image.service.ts +42 -0
  1084. package/projects/transaction/src/lib/service/transaction-initializer.service.ts +29 -0
  1085. package/projects/transaction/src/lib/service/transaction-mapping.service.ts +230 -0
  1086. package/projects/transaction/src/lib/service/transaction.service.ts +848 -0
  1087. package/{lib → projects/transaction/src/lib}/style/_mixin.scss +0 -0
  1088. package/{lib → projects/transaction/src/lib}/style/_variables.scss +0 -0
  1089. package/{lib → projects/transaction/src/lib}/style/transaction-globals.scss +0 -0
  1090. package/projects/transaction/src/public_api.ts +50 -0
  1091. package/projects/transaction/src/test.ts +25 -0
  1092. package/projects/transaction/tsconfig.lib.json +20 -0
  1093. package/projects/transaction/tsconfig.lib.prod.json +16 -0
  1094. package/projects/transaction/tsconfig.spec.json +17 -0
  1095. package/publish.bat +7 -0
  1096. package/script/merge-icons.js +39 -0
  1097. package/src/app/app-transaction.component.ts +18 -0
  1098. package/src/app/app.component.scss +45 -0
  1099. package/src/app/app.component.ts +327 -0
  1100. package/src/app/app.module.ts +62 -0
  1101. package/src/environments/environment.prod.ts +3 -0
  1102. package/src/environments/environment.ts +16 -0
  1103. package/src/favicon.ico +0 -0
  1104. package/src/index.html +15 -0
  1105. package/src/main.ts +14 -0
  1106. package/src/polyfills.ts +63 -0
  1107. package/src/styles.scss +93 -0
  1108. package/src/test.ts +25 -0
  1109. package/src/transaction.unit.test.ts +60 -0
  1110. package/tsconfig.app.json +15 -0
  1111. package/tsconfig.json +42 -0
  1112. package/tsconfig.spec.json +18 -0
  1113. package/webpack.config.js +18 -0
  1114. package/bundles/colijnit-transaction.umd.js +0 -25632
  1115. package/bundles/colijnit-transaction.umd.js.map +0 -1
  1116. package/colijnit-transaction.d.ts +0 -346
  1117. package/colijnit-transaction.metadata.json +0 -1
  1118. package/esm2015/colijnit-transaction.js +0 -347
  1119. package/esm2015/lib/assets/dictionary/text.properties.js +0 -749
  1120. package/esm2015/lib/cache/cache-field.js +0 -75
  1121. package/esm2015/lib/cache/parameter-cache-field.js +0 -54
  1122. package/esm2015/lib/cache/service/business-object-cache-manager.service.js +0 -150
  1123. package/esm2015/lib/cache/service/select-multiple-cache.service.js +0 -38
  1124. package/esm2015/lib/cache/service/select-multiple-parameterized-cache.service.js +0 -47
  1125. package/esm2015/lib/cache/service/select-single-cache.service.js +0 -30
  1126. package/esm2015/lib/component/animated-checkbox/animated-checkbox.component.js +0 -27
  1127. package/esm2015/lib/component/animated-checkbox/animated-checkbox.module.js +0 -21
  1128. package/esm2015/lib/component/avatar/avatar.component.js +0 -106
  1129. package/esm2015/lib/component/avatar/avatar.module.js +0 -21
  1130. package/esm2015/lib/component/checkout/checkout-login/checkout-login.component.js +0 -106
  1131. package/esm2015/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.js +0 -47
  1132. package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +0 -267
  1133. package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +0 -101
  1134. package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +0 -219
  1135. package/esm2015/lib/component/checkout/checkout.component.js +0 -180
  1136. package/esm2015/lib/component/checkout/checkout.module.js +0 -124
  1137. package/esm2015/lib/component/confirmation-dialog/confirmation-dialog.component.js +0 -67
  1138. package/esm2015/lib/component/confirmation-dialog/confirmation-dialog.module.js +0 -25
  1139. package/esm2015/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.js +0 -83
  1140. package/esm2015/lib/component/core/base/components/characteristic-answer/characteristic-answer.module.js +0 -26
  1141. package/esm2015/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.component.js +0 -41
  1142. package/esm2015/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.module.js +0 -21
  1143. package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.js +0 -47
  1144. package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.module.js +0 -19
  1145. package/esm2015/lib/component/core/base/components/warehouse/warehouse.component.js +0 -64
  1146. package/esm2015/lib/component/core/base/components/warehouse/warehouse.module.js +0 -26
  1147. package/esm2015/lib/component/core/base/dialog-base.component.js +0 -6
  1148. package/esm2015/lib/component/core/base/dialog-transaction-header-base.component.js +0 -33
  1149. package/esm2015/lib/component/core/base/dialog-transaction-line-base.component.js +0 -37
  1150. package/esm2015/lib/component/core/base/dynamic-base-component.js +0 -8
  1151. package/esm2015/lib/component/core/base/transaction-base.component.js +0 -103
  1152. package/esm2015/lib/component/core/base/transaction-filter-base.component.js +0 -61
  1153. package/esm2015/lib/component/core/base/transaction-filter-content-base.component.js +0 -44
  1154. package/esm2015/lib/component/core/base/transaction-filter-popup-base.component.js +0 -110
  1155. package/esm2015/lib/component/core/base/transaction-grid-base.component.js +0 -53
  1156. package/esm2015/lib/component/core/base/transaction-header-base.component.js +0 -47
  1157. package/esm2015/lib/component/core/base/transaction-header-filter-popup-base.component.js +0 -111
  1158. package/esm2015/lib/component/core/base/transaction-line-base.component.js +0 -51
  1159. package/esm2015/lib/component/core/base/transaction-lines-line-base.component.js +0 -44
  1160. package/esm2015/lib/component/core/base/transaction-search-grid-base.component.js +0 -25
  1161. package/esm2015/lib/component/core/base/transaction-search-tile-base.component.js +0 -28
  1162. package/esm2015/lib/component/core/core.module.js +0 -48
  1163. package/esm2015/lib/component/core/directive/lazy-render-master.directive.js +0 -43
  1164. package/esm2015/lib/component/core/directive/lazy-render.directive.js +0 -29
  1165. package/esm2015/lib/component/core/enum/app-popup-button-type.enum.js +0 -11
  1166. package/esm2015/lib/component/core/enum/app-popup-type.enum.js +0 -8
  1167. package/esm2015/lib/component/core/icon/icon.component.js +0 -31
  1168. package/esm2015/lib/component/core/image-display/image-display.component.js +0 -29
  1169. package/esm2015/lib/component/core/relation/customer-groups.component.js +0 -46
  1170. package/esm2015/lib/component/core/stock-status-indicator/stock-status-indicator.component.js +0 -24
  1171. package/esm2015/lib/component/delivery-type-tile/delivery-type-tile.component.js +0 -47
  1172. package/esm2015/lib/component/delivery-type-tile/delivery-type-tile.module.js +0 -26
  1173. package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.js +0 -47
  1174. package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.module.js +0 -23
  1175. package/esm2015/lib/component/dialog/dialog-header-search/dialog-header-search.component.js +0 -37
  1176. package/esm2015/lib/component/dialog/dialog-header-search/dialog-header-search.module.js +0 -23
  1177. package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.component.js +0 -37
  1178. package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.module.js +0 -28
  1179. package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.js +0 -78
  1180. package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.module.js +0 -29
  1181. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.js +0 -36
  1182. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.module.js +0 -28
  1183. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.component.js +0 -37
  1184. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.module.js +0 -28
  1185. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.js +0 -95
  1186. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.module.js +0 -36
  1187. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.component.js +0 -36
  1188. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.module.js +0 -28
  1189. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.component.js +0 -37
  1190. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.module.js +0 -28
  1191. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.js +0 -37
  1192. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.module.js +0 -28
  1193. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.component.js +0 -37
  1194. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.module.js +0 -28
  1195. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +0 -80
  1196. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.module.js +0 -31
  1197. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.js +0 -44
  1198. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.module.js +0 -28
  1199. package/esm2015/lib/component/discount/discount.component.js +0 -110
  1200. package/esm2015/lib/component/discount/discount.module.js +0 -29
  1201. package/esm2015/lib/component/down-payment/down-payment.component.js +0 -71
  1202. package/esm2015/lib/component/down-payment/down-payment.module.js +0 -27
  1203. package/esm2015/lib/component/editable-label/editable-label.component.js +0 -65
  1204. package/esm2015/lib/component/editable-label/editable-label.module.js +0 -21
  1205. package/esm2015/lib/component/loader/loader.component.js +0 -51
  1206. package/esm2015/lib/component/loader/loader.module.js +0 -19
  1207. package/esm2015/lib/component/payment/payment.component.js +0 -242
  1208. package/esm2015/lib/component/payment/payment.module.js +0 -37
  1209. package/esm2015/lib/component/payment-qr-code/payment-qr-code.component.js +0 -23
  1210. package/esm2015/lib/component/payment-qr-code/payment-qr-code.module.js +0 -23
  1211. package/esm2015/lib/component/payment-tile/payment-tile.component.js +0 -34
  1212. package/esm2015/lib/component/payment-tile/payment-tile.module.js +0 -25
  1213. package/esm2015/lib/component/quick-send-button/quick-send-button.component.js +0 -50
  1214. package/esm2015/lib/component/quick-send-button/quick-send-button.module.js +0 -27
  1215. package/esm2015/lib/component/relation/relation-address/relation-address.component.js +0 -111
  1216. package/esm2015/lib/component/relation/relation-address/relation-address.module.js +0 -29
  1217. package/esm2015/lib/component/relation/relation-address-select/relation-address-select.component.js +0 -145
  1218. package/esm2015/lib/component/relation/relation-address-select/relation-address-select.module.js +0 -33
  1219. package/esm2015/lib/component/relation/relation-address-tile/relation-address-tile.component.js +0 -65
  1220. package/esm2015/lib/component/relation/relation-address-tile/relation-address-tile.module.js +0 -32
  1221. package/esm2015/lib/component/relation/relation-addresses/relation-addresses.component.js +0 -112
  1222. package/esm2015/lib/component/relation/relation-addresses/relation-addresses.module.js +0 -34
  1223. package/esm2015/lib/component/relation/relation-base.component.js +0 -34
  1224. package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +0 -65
  1225. package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.module.js +0 -24
  1226. package/esm2015/lib/component/relation/relation-general/relation-general.component.js +0 -225
  1227. package/esm2015/lib/component/relation/relation-general/relation-general.module.js +0 -27
  1228. package/esm2015/lib/component/relation/relation-preferences/relation-preferences.component.js +0 -68
  1229. package/esm2015/lib/component/relation/relation-preferences/relation-preferences.module.js +0 -21
  1230. package/esm2015/lib/component/relation/relation-suggestions-list/relation-suggestions-list.component.js +0 -30
  1231. package/esm2015/lib/component/relation/relation-suggestions-list/relation-suggestions-list.module.js +0 -21
  1232. package/esm2015/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.component.js +0 -33
  1233. package/esm2015/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.module.js +0 -19
  1234. package/esm2015/lib/component/relation/relation-type/relation-type.component.js +0 -47
  1235. package/esm2015/lib/component/relation/relation-type/relation-type.module.js +0 -23
  1236. package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.component.js +0 -165
  1237. package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.module.js +0 -34
  1238. package/esm2015/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.js +0 -126
  1239. package/esm2015/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.module.js +0 -30
  1240. package/esm2015/lib/component/shopping-cart/shopping-cart.component.js +0 -69
  1241. package/esm2015/lib/component/shopping-cart/shopping-cart.module.js +0 -27
  1242. package/esm2015/lib/component/shopping-cart-preview/shopping-cart-preview.component.js +0 -59
  1243. package/esm2015/lib/component/shopping-cart-preview/shopping-cart-preview.module.js +0 -29
  1244. package/esm2015/lib/component/stepper/component/stepper-step.component.js +0 -40
  1245. package/esm2015/lib/component/stepper/stepper.component.js +0 -126
  1246. package/esm2015/lib/component/stepper/stepper.module.js +0 -29
  1247. package/esm2015/lib/component/tile/tile.component.js +0 -32
  1248. package/esm2015/lib/component/tile/tile.module.js +0 -19
  1249. package/esm2015/lib/component/transaction/transaction.component.js +0 -177
  1250. package/esm2015/lib/component/transaction/transaction.module.js +0 -67
  1251. package/esm2015/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.component.js +0 -81
  1252. package/esm2015/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.module.js +0 -25
  1253. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.js +0 -37
  1254. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.js +0 -73
  1255. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.js +0 -40
  1256. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +0 -57
  1257. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.module.js +0 -35
  1258. package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.js +0 -137
  1259. package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.module.js +0 -34
  1260. package/esm2015/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.js +0 -113
  1261. package/esm2015/lib/component/transaction-confirmation-history/transaction-confirmation-history.module.js +0 -33
  1262. package/esm2015/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.js +0 -94
  1263. package/esm2015/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.module.js +0 -24
  1264. package/esm2015/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.js +0 -55
  1265. package/esm2015/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.module.js +0 -30
  1266. package/esm2015/lib/component/transaction-grid/transaction-grid/transaction-grid.component.js +0 -85
  1267. package/esm2015/lib/component/transaction-grid/transaction-grid/transaction-grid.module.js +0 -19
  1268. package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.js +0 -90
  1269. package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.module.js +0 -28
  1270. package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.js +0 -117
  1271. package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.js +0 -48
  1272. package/esm2015/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.component.js +0 -51
  1273. package/esm2015/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.module.js +0 -29
  1274. package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.js +0 -155
  1275. package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.js +0 -34
  1276. package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +0 -50
  1277. package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.module.js +0 -31
  1278. package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +0 -126
  1279. package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.js +0 -48
  1280. package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +0 -71
  1281. package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.js +0 -31
  1282. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +0 -119
  1283. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.js +0 -35
  1284. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +0 -230
  1285. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.js +0 -46
  1286. package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +0 -62
  1287. package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.js +0 -23
  1288. package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +0 -78
  1289. package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.module.js +0 -26
  1290. package/esm2015/lib/component/transaction-header-fields/transaction-header-definitive.component.js +0 -48
  1291. package/esm2015/lib/component/transaction-header-fields/transaction-header-definitive.module.js +0 -23
  1292. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-date.component.js +0 -86
  1293. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-date.module.js +0 -23
  1294. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.component.js +0 -97
  1295. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.module.js +0 -29
  1296. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.js +0 -74
  1297. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.js +0 -23
  1298. package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-amount.component.js +0 -84
  1299. package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-amount.module.js +0 -23
  1300. package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.js +0 -84
  1301. package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-percentage.module.js +0 -23
  1302. package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.component.js +0 -85
  1303. package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.module.js +0 -23
  1304. package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-amount.component.js +0 -83
  1305. package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-amount.module.js +0 -23
  1306. package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.component.js +0 -83
  1307. package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.module.js +0 -23
  1308. package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.component.js +0 -51
  1309. package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.module.js +0 -26
  1310. package/esm2015/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.js +0 -54
  1311. package/esm2015/lib/component/transaction-header-fields/transaction-header-partial-delivery.module.js +0 -23
  1312. package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.js +0 -86
  1313. package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.module.js +0 -23
  1314. package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.component.js +0 -82
  1315. package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.module.js +0 -23
  1316. package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.component.js +0 -82
  1317. package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.module.js +0 -23
  1318. package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.component.js +0 -82
  1319. package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.module.js +0 -23
  1320. package/esm2015/lib/component/transaction-history-grid-status/transaction-history-grid-status.component.js +0 -49
  1321. package/esm2015/lib/component/transaction-history-grid-status/transaction-history-grid-status.module.js +0 -23
  1322. package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.js +0 -92
  1323. package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.module.js +0 -26
  1324. package/esm2015/lib/component/transaction-line/transaction-goods-allocation-line/service/transaction-allocate-goods.service.js +0 -63
  1325. package/esm2015/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.component.js +0 -109
  1326. package/esm2015/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.module.js +0 -33
  1327. package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.component.js +0 -100
  1328. package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.module.js +0 -21
  1329. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.js +0 -15
  1330. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +0 -122
  1331. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.module.js +0 -36
  1332. package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.js +0 -123
  1333. package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.module.js +0 -59
  1334. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +0 -93
  1335. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.js +0 -46
  1336. package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.js +0 -68
  1337. package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.js +0 -115
  1338. package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.module.js +0 -34
  1339. package/esm2015/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.component.js +0 -192
  1340. package/esm2015/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.module.js +0 -30
  1341. package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.js +0 -53
  1342. package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.module.js +0 -25
  1343. package/esm2015/lib/component/transaction-line-fields/transaction-line-amount.component.js +0 -47
  1344. package/esm2015/lib/component/transaction-line-fields/transaction-line-amount.module.js +0 -21
  1345. package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.component.js +0 -48
  1346. package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.module.js +0 -23
  1347. package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.component.js +0 -55
  1348. package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.module.js +0 -26
  1349. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +0 -54
  1350. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.module.js +0 -23
  1351. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.js +0 -33
  1352. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.module.js +0 -23
  1353. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date.component.js +0 -86
  1354. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date.module.js +0 -23
  1355. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.component.js +0 -52
  1356. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.module.js +0 -26
  1357. package/esm2015/lib/component/transaction-line-fields/transaction-line-description.component.js +0 -90
  1358. package/esm2015/lib/component/transaction-line-fields/transaction-line-description.module.js +0 -24
  1359. package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-amount.component.js +0 -53
  1360. package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-amount.module.js +0 -23
  1361. package/esm2015/lib/component/transaction-line-fields/transaction-line-line-discount.component.js +0 -53
  1362. package/esm2015/lib/component/transaction-line-fields/transaction-line-line-discount.module.js +0 -23
  1363. package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.js +0 -90
  1364. package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.module.js +0 -23
  1365. package/esm2015/lib/component/transaction-line-fields/transaction-line-price-list.component.js +0 -52
  1366. package/esm2015/lib/component/transaction-line-fields/transaction-line-price-list.module.js +0 -26
  1367. package/esm2015/lib/component/transaction-line-fields/transaction-line-quantity.component.js +0 -36
  1368. package/esm2015/lib/component/transaction-line-fields/transaction-line-quantity.module.js +0 -23
  1369. package/esm2015/lib/component/transaction-line-fields/transaction-line-quantum-discount.component.js +0 -53
  1370. package/esm2015/lib/component/transaction-line-fields/transaction-line-quantum-discount.module.js +0 -23
  1371. package/esm2015/lib/component/transaction-line-fields/transaction-line-reference.component.js +0 -51
  1372. package/esm2015/lib/component/transaction-line-fields/transaction-line-reference.module.js +0 -23
  1373. package/esm2015/lib/component/transaction-line-fields/transaction-line-special-discount.component.js +0 -53
  1374. package/esm2015/lib/component/transaction-line-fields/transaction-line-special-discount.module.js +0 -23
  1375. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.component.js +0 -60
  1376. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.module.js +0 -28
  1377. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.component.js +0 -57
  1378. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.module.js +0 -25
  1379. package/esm2015/lib/component/transaction-line-fields/transaction-line-vat.component.js +0 -49
  1380. package/esm2015/lib/component/transaction-line-fields/transaction-line-vat.module.js +0 -28
  1381. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.js +0 -60
  1382. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.module.js +0 -23
  1383. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +0 -58
  1384. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.js +0 -21
  1385. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.js +0 -45
  1386. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.module.js +0 -23
  1387. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse.component.js +0 -52
  1388. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse.module.js +0 -27
  1389. package/esm2015/lib/component/transaction-line-grid/transaction-line-grid.component.js +0 -23
  1390. package/esm2015/lib/component/transaction-line-grid/transaction-line-grid.module.js +0 -21
  1391. package/esm2015/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.js +0 -99
  1392. package/esm2015/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.module.js +0 -27
  1393. package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.js +0 -118
  1394. package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.module.js +0 -41
  1395. package/esm2015/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.component.js +0 -114
  1396. package/esm2015/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.module.js +0 -60
  1397. package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.js +0 -119
  1398. package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.js +0 -35
  1399. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.js +0 -81
  1400. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.js +0 -25
  1401. package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.js +0 -111
  1402. package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.module.js +0 -23
  1403. package/esm2015/lib/component/transaction-lines/transaction-lines.component.js +0 -177
  1404. package/esm2015/lib/component/transaction-lines/transaction-lines.module.js +0 -32
  1405. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.js +0 -87
  1406. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.js +0 -41
  1407. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.js +0 -69
  1408. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.module.js +0 -25
  1409. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +0 -44
  1410. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.js +0 -29
  1411. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +0 -65
  1412. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.module.js +0 -28
  1413. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.js +0 -56
  1414. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.js +0 -28
  1415. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +0 -128
  1416. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.js +0 -31
  1417. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.js +0 -128
  1418. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.js +0 -29
  1419. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +0 -91
  1420. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.js +0 -27
  1421. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.js +0 -110
  1422. package/esm2015/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.js +0 -78
  1423. package/esm2015/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.module.js +0 -30
  1424. package/esm2015/lib/component/transaction-search/service/filter-request.service.js +0 -172
  1425. package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +0 -114
  1426. package/esm2015/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.js +0 -96
  1427. package/esm2015/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.module.js +0 -19
  1428. package/esm2015/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.component.js +0 -56
  1429. package/esm2015/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.module.js +0 -34
  1430. package/esm2015/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.component.js +0 -56
  1431. package/esm2015/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.module.js +0 -34
  1432. package/esm2015/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.component.js +0 -42
  1433. package/esm2015/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.module.js +0 -19
  1434. package/esm2015/lib/component/transaction-search/transaction-filter-content/enum/search-placeholder.enum.js +0 -27
  1435. package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.component.js +0 -143
  1436. package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.module.js +0 -29
  1437. package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.js +0 -236
  1438. package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.module.js +0 -35
  1439. package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.js +0 -225
  1440. package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.module.js +0 -34
  1441. package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.component.js +0 -133
  1442. package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.module.js +0 -29
  1443. package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.js +0 -235
  1444. package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.module.js +0 -35
  1445. package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.js +0 -248
  1446. package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.module.js +0 -34
  1447. package/esm2015/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.component.js +0 -55
  1448. package/esm2015/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.module.js +0 -26
  1449. package/esm2015/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.component.js +0 -64
  1450. package/esm2015/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.module.js +0 -23
  1451. package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.component.js +0 -81
  1452. package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.module.js +0 -19
  1453. package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.component.js +0 -84
  1454. package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.module.js +0 -25
  1455. package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.js +0 -84
  1456. package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.module.js +0 -27
  1457. package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.js +0 -126
  1458. package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.js +0 -27
  1459. package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +0 -119
  1460. package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.js +0 -44
  1461. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.component.js +0 -67
  1462. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.module.js +0 -29
  1463. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +0 -74
  1464. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.js +0 -32
  1465. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.js +0 -89
  1466. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.module.js +0 -19
  1467. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.js +0 -79
  1468. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.module.js +0 -23
  1469. package/esm2015/lib/component/transaction-search/transaction-search.component.js +0 -146
  1470. package/esm2015/lib/component/transaction-search/transaction-search.module.js +0 -32
  1471. package/esm2015/lib/component/transaction-side-panel-edit-request-details/components/allocation-request.component.js +0 -144
  1472. package/esm2015/lib/component/transaction-side-panel-edit-request-details/components/receive-goods-request.component.js +0 -201
  1473. package/esm2015/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.component.js +0 -50
  1474. package/esm2015/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.module.js +0 -35
  1475. package/esm2015/lib/component/transaction-tile/transaction-tile.component.js +0 -121
  1476. package/esm2015/lib/component/transaction-tile/transaction-tile.module.js +0 -30
  1477. package/esm2015/lib/component/transaction-totals/transaction-totals.component.js +0 -51
  1478. package/esm2015/lib/component/transaction-totals/transaction-totals.module.js +0 -25
  1479. package/esm2015/lib/component/view-mode-buttons/view-mode-buttons.component.js +0 -61
  1480. package/esm2015/lib/component/view-mode-buttons/view-mode-buttons.module.js +0 -23
  1481. package/esm2015/lib/enum/content-view-mode.enum.js +0 -11
  1482. package/esm2015/lib/enum/direction.enum.js +0 -9
  1483. package/esm2015/lib/enum/icon.enum.js +0 -84
  1484. package/esm2015/lib/enum/language-code.enum.js +0 -8
  1485. package/esm2015/lib/enum/order-discount-type.enum.js +0 -7
  1486. package/esm2015/lib/enum/position-grid-row.enum.js +0 -6
  1487. package/esm2015/lib/enum/search-view-mode.enum.js +0 -7
  1488. package/esm2015/lib/enum/searchbar-view-mode.enum.js +0 -7
  1489. package/esm2015/lib/enum/status-type.enum.js +0 -7
  1490. package/esm2015/lib/enum/time-size.type.js +0 -10
  1491. package/esm2015/lib/enum/transaction-type-category.enum.js +0 -17
  1492. package/esm2015/lib/interface/dialog-response.interface.js +0 -2
  1493. package/esm2015/lib/model/down-payment-view-model.js +0 -7
  1494. package/esm2015/lib/model/extended-transaction-line-view-model.js +0 -4
  1495. package/esm2015/lib/model/filter-item.viewmodel.js +0 -9
  1496. package/esm2015/lib/model/filter-viewmodel.js +0 -11
  1497. package/esm2015/lib/model/icon-svg.js +0 -83
  1498. package/esm2015/lib/model/payment.viewmodel.js +0 -6
  1499. package/esm2015/lib/model/received-goods-view-model.js +0 -11
  1500. package/esm2015/lib/model/relation-any-type.js +0 -3
  1501. package/esm2015/lib/model/standard-text.js +0 -3
  1502. package/esm2015/lib/model/text-value-container.js +0 -3
  1503. package/esm2015/lib/model/transaction-bar-button.js +0 -2
  1504. package/esm2015/lib/model/transaction-search-result.js +0 -3
  1505. package/esm2015/lib/pipe/append.pipe.js +0 -17
  1506. package/esm2015/lib/pipe/co-currency.pipe.js +0 -47
  1507. package/esm2015/lib/pipe/date-duration.pipe.js +0 -57
  1508. package/esm2015/lib/pipe/delivery-time.pipe.js +0 -36
  1509. package/esm2015/lib/pipe/localize.pipe.js +0 -28
  1510. package/esm2015/lib/pipe/pipe.module.js +0 -37
  1511. package/esm2015/lib/pipe/safe-html.pipe.js +0 -19
  1512. package/esm2015/lib/pipe/safe-style.pipe.js +0 -19
  1513. package/esm2015/lib/service/article-connector.service.js +0 -106
  1514. package/esm2015/lib/service/article.service.js +0 -33
  1515. package/esm2015/lib/service/dialog.service.js +0 -116
  1516. package/esm2015/lib/service/dictionary.service.js +0 -76
  1517. package/esm2015/lib/service/dynamic-component.service.js +0 -71
  1518. package/esm2015/lib/service/error.service.js +0 -68
  1519. package/esm2015/lib/service/icon-cache.service.js +0 -51
  1520. package/esm2015/lib/service/options.service.js +0 -71
  1521. package/esm2015/lib/service/payment.service.js +0 -105
  1522. package/esm2015/lib/service/pending-reason.service.js +0 -310
  1523. package/esm2015/lib/service/relation-connector.service.js +0 -222
  1524. package/esm2015/lib/service/relation.service.js +0 -158
  1525. package/esm2015/lib/service/shared-connector.service.js +0 -53
  1526. package/esm2015/lib/service/shared.service.js +0 -42
  1527. package/esm2015/lib/service/transaction-connector-adapter.service.js +0 -1807
  1528. package/esm2015/lib/service/transaction-connector.service.js +0 -667
  1529. package/esm2015/lib/service/transaction-event.service.js +0 -35
  1530. package/esm2015/lib/service/transaction-image.service.js +0 -53
  1531. package/esm2015/lib/service/transaction-mapping.service.js +0 -178
  1532. package/esm2015/lib/service/transaction.service.js +0 -845
  1533. package/esm2015/public_api.js +0 -46
  1534. package/fesm2015/colijnit-transaction.js +0 -25177
  1535. package/fesm2015/colijnit-transaction.js.map +0 -1
  1536. package/lib/assets/dictionary/text.properties.d.ts +0 -3
  1537. package/lib/cache/cache-field.d.ts +0 -25
  1538. package/lib/cache/parameter-cache-field.d.ts +0 -11
  1539. package/lib/cache/service/business-object-cache-manager.service.d.ts +0 -58
  1540. package/lib/cache/service/select-multiple-cache.service.d.ts +0 -15
  1541. package/lib/cache/service/select-multiple-parameterized-cache.service.d.ts +0 -19
  1542. package/lib/cache/service/select-single-cache.service.d.ts +0 -12
  1543. package/lib/component/animated-checkbox/animated-checkbox.component.d.ts +0 -5
  1544. package/lib/component/animated-checkbox/animated-checkbox.module.d.ts +0 -2
  1545. package/lib/component/avatar/avatar.component.d.ts +0 -31
  1546. package/lib/component/avatar/avatar.module.d.ts +0 -2
  1547. package/lib/component/checkout/checkout-login/checkout-login.component.d.ts +0 -21
  1548. package/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.d.ts +0 -11
  1549. package/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +0 -65
  1550. package/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.d.ts +0 -21
  1551. package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +0 -38
  1552. package/lib/component/checkout/checkout.component.d.ts +0 -48
  1553. package/lib/component/checkout/checkout.module.d.ts +0 -2
  1554. package/lib/component/confirmation-dialog/confirmation-dialog.component.d.ts +0 -18
  1555. package/lib/component/confirmation-dialog/confirmation-dialog.module.d.ts +0 -2
  1556. package/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.d.ts +0 -21
  1557. package/lib/component/core/base/components/characteristic-answer/characteristic-answer.module.d.ts +0 -2
  1558. package/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.component.d.ts +0 -13
  1559. package/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.module.d.ts +0 -2
  1560. package/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.d.ts +0 -10
  1561. package/lib/component/core/base/components/transaction-header-block/transaction-header-block.module.d.ts +0 -2
  1562. package/lib/component/core/base/components/warehouse/warehouse.component.d.ts +0 -20
  1563. package/lib/component/core/base/components/warehouse/warehouse.module.d.ts +0 -2
  1564. package/lib/component/core/base/dialog-base.component.d.ts +0 -4
  1565. package/lib/component/core/base/dialog-transaction-header-base.component.d.ts +0 -13
  1566. package/lib/component/core/base/dialog-transaction-line-base.component.d.ts +0 -16
  1567. package/lib/component/core/base/dynamic-base-component.d.ts +0 -3
  1568. package/lib/component/core/base/transaction-base.component.d.ts +0 -30
  1569. package/lib/component/core/base/transaction-filter-base.component.d.ts +0 -26
  1570. package/lib/component/core/base/transaction-filter-content-base.component.d.ts +0 -21
  1571. package/lib/component/core/base/transaction-filter-popup-base.component.d.ts +0 -37
  1572. package/lib/component/core/base/transaction-grid-base.component.d.ts +0 -25
  1573. package/lib/component/core/base/transaction-header-base.component.d.ts +0 -16
  1574. package/lib/component/core/base/transaction-header-filter-popup-base.component.d.ts +0 -38
  1575. package/lib/component/core/base/transaction-line-base.component.d.ts +0 -16
  1576. package/lib/component/core/base/transaction-lines-line-base.component.d.ts +0 -23
  1577. package/lib/component/core/base/transaction-search-grid-base.component.d.ts +0 -11
  1578. package/lib/component/core/base/transaction-search-tile-base.component.d.ts +0 -13
  1579. package/lib/component/core/core.module.d.ts +0 -2
  1580. package/lib/component/core/directive/lazy-render-master.directive.d.ts +0 -10
  1581. package/lib/component/core/directive/lazy-render.directive.d.ts +0 -10
  1582. package/lib/component/core/enum/app-popup-button-type.enum.d.ts +0 -9
  1583. package/lib/component/core/enum/app-popup-type.enum.d.ts +0 -6
  1584. package/lib/component/core/icon/icon.component.d.ts +0 -12
  1585. package/lib/component/core/image-display/image-display.component.d.ts +0 -5
  1586. package/lib/component/core/relation/customer-groups.component.d.ts +0 -14
  1587. package/lib/component/core/stock-status-indicator/stock-status-indicator.component.d.ts +0 -5
  1588. package/lib/component/delivery-type-tile/delivery-type-tile.component.d.ts +0 -10
  1589. package/lib/component/delivery-type-tile/delivery-type-tile.module.d.ts +0 -2
  1590. package/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.d.ts +0 -15
  1591. package/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.module.d.ts +0 -2
  1592. package/lib/component/dialog/dialog-header-search/dialog-header-search.component.d.ts +0 -10
  1593. package/lib/component/dialog/dialog-header-search/dialog-header-search.module.d.ts +0 -2
  1594. package/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.component.d.ts +0 -4
  1595. package/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.module.d.ts +0 -2
  1596. package/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.d.ts +0 -8
  1597. package/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.module.d.ts +0 -2
  1598. package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.d.ts +0 -4
  1599. package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.module.d.ts +0 -2
  1600. package/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.component.d.ts +0 -4
  1601. package/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.module.d.ts +0 -2
  1602. package/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.d.ts +0 -14
  1603. package/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.module.d.ts +0 -2
  1604. package/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.component.d.ts +0 -4
  1605. package/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.module.d.ts +0 -2
  1606. package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.component.d.ts +0 -4
  1607. package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.module.d.ts +0 -2
  1608. package/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.d.ts +0 -4
  1609. package/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.module.d.ts +0 -2
  1610. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.component.d.ts +0 -4
  1611. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.module.d.ts +0 -2
  1612. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.d.ts +0 -12
  1613. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.module.d.ts +0 -2
  1614. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.d.ts +0 -6
  1615. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.module.d.ts +0 -2
  1616. package/lib/component/discount/discount.component.d.ts +0 -19
  1617. package/lib/component/discount/discount.module.d.ts +0 -2
  1618. package/lib/component/down-payment/down-payment.component.d.ts +0 -16
  1619. package/lib/component/down-payment/down-payment.module.d.ts +0 -2
  1620. package/lib/component/editable-label/editable-label.component.d.ts +0 -16
  1621. package/lib/component/editable-label/editable-label.module.d.ts +0 -2
  1622. package/lib/component/loader/loader.component.d.ts +0 -3
  1623. package/lib/component/loader/loader.module.d.ts +0 -2
  1624. package/lib/component/payment/payment.component.d.ts +0 -58
  1625. package/lib/component/payment/payment.module.d.ts +0 -2
  1626. package/lib/component/payment-qr-code/payment-qr-code.component.d.ts +0 -4
  1627. package/lib/component/payment-qr-code/payment-qr-code.module.d.ts +0 -2
  1628. package/lib/component/payment-tile/payment-tile.component.d.ts +0 -10
  1629. package/lib/component/payment-tile/payment-tile.module.d.ts +0 -2
  1630. package/lib/component/quick-send-button/quick-send-button.component.d.ts +0 -15
  1631. package/lib/component/quick-send-button/quick-send-button.module.d.ts +0 -2
  1632. package/lib/component/relation/relation-address/relation-address.component.d.ts +0 -25
  1633. package/lib/component/relation/relation-address/relation-address.module.d.ts +0 -2
  1634. package/lib/component/relation/relation-address-select/relation-address-select.component.d.ts +0 -33
  1635. package/lib/component/relation/relation-address-select/relation-address-select.module.d.ts +0 -2
  1636. package/lib/component/relation/relation-address-tile/relation-address-tile.component.d.ts +0 -15
  1637. package/lib/component/relation/relation-address-tile/relation-address-tile.module.d.ts +0 -2
  1638. package/lib/component/relation/relation-addresses/relation-addresses.component.d.ts +0 -27
  1639. package/lib/component/relation/relation-addresses/relation-addresses.module.d.ts +0 -2
  1640. package/lib/component/relation/relation-base.component.d.ts +0 -13
  1641. package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +0 -12
  1642. package/lib/component/relation/relation-contact-details/relation-contact-details.module.d.ts +0 -2
  1643. package/lib/component/relation/relation-general/relation-general.component.d.ts +0 -34
  1644. package/lib/component/relation/relation-general/relation-general.module.d.ts +0 -2
  1645. package/lib/component/relation/relation-preferences/relation-preferences.component.d.ts +0 -15
  1646. package/lib/component/relation/relation-preferences/relation-preferences.module.d.ts +0 -2
  1647. package/lib/component/relation/relation-suggestions-list/relation-suggestions-list.component.d.ts +0 -7
  1648. package/lib/component/relation/relation-suggestions-list/relation-suggestions-list.module.d.ts +0 -2
  1649. package/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.component.d.ts +0 -8
  1650. package/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.module.d.ts +0 -2
  1651. package/lib/component/relation/relation-type/relation-type.component.d.ts +0 -11
  1652. package/lib/component/relation/relation-type/relation-type.module.d.ts +0 -2
  1653. package/lib/component/shared/transaction-article-text/transaction-article-text.component.d.ts +0 -44
  1654. package/lib/component/shared/transaction-article-text/transaction-article-text.module.d.ts +0 -2
  1655. package/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.d.ts +0 -29
  1656. package/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.module.d.ts +0 -2
  1657. package/lib/component/shopping-cart/shopping-cart.component.d.ts +0 -17
  1658. package/lib/component/shopping-cart/shopping-cart.module.d.ts +0 -2
  1659. package/lib/component/shopping-cart-preview/shopping-cart-preview.component.d.ts +0 -13
  1660. package/lib/component/shopping-cart-preview/shopping-cart-preview.module.d.ts +0 -2
  1661. package/lib/component/stepper/component/stepper-step.component.d.ts +0 -12
  1662. package/lib/component/stepper/stepper.component.d.ts +0 -36
  1663. package/lib/component/stepper/stepper.module.d.ts +0 -2
  1664. package/lib/component/tile/tile.component.d.ts +0 -6
  1665. package/lib/component/tile/tile.module.d.ts +0 -2
  1666. package/lib/component/transaction/style/_layout.scss +0 -56
  1667. package/lib/component/transaction/style/material.scss +0 -13
  1668. package/lib/component/transaction/transaction.component.d.ts +0 -45
  1669. package/lib/component/transaction/transaction.module.d.ts +0 -2
  1670. package/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.component.d.ts +0 -18
  1671. package/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.module.d.ts +0 -2
  1672. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.d.ts +0 -16
  1673. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.d.ts +0 -18
  1674. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.d.ts +0 -12
  1675. package/lib/component/transaction-button-bar/transaction-button-bar.component.d.ts +0 -19
  1676. package/lib/component/transaction-button-bar/transaction-button-bar.module.d.ts +0 -2
  1677. package/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.d.ts +0 -24
  1678. package/lib/component/transaction-confirmation-details/transaction-confirmation-details.module.d.ts +0 -2
  1679. package/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.d.ts +0 -30
  1680. package/lib/component/transaction-confirmation-history/transaction-confirmation-history.module.d.ts +0 -2
  1681. package/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.d.ts +0 -26
  1682. package/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.module.d.ts +0 -2
  1683. package/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.d.ts +0 -8
  1684. package/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.module.d.ts +0 -2
  1685. package/lib/component/transaction-grid/transaction-grid/transaction-grid.component.d.ts +0 -26
  1686. package/lib/component/transaction-grid/transaction-grid/transaction-grid.module.d.ts +0 -2
  1687. package/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.d.ts +0 -19
  1688. package/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.module.d.ts +0 -2
  1689. package/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.d.ts +0 -21
  1690. package/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.d.ts +0 -2
  1691. package/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.component.d.ts +0 -4
  1692. package/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.module.d.ts +0 -2
  1693. package/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.d.ts +0 -37
  1694. package/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.d.ts +0 -2
  1695. package/lib/component/transaction-header/transaction-header/transaction-header.component.d.ts +0 -12
  1696. package/lib/component/transaction-header/transaction-header/transaction-header.module.d.ts +0 -2
  1697. package/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.d.ts +0 -21
  1698. package/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.d.ts +0 -2
  1699. package/lib/component/transaction-header/transaction-header-order/style/_layout.scss +0 -51
  1700. package/lib/component/transaction-header/transaction-header-order/style/_material-definition.scss +0 -12
  1701. package/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.d.ts +0 -13
  1702. package/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.d.ts +0 -2
  1703. package/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.d.ts +0 -22
  1704. package/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.d.ts +0 -2
  1705. package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +0 -41
  1706. package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.d.ts +0 -2
  1707. package/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.d.ts +0 -14
  1708. package/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.d.ts +0 -2
  1709. package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +0 -17
  1710. package/lib/component/transaction-header-fields/transaction-header-branch.module.d.ts +0 -2
  1711. package/lib/component/transaction-header-fields/transaction-header-definitive.component.d.ts +0 -9
  1712. package/lib/component/transaction-header-fields/transaction-header-definitive.module.d.ts +0 -2
  1713. package/lib/component/transaction-header-fields/transaction-header-delivery-date.component.d.ts +0 -17
  1714. package/lib/component/transaction-header-fields/transaction-header-delivery-date.module.d.ts +0 -2
  1715. package/lib/component/transaction-header-fields/transaction-header-delivery-method.component.d.ts +0 -20
  1716. package/lib/component/transaction-header-fields/transaction-header-delivery-method.module.d.ts +0 -2
  1717. package/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.d.ts +0 -21
  1718. package/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.d.ts +0 -2
  1719. package/lib/component/transaction-header-fields/transaction-header-discount-amount.component.d.ts +0 -17
  1720. package/lib/component/transaction-header-fields/transaction-header-discount-amount.module.d.ts +0 -2
  1721. package/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.d.ts +0 -17
  1722. package/lib/component/transaction-header-fields/transaction-header-discount-percentage.module.d.ts +0 -2
  1723. package/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.component.d.ts +0 -18
  1724. package/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.module.d.ts +0 -2
  1725. package/lib/component/transaction-header-fields/transaction-header-downpayment-amount.component.d.ts +0 -17
  1726. package/lib/component/transaction-header-fields/transaction-header-downpayment-amount.module.d.ts +0 -2
  1727. package/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.component.d.ts +0 -17
  1728. package/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.module.d.ts +0 -2
  1729. package/lib/component/transaction-header-fields/transaction-header-marketing.component.d.ts +0 -14
  1730. package/lib/component/transaction-header-fields/transaction-header-marketing.module.d.ts +0 -2
  1731. package/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.d.ts +0 -11
  1732. package/lib/component/transaction-header-fields/transaction-header-partial-delivery.module.d.ts +0 -2
  1733. package/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.d.ts +0 -17
  1734. package/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.module.d.ts +0 -2
  1735. package/lib/component/transaction-header-fields/transaction-header-reference.component.d.ts +0 -17
  1736. package/lib/component/transaction-header-fields/transaction-header-reference.module.d.ts +0 -2
  1737. package/lib/component/transaction-header-fields/transaction-header-relation-reference.component.d.ts +0 -17
  1738. package/lib/component/transaction-header-fields/transaction-header-relation-reference.module.d.ts +0 -2
  1739. package/lib/component/transaction-header-fields/transaction-header-remarks.component.d.ts +0 -17
  1740. package/lib/component/transaction-header-fields/transaction-header-remarks.module.d.ts +0 -2
  1741. package/lib/component/transaction-history-grid-status/transaction-history-grid-status.component.d.ts +0 -11
  1742. package/lib/component/transaction-history-grid-status/transaction-history-grid-status.module.d.ts +0 -2
  1743. package/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.d.ts +0 -20
  1744. package/lib/component/transaction-line/transaction-base-line/transaction-base-line.module.d.ts +0 -2
  1745. package/lib/component/transaction-line/transaction-goods-allocation-line/service/transaction-allocate-goods.service.d.ts +0 -12
  1746. package/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.component.d.ts +0 -27
  1747. package/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.module.d.ts +0 -2
  1748. package/lib/component/transaction-line/transaction-line/transaction-line.component.d.ts +0 -32
  1749. package/lib/component/transaction-line/transaction-line/transaction-line.module.d.ts +0 -2
  1750. package/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.d.ts +0 -4
  1751. package/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.d.ts +0 -25
  1752. package/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.module.d.ts +0 -2
  1753. package/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.d.ts +0 -28
  1754. package/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.module.d.ts +0 -2
  1755. package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.d.ts +0 -19
  1756. package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.d.ts +0 -2
  1757. package/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.d.ts +0 -19
  1758. package/lib/component/transaction-line/transaction-receive-goods-line/style/_layout.scss +0 -36
  1759. package/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.d.ts +0 -27
  1760. package/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.module.d.ts +0 -2
  1761. package/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.component.d.ts +0 -49
  1762. package/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.module.d.ts +0 -2
  1763. package/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.d.ts +0 -20
  1764. package/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.module.d.ts +0 -2
  1765. package/lib/component/transaction-line-fields/transaction-line-amount.component.d.ts +0 -10
  1766. package/lib/component/transaction-line-fields/transaction-line-amount.module.d.ts +0 -2
  1767. package/lib/component/transaction-line-fields/transaction-line-commission-button.component.d.ts +0 -9
  1768. package/lib/component/transaction-line-fields/transaction-line-commission-button.module.d.ts +0 -2
  1769. package/lib/component/transaction-line-fields/transaction-line-commission-code.component.d.ts +0 -15
  1770. package/lib/component/transaction-line-fields/transaction-line-commission-code.module.d.ts +0 -2
  1771. package/lib/component/transaction-line-fields/transaction-line-delivery-button.component.d.ts +0 -13
  1772. package/lib/component/transaction-line-fields/transaction-line-delivery-button.module.d.ts +0 -2
  1773. package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.d.ts +0 -10
  1774. package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.module.d.ts +0 -2
  1775. package/lib/component/transaction-line-fields/transaction-line-delivery-date.component.d.ts +0 -17
  1776. package/lib/component/transaction-line-fields/transaction-line-delivery-date.module.d.ts +0 -2
  1777. package/lib/component/transaction-line-fields/transaction-line-delivery-method.component.d.ts +0 -14
  1778. package/lib/component/transaction-line-fields/transaction-line-delivery-method.module.d.ts +0 -2
  1779. package/lib/component/transaction-line-fields/transaction-line-description.component.d.ts +0 -21
  1780. package/lib/component/transaction-line-fields/transaction-line-description.module.d.ts +0 -2
  1781. package/lib/component/transaction-line-fields/transaction-line-discount-amount.component.d.ts +0 -10
  1782. package/lib/component/transaction-line-fields/transaction-line-discount-amount.module.d.ts +0 -2
  1783. package/lib/component/transaction-line-fields/transaction-line-line-discount.component.d.ts +0 -10
  1784. package/lib/component/transaction-line-fields/transaction-line-line-discount.module.d.ts +0 -2
  1785. package/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.d.ts +0 -18
  1786. package/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.module.d.ts +0 -2
  1787. package/lib/component/transaction-line-fields/transaction-line-price-list.component.d.ts +0 -14
  1788. package/lib/component/transaction-line-fields/transaction-line-price-list.module.d.ts +0 -2
  1789. package/lib/component/transaction-line-fields/transaction-line-quantity.component.d.ts +0 -7
  1790. package/lib/component/transaction-line-fields/transaction-line-quantity.module.d.ts +0 -2
  1791. package/lib/component/transaction-line-fields/transaction-line-quantum-discount.component.d.ts +0 -10
  1792. package/lib/component/transaction-line-fields/transaction-line-quantum-discount.module.d.ts +0 -2
  1793. package/lib/component/transaction-line-fields/transaction-line-reference.component.d.ts +0 -10
  1794. package/lib/component/transaction-line-fields/transaction-line-reference.module.d.ts +0 -2
  1795. package/lib/component/transaction-line-fields/transaction-line-special-discount.component.d.ts +0 -10
  1796. package/lib/component/transaction-line-fields/transaction-line-special-discount.module.d.ts +0 -2
  1797. package/lib/component/transaction-line-fields/transaction-line-supplier-button.component.d.ts +0 -12
  1798. package/lib/component/transaction-line-fields/transaction-line-supplier-button.module.d.ts +0 -2
  1799. package/lib/component/transaction-line-fields/transaction-line-supplier.component.d.ts +0 -16
  1800. package/lib/component/transaction-line-fields/transaction-line-supplier.module.d.ts +0 -2
  1801. package/lib/component/transaction-line-fields/transaction-line-vat.component.d.ts +0 -13
  1802. package/lib/component/transaction-line-fields/transaction-line-vat.module.d.ts +0 -2
  1803. package/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.d.ts +0 -15
  1804. package/lib/component/transaction-line-fields/transaction-line-warehouse-button.module.d.ts +0 -2
  1805. package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +0 -18
  1806. package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.d.ts +0 -2
  1807. package/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.d.ts +0 -13
  1808. package/lib/component/transaction-line-fields/transaction-line-warehouse-location.module.d.ts +0 -2
  1809. package/lib/component/transaction-line-fields/transaction-line-warehouse.component.d.ts +0 -14
  1810. package/lib/component/transaction-line-fields/transaction-line-warehouse.module.d.ts +0 -2
  1811. package/lib/component/transaction-line-grid/transaction-line-grid.component.d.ts +0 -5
  1812. package/lib/component/transaction-line-grid/transaction-line-grid.module.d.ts +0 -2
  1813. package/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.d.ts +0 -29
  1814. package/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.module.d.ts +0 -2
  1815. package/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.d.ts +0 -27
  1816. package/lib/component/transaction-line-side-panel/transaction-line-side-panel.module.d.ts +0 -2
  1817. package/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.component.d.ts +0 -21
  1818. package/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.module.d.ts +0 -2
  1819. package/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.d.ts +0 -28
  1820. package/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.d.ts +0 -2
  1821. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.d.ts +0 -20
  1822. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.d.ts +0 -2
  1823. package/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.d.ts +0 -30
  1824. package/lib/component/transaction-line-statusbar/transaction-line-statusbar.module.d.ts +0 -2
  1825. package/lib/component/transaction-lines/transaction-lines.component.d.ts +0 -48
  1826. package/lib/component/transaction-lines/transaction-lines.module.d.ts +0 -2
  1827. package/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.d.ts +0 -28
  1828. package/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.d.ts +0 -2
  1829. package/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.d.ts +0 -20
  1830. package/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.module.d.ts +0 -2
  1831. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +0 -7
  1832. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.d.ts +0 -2
  1833. package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.d.ts +0 -19
  1834. package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.module.d.ts +0 -2
  1835. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.d.ts +0 -14
  1836. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.d.ts +0 -2
  1837. package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.d.ts +0 -33
  1838. package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.d.ts +0 -2
  1839. package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.d.ts +0 -33
  1840. package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.d.ts +0 -2
  1841. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +0 -34
  1842. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.d.ts +0 -2
  1843. package/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.d.ts +0 -43
  1844. package/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.d.ts +0 -17
  1845. package/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.module.d.ts +0 -2
  1846. package/lib/component/transaction-search/service/filter-request.service.d.ts +0 -87
  1847. package/lib/component/transaction-search/service/transaction-search.service.d.ts +0 -37
  1848. package/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.d.ts +0 -26
  1849. package/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.module.d.ts +0 -2
  1850. package/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.component.d.ts +0 -9
  1851. package/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.module.d.ts +0 -2
  1852. package/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.component.d.ts +0 -9
  1853. package/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.module.d.ts +0 -2
  1854. package/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.component.d.ts +0 -10
  1855. package/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.module.d.ts +0 -2
  1856. package/lib/component/transaction-search/transaction-filter-content/enum/search-placeholder.enum.d.ts +0 -25
  1857. package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.component.d.ts +0 -40
  1858. package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.module.d.ts +0 -2
  1859. package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.d.ts +0 -36
  1860. package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.module.d.ts +0 -2
  1861. package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.d.ts +0 -50
  1862. package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.module.d.ts +0 -2
  1863. package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.component.d.ts +0 -40
  1864. package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.module.d.ts +0 -2
  1865. package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.d.ts +0 -36
  1866. package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.module.d.ts +0 -2
  1867. package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.d.ts +0 -57
  1868. package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.module.d.ts +0 -2
  1869. package/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.component.d.ts +0 -24
  1870. package/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.module.d.ts +0 -2
  1871. package/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.component.d.ts +0 -21
  1872. package/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.module.d.ts +0 -2
  1873. package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.component.d.ts +0 -22
  1874. package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.module.d.ts +0 -2
  1875. package/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.component.d.ts +0 -7
  1876. package/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.module.d.ts +0 -2
  1877. package/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.d.ts +0 -7
  1878. package/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.module.d.ts +0 -2
  1879. package/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.d.ts +0 -36
  1880. package/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.d.ts +0 -2
  1881. package/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.d.ts +0 -32
  1882. package/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.d.ts +0 -2
  1883. package/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.component.d.ts +0 -3
  1884. package/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.module.d.ts +0 -2
  1885. package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.d.ts +0 -6
  1886. package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.d.ts +0 -2
  1887. package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.d.ts +0 -25
  1888. package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.module.d.ts +0 -2
  1889. package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.d.ts +0 -22
  1890. package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.module.d.ts +0 -2
  1891. package/lib/component/transaction-search/transaction-search.component.d.ts +0 -32
  1892. package/lib/component/transaction-search/transaction-search.module.d.ts +0 -2
  1893. package/lib/component/transaction-side-panel-edit-request-details/components/allocation-request.component.d.ts +0 -35
  1894. package/lib/component/transaction-side-panel-edit-request-details/components/receive-goods-request.component.d.ts +0 -48
  1895. package/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.component.d.ts +0 -15
  1896. package/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.module.d.ts +0 -2
  1897. package/lib/component/transaction-tile/transaction-tile.component.d.ts +0 -24
  1898. package/lib/component/transaction-tile/transaction-tile.module.d.ts +0 -2
  1899. package/lib/component/transaction-totals/transaction-totals.component.d.ts +0 -12
  1900. package/lib/component/transaction-totals/transaction-totals.module.d.ts +0 -2
  1901. package/lib/component/view-mode-buttons/view-mode-buttons.component.d.ts +0 -17
  1902. package/lib/component/view-mode-buttons/view-mode-buttons.module.d.ts +0 -2
  1903. package/lib/enum/content-view-mode.enum.d.ts +0 -8
  1904. package/lib/enum/direction.enum.d.ts +0 -6
  1905. package/lib/enum/icon.enum.d.ts +0 -82
  1906. package/lib/enum/language-code.enum.d.ts +0 -6
  1907. package/lib/enum/order-discount-type.enum.d.ts +0 -5
  1908. package/lib/enum/position-grid-row.enum.d.ts +0 -4
  1909. package/lib/enum/search-view-mode.enum.d.ts +0 -4
  1910. package/lib/enum/searchbar-view-mode.enum.d.ts +0 -4
  1911. package/lib/enum/status-type.enum.d.ts +0 -5
  1912. package/lib/enum/time-size.type.d.ts +0 -7
  1913. package/lib/enum/transaction-type-category.enum.d.ts +0 -15
  1914. package/lib/interface/dialog-response.interface.d.ts +0 -5
  1915. package/lib/model/down-payment-view-model.d.ts +0 -7
  1916. package/lib/model/extended-transaction-line-view-model.d.ts +0 -10
  1917. package/lib/model/filter-item.viewmodel.d.ts +0 -7
  1918. package/lib/model/filter-viewmodel.d.ts +0 -8
  1919. package/lib/model/icon-svg.d.ts +0 -4
  1920. package/lib/model/payment.viewmodel.d.ts +0 -6
  1921. package/lib/model/received-goods-view-model.d.ts +0 -10
  1922. package/lib/model/relation-any-type.d.ts +0 -3
  1923. package/lib/model/standard-text.d.ts +0 -5
  1924. package/lib/model/text-value-container.d.ts +0 -4
  1925. package/lib/model/transaction-bar-button.d.ts +0 -10
  1926. package/lib/model/transaction-search-result.d.ts +0 -5
  1927. package/lib/pipe/append.pipe.d.ts +0 -4
  1928. package/lib/pipe/co-currency.pipe.d.ts +0 -10
  1929. package/lib/pipe/date-duration.pipe.d.ts +0 -10
  1930. package/lib/pipe/delivery-time.pipe.d.ts +0 -12
  1931. package/lib/pipe/localize.pipe.d.ts +0 -7
  1932. package/lib/pipe/pipe.module.d.ts +0 -2
  1933. package/lib/pipe/safe-html.pipe.d.ts +0 -7
  1934. package/lib/pipe/safe-style.pipe.d.ts +0 -7
  1935. package/lib/service/article-connector.service.d.ts +0 -20
  1936. package/lib/service/article.service.d.ts +0 -8
  1937. package/lib/service/dialog.service.d.ts +0 -25
  1938. package/lib/service/dictionary.service.d.ts +0 -21
  1939. package/lib/service/dynamic-component.service.d.ts +0 -11
  1940. package/lib/service/error.service.d.ts +0 -12
  1941. package/lib/service/icon-cache.service.d.ts +0 -18
  1942. package/lib/service/options.service.d.ts +0 -13
  1943. package/lib/service/payment.service.d.ts +0 -23
  1944. package/lib/service/pending-reason.service.d.ts +0 -59
  1945. package/lib/service/relation-connector.service.d.ts +0 -36
  1946. package/lib/service/relation.service.d.ts +0 -44
  1947. package/lib/service/shared-connector.service.d.ts +0 -12
  1948. package/lib/service/shared.service.d.ts +0 -15
  1949. package/lib/service/transaction-connector-adapter.service.d.ts +0 -206
  1950. package/lib/service/transaction-connector.service.d.ts +0 -197
  1951. package/lib/service/transaction-event.service.d.ts +0 -67
  1952. package/lib/service/transaction-image.service.d.ts +0 -10
  1953. package/lib/service/transaction-mapping.service.d.ts +0 -26
  1954. package/lib/service/transaction.service.d.ts +0 -175
  1955. package/public_api.d.ts +0 -45
@@ -1,18 +0,0 @@
1
- import { AfterViewInit, EventEmitter } from "@angular/core";
2
- import { LogisticalStateDetail } from "@colijnit/transactionapi/build/model/logistical-state-detail.bo";
3
- import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
4
- import { TransactionService } from "../../service/transaction.service";
5
- import { TransactionInfo } from "@colijnit/transactionapi/build/model/transaction-info.bo";
6
- export declare class TransactionAllocateGoodsHistoryComponent implements AfterViewInit {
7
- private _service;
8
- set goodsAllocationHistory(value: LogisticalStateDetail[]);
9
- transactionInfo: TransactionInfo;
10
- transactionLine: TransactionLineInfo;
11
- reloadAllocationGoodsHistory: EventEmitter<void>;
12
- get goodsAllocationHistory(): LogisticalStateDetail[];
13
- private _goodsAllocationHistory;
14
- showClass(): boolean;
15
- constructor(_service: TransactionService);
16
- ngAfterViewInit(): void;
17
- handleDeleteSelectedRow(row: LogisticalStateDetail): void;
18
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionAllocateGoodsHistoryModule {
2
- }
@@ -1,16 +0,0 @@
1
- import { Icon } from "../../../enum/icon.enum";
2
- import { TransactionInfoResponse } from "@colijnit/transactionapi/build/model/transaction-info-response.bo";
3
- import { BehaviorSubject } from "rxjs";
4
- export declare abstract class TransactionButtonBarButtonBaseComponent {
5
- title: string;
6
- iconName: Icon;
7
- transactionInfoResponse: TransactionInfoResponse;
8
- set showLoader(value: boolean);
9
- get showLoader(): boolean;
10
- set checked(value: boolean);
11
- get checked(): boolean;
12
- showLoaderChange: BehaviorSubject<boolean>;
13
- checkedChange: BehaviorSubject<boolean>;
14
- private _showLoader;
15
- private _checked;
16
- }
@@ -1,18 +0,0 @@
1
- import { ApplicationRef, ComponentFactoryResolver, ElementRef, Injector, OnInit, Type } from "@angular/core";
2
- import { IconCacheService } from "../../../service/icon-cache.service";
3
- import { TransactionButtonBarButtonBaseComponent } from "./transaction-button-bar-button-base.component";
4
- export declare class TransactionButtonBarButtonComponent extends TransactionButtonBarButtonBaseComponent implements OnInit {
5
- iconCacheService: IconCacheService;
6
- private _compFactoryResolver;
7
- private appRef;
8
- private injector;
9
- set child(content: any);
10
- component: Type<TransactionButtonBarButtonBaseComponent>;
11
- showClass: boolean;
12
- get isLoaderShowing(): boolean;
13
- useComponent: boolean;
14
- buttonWrapper: ElementRef;
15
- constructor(iconCacheService: IconCacheService, _compFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
16
- ngOnInit(): void;
17
- private _checkAndCreateComponent;
18
- }
@@ -1,12 +0,0 @@
1
- import { OnDestroy } from "@angular/core";
2
- import { IconCacheService } from "../../../service/icon-cache.service";
3
- import { TransactionButtonBarButtonBaseComponent } from "./transaction-button-bar-button-base.component";
4
- import { TransactionEventService } from "../../../service/transaction-event.service";
5
- export declare class TransactionSalesPurchaseButtonBarButtonComponent extends TransactionButtonBarButtonBaseComponent implements OnDestroy {
6
- iconCacheService: IconCacheService;
7
- private _transactionEventService;
8
- showClass: boolean;
9
- private _subs;
10
- constructor(iconCacheService: IconCacheService, _transactionEventService: TransactionEventService);
11
- ngOnDestroy(): void;
12
- }
@@ -1,19 +0,0 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
3
- import { TransactionBarButton } from "../../model/transaction-bar-button";
4
- import { TransactionMappingService } from "../../service/transaction-mapping.service";
5
- import { TransactionTypeCategory } from "../../enum/transaction-type-category.enum";
6
- import { TransactionInfoResponse } from "@colijnit/transactionapi/build/model/transaction-info-response.bo";
7
- export declare class TransactionButtonBarComponent {
8
- private _mappingService;
9
- set transactionType(value: TransactionKind);
10
- get transactionType(): TransactionKind;
11
- transactionInfoResponse: TransactionInfoResponse;
12
- selectedCategory: TransactionTypeCategory;
13
- buttonClicked: EventEmitter<TransactionBarButton>;
14
- showClass(): boolean;
15
- buttons: TransactionBarButton[];
16
- private _transactionType;
17
- constructor(_mappingService: TransactionMappingService);
18
- selectCategory(idx: number): void;
19
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionButtonBarModule {
2
- }
@@ -1,24 +0,0 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
3
- import { Icon } from "../../enum/icon.enum";
4
- import { IconCacheService } from "../../service/icon-cache.service";
5
- import { TransactionService } from "../../service/transaction.service";
6
- import { DocDeliveryBatch } from "@colijnit/transactionapi/build/model/doc-delivery-batch.bo";
7
- export declare class TransactionConfirmationDetailsComponent {
8
- iconCacheService: IconCacheService;
9
- transactionService: TransactionService;
10
- readonly icons: typeof Icon;
11
- transactionLines: TransactionLineInfo;
12
- transactionInfoNr: number;
13
- showClass(): boolean;
14
- showAddOrder: boolean;
15
- newDocBatchArray: DocDeliveryBatch;
16
- set isEditing(value: boolean);
17
- get isEditing(): boolean;
18
- docBatchSaved: EventEmitter<boolean>;
19
- isEditMode: boolean;
20
- constructor(iconCacheService: IconCacheService, transactionService: TransactionService);
21
- addButtonClicked(): void;
22
- handleOkClick(): Promise<void>;
23
- handleCancelClick(): void;
24
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionConfirmationDetailsModule {
2
- }
@@ -1,30 +0,0 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
2
- import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
3
- import { Icon } from "../../enum/icon.enum";
4
- import { IconCacheService } from "../../service/icon-cache.service";
5
- import { TransactionService } from "../../service/transaction.service";
6
- import { GetPurchasePortalLine } from "@colijnit/transactionapi/build/model/get-purchase-portal-line";
7
- import { PurchasePortalFilters } from "@colijnit/transactionapi/build/model/purchase-portal-filters.bo";
8
- import { DocDeliveryBatch } from "@colijnit/transactionapi/build/model/doc-delivery-batch.bo";
9
- export declare class TransactionConfirmationHistoryComponent implements OnInit {
10
- iconCacheService: IconCacheService;
11
- transactionService: TransactionService;
12
- readonly icons: typeof Icon;
13
- transactionLines: TransactionLineInfo;
14
- transactionId: number;
15
- transactionInfoNr: number;
16
- set isDocBatchSaved(data: boolean);
17
- get isDocBatchSaved(): boolean;
18
- lineSelected: EventEmitter<void>;
19
- docBatchApplied: EventEmitter<boolean>;
20
- getPurchasePortalLine: GetPurchasePortalLine;
21
- purchasePortalFilter: PurchasePortalFilters;
22
- filteredDocBatchArray: DocDeliveryBatch[];
23
- showClass(): boolean;
24
- constructor(iconCacheService: IconCacheService, transactionService: TransactionService);
25
- ngOnInit(): void;
26
- getPurchasePortalLines(): Promise<void>;
27
- lockPurchasePortalLine(): Promise<void>;
28
- deleteDocBatch(event: any): Promise<void>;
29
- selectedLineDocBatchArray(event: any): void;
30
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionConfirmationHistoryModule {
2
- }
@@ -1,26 +0,0 @@
1
- import { OnDestroy, OnInit } from "@angular/core";
2
- import { Icon } from "../../../enum/icon.enum";
3
- import { IconCacheService } from "../../../service/icon-cache.service";
4
- import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
5
- import { TransactionReceiveGoodsService } from "../../transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service";
6
- import { TransactionService } from "../../../service/transaction.service";
7
- import { AvailableStock } from "@colijnit/transactionapi/build/model/available-stock.bo";
8
- import { TransactionInfo } from "@colijnit/transactionapi/build/model/transaction-info.bo";
9
- export declare class TransactionAvailableStockGridComponent implements OnInit, OnDestroy {
10
- iconsService: IconCacheService;
11
- private _transactionService;
12
- private _transactionReceiveGoodsService;
13
- readonly icons: typeof Icon;
14
- transactionInfo: TransactionInfo;
15
- transactionLine: TransactionLineInfo;
16
- showClass(): boolean;
17
- selectedStock: AvailableStock;
18
- collection: AvailableStock[];
19
- private _subscriptions;
20
- constructor(iconsService: IconCacheService, _transactionService: TransactionService, _transactionReceiveGoodsService: TransactionReceiveGoodsService);
21
- ngOnInit(): void;
22
- ngOnDestroy(): void;
23
- handleSelectRow(availableStock: AvailableStock): void;
24
- handleDeleteClick(): void;
25
- private _getAvailableStock;
26
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionAvailableStockGridModule {
2
- }
@@ -1,8 +0,0 @@
1
- import { TransactionGridBaseComponent } from "../../core/base/transaction-grid-base.component";
2
- import { ColumnAlign } from "@colijnit/corecomponents_v12";
3
- import { Icon } from "../../../enum/icon.enum";
4
- export declare class TransactionBaseGridComponent extends TransactionGridBaseComponent {
5
- readonly align: typeof ColumnAlign;
6
- readonly icon: typeof Icon;
7
- showClass: boolean;
8
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionBaseGridModule {
2
- }
@@ -1,26 +0,0 @@
1
- import { ApplicationRef, ComponentFactoryResolver, EventEmitter, Injector } from "@angular/core";
2
- import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
3
- import { TransactionTypeCategory } from "../../../enum/transaction-type-category.enum";
4
- import { TransactionMappingService } from "../../../service/transaction-mapping.service";
5
- import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
6
- export declare class TransactionGridComponent {
7
- private _mappingService;
8
- private _compFactoryResolver;
9
- private appRef;
10
- private injector;
11
- set container(content: any);
12
- set transactionType(value: TransactionKind);
13
- get transactionType(): TransactionKind;
14
- set activeCategory(value: TransactionTypeCategory);
15
- get activeCategory(): TransactionTypeCategory;
16
- transactionId: number;
17
- transactionLines: TransactionLineInfo[];
18
- sidePanelClicked: EventEmitter<TransactionLineInfo>;
19
- showClass(): boolean;
20
- private _transactionGridContainer;
21
- private _transactionType;
22
- private _activeCategory;
23
- private _componentRef;
24
- constructor(_mappingService: TransactionMappingService, _compFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
25
- private _prepareContent;
26
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionGridModule {
2
- }
@@ -1,19 +0,0 @@
1
- import { EventEmitter, QueryList } from "@angular/core";
2
- import { SimpleGridColumnDirective } from "@colijnit/corecomponents_v12";
3
- import { StatusType } from "../../../enum/status-type.enum";
4
- import { Icon } from "../../../enum/icon.enum";
5
- import { IconCacheService } from "../../../service/icon-cache.service";
6
- export declare class TransactionHistoryGridComponent {
7
- iconsService: IconCacheService;
8
- readonly statusType: typeof StatusType;
9
- readonly icons: typeof Icon;
10
- set content(columnComponents: QueryList<SimpleGridColumnDirective>);
11
- collection: any;
12
- deleteSelectedRow: EventEmitter<any>;
13
- showClass(): boolean;
14
- extraColumns: SimpleGridColumnDirective[];
15
- selectedRow: any;
16
- constructor(iconsService: IconCacheService);
17
- handleSelectRow(row: any): void;
18
- handleDeleteClick(): void;
19
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionHistoryGridModule {
2
- }
@@ -1,21 +0,0 @@
1
- import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
2
- import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
3
- import { DialogService } from "../../../service/dialog.service";
4
- import { TransactionImageService } from "../../../service/transaction-image.service";
5
- import { TransactionService } from "../../../service/transaction.service";
6
- import { TransactionGridBaseComponent } from "../../core/base/transaction-grid-base.component";
7
- export declare class TransactionLinesGridComponent extends TransactionGridBaseComponent {
8
- protected imageService: TransactionImageService;
9
- service: TransactionService;
10
- private _dialogService;
11
- showClass(): boolean;
12
- currentTransactionLine: TransactionLineInfo;
13
- showDialogCommissionCode: boolean;
14
- showDialogWarehouse: boolean;
15
- transactionKind: TransactionKind;
16
- constructor(imageService: TransactionImageService, service: TransactionService, _dialogService: DialogService);
17
- ngOnInit(): void;
18
- changeLineAmount(row: TransactionLineInfo, amount: number): void;
19
- openCommissionCodeDialog(row: TransactionLineInfo): void;
20
- openWarehouseDialog(row: TransactionLineInfo): void;
21
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionLinesGridModule {
2
- }
@@ -1,4 +0,0 @@
1
- import { TransactionGridBaseComponent } from "../../core/base/transaction-grid-base.component";
2
- export declare class TransactionOrderConfirmationGridComponent extends TransactionGridBaseComponent {
3
- showClass(): boolean;
4
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionOrderConfirmationGridModule {
2
- }
@@ -1,37 +0,0 @@
1
- import { OnDestroy, OnInit } from "@angular/core";
2
- import { TransactionGridBaseComponent } from "../../core/base/transaction-grid-base.component";
3
- import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
4
- import { ReceiveGoodsViewModel } from "../../../model/received-goods-view-model";
5
- import { TransactionImageService } from "../../../service/transaction-image.service";
6
- import { TransactionService } from "../../../service/transaction.service";
7
- import { ArticleService } from "../../../service/article.service";
8
- import { TransactionEventService } from "../../../service/transaction-event.service";
9
- import { DialogService } from "../../../service/dialog.service";
10
- import { ColumnAlign } from "@colijnit/corecomponents_v12";
11
- import { ExtendedTransactionLineViewModel } from "../../../model/extended-transaction-line-view-model";
12
- export declare class TransactionReceivedGoodsGridComponent extends TransactionGridBaseComponent implements OnInit, OnDestroy {
13
- private _imageService;
14
- private _transactionService;
15
- private _transactionEventService;
16
- private _articleService;
17
- private _dialogService;
18
- readonly columnAlign: typeof ColumnAlign;
19
- showClass(): boolean;
20
- locations: string[];
21
- locationDropdownFields: {};
22
- rowViewModels: Map<TransactionLineInfo, ReceiveGoodsViewModel>;
23
- private _subscriptions;
24
- constructor(_imageService: TransactionImageService, _transactionService: TransactionService, _transactionEventService: TransactionEventService, _articleService: ArticleService, _dialogService: DialogService);
25
- ngOnInit(): void;
26
- ngOnDestroy(): void;
27
- handleRowVisible(row: TransactionLineInfo): void;
28
- locationRequired(row: TransactionLineInfo): boolean;
29
- handleDropDownSelected(warehouseNr: number): Promise<void>;
30
- getRowViewModel(row: TransactionLineInfo): ReceiveGoodsViewModel;
31
- handleReceiveSelectedPurchaseOrders(value: {
32
- date: Date;
33
- id: string;
34
- }): void;
35
- private _handleAfterCommitReceivedOrders;
36
- handleTransactionLineChanged(viewModel: ExtendedTransactionLineViewModel): void;
37
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionReceivedGoodsGridModule {
2
- }
@@ -1,12 +0,0 @@
1
- import { Icon } from "../../../enum/icon.enum";
2
- import { TransactionInfoResponse } from "@colijnit/transactionapi/build/model/transaction-info-response.bo";
3
- import { RelationAnyType } from "../../../model/relation-any-type";
4
- export declare class TransactionHeaderComponent {
5
- readonly icons: typeof Icon;
6
- relation: RelationAnyType;
7
- set transaction(value: TransactionInfoResponse);
8
- get transaction(): TransactionInfoResponse;
9
- showClass(): boolean;
10
- isPurchaseOrder: boolean;
11
- private _transaction;
12
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionHeaderModule {
2
- }
@@ -1,21 +0,0 @@
1
- import { TransactionBaseComponent } from "../../core/base/transaction-base.component";
2
- import { Icon } from "../../../enum/icon.enum";
3
- import { TransactionService } from "../../../service/transaction.service";
4
- import { DeliveryMethod } from "@colijnit/transactionapi/build/model/delivery-method.bo";
5
- import { IconCacheService } from "../../../service/icon-cache.service";
6
- import { DialogService } from "../../../service/dialog.service";
7
- export declare class TransactionHeaderDeliveryComponent extends TransactionBaseComponent {
8
- iconService: IconCacheService;
9
- protected service: TransactionService;
10
- private _dialogService;
11
- readonly icons: typeof Icon;
12
- showClass(): boolean;
13
- deliveryMethod: DeliveryMethod;
14
- deliveryMethods: DeliveryMethod[];
15
- showDialog: boolean;
16
- showDeliveryMethodDialog: boolean;
17
- constructor(iconService: IconCacheService, service: TransactionService, _dialogService: DialogService);
18
- showTheDeliveryMethodDialog(event: MouseEvent): void;
19
- transactionSet(): void;
20
- changeDeliveryDateDefinitive(event: MouseEvent, definitive: boolean): void;
21
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionHeaderDeliveryModule {
2
- }
@@ -1,51 +0,0 @@
1
- @import "../../../../style/mixin";
2
-
3
- @include export-module('co-transaction-header-order-layout') {
4
- .co-transaction-header-order {
5
- display: flex;
6
-
7
- .transaction-header-block-header {
8
- co-icon {
9
- position: relative;
10
- height: $tp-transaction-header-order-discount-button-width;
11
- width: $tp-transaction-header-order-discount-button-width;
12
- }
13
- }
14
-
15
- .header-discount {
16
- cursor: pointer;
17
- display: flex;
18
- column-gap: 10px;
19
- align-items: center;
20
- width: $tp-transaction-header-order-discount-width;
21
- height: $tp-transaction-header-order-discount-height;
22
- font-size: $tp-transaction-header-order-discount-font-size;
23
- border: $tp-transaction-header-order-discount-border;
24
- border-radius: $tp-transaction-header-order-discount-border-radius;
25
- padding: $tp-transaction-header-order-discount-padding;
26
- }
27
-
28
- .transaction-header-block-content-third {
29
- display: flex;
30
- flex-direction: column;
31
- align-items: center;
32
- }
33
-
34
- .co-transaction-header-definitive {
35
- .co-input-checkbox {
36
- font-size: $tp-font-size-small;
37
- flex-direction: column-reverse;
38
- }
39
- }
40
-
41
- .transaction-line-button {
42
- flex-direction: column;
43
- height: 100%;
44
- padding: $tp-transaction-header-block-order-discount-padding;
45
- }
46
-
47
- .co-transaction-header-definitive {
48
- font-weight: normal;
49
- }
50
- }
51
- }
@@ -1,12 +0,0 @@
1
- $tp-transaction-header-block-order-discount-padding: 0 30px !default;
2
- $tp-transaction-header-order-discount-button-width: 17px !default;
3
- $tp-transaction-header-order-discount-font-size: $tp-font-size !default;
4
- $tp-transaction-header-order-discount-font-color: $tp-color-active-light !default;
5
- $tp-transaction-header-order-discount-background-color: $tp-default-background-accent !default;
6
- $tp-transaction-header-order-discount-width: 40% !default;
7
- $tp-transaction-header-order-discount-height: $tp-default-button-height !default;
8
- $tp-transaction-header-order-discount-border: 1px solid !default;
9
- $tp-transaction-header-order-discount-border-color: $tp-color-border !default;
10
- $tp-transaction-header-order-discount-border-radius: 10px !default;
11
- $tp-transaction-header-order-discount-padding: 5px 10px !default;
12
- $tp-transaction-header-order-discount-icon-color: $tp-color-font !default;
@@ -1,13 +0,0 @@
1
- import { TransactionBaseComponent } from "../../core/base/transaction-base.component";
2
- import { Icon } from "../../../enum/icon.enum";
3
- import { IconCacheService } from "../../../service/icon-cache.service";
4
- import { TransactionService } from "../../../service/transaction.service";
5
- export declare class TransactionHeaderOrderComponent extends TransactionBaseComponent {
6
- iconService: IconCacheService;
7
- protected readonly service: TransactionService;
8
- readonly icons: typeof Icon;
9
- showClass(): boolean;
10
- showDiscountDialog: boolean;
11
- constructor(iconService: IconCacheService, service: TransactionService);
12
- handleShowDiscountDialog(event: MouseEvent): void;
13
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionHeaderOrderModule {
2
- }
@@ -1,22 +0,0 @@
1
- import { TransactionBaseComponent } from "../../core/base/transaction-base.component";
2
- import { Icon } from "../../../enum/icon.enum";
3
- import { IconCacheService } from "../../../service/icon-cache.service";
4
- import { TransactionService } from "../../../service/transaction.service";
5
- import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
6
- import { PaymentService } from "../../../service/payment.service";
7
- export declare class TransactionHeaderPaymentComponent extends TransactionBaseComponent {
8
- iconService: IconCacheService;
9
- protected readonly service: TransactionService;
10
- private _paymentService;
11
- readonly icons: typeof Icon;
12
- readonly transactionKind: typeof TransactionKind;
13
- showClass(): boolean;
14
- showDialog: boolean;
15
- showPaymentDialog: boolean;
16
- paid: number;
17
- toPay: number;
18
- constructor(iconService: IconCacheService, service: TransactionService, _paymentService: PaymentService);
19
- openPayment(event: MouseEvent): void;
20
- transactionSet(): void;
21
- private _getDownpaymentInfo;
22
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionHeaderPaymentModule {
2
- }
@@ -1,41 +0,0 @@
1
- import { ElementRef } from "@angular/core";
2
- import { TransactionBaseComponent } from "../../core/base/transaction-base.component";
3
- import { DictionaryService } from "../../../service/dictionary.service";
4
- import { TransactionService } from "../../../service/transaction.service";
5
- import { DialogService } from "../../../service/dialog.service";
6
- import { AddressType } from "@colijnit/relationapi/build/enum/address-type.enum";
7
- import { RelationKind } from "@colijnit/relationapi/build/enum/relation-kind.enum";
8
- import { RelationService } from "../../../service/relation.service";
9
- import { FormMasterService } from "@colijnit/corecomponents_v12";
10
- import { Address } from "@colijnit/relationapi/build/model/address.bo";
11
- export declare class TransactionHeaderRelationComponent extends TransactionBaseComponent {
12
- protected readonly service: TransactionService;
13
- private _dictionary;
14
- private _dialogService;
15
- private _relationService;
16
- private _formMasterService;
17
- readonly addressType: typeof AddressType;
18
- navigationItems: ElementRef;
19
- mainItems: ElementRef;
20
- preferenceItems: ElementRef;
21
- showClass(): boolean;
22
- deliveryAddressNawNr: number;
23
- invoiceAddressNawNr: number;
24
- invoiceAddressSameAsDeliveryAddress: boolean;
25
- showDialog: boolean;
26
- categories: string[];
27
- customerGroup: string;
28
- relationType: RelationKind;
29
- readonly: boolean;
30
- private _boFactory;
31
- constructor(service: TransactionService, _dictionary: DictionaryService, _dialogService: DialogService, _relationService: RelationService, _formMasterService: FormMasterService);
32
- relationSet(): void;
33
- setIndexDeliveryAddress(nawNr: number): void;
34
- setIndexInvoiceAddress(nawNr: number): void;
35
- checkSameAddress(checked: boolean): void;
36
- handleNavigationClick(nav: string): void;
37
- handleChangeCustomGroup(group: string): void;
38
- handleShowDialog(): Promise<void>;
39
- handleOkClick(): void;
40
- saveAddress(type: AddressType, address: Address): void;
41
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionHeaderRelationModule {
2
- }
@@ -1,14 +0,0 @@
1
- import { OnInit } from "@angular/core";
2
- import { TransactionService } from "../../service/transaction.service";
3
- import { TransactionHeaderBaseComponent } from "../core/base/transaction-header-base.component";
4
- import { RelationListObject } from "@colijnit/relationapi/build/model/relation-list-object.bo";
5
- import { RelationService } from "../../service/relation.service";
6
- export declare class TransactionHeaderAdministrativeRelationComponent extends TransactionHeaderBaseComponent<RelationListObject> implements OnInit {
7
- private _transactionService;
8
- private _relationService;
9
- fields: Object;
10
- constructor(_transactionService: TransactionService, _relationService: RelationService);
11
- ngOnInit(): void;
12
- commitTransactionAdministrative(relations: number[]): Promise<boolean>;
13
- protected transactionInfoSet(): void;
14
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionHeaderAdministrativeRelationModule {
2
- }
@@ -1,17 +0,0 @@
1
- import { OnInit } from "@angular/core";
2
- import { TransactionService } from "../../service/transaction.service";
3
- import { TransactionHeaderBaseComponent } from "../core/base/transaction-header-base.component";
4
- import { BranchLov } from "@colijnit/relationapi/build/model/branch-lov.bo";
5
- import { RelationSmallObject } from "@colijnit/relationapi/build/model/relation-small-object.bo";
6
- import { RelationService } from "../../service/relation.service";
7
- export declare class TransactionHeaderBranchComponent extends TransactionHeaderBaseComponent<BranchLov> implements OnInit {
8
- private _transactionService;
9
- private _relationService;
10
- simple: boolean;
11
- fields: Object;
12
- branchModel: number;
13
- constructor(_transactionService: TransactionService, _relationService: RelationService);
14
- ngOnInit(): void;
15
- commit(branch: number | RelationSmallObject): Promise<boolean>;
16
- protected transactionInfoSet(): void;
17
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionHeaderBranchModule {
2
- }
@@ -1,9 +0,0 @@
1
- import { TransactionService } from "../../service/transaction.service";
2
- import { TransactionHeaderBaseComponent } from "../core/base/transaction-header-base.component";
3
- export declare class TransactionHeaderDefinitiveComponent extends TransactionHeaderBaseComponent<any> {
4
- private _transactionService;
5
- showClass: boolean;
6
- constructor(_transactionService: TransactionService);
7
- commitTransactionDefinitive(definitive: boolean): Promise<boolean>;
8
- protected transactionInfoSet(): void;
9
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionHeaderDefinitiveModule {
2
- }
@@ -1,17 +0,0 @@
1
- import { InputDatePickerComponent } from "@colijnit/corecomponents_v12";
2
- import { TransactionService } from "../../service/transaction.service";
3
- import { TransactionHeaderBaseComponent } from "../core/base/transaction-header-base.component";
4
- export declare class TransactionHeaderDeliveryDateComponent extends TransactionHeaderBaseComponent<string> {
5
- private _transactionService;
6
- set child(content: any);
7
- showLabel: boolean;
8
- defaultEditMode: boolean;
9
- set editMode(value: boolean);
10
- get editMode(): boolean;
11
- handleClick(event: MouseEvent): void;
12
- input: InputDatePickerComponent;
13
- private _editMode;
14
- constructor(_transactionService: TransactionService);
15
- commitDeliveryDate(date: Date): Promise<boolean>;
16
- protected transactionInfoSet(): void;
17
- }