@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.
Files changed (64) hide show
  1. package/bundles/colijnit-transaction.umd.js +932 -669
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +566 -562
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +567 -563
  6. package/esm2015/lib/component/checkout/checkout.component.js +1 -1
  7. package/esm2015/lib/component/checkout/checkout.module.js +4 -2
  8. package/esm2015/lib/component/checkout-simple/checkout-simple.component.js +1 -1
  9. package/esm2015/lib/component/checkout-simple/checkout-simple.module.js +4 -2
  10. package/esm2015/lib/component/core/base/stepper-base.component.js +57 -0
  11. package/esm2015/lib/component/payment/payment.component.js +75 -7
  12. package/esm2015/lib/component/payment/payment.module.js +4 -3
  13. package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +4 -2
  14. package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.js +58 -0
  15. package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module.js +27 -0
  16. package/esm2015/lib/component/stepper/stepper.component.js +13 -48
  17. package/esm2015/lib/component/stepper/stepper.module.js +3 -6
  18. package/esm2015/lib/component/stepper-step/stepper-step.component.js +40 -0
  19. package/esm2015/lib/component/stepper-step/stepper-step.module.js +27 -0
  20. package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.component.js +30 -5
  21. package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.module.js +6 -2
  22. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.js +20 -18
  23. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +2 -1
  24. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-service-wizard.component.js +1 -1
  25. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +4 -2
  26. package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.js +23 -24
  27. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +25 -11
  28. package/esm2015/lib/service/transaction-connector-adapter.service.js +2 -2
  29. package/esm2015/lib/transaction-version.js +3 -3
  30. package/fesm2015/colijnit-transaction.js +336 -108
  31. package/fesm2015/colijnit-transaction.js.map +1 -1
  32. package/lib/component/checkout/checkout.component.d.ts +1 -1
  33. package/lib/component/checkout/style/material.scss +1 -0
  34. package/lib/component/checkout-simple/checkout-simple.component.d.ts +1 -1
  35. package/lib/component/checkout-simple/style/material.scss +1 -0
  36. package/lib/component/core/base/stepper-base.component.d.ts +25 -0
  37. package/lib/component/dialog/transaction-search/style/_layout.scss +29 -0
  38. package/lib/component/dialog/transaction-search/style/_material-definition.scss +2 -0
  39. package/lib/component/dialog/transaction-search/style/_theme.scss +4 -0
  40. package/lib/component/dialog/transaction-search/style/material.scss +4 -0
  41. package/lib/component/payment/payment.component.d.ts +15 -1
  42. package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +1 -0
  43. package/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.d.ts +12 -0
  44. package/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module.d.ts +2 -0
  45. package/lib/component/simple-vertical-stepper/style/_layout.scss +37 -0
  46. package/lib/component/simple-vertical-stepper/style/_material-definition.scss +30 -0
  47. package/lib/component/simple-vertical-stepper/style/_theme.scss +7 -0
  48. package/lib/component/simple-vertical-stepper/style/material.scss +3 -0
  49. package/lib/component/stepper/stepper.component.d.ts +4 -22
  50. package/lib/component/stepper-step/stepper-step.module.d.ts +2 -0
  51. package/lib/component/stepper-step/style/_layout.scss +12 -0
  52. package/lib/component/stepper-step/style/_material-definition.scss +30 -0
  53. package/lib/component/stepper-step/style/_theme.scss +41 -0
  54. package/lib/component/stepper-step/style/material.scss +3 -0
  55. package/lib/component/transaction-create-wizard/style/_layout.scss +4 -0
  56. package/lib/component/transaction-create-wizard/style/_material-definition.scss +4 -0
  57. package/lib/component/transaction-create-wizard/style/_theme.scss +4 -0
  58. package/lib/component/transaction-create-wizard/style/material.scss +6 -0
  59. package/lib/component/transaction-create-wizard/transaction-create-wizard.component.d.ts +12 -2
  60. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.d.ts +5 -3
  61. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +4 -1
  62. package/package.json +1 -1
  63. package/esm2015/lib/component/stepper/component/stepper-step.component.js +0 -40
  64. /package/lib/component/{stepper/component → stepper-step}/stepper-step.component.d.ts +0 -0
@@ -3,8 +3,8 @@ export class Version {
3
3
  constructor() {
4
4
  this.name = "@colijnit/transaction";
5
5
  this.description = "Colijn IT transaction package";
6
- this.symVer = "254.1.2";
7
- this.publishDate = "17-6-2024 14:24:34";
6
+ this.symVer = "254.1.3";
7
+ this.publishDate = "19-6-2024 17:51:09";
8
8
  }
9
9
  }
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tdmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvdHJhbnNhY3Rpb24tdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSx1REFBdUQ7QUFDdkQsTUFBTSxPQUFPLE9BQU87SUFBcEI7UUFDUyxTQUFJLEdBQUcsdUJBQXVCLENBQUM7UUFDL0IsZ0JBQVcsR0FBRywrQkFBK0IsQ0FBQztRQUM5QyxXQUFNLEdBQUcsU0FBUyxDQUFDO1FBQ25CLGdCQUFXLEdBQUcsb0JBQW9CLENBQUM7SUFDNUMsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLy8gdGhpcyBmaWxlIGlzIGR5bmFtaWNhbGx5IGNyZWF0ZWQsIGRvIG5vdCBjaGFuZ2UgdGhpc1xuZXhwb3J0IGNsYXNzIFZlcnNpb24ge1xuICBwdWJsaWMgbmFtZSA9IFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uXCI7XG4gIHB1YmxpYyBkZXNjcmlwdGlvbiA9IFwiQ29saWpuIElUIHRyYW5zYWN0aW9uIHBhY2thZ2VcIjtcbiAgcHVibGljIHN5bVZlciA9IFwiMjU0LjEuMlwiO1xuICBwdWJsaWMgcHVibGlzaERhdGUgPSBcIjE3LTYtMjAyNCAxNDoyNDozNFwiO1xufSJdfQ==
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tdmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvdHJhbnNhY3Rpb24tdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSx1REFBdUQ7QUFDdkQsTUFBTSxPQUFPLE9BQU87SUFBcEI7UUFDUyxTQUFJLEdBQUcsdUJBQXVCLENBQUM7UUFDL0IsZ0JBQVcsR0FBRywrQkFBK0IsQ0FBQztRQUM5QyxXQUFNLEdBQUcsU0FBUyxDQUFDO1FBQ25CLGdCQUFXLEdBQUcsb0JBQW9CLENBQUM7SUFDNUMsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLy8gdGhpcyBmaWxlIGlzIGR5bmFtaWNhbGx5IGNyZWF0ZWQsIGRvIG5vdCBjaGFuZ2UgdGhpc1xuZXhwb3J0IGNsYXNzIFZlcnNpb24ge1xuICBwdWJsaWMgbmFtZSA9IFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uXCI7XG4gIHB1YmxpYyBkZXNjcmlwdGlvbiA9IFwiQ29saWpuIElUIHRyYW5zYWN0aW9uIHBhY2thZ2VcIjtcbiAgcHVibGljIHN5bVZlciA9IFwiMjU0LjEuM1wiO1xuICBwdWJsaWMgcHVibGlzaERhdGUgPSBcIjE5LTYtMjAyNCAxNzo1MTowOVwiO1xufSJdfQ==