@colijnit/transaction 12.1.80 → 12.1.81

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 (70) hide show
  1. package/bundles/colijnit-transaction.umd.js +592 -892
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +53 -43
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +54 -44
  6. package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +2 -1
  7. package/esm2015/lib/component/core/base/transaction-base.component.js +10 -5
  8. package/esm2015/lib/component/transaction/transaction.component.js +12 -13
  9. package/esm2015/lib/component/transaction/transaction.module.js +4 -2
  10. package/esm2015/lib/component/transaction-card/transaction-card/transaction-card.component.js +111 -0
  11. package/esm2015/lib/component/transaction-card/transaction-card/transaction-card.module.js +25 -0
  12. package/esm2015/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.component.js +55 -0
  13. package/esm2015/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.module.js +27 -0
  14. package/esm2015/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.js +69 -0
  15. package/esm2015/lib/component/transaction-card/transaction-card-header/transaction-card-header.module.js +30 -0
  16. package/esm2015/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.component.js +82 -0
  17. package/esm2015/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.module.js +39 -0
  18. package/esm2015/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.component.js +79 -0
  19. package/esm2015/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.module.js +39 -0
  20. package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +2 -2
  21. package/esm2015/lib/res/dictionary/dictionaries.js +9 -0
  22. package/esm2015/lib/service/dictionary.service.js +25 -27
  23. package/esm2015/lib/service/pending-reason.service.js +37 -18
  24. package/esm2015/lib/service/transaction-mapping.service.js +21 -1
  25. package/esm2015/lib/service/transaction.service.js +1 -9
  26. package/fesm2015/colijnit-transaction.js +592 -825
  27. package/fesm2015/colijnit-transaction.js.map +1 -1
  28. package/lib/component/core/base/transaction-base.component.d.ts +1 -1
  29. package/lib/component/transaction/style/_layout.scss +4 -4
  30. package/lib/component/transaction/style/material.scss +1 -0
  31. package/lib/component/transaction/transaction.component.d.ts +2 -2
  32. package/lib/component/transaction-card/transaction-card/style/_layout.scss +12 -0
  33. package/lib/component/transaction-card/transaction-card/style/_material-definition.scss +0 -0
  34. package/lib/component/transaction-card/transaction-card/style/_theme.scss +4 -0
  35. package/lib/component/transaction-card/transaction-card/style/material.scss +7 -0
  36. package/lib/component/transaction-card/transaction-card/transaction-card.component.d.ts +27 -0
  37. package/lib/component/transaction-card/transaction-card/transaction-card.module.d.ts +2 -0
  38. package/lib/component/transaction-card/transaction-card-footer/style/_layout.scss +58 -0
  39. package/lib/component/transaction-card/transaction-card-footer/style/_material-definition.scss +0 -0
  40. package/lib/component/transaction-card/transaction-card-footer/style/_theme.scss +4 -0
  41. package/lib/component/transaction-card/transaction-card-footer/style/material.scss +4 -0
  42. package/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.component.d.ts +16 -0
  43. package/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.module.d.ts +2 -0
  44. package/lib/component/transaction-card/transaction-card-header/style/_layout.scss +73 -0
  45. package/lib/component/transaction-card/transaction-card-header/style/_material-definition.scss +0 -0
  46. package/lib/component/transaction-card/transaction-card-header/style/_theme.scss +4 -0
  47. package/lib/component/transaction-card/transaction-card-header/style/material.scss +4 -0
  48. package/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.d.ts +16 -0
  49. package/lib/component/transaction-card/transaction-card-header/transaction-card-header.module.d.ts +2 -0
  50. package/lib/component/transaction-card/transaction-card-purchase-overview/style/_layout.scss +68 -0
  51. package/lib/component/transaction-card/transaction-card-purchase-overview/style/_material-definition.scss +0 -0
  52. package/lib/component/transaction-card/transaction-card-purchase-overview/style/_theme.scss +4 -0
  53. package/lib/component/transaction-card/transaction-card-purchase-overview/style/material.scss +4 -0
  54. package/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.component.d.ts +19 -0
  55. package/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.module.d.ts +2 -0
  56. package/lib/component/transaction-card/transaction-card-sales-overview/style/_layout.scss +67 -0
  57. package/lib/component/transaction-card/transaction-card-sales-overview/style/_material-definition.scss +0 -0
  58. package/lib/component/transaction-card/transaction-card-sales-overview/style/_theme.scss +4 -0
  59. package/lib/component/transaction-card/transaction-card-sales-overview/style/material.scss +4 -0
  60. package/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.component.d.ts +19 -0
  61. package/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.module.d.ts +2 -0
  62. package/lib/res/dictionary/dictionaries.d.ts +16685 -0
  63. package/lib/service/dictionary.service.d.ts +7 -7
  64. package/lib/service/pending-reason.service.d.ts +3 -1
  65. package/lib/service/transaction-mapping.service.d.ts +2 -0
  66. package/lib/service/transaction.service.d.ts +0 -1
  67. package/lib/style/transaction-globals.scss +1 -0
  68. package/package.json +2 -2
  69. package/esm2015/lib/assets/dictionary/text.properties.js +0 -751
  70. package/lib/assets/dictionary/text.properties.d.ts +0 -3
@@ -1,3 +0,0 @@
1
- export declare class Dictionary {
2
- strings: {};
3
- }