@colijnit/transaction 12.1.116 → 12.1.117

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 (89) hide show
  1. package/bundles/colijnit-transaction.umd.js +496 -466
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +336 -340
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +337 -341
  6. package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +4 -2
  7. package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +7 -2
  8. package/esm2015/lib/component/checkout/checkout.component.js +6 -3
  9. package/esm2015/lib/component/core/base/transaction-input-field-base.component.js +4 -1
  10. package/esm2015/lib/component/payment/payment.component.js +5 -2
  11. package/esm2015/lib/component/payment/payment.module.js +2 -4
  12. package/esm2015/lib/component/relation/relation-address/relation-address.component.js +5 -1
  13. package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +4 -2
  14. package/esm2015/lib/component/stepper/stepper.component.js +20 -7
  15. package/esm2015/lib/component/transaction/transaction.module.js +2 -4
  16. package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.js +1 -2
  17. package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +7 -2
  18. package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +5 -2
  19. package/esm2015/lib/component/transaction-header-fields/transaction-header-currency.component.js +7 -2
  20. package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-condition.component.js +6 -3
  21. package/esm2015/lib/component/transaction-header-fields/transaction-header-price-kind.component.js +2 -2
  22. package/esm2015/lib/component/transaction-header-fields/transaction-header-sales-person.component.js +7 -2
  23. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +5 -2
  24. package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +1 -2
  25. package/esm2015/lib/enum/icon.enum.js +3 -1
  26. package/esm2015/lib/enum/transaction-type-category.enum.js +1 -2
  27. package/esm2015/lib/model/icon-svg.js +3 -1
  28. package/esm2015/lib/model/relation-any-type.js +1 -1
  29. package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
  30. package/esm2015/lib/service/transaction-base.service.js +31 -1
  31. package/esm2015/lib/service/transaction-connector-adapter.service.js +13 -1
  32. package/esm2015/lib/service/transaction-connector.service.js +4 -1
  33. package/esm2015/lib/service/transaction-mapping.service.js +1 -3
  34. package/esm2015/lib/service/transaction.service.js +9 -5
  35. package/esm2015/lib/transaction-version.js +3 -3
  36. package/fesm2015/colijnit-transaction.js +140 -152
  37. package/fesm2015/colijnit-transaction.js.map +1 -1
  38. package/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.d.ts +1 -0
  39. package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +1 -0
  40. package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +5 -0
  41. package/lib/component/checkout/checkout.component.d.ts +1 -0
  42. package/lib/component/payment/style/_layout.scss +20 -0
  43. package/lib/component/payment/style/_material-definition.scss +7 -0
  44. package/lib/component/payment/style/_theme.scss +24 -0
  45. package/lib/component/payment/style/material.scss +0 -1
  46. package/lib/component/relation/relation-address-tile/style/_layout.scss +6 -0
  47. package/lib/component/relation/relation-address-tile/style/_material-definition.scss +2 -0
  48. package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +1 -0
  49. package/lib/component/stepper/stepper.component.d.ts +5 -0
  50. package/lib/component/stepper/style/_layout.scss +25 -0
  51. package/lib/component/stepper/style/_material-definition.scss +12 -0
  52. package/lib/component/stepper/style/_theme.scss +14 -0
  53. package/lib/component/tile/style/_layout.scss +2 -4
  54. package/lib/component/tile/style/_material-definition.scss +1 -1
  55. package/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.d.ts +2 -0
  56. package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +2 -1
  57. package/lib/component/transaction-header-fields/transaction-header-currency.component.d.ts +2 -0
  58. package/lib/component/transaction-header-fields/transaction-header-payment-condition.component.d.ts +2 -0
  59. package/lib/component/transaction-header-fields/transaction-header-price-kind.component.d.ts +1 -0
  60. package/lib/component/transaction-header-fields/transaction-header-sales-person.component.d.ts +2 -0
  61. package/lib/enum/icon.enum.d.ts +2 -0
  62. package/lib/enum/transaction-type-category.enum.d.ts +1 -2
  63. package/lib/model/relation-any-type.d.ts +2 -1
  64. package/lib/res/dictionary/dictionaries.d.ts +1 -0
  65. package/lib/service/transaction-base.service.d.ts +8 -0
  66. package/lib/service/transaction-connector-adapter.service.d.ts +1 -0
  67. package/lib/service/transaction-connector.service.d.ts +1 -0
  68. package/lib/style/_variables.scss +2 -1
  69. package/package.json +4 -4
  70. package/esm2015/lib/component/payment-to-pay/payment-to-pay.component.js +0 -26
  71. package/esm2015/lib/component/payment-to-pay/payment-to-pay.module.js +0 -21
  72. package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.js +0 -52
  73. package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.js +0 -34
  74. package/lib/component/payment-to-pay/payment-to-pay.component.d.ts +0 -4
  75. package/lib/component/payment-to-pay/payment-to-pay.module.d.ts +0 -2
  76. package/lib/component/payment-to-pay/style/_layout.scss +0 -26
  77. package/lib/component/payment-to-pay/style/_material-definition.scss +0 -6
  78. package/lib/component/payment-to-pay/style/_theme.scss +0 -9
  79. package/lib/component/payment-to-pay/style/material.scss +0 -4
  80. package/lib/component/transaction-cash-register-order/style/_layout.scss +0 -126
  81. package/lib/component/transaction-cash-register-order/style/_material-definition.scss +0 -0
  82. package/lib/component/transaction-cash-register-order/style/_theme.scss +0 -4
  83. package/lib/component/transaction-cash-register-order/style/material.scss +0 -5
  84. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_layout.scss +0 -4
  85. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_material-definition.scss +0 -0
  86. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_theme.scss +0 -4
  87. package/lib/component/transaction-line/transaction-cash-register-order-line/style/material.scss +0 -4
  88. package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.d.ts +0 -4
  89. package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.d.ts +0 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.