@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.
- package/bundles/colijnit-transaction.umd.js +496 -466
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +336 -340
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +337 -341
- package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +4 -2
- package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +7 -2
- package/esm2015/lib/component/checkout/checkout.component.js +6 -3
- package/esm2015/lib/component/core/base/transaction-input-field-base.component.js +4 -1
- package/esm2015/lib/component/payment/payment.component.js +5 -2
- package/esm2015/lib/component/payment/payment.module.js +2 -4
- package/esm2015/lib/component/relation/relation-address/relation-address.component.js +5 -1
- package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +4 -2
- package/esm2015/lib/component/stepper/stepper.component.js +20 -7
- package/esm2015/lib/component/transaction/transaction.module.js +2 -4
- package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.js +1 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +7 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +5 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-currency.component.js +7 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-condition.component.js +6 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-price-kind.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-sales-person.component.js +7 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +5 -2
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +1 -2
- package/esm2015/lib/enum/icon.enum.js +3 -1
- package/esm2015/lib/enum/transaction-type-category.enum.js +1 -2
- package/esm2015/lib/model/icon-svg.js +3 -1
- package/esm2015/lib/model/relation-any-type.js +1 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
- package/esm2015/lib/service/transaction-base.service.js +31 -1
- package/esm2015/lib/service/transaction-connector-adapter.service.js +13 -1
- package/esm2015/lib/service/transaction-connector.service.js +4 -1
- package/esm2015/lib/service/transaction-mapping.service.js +1 -3
- package/esm2015/lib/service/transaction.service.js +9 -5
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +140 -152
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.d.ts +1 -0
- package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +1 -0
- package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +5 -0
- package/lib/component/checkout/checkout.component.d.ts +1 -0
- package/lib/component/payment/style/_layout.scss +20 -0
- package/lib/component/payment/style/_material-definition.scss +7 -0
- package/lib/component/payment/style/_theme.scss +24 -0
- package/lib/component/payment/style/material.scss +0 -1
- package/lib/component/relation/relation-address-tile/style/_layout.scss +6 -0
- package/lib/component/relation/relation-address-tile/style/_material-definition.scss +2 -0
- package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +1 -0
- package/lib/component/stepper/stepper.component.d.ts +5 -0
- package/lib/component/stepper/style/_layout.scss +25 -0
- package/lib/component/stepper/style/_material-definition.scss +12 -0
- package/lib/component/stepper/style/_theme.scss +14 -0
- package/lib/component/tile/style/_layout.scss +2 -4
- package/lib/component/tile/style/_material-definition.scss +1 -1
- package/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +2 -1
- package/lib/component/transaction-header-fields/transaction-header-currency.component.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-payment-condition.component.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-price-kind.component.d.ts +1 -0
- package/lib/component/transaction-header-fields/transaction-header-sales-person.component.d.ts +2 -0
- package/lib/enum/icon.enum.d.ts +2 -0
- package/lib/enum/transaction-type-category.enum.d.ts +1 -2
- package/lib/model/relation-any-type.d.ts +2 -1
- package/lib/res/dictionary/dictionaries.d.ts +1 -0
- package/lib/service/transaction-base.service.d.ts +8 -0
- package/lib/service/transaction-connector-adapter.service.d.ts +1 -0
- package/lib/service/transaction-connector.service.d.ts +1 -0
- package/lib/style/_variables.scss +2 -1
- package/package.json +4 -4
- package/esm2015/lib/component/payment-to-pay/payment-to-pay.component.js +0 -26
- package/esm2015/lib/component/payment-to-pay/payment-to-pay.module.js +0 -21
- package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.js +0 -52
- package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.js +0 -34
- package/lib/component/payment-to-pay/payment-to-pay.component.d.ts +0 -4
- package/lib/component/payment-to-pay/payment-to-pay.module.d.ts +0 -2
- package/lib/component/payment-to-pay/style/_layout.scss +0 -26
- package/lib/component/payment-to-pay/style/_material-definition.scss +0 -6
- package/lib/component/payment-to-pay/style/_theme.scss +0 -9
- package/lib/component/payment-to-pay/style/material.scss +0 -4
- package/lib/component/transaction-cash-register-order/style/_layout.scss +0 -126
- package/lib/component/transaction-cash-register-order/style/_material-definition.scss +0 -0
- package/lib/component/transaction-cash-register-order/style/_theme.scss +0 -4
- package/lib/component/transaction-cash-register-order/style/material.scss +0 -5
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_layout.scss +0 -4
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_theme.scss +0 -4
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/material.scss +0 -4
- package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.d.ts +0 -4
- 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.