@colijnit/transaction 254.1.2 → 254.1.3
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 +932 -669
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +566 -562
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +567 -563
- package/esm2015/lib/component/checkout/checkout.component.js +1 -1
- package/esm2015/lib/component/checkout/checkout.module.js +4 -2
- package/esm2015/lib/component/checkout-simple/checkout-simple.component.js +1 -1
- package/esm2015/lib/component/checkout-simple/checkout-simple.module.js +4 -2
- package/esm2015/lib/component/core/base/stepper-base.component.js +57 -0
- package/esm2015/lib/component/payment/payment.component.js +75 -7
- package/esm2015/lib/component/payment/payment.module.js +4 -3
- package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +4 -2
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.js +58 -0
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module.js +27 -0
- package/esm2015/lib/component/stepper/stepper.component.js +13 -48
- package/esm2015/lib/component/stepper/stepper.module.js +3 -6
- package/esm2015/lib/component/stepper-step/stepper-step.component.js +40 -0
- package/esm2015/lib/component/stepper-step/stepper-step.module.js +27 -0
- package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.component.js +30 -5
- package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.module.js +6 -2
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.js +20 -18
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +2 -1
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-service-wizard.component.js +1 -1
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +4 -2
- package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.js +23 -24
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +25 -11
- package/esm2015/lib/service/transaction-connector-adapter.service.js +2 -2
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +336 -108
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout.component.d.ts +1 -1
- package/lib/component/checkout/style/material.scss +1 -0
- package/lib/component/checkout-simple/checkout-simple.component.d.ts +1 -1
- package/lib/component/checkout-simple/style/material.scss +1 -0
- package/lib/component/core/base/stepper-base.component.d.ts +25 -0
- package/lib/component/dialog/transaction-search/style/_layout.scss +29 -0
- package/lib/component/dialog/transaction-search/style/_material-definition.scss +2 -0
- package/lib/component/dialog/transaction-search/style/_theme.scss +4 -0
- package/lib/component/dialog/transaction-search/style/material.scss +4 -0
- package/lib/component/payment/payment.component.d.ts +15 -1
- package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +1 -0
- package/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.d.ts +12 -0
- package/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module.d.ts +2 -0
- package/lib/component/simple-vertical-stepper/style/_layout.scss +37 -0
- package/lib/component/simple-vertical-stepper/style/_material-definition.scss +30 -0
- package/lib/component/simple-vertical-stepper/style/_theme.scss +7 -0
- package/lib/component/simple-vertical-stepper/style/material.scss +3 -0
- package/lib/component/stepper/stepper.component.d.ts +4 -22
- package/lib/component/stepper-step/stepper-step.module.d.ts +2 -0
- package/lib/component/stepper-step/style/_layout.scss +12 -0
- package/lib/component/stepper-step/style/_material-definition.scss +30 -0
- package/lib/component/stepper-step/style/_theme.scss +41 -0
- package/lib/component/stepper-step/style/material.scss +3 -0
- package/lib/component/transaction-create-wizard/style/_layout.scss +4 -0
- package/lib/component/transaction-create-wizard/style/_material-definition.scss +4 -0
- package/lib/component/transaction-create-wizard/style/_theme.scss +4 -0
- package/lib/component/transaction-create-wizard/style/material.scss +6 -0
- package/lib/component/transaction-create-wizard/transaction-create-wizard.component.d.ts +12 -2
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.d.ts +5 -3
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +4 -1
- package/package.json +1 -1
- package/esm2015/lib/component/stepper/component/stepper-step.component.js +0 -40
- /package/lib/component/{stepper/component → stepper-step}/stepper-step.component.d.ts +0 -0
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.