@colijnit/product 12.0.6 → 12.0.8

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 (128) hide show
  1. package/app/components/core/header/header.component.d.ts +7 -7
  2. package/app/components/core/header/header.module.d.ts +2 -2
  3. package/app/components/image-carousel/image-carousel.component.d.ts +39 -39
  4. package/app/components/image-carousel/image-carousel.module.d.ts +2 -2
  5. package/app/components/product-additional-description/product-additional-description.component.d.ts +14 -14
  6. package/app/components/product-additional-description/product-additional-description.module.d.ts +2 -2
  7. package/app/components/product-additional-info/product-additional-info.component.d.ts +21 -21
  8. package/app/components/product-additional-info/product-additional-info.module.d.ts +2 -2
  9. package/app/components/product-addtocart/product-addtocart.component.d.ts +33 -33
  10. package/app/components/product-addtocart/product-addtocart.module.d.ts +2 -2
  11. package/app/components/product-delivery/product-delivery.component.d.ts +18 -18
  12. package/app/components/product-delivery/product-delivery.module.d.ts +2 -2
  13. package/app/components/product-description/product-description.component.d.ts +7 -7
  14. package/app/components/product-description/product-description.module.d.ts +2 -2
  15. package/app/components/product-documents/product-document.module.d.ts +2 -2
  16. package/app/components/product-documents/product-documents.component.d.ts +10 -10
  17. package/app/components/product-external-source/product-external-source.component.d.ts +34 -34
  18. package/app/components/product-external-source/product-external-source.module.d.ts +2 -2
  19. package/app/components/product-info-tabs/product-info-tabs.component.d.ts +18 -18
  20. package/app/components/product-info-tabs/product-info-tabs.module.d.ts +2 -2
  21. package/app/components/product-page/product-page.component.d.ts +58 -58
  22. package/app/components/product-page/product-page.module.d.ts +2 -2
  23. package/app/components/product-price/product-price.component.d.ts +19 -19
  24. package/app/components/product-price/product-price.module.d.ts +2 -2
  25. package/app/components/product-properties/product-properties.component.d.ts +16 -16
  26. package/app/components/product-properties/product-properties.module.d.ts +2 -2
  27. package/app/components/product-related/product-related.component.d.ts +16 -16
  28. package/app/components/product-related/product-related.module.d.ts +2 -2
  29. package/app/components/product-selector-type/product-selector-type.component.d.ts +21 -21
  30. package/app/components/product-selector-type/product-selector-type.module.d.ts +2 -2
  31. package/app/components/product-stock/product-stock.component.d.ts +20 -20
  32. package/app/components/product-stock/product-stock.module.d.ts +2 -2
  33. package/app/components/product-symbols/product-symbols.component.d.ts +10 -10
  34. package/app/components/product-symbols/product-symbols.module.d.ts +2 -2
  35. package/app/enum/icon.enum.d.ts +17 -17
  36. package/app/enum/language-code.enum.d.ts +6 -6
  37. package/app/enum/selector-type.enum.d.ts +5 -5
  38. package/app/ione-product.component.d.ts +43 -43
  39. package/app/ione-product.module.d.ts +2 -2
  40. package/app/model/article-quantity.model.d.ts +5 -5
  41. package/app/model/icon.d.ts +4 -4
  42. package/app/model/productSettings.d.ts +30 -29
  43. package/app/model/render-modes.d.ts +5 -5
  44. package/app/model/render-parameters.d.ts +7 -7
  45. package/app/model/settings-options.d.ts +10 -10
  46. package/app/model/stock-and-delivery.d.ts +5 -5
  47. package/app/pipe/localize.pipe.d.ts +7 -7
  48. package/app/pipe/pipe.module.d.ts +2 -2
  49. package/app/product-version.d.ts +6 -6
  50. package/app/service/dictionary.service.d.ts +24 -24
  51. package/app/service/icon-cache.service.d.ts +17 -17
  52. package/app/service/product-connector-adapter.service.d.ts +34 -34
  53. package/app/service/product-connector.service.d.ts +38 -38
  54. package/app/service/product-event.service.d.ts +22 -22
  55. package/app/service/product-settings.service.d.ts +16 -16
  56. package/app/style/_scrollbars.mixins.scss +18 -18
  57. package/app/style/_variables.scss +21 -21
  58. package/app/utils/bit-utils.d.ts +7 -7
  59. package/app/utils/json-utils.service.d.ts +3 -3
  60. package/assets/dictionary/text.properties.d.ts +3 -3
  61. package/bundles/colijnit-product.umd.js +3108 -3108
  62. package/bundles/colijnit-product.umd.js.map +1 -1
  63. package/colijnit-product.d.ts +41 -41
  64. package/colijnit-product.metadata.json +1 -1
  65. package/esm2015/app/components/core/header/header.component.js +18 -18
  66. package/esm2015/app/components/core/header/header.module.js +19 -19
  67. package/esm2015/app/components/image-carousel/image-carousel.component.js +143 -143
  68. package/esm2015/app/components/image-carousel/image-carousel.module.js +23 -23
  69. package/esm2015/app/components/product-additional-description/product-additional-description.component.js +50 -50
  70. package/esm2015/app/components/product-additional-description/product-additional-description.module.js +21 -21
  71. package/esm2015/app/components/product-additional-info/product-additional-info.component.js +102 -102
  72. package/esm2015/app/components/product-additional-info/product-additional-info.module.js +21 -21
  73. package/esm2015/app/components/product-addtocart/product-addtocart.component.js +90 -90
  74. package/esm2015/app/components/product-addtocart/product-addtocart.module.js +24 -24
  75. package/esm2015/app/components/product-delivery/product-delivery.component.js +39 -39
  76. package/esm2015/app/components/product-delivery/product-delivery.module.js +23 -23
  77. package/esm2015/app/components/product-description/product-description.component.js +17 -17
  78. package/esm2015/app/components/product-description/product-description.module.js +19 -19
  79. package/esm2015/app/components/product-documents/product-document.module.js +25 -25
  80. package/esm2015/app/components/product-documents/product-documents.component.js +25 -25
  81. package/esm2015/app/components/product-external-source/product-external-source.component.js +110 -110
  82. package/esm2015/app/components/product-external-source/product-external-source.module.js +21 -21
  83. package/esm2015/app/components/product-info-tabs/product-info-tabs.component.js +59 -59
  84. package/esm2015/app/components/product-info-tabs/product-info-tabs.module.js +29 -29
  85. package/esm2015/app/components/product-page/product-page.component.js +215 -215
  86. package/esm2015/app/components/product-page/product-page.module.js +44 -44
  87. package/esm2015/app/components/product-price/product-price.component.js +60 -60
  88. package/esm2015/app/components/product-price/product-price.module.js +23 -23
  89. package/esm2015/app/components/product-properties/product-properties.component.js +50 -50
  90. package/esm2015/app/components/product-properties/product-properties.module.js +21 -21
  91. package/esm2015/app/components/product-related/product-related.component.js +62 -62
  92. package/esm2015/app/components/product-related/product-related.module.js +24 -24
  93. package/esm2015/app/components/product-selector-type/product-selector-type.component.js +42 -42
  94. package/esm2015/app/components/product-selector-type/product-selector-type.module.js +26 -26
  95. package/esm2015/app/components/product-stock/product-stock.component.js +59 -59
  96. package/esm2015/app/components/product-stock/product-stock.module.js +23 -23
  97. package/esm2015/app/components/product-symbols/product-symbols.component.js +34 -34
  98. package/esm2015/app/components/product-symbols/product-symbols.module.js +26 -26
  99. package/esm2015/app/enum/icon.enum.js +18 -18
  100. package/esm2015/app/enum/language-code.enum.js +8 -8
  101. package/esm2015/app/enum/selector-type.enum.js +7 -7
  102. package/esm2015/app/ione-product.component.js +114 -114
  103. package/esm2015/app/ione-product.module.js +29 -29
  104. package/esm2015/app/model/article-quantity.model.js +3 -3
  105. package/esm2015/app/model/icon.js +17 -17
  106. package/esm2015/app/model/productSettings.js +16 -16
  107. package/esm2015/app/model/render-modes.js +7 -7
  108. package/esm2015/app/model/render-parameters.js +10 -10
  109. package/esm2015/app/model/settings-options.js +13 -13
  110. package/esm2015/app/model/stock-and-delivery.js +8 -8
  111. package/esm2015/app/pipe/localize.pipe.js +27 -27
  112. package/esm2015/app/pipe/pipe.module.js +18 -18
  113. package/esm2015/app/product-version.js +10 -10
  114. package/esm2015/app/service/dictionary.service.js +94 -94
  115. package/esm2015/app/service/icon-cache.service.js +40 -40
  116. package/esm2015/app/service/product-connector-adapter.service.js +171 -171
  117. package/esm2015/app/service/product-connector.service.js +106 -106
  118. package/esm2015/app/service/product-event.service.js +29 -29
  119. package/esm2015/app/service/product-settings.service.js +86 -86
  120. package/esm2015/app/utils/bit-utils.js +18 -18
  121. package/esm2015/app/utils/json-utils.service.js +29 -29
  122. package/esm2015/assets/dictionary/text.properties.js +67 -67
  123. package/esm2015/colijnit-product.js +41 -41
  124. package/esm2015/public_api.js +10 -10
  125. package/fesm2015/colijnit-product.js +2212 -2212
  126. package/fesm2015/colijnit-product.js.map +1 -1
  127. package/package.json +5 -5
  128. package/public_api.d.ts +9 -9
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@colijnit/product",
3
- "version": "12.0.6",
3
+ "version": "12.0.8",
4
4
  "description": "Product detail page project for iOne",
5
5
  "private": false,
6
6
  "peerDependencies": {
7
- "@colijnit/articleapi": ">=1.0.27",
7
+ "@colijnit/articleapi": ">=1.0.39",
8
8
  "@colijnit/corecomponents": ">=1.12.0",
9
- "@colijnit/ioneconnector": ">=3.1.9",
10
- "@colijnit/mainapi": ">=1.0.23",
11
- "@colijnit/transactionapi": ">=1.1.112"
9
+ "@colijnit/ioneconnector": ">=3.1.24",
10
+ "@colijnit/mainapi": ">=1.0.38",
11
+ "@colijnit/transactionapi": ">=1.1.158"
12
12
  },
13
13
  "dependencies": {
14
14
  "@angular/animations": "~12.2.17",
package/public_api.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export * from "./app/product-version";
2
- export * from './app/ione-product.module';
3
- export * from './app/ione-product.component';
4
- export * from "./app/components/product-external-source/product-external-source.component";
5
- export * from "./app/components/product-external-source/product-external-source.module";
6
- export * from "./app/service/product-connector.service";
7
- export * from "./app/service/product-connector-adapter.service";
8
- export * from "./app/service/product-settings.service";
9
- export * from "./app/service/product-event.service";
1
+ export * from "./app/product-version";
2
+ export * from './app/ione-product.module';
3
+ export * from './app/ione-product.component';
4
+ export * from "./app/components/product-external-source/product-external-source.component";
5
+ export * from "./app/components/product-external-source/product-external-source.module";
6
+ export * from "./app/service/product-connector.service";
7
+ export * from "./app/service/product-connector-adapter.service";
8
+ export * from "./app/service/product-settings.service";
9
+ export * from "./app/service/product-event.service";