@colijnit/transaction 12.1.58 → 12.1.60

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 (337) hide show
  1. package/bundles/colijnit-transaction.umd.js +2705 -2160
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +223 -203
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +224 -204
  6. package/esm2015/lib/assets/dictionary/text.properties.js +9 -1
  7. package/esm2015/lib/cache/parameter-cache-field.js +2 -2
  8. package/esm2015/lib/cache/service/business-object-cache-manager.service.js +2 -2
  9. package/esm2015/lib/cache/service/select-multiple-cache.service.js +1 -1
  10. package/esm2015/lib/cache/service/select-multiple-parameterized-cache.service.js +1 -1
  11. package/esm2015/lib/cache/service/select-single-cache.service.js +1 -1
  12. package/esm2015/lib/component/animated-checkbox/animated-checkbox.component.js +27 -0
  13. package/esm2015/lib/component/animated-checkbox/animated-checkbox.module.js +21 -0
  14. package/esm2015/lib/component/avatar/avatar.component.js +8 -5
  15. package/esm2015/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.js +1 -1
  16. package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +85 -94
  17. package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +2 -2
  18. package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +54 -163
  19. package/esm2015/lib/component/checkout/checkout.component.js +6 -3
  20. package/esm2015/lib/component/confirmation-dialog/confirmation-dialog.component.js +2 -2
  21. package/esm2015/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.js +2 -2
  22. package/esm2015/lib/component/core/base/components/warehouse/warehouse.component.js +2 -2
  23. package/esm2015/lib/component/core/base/dialog-transaction-line-base.component.js +6 -2
  24. package/esm2015/lib/component/core/base/transaction-filter-popup-base.component.js +8 -7
  25. package/esm2015/lib/component/core/base/transaction-header-base.component.js +3 -3
  26. package/esm2015/lib/component/core/base/transaction-header-filter-popup-base.component.js +111 -0
  27. package/esm2015/lib/component/core/base/transaction-line-base.component.js +2 -4
  28. package/esm2015/lib/component/core/base/transaction-lines-line-base.component.js +5 -3
  29. package/esm2015/lib/component/core/core.module.js +1 -4
  30. package/esm2015/lib/component/core/relation/customer-groups.component.js +4 -1
  31. package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.component.js +2 -2
  32. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.js +2 -2
  33. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.component.js +2 -2
  34. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.js +3 -7
  35. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.component.js +2 -2
  36. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.component.js +37 -0
  37. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.module.js +28 -0
  38. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.js +2 -2
  39. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.component.js +2 -2
  40. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +2 -2
  41. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.js +2 -2
  42. package/esm2015/lib/component/down-payment/down-payment.component.js +2 -2
  43. package/esm2015/lib/component/down-payment/down-payment.module.js +4 -2
  44. package/esm2015/lib/component/editable-label/editable-label.component.js +4 -1
  45. package/esm2015/lib/component/loader/loader.component.js +51 -0
  46. package/esm2015/lib/component/loader/loader.module.js +19 -0
  47. package/esm2015/lib/component/payment/payment.component.js +14 -11
  48. package/esm2015/lib/component/payment/payment.module.js +4 -2
  49. package/esm2015/lib/component/payment-qr-code/payment-qr-code.component.js +2 -2
  50. package/esm2015/lib/component/payment-qr-code/payment-qr-code.module.js +4 -2
  51. package/esm2015/lib/component/quick-send-button/quick-send-button.component.js +116 -0
  52. package/esm2015/lib/component/quick-send-button/quick-send-button.module.js +27 -0
  53. package/esm2015/lib/component/relation/relation-address/relation-address.component.js +4 -4
  54. package/esm2015/lib/component/relation/relation-address-select/relation-address-select.component.js +7 -8
  55. package/esm2015/lib/component/relation/relation-address-tile/relation-address-tile.component.js +6 -2
  56. package/esm2015/lib/component/relation/relation-addresses/relation-addresses.component.js +37 -43
  57. package/esm2015/lib/component/relation/relation-addresses/relation-addresses.module.js +5 -3
  58. package/esm2015/lib/component/relation/relation-base.component.js +2 -2
  59. package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +10 -8
  60. package/esm2015/lib/component/relation/relation-general/relation-general.component.js +40 -16
  61. package/esm2015/lib/component/relation/relation-preferences/relation-preferences.component.js +6 -3
  62. package/esm2015/lib/component/relation/relation-suggestions-list/relation-suggestions-list.component.js +1 -1
  63. package/esm2015/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.component.js +1 -1
  64. package/esm2015/lib/component/relation/relation-type/relation-type.component.js +7 -3
  65. package/esm2015/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.js +5 -6
  66. package/esm2015/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.module.js +1 -5
  67. package/esm2015/lib/component/shopping-cart/shopping-cart.component.js +2 -2
  68. package/esm2015/lib/component/tile/tile.component.js +2 -2
  69. package/esm2015/lib/component/transaction/transaction.component.js +7 -3
  70. package/esm2015/lib/component/transaction/transaction.module.js +6 -2
  71. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.js +37 -0
  72. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.js +55 -11
  73. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.js +40 -0
  74. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +4 -1
  75. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.module.js +10 -3
  76. package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +2 -2
  77. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +4 -9
  78. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +125 -57
  79. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.js +5 -3
  80. package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +9 -6
  81. package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +8 -5
  82. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.component.js +16 -6
  83. package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.module.js +4 -3
  84. package/esm2015/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.js +9 -3
  85. package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.js +10 -8
  86. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.js +15 -0
  87. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +56 -30
  88. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.module.js +4 -3
  89. package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.js +6 -31
  90. package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.module.js +4 -2
  91. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +87 -0
  92. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.js +45 -0
  93. package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.js +2 -2
  94. package/esm2015/lib/component/transaction-line-fields/transaction-line-amount.component.js +47 -0
  95. package/esm2015/lib/component/transaction-line-fields/transaction-line-amount.module.js +21 -0
  96. package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.component.js +1 -1
  97. package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.component.js +3 -3
  98. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.component.js +3 -3
  99. package/esm2015/lib/component/transaction-line-fields/transaction-line-price-list.component.js +3 -3
  100. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.component.js +50 -0
  101. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.module.js +28 -0
  102. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.component.js +27 -26
  103. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.module.js +4 -2
  104. package/esm2015/lib/component/transaction-line-fields/transaction-line-vat.component.js +3 -3
  105. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.js +3 -3
  106. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse.component.js +3 -3
  107. package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.js +1 -2
  108. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.js +10 -7
  109. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.js +4 -2
  110. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +24 -22
  111. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.module.js +4 -2
  112. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.js +52 -0
  113. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.js +28 -0
  114. package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +2 -2
  115. 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 +9 -6
  116. 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 +7 -4
  117. 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 +9 -6
  118. 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 +9 -6
  119. package/esm2015/lib/component/transaction-send-button-dialog/transaction-send-button-dialog.component.js +75 -0
  120. package/esm2015/lib/component/transaction-send-button-dialog/transaction-send-button-dialog.module.js +25 -0
  121. package/esm2015/lib/enum/icon.enum.js +2 -1
  122. package/esm2015/lib/model/icon-svg.js +2 -1
  123. package/esm2015/lib/model/relation-any-type.js +1 -1
  124. package/esm2015/lib/model/transaction-bar-button.js +2 -3
  125. package/esm2015/lib/pipe/co-currency.pipe.js +2 -2
  126. package/esm2015/lib/pipe/date-duration.pipe.js +2 -2
  127. package/esm2015/lib/pipe/delivery-time.pipe.js +2 -2
  128. package/esm2015/lib/service/article-connector.service.js +10 -6
  129. package/esm2015/lib/service/dictionary.service.js +2 -2
  130. package/esm2015/lib/service/error.service.js +1 -1
  131. package/esm2015/lib/service/payment.service.js +1 -1
  132. package/esm2015/lib/service/pending-reason.service.js +31 -31
  133. package/esm2015/lib/service/relation-connector.service.js +192 -0
  134. package/esm2015/lib/service/relation.service.js +120 -0
  135. package/esm2015/lib/service/shared-connector.service.js +2 -2
  136. package/esm2015/lib/service/shared.service.js +10 -6
  137. package/esm2015/lib/service/transaction-connector-adapter.service.js +108 -93
  138. package/esm2015/lib/service/transaction-connector.service.js +36 -45
  139. package/esm2015/lib/service/transaction-event.service.js +6 -2
  140. package/esm2015/lib/service/transaction-mapping.service.js +8 -2
  141. package/esm2015/lib/service/transaction.service.js +68 -75
  142. package/esm2015/public_api.js +3 -1
  143. package/fesm2015/colijnit-transaction.js +2487 -1995
  144. package/fesm2015/colijnit-transaction.js.map +1 -1
  145. package/lib/cache/service/business-object-cache-manager.service.d.ts +2 -1
  146. package/lib/cache/service/select-multiple-cache.service.d.ts +1 -1
  147. package/lib/cache/service/select-multiple-parameterized-cache.service.d.ts +1 -1
  148. package/lib/cache/service/select-single-cache.service.d.ts +2 -1
  149. package/lib/component/animated-checkbox/animated-checkbox.component.d.ts +5 -0
  150. package/lib/component/animated-checkbox/animated-checkbox.module.d.ts +2 -0
  151. package/lib/component/animated-checkbox/style/_layout.scss +78 -0
  152. package/lib/component/animated-checkbox/style/_material-definition.scss +13 -0
  153. package/lib/component/animated-checkbox/style/_theme.scss +4 -0
  154. package/lib/component/animated-checkbox/style/material.scss +4 -0
  155. package/lib/component/avatar/avatar.component.d.ts +5 -3
  156. package/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.d.ts +1 -1
  157. package/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +3 -5
  158. package/lib/component/checkout/checkout-overview-delivery-edit/style/_layout.scss +95 -90
  159. package/lib/component/checkout/checkout-overview-delivery-edit/style/_material-definition.scss +0 -10
  160. package/lib/component/checkout/checkout-overview-delivery-edit/style/_theme.scss +0 -8
  161. package/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.d.ts +2 -2
  162. package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +9 -18
  163. package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +0 -84
  164. package/lib/component/checkout/checkout-overview-relation-edit/style/_material-definition.scss +0 -16
  165. package/lib/component/checkout/style/_layout.scss +86 -1
  166. package/lib/component/checkout/style/_material-definition.scss +7 -0
  167. package/lib/component/core/base/components/characteristic-answer/style/_layout.scss +0 -4
  168. package/lib/component/core/base/components/warehouse/style/_layout.scss +0 -4
  169. package/lib/component/core/base/dialog-transaction-line-base.component.d.ts +3 -0
  170. package/lib/component/core/base/transaction-filter-popup-base.component.d.ts +3 -5
  171. package/lib/component/core/base/transaction-header-base.component.d.ts +4 -5
  172. package/lib/component/core/base/transaction-header-filter-popup-base.component.d.ts +38 -0
  173. package/lib/component/core/base/transaction-line-base.component.d.ts +2 -3
  174. package/lib/component/core/base/transaction-lines-line-base.component.d.ts +1 -1
  175. package/lib/component/core/relation/customer-groups.component.d.ts +2 -1
  176. package/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/style/_layout.scss +0 -4
  177. package/lib/component/dialog/transaction-header/dialog-transaction-header-discount/style/_layout.scss +4 -5
  178. package/lib/component/dialog/transaction-header/dialog-transaction-header-discount/style/_material-definition.scss +5 -3
  179. package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_layout.scss +0 -4
  180. package/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/style/_layout.scss +0 -4
  181. package/lib/component/dialog/transaction-line/dialog-transaction-line-discount/style/_layout.scss +4 -5
  182. package/lib/component/dialog/transaction-line/dialog-transaction-line-discount/style/_material-definition.scss +5 -3
  183. package/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/style/_layout.scss +0 -4
  184. package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.component.d.ts +4 -0
  185. package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.module.d.ts +2 -0
  186. package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/style/_layout.scss +11 -0
  187. package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/style/_material-definition.scss +2 -0
  188. package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/style/_theme.scss +4 -0
  189. package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/style/material.scss +4 -0
  190. package/lib/component/dialog/transaction-line/dialog-transaction-line-vat/style/_layout.scss +0 -4
  191. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/style/_layout.scss +0 -4
  192. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_layout.scss +0 -4
  193. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/style/_layout.scss +0 -4
  194. package/lib/component/editable-label/editable-label.component.d.ts +1 -0
  195. package/lib/component/editable-label/style/_layout.scss +9 -0
  196. package/lib/component/editable-label/style/_material-definition.scss +1 -0
  197. package/lib/component/editable-label/style/material.scss +1 -1
  198. package/lib/component/{core → loader}/loader.component.d.ts +1 -0
  199. package/lib/component/loader/loader.module.d.ts +2 -0
  200. package/lib/component/loader/style/_layout.scss +8 -0
  201. package/lib/component/loader/style/_material-definition.scss +1 -0
  202. package/lib/component/loader/style/_theme.scss +10 -0
  203. package/lib/component/loader/style/material.scss +4 -0
  204. package/lib/component/quick-send-button/quick-send-button.component.d.ts +31 -0
  205. package/lib/component/quick-send-button/quick-send-button.module.d.ts +2 -0
  206. package/lib/component/quick-send-button/style/_layout.scss +52 -1
  207. package/lib/component/quick-send-button/style/_material-definition.scss +4 -0
  208. package/lib/component/relation/relation-address/relation-address.component.d.ts +2 -2
  209. package/lib/component/relation/relation-address/style/_layout.scss +3 -0
  210. package/lib/component/relation/relation-address-select/relation-address-select.component.d.ts +3 -4
  211. package/lib/component/relation/relation-address-tile/relation-address-tile.component.d.ts +3 -2
  212. package/lib/component/relation/relation-addresses/relation-addresses.component.d.ts +10 -9
  213. package/lib/component/relation/relation-addresses/style/_layout.scss +2 -6
  214. package/lib/component/relation/relation-base.component.d.ts +2 -2
  215. package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +2 -1
  216. package/lib/component/relation/relation-general/relation-general.component.d.ts +11 -4
  217. package/lib/component/relation/relation-preferences/relation-preferences.component.d.ts +2 -1
  218. package/lib/component/relation/relation-suggestions-list/relation-suggestions-list.component.d.ts +1 -1
  219. package/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.component.d.ts +1 -1
  220. package/lib/component/relation/relation-type/relation-type.component.d.ts +3 -2
  221. package/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.d.ts +2 -3
  222. package/lib/component/tile/style/_layout.scss +10 -7
  223. package/lib/component/tile/style/_material-definition.scss +2 -1
  224. package/lib/component/transaction/style/_layout.scss +4 -21
  225. package/lib/component/transaction/style/_material-definition.scss +1 -4
  226. package/lib/component/transaction-button-bar/style/_layout.scss +25 -0
  227. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.d.ts +16 -0
  228. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.d.ts +14 -5
  229. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.d.ts +12 -0
  230. package/lib/component/transaction-button-bar/transaction-button-bar.component.d.ts +2 -0
  231. package/lib/component/transaction-header/transaction-header/transaction-header.component.d.ts +1 -1
  232. package/lib/component/transaction-header/transaction-header-payment/style/_material-definition.scss +2 -1
  233. package/lib/component/transaction-header/transaction-header-payment/style/_theme.scss +5 -2
  234. package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +21 -12
  235. package/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.d.ts +4 -2
  236. package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +5 -3
  237. package/lib/component/transaction-header-fields/transaction-header-delivery-method.component.d.ts +1 -0
  238. package/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.d.ts +3 -1
  239. package/lib/component/transaction-line/transaction-base-line/style/_layout.scss +2 -93
  240. package/lib/component/transaction-line/transaction-base-line/style/_material-definition.scss +6 -0
  241. package/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.d.ts +4 -2
  242. package/lib/component/transaction-line/transaction-line/style/_layout.scss +170 -0
  243. package/lib/component/transaction-line/transaction-line/style/_material-definition.scss +24 -0
  244. package/lib/component/transaction-line/transaction-line/style/_theme.scss +4 -0
  245. package/lib/component/transaction-line/transaction-line/style/material.scss +13 -0
  246. package/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.d.ts +4 -0
  247. package/lib/component/transaction-line/transaction-order-delivery-line/style/_layout.scss +4 -4
  248. package/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.d.ts +9 -4
  249. package/lib/component/transaction-line/transaction-overview-line/style/_layout.scss +0 -97
  250. package/lib/component/transaction-line/transaction-overview-line/style/_material-definition.scss +0 -36
  251. package/lib/component/transaction-line/transaction-overview-line/style/_theme.scss +0 -27
  252. package/lib/component/transaction-line/transaction-overview-line/style/material.scss +0 -11
  253. package/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.d.ts +4 -11
  254. package/lib/component/transaction-line/transaction-purchase-line/style/_layout.scss +7 -0
  255. package/lib/component/transaction-line/transaction-purchase-line/style/_material-definition.scss +0 -0
  256. package/lib/component/transaction-line/transaction-purchase-line/style/_theme.scss +4 -0
  257. package/lib/component/transaction-line/transaction-purchase-line/style/material.scss +4 -0
  258. package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.d.ts +19 -0
  259. package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.d.ts +2 -0
  260. package/lib/component/transaction-line-checkbox-list/style/_layout.scss +8 -4
  261. package/lib/component/transaction-line-checkbox-list/style/_material-definition.scss +1 -0
  262. package/lib/component/transaction-line-fields/transaction-line-amount.component.d.ts +10 -0
  263. package/lib/component/transaction-line-fields/transaction-line-amount.module.d.ts +2 -0
  264. package/lib/component/transaction-line-fields/transaction-line-commission-code.component.d.ts +3 -3
  265. package/lib/component/transaction-line-fields/transaction-line-delivery-method.component.d.ts +2 -2
  266. package/lib/component/transaction-line-fields/transaction-line-price-list.component.d.ts +2 -2
  267. package/lib/component/transaction-line-fields/transaction-line-supplier-button.component.d.ts +11 -0
  268. package/lib/component/transaction-line-fields/transaction-line-supplier-button.module.d.ts +2 -0
  269. package/lib/component/transaction-line-fields/transaction-line-supplier.component.d.ts +10 -7
  270. package/lib/component/transaction-line-fields/transaction-line-vat.component.d.ts +2 -2
  271. package/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.d.ts +2 -2
  272. package/lib/component/transaction-line-fields/transaction-line-warehouse.component.d.ts +2 -2
  273. package/lib/component/transaction-line-image-and-description/style/_layout.scss +16 -13
  274. package/lib/component/transaction-line-image-and-description/style/_material-definition.scss +21 -1
  275. package/lib/component/transaction-line-image-and-description/style/_theme.scss +18 -1
  276. package/lib/component/transaction-line-statusbar/style/_layout.scss +4 -0
  277. package/lib/component/transaction-lines/style/material.scss +2 -0
  278. package/lib/component/transaction-quick-access/transaction-quick-access/style/_layout.scss +5 -1
  279. package/lib/component/transaction-quick-access/transaction-quick-access/style/_material-definition.scss +2 -1
  280. package/lib/component/transaction-quick-access/transaction-quick-access/style/material.scss +1 -0
  281. package/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.d.ts +5 -3
  282. package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/style/_layout.scss +5 -48
  283. package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.d.ts +10 -7
  284. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/style/_layout.scss +8 -0
  285. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/style/_material-definition.scss +0 -0
  286. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/style/_theme.scss +4 -0
  287. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/style/material.scss +5 -0
  288. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.d.ts +13 -0
  289. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.d.ts +2 -0
  290. 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 +3 -1
  291. 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 +3 -1
  292. 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 +3 -1
  293. 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 +3 -1
  294. package/lib/component/transaction-send-button-dialog/style/_layout.scss +47 -0
  295. package/lib/component/transaction-send-button-dialog/style/_material-definition.scss +13 -0
  296. package/lib/component/transaction-send-button-dialog/style/_theme.scss +24 -0
  297. package/lib/component/transaction-send-button-dialog/style/material.scss +4 -0
  298. package/lib/component/transaction-send-button-dialog/transaction-send-button-dialog.component.d.ts +16 -0
  299. package/lib/component/transaction-send-button-dialog/transaction-send-button-dialog.module.d.ts +2 -0
  300. package/lib/enum/icon.enum.d.ts +1 -0
  301. package/lib/model/relation-any-type.d.ts +2 -2
  302. package/lib/model/transaction-bar-button.d.ts +4 -1
  303. package/lib/service/article-connector.service.d.ts +3 -1
  304. package/lib/service/error.service.d.ts +1 -1
  305. package/lib/service/pending-reason.service.d.ts +9 -5
  306. package/lib/service/relation-connector.service.d.ts +34 -0
  307. package/lib/service/relation.service.d.ts +37 -0
  308. package/lib/service/shared.service.d.ts +3 -1
  309. package/lib/service/transaction-connector-adapter.service.d.ts +20 -18
  310. package/lib/service/transaction-connector.service.d.ts +18 -18
  311. package/lib/service/transaction-event.service.d.ts +6 -2
  312. package/lib/service/transaction.service.d.ts +13 -15
  313. package/lib/style/_variables.scss +6 -3
  314. package/lib/style/transaction-globals.scss +12 -1
  315. package/package.json +9 -3
  316. package/public_api.d.ts +2 -0
  317. package/esm2015/lib/component/core/loader.component.js +0 -44
  318. package/esm2015/lib/factory/business-object-factory.js +0 -120
  319. package/esm2015/lib/factory/decorators/boolean.decorator.js +0 -102
  320. package/esm2015/lib/factory/decorators/complex-array.decorator.js +0 -55
  321. package/esm2015/lib/factory/decorators/complex-field.decorator.js +0 -57
  322. package/esm2015/lib/factory/decorators/date-field.decorator.js +0 -36
  323. package/esm2015/lib/factory/decorators/string-number.decorator.js +0 -43
  324. package/esm2015/lib/model/business-object.js +0 -81
  325. package/esm2015/lib/utils/array-utils.js +0 -183
  326. package/esm2015/lib/utils/is-nill.function.js +0 -5
  327. package/esm2015/lib/utils/string-utils.js +0 -64
  328. package/lib/factory/business-object-factory.d.ts +0 -23
  329. package/lib/factory/decorators/boolean.decorator.d.ts +0 -43
  330. package/lib/factory/decorators/complex-array.decorator.d.ts +0 -25
  331. package/lib/factory/decorators/complex-field.decorator.d.ts +0 -25
  332. package/lib/factory/decorators/date-field.decorator.d.ts +0 -17
  333. package/lib/factory/decorators/string-number.decorator.d.ts +0 -22
  334. package/lib/model/business-object.d.ts +0 -7
  335. package/lib/utils/array-utils.d.ts +0 -57
  336. package/lib/utils/is-nill.function.d.ts +0 -1
  337. package/lib/utils/string-utils.d.ts +0 -22
@@ -4,6 +4,8 @@ export * from "./lib/component/shopping-cart/shopping-cart.component";
4
4
  export * from "./lib/component/shopping-cart/shopping-cart.module";
5
5
  export * from "./lib/component/shopping-cart-preview/shopping-cart-preview.component";
6
6
  export * from "./lib/component/shopping-cart-preview/shopping-cart-preview.module";
7
+ export * from "./lib/component/loader/loader.component";
8
+ export * from "./lib/component/loader/loader.module";
7
9
  export * from "./lib/component/transaction/transaction.component";
8
10
  export * from "./lib/component/transaction/transaction.module";
9
11
  export * from "./lib/component/transaction-search/transaction-search.component";
@@ -40,4 +42,4 @@ export * from "./lib/service/transaction.service";
40
42
  export * from "./lib/component/transaction-search/service/transaction-search.service";
41
43
  export * from "./lib/enum/search-view-mode.enum";
42
44
  export * from "./lib/enum/searchbar-view-mode.enum";
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYywwQ0FBMEMsQ0FBQztBQUV6RCxjQUFjLHVEQUF1RCxDQUFDO0FBQ3RFLGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLG9FQUFvRSxDQUFDO0FBRW5GLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLGlFQUFpRSxDQUFDO0FBQ2hGLGNBQWMsOERBQThELENBQUM7QUFDN0UsY0FBYyxrSEFBa0gsQ0FBQztBQUNqSSxjQUFjLCtHQUErRyxDQUFDO0FBQzlILGNBQWMsb0ZBQW9GLENBQUM7QUFDbkcsY0FBYyxpRkFBaUYsQ0FBQztBQUNoRyxjQUFjLGdHQUFnRyxDQUFDO0FBQy9HLGNBQWMsNkZBQTZGLENBQUM7QUFDNUcsY0FBYyxzR0FBc0csQ0FBQztBQUNySCxjQUFjLG1HQUFtRyxDQUFDO0FBQ2xILGNBQWMsc0dBQXNHLENBQUM7QUFDckgsY0FBYyxtR0FBbUcsQ0FBQztBQUNsSCxjQUFjLGlGQUFpRixDQUFDO0FBQ2hHLGNBQWMsOEVBQThFLENBQUM7QUFDN0YsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLG9FQUFvRSxDQUFDO0FBQ25GLGNBQWMsK0RBQStELENBQUM7QUFDOUUsY0FBYyw0REFBNEQsQ0FBQztBQUMzRSxjQUFjLGlFQUFpRSxDQUFDO0FBQ2hGLGNBQWMsOERBQThELENBQUM7QUFDN0UsY0FBYyxzR0FBc0csQ0FBQztBQUNySCxjQUFjLG1HQUFtRyxDQUFDO0FBQ2xILGNBQWMsNElBQTRJLENBQUM7QUFDM0osY0FBYyx5SUFBeUksQ0FBQztBQUN4SixjQUFjLG9JQUFvSSxDQUFDO0FBQ25KLGNBQWMsaUlBQWlJLENBQUM7QUFFaEosY0FBYyw2RkFBNkYsQ0FBQztBQUM1RyxjQUFjLDBGQUEwRixDQUFDO0FBQ3pHLGNBQWMsNkZBQTZGLENBQUM7QUFDNUcsY0FBYywwRkFBMEYsQ0FBQztBQUV6RyxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsdUVBQXVFLENBQUM7QUFFdEYsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHFDQUFxQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC9jaGVja291dC9jaGVja291dC5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC9jaGVja291dC9jaGVja291dC5tb2R1bGVcIjtcclxuXHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvc2hvcHBpbmctY2FydC9zaG9wcGluZy1jYXJ0LmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3Nob3BwaW5nLWNhcnQvc2hvcHBpbmctY2FydC5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC9zaG9wcGluZy1jYXJ0LXByZXZpZXcvc2hvcHBpbmctY2FydC1wcmV2aWV3LmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3Nob3BwaW5nLWNhcnQtcHJldmlldy9zaG9wcGluZy1jYXJ0LXByZXZpZXcubW9kdWxlXCI7XHJcblxyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uL3RyYW5zYWN0aW9uLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uL3RyYW5zYWN0aW9uLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXNlYXJjaC90cmFuc2FjdGlvbi1zZWFyY2guY29tcG9uZW50XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tc2VhcmNoL3RyYW5zYWN0aW9uLXNlYXJjaC5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1zZWFyY2gvdHJhbnNhY3Rpb24tc2VhcmNoLXRpbGUvdHJhbnNhY3Rpb24tc3RhdHVzYmFyL3RyYW5zYWN0aW9uLXN0YXR1c2Jhci5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1zZWFyY2gvdHJhbnNhY3Rpb24tc2VhcmNoLXRpbGUvdHJhbnNhY3Rpb24tc3RhdHVzYmFyL3RyYW5zYWN0aW9uLXN0YXR1c2Jhci5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyL3RyYW5zYWN0aW9uLWhlYWRlci5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyL3RyYW5zYWN0aW9uLWhlYWRlci5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyLW9yZGVyL3RyYW5zYWN0aW9uLWhlYWRlci1vcmRlci5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyLW9yZGVyL3RyYW5zYWN0aW9uLWhlYWRlci1vcmRlci5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5L3RyYW5zYWN0aW9uLWhlYWRlci1kZWxpdmVyeS5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5L3RyYW5zYWN0aW9uLWhlYWRlci1kZWxpdmVyeS5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyLXJlbGF0aW9uL3RyYW5zYWN0aW9uLWhlYWRlci1yZWxhdGlvbi5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyLXJlbGF0aW9uL3RyYW5zYWN0aW9uLWhlYWRlci1yZWxhdGlvbi5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lLXN0YXR1c2Jhci90cmFuc2FjdGlvbi1saW5lLXN0YXR1c2Jhci5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lLXN0YXR1c2Jhci90cmFuc2FjdGlvbi1saW5lLXN0YXR1c2Jhci5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lLWdyaWQvdHJhbnNhY3Rpb24tbGluZS1ncmlkLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUtZ3JpZC90cmFuc2FjdGlvbi1saW5lLWdyaWQubW9kdWxlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tbGluZXMvdHJhbnNhY3Rpb24tbGluZXMuY29tcG9uZW50XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tbGluZXMvdHJhbnNhY3Rpb24tbGluZXMubW9kdWxlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tdG90YWxzL3RyYW5zYWN0aW9uLXRvdGFscy5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi10b3RhbHMvdHJhbnNhY3Rpb24tdG90YWxzLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3MvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3MvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3Mtb3JkZXItY29uZmlybWF0aW9uL3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy1vcmRlci1jb25maXJtYXRpb24uY29tcG9uZW50XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzL3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy1vcmRlci1jb25maXJtYXRpb24vdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzLW9yZGVyLWNvbmZpcm1hdGlvbi5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3MvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzLXJlY2VpdmVkLWdvb2RzL3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy1yZWNlaXZlZC1nb29kcy5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3MvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzLXJlY2VpdmVkLWdvb2RzL3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy1yZWNlaXZlZC1nb29kcy5tb2R1bGVcIjtcclxuXHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tY29uZmlybWF0aW9uLWRldGFpbHMvdHJhbnNhY3Rpb24tY29uZmlybWF0aW9uLWRldGFpbHMuY29tcG9uZW50XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tY29uZmlybWF0aW9uLWRldGFpbHMvdHJhbnNhY3Rpb24tY29uZmlybWF0aW9uLWRldGFpbHMubW9kdWxlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tY29uZmlybWF0aW9uLWhpc3RvcnkvdHJhbnNhY3Rpb24tY29uZmlybWF0aW9uLWhpc3RvcnkuY29tcG9uZW50XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tY29uZmlybWF0aW9uLWhpc3RvcnkvdHJhbnNhY3Rpb24tY29uZmlybWF0aW9uLWhpc3RvcnkubW9kdWxlXCI7XHJcblxyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvc2VydmljZS90cmFuc2FjdGlvbi5zZXJ2aWNlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tc2VhcmNoL3NlcnZpY2UvdHJhbnNhY3Rpb24tc2VhcmNoLnNlcnZpY2VcIjtcclxuXHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9lbnVtL3NlYXJjaC12aWV3LW1vZGUuZW51bVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvZW51bS9zZWFyY2hiYXItdmlldy1tb2RlLmVudW1cIjtcclxuIl19
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYywwQ0FBMEMsQ0FBQztBQUV6RCxjQUFjLHVEQUF1RCxDQUFDO0FBQ3RFLGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyx1RUFBdUUsQ0FBQztBQUN0RixjQUFjLG9FQUFvRSxDQUFDO0FBRW5GLGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsZ0RBQWdELENBQUM7QUFDL0QsY0FBYyxpRUFBaUUsQ0FBQztBQUNoRixjQUFjLDhEQUE4RCxDQUFDO0FBQzdFLGNBQWMsa0hBQWtILENBQUM7QUFDakksY0FBYywrR0FBK0csQ0FBQztBQUM5SCxjQUFjLG9GQUFvRixDQUFDO0FBQ25HLGNBQWMsaUZBQWlGLENBQUM7QUFDaEcsY0FBYyxnR0FBZ0csQ0FBQztBQUMvRyxjQUFjLDZGQUE2RixDQUFDO0FBQzVHLGNBQWMsc0dBQXNHLENBQUM7QUFDckgsY0FBYyxtR0FBbUcsQ0FBQztBQUNsSCxjQUFjLHNHQUFzRyxDQUFDO0FBQ3JILGNBQWMsbUdBQW1HLENBQUM7QUFDbEgsY0FBYyxpRkFBaUYsQ0FBQztBQUNoRyxjQUFjLDhFQUE4RSxDQUFDO0FBQzdGLGNBQWMsdUVBQXVFLENBQUM7QUFDdEYsY0FBYyxvRUFBb0UsQ0FBQztBQUNuRixjQUFjLCtEQUErRCxDQUFDO0FBQzlFLGNBQWMsNERBQTRELENBQUM7QUFDM0UsY0FBYyxpRUFBaUUsQ0FBQztBQUNoRixjQUFjLDhEQUE4RCxDQUFDO0FBQzdFLGNBQWMsc0dBQXNHLENBQUM7QUFDckgsY0FBYyxtR0FBbUcsQ0FBQztBQUNsSCxjQUFjLDRJQUE0SSxDQUFDO0FBQzNKLGNBQWMseUlBQXlJLENBQUM7QUFDeEosY0FBYyxvSUFBb0ksQ0FBQztBQUNuSixjQUFjLGlJQUFpSSxDQUFDO0FBRWhKLGNBQWMsNkZBQTZGLENBQUM7QUFDNUcsY0FBYywwRkFBMEYsQ0FBQztBQUN6RyxjQUFjLDZGQUE2RixDQUFDO0FBQzVHLGNBQWMsMEZBQTBGLENBQUM7QUFFekcsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLHVFQUF1RSxDQUFDO0FBRXRGLGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvY2hlY2tvdXQvY2hlY2tvdXQuY29tcG9uZW50XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvY2hlY2tvdXQvY2hlY2tvdXQubW9kdWxlXCI7XHJcblxyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3Nob3BwaW5nLWNhcnQvc2hvcHBpbmctY2FydC5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC9zaG9wcGluZy1jYXJ0L3Nob3BwaW5nLWNhcnQubW9kdWxlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvc2hvcHBpbmctY2FydC1wcmV2aWV3L3Nob3BwaW5nLWNhcnQtcHJldmlldy5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC9zaG9wcGluZy1jYXJ0LXByZXZpZXcvc2hvcHBpbmctY2FydC1wcmV2aWV3Lm1vZHVsZVwiO1xyXG5cclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC9sb2FkZXIvbG9hZGVyLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L2xvYWRlci9sb2FkZXIubW9kdWxlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24vdHJhbnNhY3Rpb24uY29tcG9uZW50XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24vdHJhbnNhY3Rpb24ubW9kdWxlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tc2VhcmNoL3RyYW5zYWN0aW9uLXNlYXJjaC5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1zZWFyY2gvdHJhbnNhY3Rpb24tc2VhcmNoLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXNlYXJjaC90cmFuc2FjdGlvbi1zZWFyY2gtdGlsZS90cmFuc2FjdGlvbi1zdGF0dXNiYXIvdHJhbnNhY3Rpb24tc3RhdHVzYmFyLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXNlYXJjaC90cmFuc2FjdGlvbi1zZWFyY2gtdGlsZS90cmFuc2FjdGlvbi1zdGF0dXNiYXIvdHJhbnNhY3Rpb24tc3RhdHVzYmFyLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci90cmFuc2FjdGlvbi1oZWFkZXIvdHJhbnNhY3Rpb24taGVhZGVyLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci90cmFuc2FjdGlvbi1oZWFkZXItb3JkZXIvdHJhbnNhY3Rpb24taGVhZGVyLW9yZGVyLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci90cmFuc2FjdGlvbi1oZWFkZXItb3JkZXIvdHJhbnNhY3Rpb24taGVhZGVyLW9yZGVyLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci90cmFuc2FjdGlvbi1oZWFkZXItZGVsaXZlcnkvdHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5LmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci90cmFuc2FjdGlvbi1oZWFkZXItZGVsaXZlcnkvdHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5Lm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci90cmFuc2FjdGlvbi1oZWFkZXItcmVsYXRpb24vdHJhbnNhY3Rpb24taGVhZGVyLXJlbGF0aW9uLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWhlYWRlci90cmFuc2FjdGlvbi1oZWFkZXItcmVsYXRpb24vdHJhbnNhY3Rpb24taGVhZGVyLXJlbGF0aW9uLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUtc3RhdHVzYmFyL3RyYW5zYWN0aW9uLWxpbmUtc3RhdHVzYmFyLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUtc3RhdHVzYmFyL3RyYW5zYWN0aW9uLWxpbmUtc3RhdHVzYmFyLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUtZ3JpZC90cmFuc2FjdGlvbi1saW5lLWdyaWQuY29tcG9uZW50XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tbGluZS1ncmlkL3RyYW5zYWN0aW9uLWxpbmUtZ3JpZC5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lcy90cmFuc2FjdGlvbi1saW5lcy5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lcy90cmFuc2FjdGlvbi1saW5lcy5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi10b3RhbHMvdHJhbnNhY3Rpb24tdG90YWxzLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXRvdGFscy90cmFuc2FjdGlvbi10b3RhbHMubW9kdWxlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzL3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3MuY29tcG9uZW50XCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzL3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3MubW9kdWxlXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzL3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy1vcmRlci1jb25maXJtYXRpb24vdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzLW9yZGVyLWNvbmZpcm1hdGlvbi5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3MvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzLW9yZGVyLWNvbmZpcm1hdGlvbi90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3Mtb3JkZXItY29uZmlybWF0aW9uLm1vZHVsZVwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3MtcmVjZWl2ZWQtZ29vZHMvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzLXJlY2VpdmVkLWdvb2RzLmNvbXBvbmVudFwiO1xyXG5leHBvcnQgKiBmcm9tIFwiLi9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXF1aWNrLWFjY2Vzcy90cmFuc2FjdGlvbi1xdWljay1hY2Nlc3MtcmVjZWl2ZWQtZ29vZHMvdHJhbnNhY3Rpb24tcXVpY2stYWNjZXNzLXJlY2VpdmVkLWdvb2RzLm1vZHVsZVwiO1xyXG5cclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1jb25maXJtYXRpb24tZGV0YWlscy90cmFuc2FjdGlvbi1jb25maXJtYXRpb24tZGV0YWlscy5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1jb25maXJtYXRpb24tZGV0YWlscy90cmFuc2FjdGlvbi1jb25maXJtYXRpb24tZGV0YWlscy5tb2R1bGVcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1jb25maXJtYXRpb24taGlzdG9yeS90cmFuc2FjdGlvbi1jb25maXJtYXRpb24taGlzdG9yeS5jb21wb25lbnRcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1jb25maXJtYXRpb24taGlzdG9yeS90cmFuc2FjdGlvbi1jb25maXJtYXRpb24taGlzdG9yeS5tb2R1bGVcIjtcclxuXHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9zZXJ2aWNlL3RyYW5zYWN0aW9uLnNlcnZpY2VcIjtcclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1zZWFyY2gvc2VydmljZS90cmFuc2FjdGlvbi1zZWFyY2guc2VydmljZVwiO1xyXG5cclxuZXhwb3J0ICogZnJvbSBcIi4vbGliL2VudW0vc2VhcmNoLXZpZXctbW9kZS5lbnVtXCI7XHJcbmV4cG9ydCAqIGZyb20gXCIuL2xpYi9lbnVtL3NlYXJjaGJhci12aWV3LW1vZGUuZW51bVwiO1xyXG4iXX0=