@colijnit/product 2.9.0 → 12.0.0

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 (142) hide show
  1. package/app/components/core/header/header.module.d.ts +2 -0
  2. package/app/components/image-carousel/image-carousel.module.d.ts +2 -0
  3. package/app/components/product-additional-description/product-additional-description.module.d.ts +2 -0
  4. package/app/components/product-additional-info/product-additional-info.module.d.ts +2 -0
  5. package/app/components/product-addtocart/product-addtocart.module.d.ts +2 -0
  6. package/app/components/product-delivery/product-delivery.module.d.ts +2 -0
  7. package/app/components/product-description/product-description.module.d.ts +2 -0
  8. package/app/components/product-documents/product-document.module.d.ts +2 -0
  9. package/app/components/product-info-tabs/product-info-tabs.module.d.ts +2 -0
  10. package/app/components/product-page/product-page.component.d.ts +3 -1
  11. package/app/components/product-price/product-price.module.d.ts +2 -0
  12. package/app/components/product-properties/product-properties.module.d.ts +2 -0
  13. package/app/components/product-related/product-related.module.d.ts +2 -0
  14. package/app/components/product-selector-type/product-selector-type.module.d.ts +2 -0
  15. package/app/components/product-stock/product-stock.component.d.ts +3 -1
  16. package/app/components/product-stock/product-stock.module.d.ts +2 -0
  17. package/app/components/product-symbols/product-symbols.module.d.ts +2 -0
  18. package/app/ione-product.component.d.ts +6 -2
  19. package/app/ione-product.module.d.ts +0 -2
  20. package/bundles/colijnit-product.umd.js +1467 -998
  21. package/bundles/colijnit-product.umd.js.map +1 -1
  22. package/colijnit-product.d.ts +40 -28
  23. package/colijnit-product.metadata.json +1 -1
  24. package/esm2015/app/components/core/header/header.component.js +21 -17
  25. package/esm2015/app/components/core/header/header.module.js +19 -0
  26. package/esm2015/app/components/image-carousel/image-carousel.component.js +51 -35
  27. package/esm2015/app/components/image-carousel/image-carousel.module.js +23 -0
  28. package/esm2015/app/components/product-additional-description/product-additional-description.component.js +20 -15
  29. package/esm2015/app/components/product-additional-description/product-additional-description.module.js +21 -0
  30. package/esm2015/app/components/product-additional-info/product-additional-info.component.js +22 -20
  31. package/esm2015/app/components/product-additional-info/product-additional-info.module.js +21 -0
  32. package/esm2015/app/components/product-addtocart/product-addtocart.component.js +43 -40
  33. package/esm2015/app/components/product-addtocart/product-addtocart.module.js +24 -0
  34. package/esm2015/app/components/product-delivery/product-delivery.component.js +22 -15
  35. package/esm2015/app/components/product-delivery/product-delivery.module.js +23 -0
  36. package/esm2015/app/components/product-description/product-description.component.js +18 -14
  37. package/esm2015/app/components/product-description/product-description.module.js +19 -0
  38. package/esm2015/app/components/product-documents/product-document.module.js +25 -0
  39. package/esm2015/app/components/product-documents/product-documents.component.js +19 -18
  40. package/esm2015/app/components/product-external-source/product-external-source.component.js +32 -45
  41. package/esm2015/app/components/product-external-source/product-external-source.module.js +17 -19
  42. package/esm2015/app/components/product-info-tabs/product-info-tabs.component.js +36 -18
  43. package/esm2015/app/components/product-info-tabs/product-info-tabs.module.js +29 -0
  44. package/esm2015/app/components/product-page/product-page.component.js +56 -60
  45. package/esm2015/app/components/product-page/product-page.module.js +40 -62
  46. package/esm2015/app/components/product-price/product-price.component.js +26 -19
  47. package/esm2015/app/components/product-price/product-price.module.js +23 -0
  48. package/esm2015/app/components/product-properties/product-properties.component.js +24 -17
  49. package/esm2015/app/components/product-properties/product-properties.module.js +21 -0
  50. package/esm2015/app/components/product-related/product-related.component.js +33 -24
  51. package/esm2015/app/components/product-related/product-related.module.js +24 -0
  52. package/esm2015/app/components/product-selector-type/product-selector-type.component.js +32 -28
  53. package/esm2015/app/components/product-selector-type/product-selector-type.module.js +23 -0
  54. package/esm2015/app/components/product-stock/product-stock.component.js +29 -16
  55. package/esm2015/app/components/product-stock/product-stock.module.js +23 -0
  56. package/esm2015/app/components/product-symbols/product-symbols.component.js +28 -17
  57. package/esm2015/app/components/product-symbols/product-symbols.module.js +26 -0
  58. package/esm2015/app/enum/icon.enum.js +1 -1
  59. package/esm2015/app/enum/language-code.enum.js +1 -1
  60. package/esm2015/app/enum/selector-type.enum.js +1 -1
  61. package/esm2015/app/ione-product.component.js +58 -56
  62. package/esm2015/app/ione-product.module.js +21 -39
  63. package/esm2015/app/model/article-quantity.model.js +1 -1
  64. package/esm2015/app/model/icon.js +1 -1
  65. package/esm2015/app/model/productSettings.js +1 -1
  66. package/esm2015/app/model/render-modes.js +1 -1
  67. package/esm2015/app/model/render-parameters.js +1 -1
  68. package/esm2015/app/model/settings-options.js +1 -1
  69. package/esm2015/app/model/stock-and-delivery.js +1 -1
  70. package/esm2015/app/pipe/localize.pipe.js +8 -12
  71. package/esm2015/app/pipe/pipe.module.js +16 -18
  72. package/esm2015/app/product-version.js +3 -3
  73. package/esm2015/app/service/dictionary.service.js +10 -11
  74. package/esm2015/app/service/icon-cache.service.js +10 -12
  75. package/esm2015/app/service/product-connector-adapter.service.js +8 -8
  76. package/esm2015/app/service/product-connector.service.js +7 -8
  77. package/esm2015/app/service/product-event.service.js +12 -20
  78. package/esm2015/app/service/product-settings.service.js +7 -8
  79. package/esm2015/app/utils/bit-utils.js +1 -1
  80. package/esm2015/app/utils/json-utils.service.js +9 -10
  81. package/esm2015/assets/dictionary/text.properties.js +1 -1
  82. package/esm2015/colijnit-product.js +41 -29
  83. package/esm2015/public_api.js +2 -1
  84. package/fesm2015/colijnit-product.js +1070 -756
  85. package/fesm2015/colijnit-product.js.map +1 -1
  86. package/package.json +15 -18
  87. package/public_api.d.ts +1 -0
  88. package/app/components/product-info/product-info.component.d.ts +0 -14
  89. package/app/service/product-initializer.service.d.ts +0 -6
  90. package/bundles/colijnit-product.umd.min.js +0 -16
  91. package/bundles/colijnit-product.umd.min.js.map +0 -1
  92. package/esm2015/app/components/product-info/product-info.component.js +0 -38
  93. package/esm2015/app/service/product-initializer.service.js +0 -26
  94. package/esm5/app/components/core/header/header.component.js +0 -24
  95. package/esm5/app/components/image-carousel/image-carousel.component.js +0 -170
  96. package/esm5/app/components/product-additional-description/product-additional-description.component.js +0 -59
  97. package/esm5/app/components/product-additional-info/product-additional-info.component.js +0 -142
  98. package/esm5/app/components/product-addtocart/product-addtocart.component.js +0 -133
  99. package/esm5/app/components/product-delivery/product-delivery.component.js +0 -47
  100. package/esm5/app/components/product-description/product-description.component.js +0 -21
  101. package/esm5/app/components/product-documents/product-documents.component.js +0 -31
  102. package/esm5/app/components/product-external-source/product-external-source.component.js +0 -126
  103. package/esm5/app/components/product-external-source/product-external-source.module.js +0 -26
  104. package/esm5/app/components/product-info/product-info.component.js +0 -39
  105. package/esm5/app/components/product-info-tabs/product-info-tabs.component.js +0 -70
  106. package/esm5/app/components/product-page/product-page.component.js +0 -247
  107. package/esm5/app/components/product-page/product-page.module.js +0 -69
  108. package/esm5/app/components/product-price/product-price.component.js +0 -74
  109. package/esm5/app/components/product-properties/product-properties.component.js +0 -60
  110. package/esm5/app/components/product-related/product-related.component.js +0 -78
  111. package/esm5/app/components/product-selector-type/product-selector-type.component.js +0 -54
  112. package/esm5/app/components/product-stock/product-stock.component.js +0 -41
  113. package/esm5/app/components/product-symbols/product-symbols.component.js +0 -43
  114. package/esm5/app/enum/icon.enum.js +0 -19
  115. package/esm5/app/enum/language-code.enum.js +0 -8
  116. package/esm5/app/enum/selector-type.enum.js +0 -7
  117. package/esm5/app/ione-product.component.js +0 -161
  118. package/esm5/app/ione-product.module.js +0 -47
  119. package/esm5/app/model/article-quantity.model.js +0 -7
  120. package/esm5/app/model/icon.js +0 -18
  121. package/esm5/app/model/productSettings.js +0 -18
  122. package/esm5/app/model/render-modes.js +0 -7
  123. package/esm5/app/model/render-parameters.js +0 -12
  124. package/esm5/app/model/settings-options.js +0 -15
  125. package/esm5/app/model/stock-and-delivery.js +0 -10
  126. package/esm5/app/pipe/localize.pipe.js +0 -33
  127. package/esm5/app/pipe/pipe.module.js +0 -23
  128. package/esm5/app/product-version.js +0 -12
  129. package/esm5/app/service/dictionary.service.js +0 -95
  130. package/esm5/app/service/icon-cache.service.js +0 -47
  131. package/esm5/app/service/product-connector-adapter.service.js +0 -248
  132. package/esm5/app/service/product-connector.service.js +0 -141
  133. package/esm5/app/service/product-event.service.js +0 -38
  134. package/esm5/app/service/product-initializer.service.js +0 -29
  135. package/esm5/app/service/product-settings.service.js +0 -107
  136. package/esm5/app/utils/bit-utils.js +0 -22
  137. package/esm5/app/utils/json-utils.service.js +0 -42
  138. package/esm5/assets/dictionary/text.properties.js +0 -67
  139. package/esm5/colijnit-product.js +0 -34
  140. package/esm5/public_api.js +0 -5
  141. package/fesm5/colijnit-product.js +0 -2582
  142. package/fesm5/colijnit-product.js.map +0 -1
@@ -2,32 +2,44 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public_api';
5
- export { HeaderComponent as ɵw } from './app/components/core/header/header.component';
6
- export { ImageCarouselComponent as ɵm } from './app/components/image-carousel/image-carousel.component';
7
- export { ProductAdditionalDescriptionComponent as ɵo } from './app/components/product-additional-description/product-additional-description.component';
8
- export { ProductAdditionalInfoComponent as ɵy } from './app/components/product-additional-info/product-additional-info.component';
9
- export { ProductAddtocartComponent as ɵq } from './app/components/product-addtocart/product-addtocart.component';
10
- export { ProductDeliveryComponent as ɵt } from './app/components/product-delivery/product-delivery.component';
11
- export { ProductDescriptionComponent as ɵn } from './app/components/product-description/product-description.component';
12
- export { ProductDocumentsComponent as ɵv } from './app/components/product-documents/product-documents.component';
13
- export { ProductInfoTabsComponent as ɵu } from './app/components/product-info-tabs/product-info-tabs.component';
14
- export { ProductInfoComponent as ɵx } from './app/components/product-info/product-info.component';
15
- export { ProductPageComponent as ɵf } from './app/components/product-page/product-page.component';
5
+ export { HeaderComponent as ɵy } from './app/components/core/header/header.component';
6
+ export { HeaderModule as ɵx } from './app/components/core/header/header.module';
7
+ export { ImageCarouselComponent as ɵj } from './app/components/image-carousel/image-carousel.component';
8
+ export { ImageCarouselModule as ɵi } from './app/components/image-carousel/image-carousel.module';
9
+ export { ProductAdditionalDescriptionComponent as ɵr } from './app/components/product-additional-description/product-additional-description.component';
10
+ export { ProductAdditionalDescriptionModule as ɵq } from './app/components/product-additional-description/product-additional-description.module';
11
+ export { ProductAdditionalInfoComponent as ɵbg } from './app/components/product-additional-info/product-additional-info.component';
12
+ export { ProductAdditionalInfoModule as ɵbf } from './app/components/product-additional-info/product-additional-info.module';
13
+ export { ProductAddtocartComponent as ɵv } from './app/components/product-addtocart/product-addtocart.component';
14
+ export { ProductAddtocartModule as ɵu } from './app/components/product-addtocart/product-addtocart.module';
15
+ export { ProductDeliveryComponent as ɵbd } from './app/components/product-delivery/product-delivery.component';
16
+ export { ProductDeliveryModule as ɵbc } from './app/components/product-delivery/product-delivery.module';
17
+ export { ProductDescriptionComponent as ɵp } from './app/components/product-description/product-description.component';
18
+ export { ProductDescriptionModule as ɵo } from './app/components/product-description/product-description.module';
19
+ export { ProductDocumentModule as ɵbj } from './app/components/product-documents/product-document.module';
20
+ export { ProductDocumentsComponent as ɵbk } from './app/components/product-documents/product-documents.component';
21
+ export { ProductInfoTabsComponent as ɵbn } from './app/components/product-info-tabs/product-info-tabs.component';
22
+ export { ProductInfoTabsModule as ɵbe } from './app/components/product-info-tabs/product-info-tabs.module';
23
+ export { ProductPageComponent as ɵbo } from './app/components/product-page/product-page.component';
16
24
  export { ProductPageModule as ɵa } from './app/components/product-page/product-page.module';
17
- export { ProductPriceComponent as ɵp } from './app/components/product-price/product-price.component';
18
- export { ProductPropertiesComponent as ɵz } from './app/components/product-properties/product-properties.component';
19
- export { ProductRelatedComponent as ɵr } from './app/components/product-related/product-related.component';
20
- export { ProductSelectorTypeComponent as ɵl } from './app/components/product-selector-type/product-selector-type.component';
21
- export { ProductStockComponent as ɵs } from './app/components/product-stock/product-stock.component';
22
- export { ProductSymbolsComponent as ɵba } from './app/components/product-symbols/product-symbols.component';
23
- export { IoneProductComponent as ɵbb } from './app/ione-product.component';
24
- export { LocalizePipe as ɵc } from './app/pipe/localize.pipe';
25
- export { PipeModule as ɵb } from './app/pipe/pipe.module';
26
- export { DictionaryService as ɵd } from './app/service/dictionary.service';
27
- export { IconCacheService as ɵj } from './app/service/icon-cache.service';
28
- export { ProductConnectorAdapterService as ɵh } from './app/service/product-connector-adapter.service';
29
- export { ProductConnectorService as ɵg } from './app/service/product-connector.service';
30
- export { ProductEventService as ɵk } from './app/service/product-event.service';
31
- export { ProductInitializerService as ɵbc } from './app/service/product-initializer.service';
32
- export { ProductSettingsService as ɵi } from './app/service/product-settings.service';
33
- export { JsonUtilsService as ɵe } from './app/utils/json-utils.service';
25
+ export { ProductPriceComponent as ɵt } from './app/components/product-price/product-price.component';
26
+ export { ProductPriceModule as ɵs } from './app/components/product-price/product-price.module';
27
+ export { ProductPropertiesComponent as ɵbi } from './app/components/product-properties/product-properties.component';
28
+ export { ProductPropertiesModule as ɵbh } from './app/components/product-properties/product-properties.module';
29
+ export { ProductRelatedComponent as ɵz } from './app/components/product-related/product-related.component';
30
+ export { ProductRelatedModule as ɵw } from './app/components/product-related/product-related.module';
31
+ export { ProductSelectorTypeComponent as ɵg } from './app/components/product-selector-type/product-selector-type.component';
32
+ export { ProductSelectorTypeModule as ɵb } from './app/components/product-selector-type/product-selector-type.module';
33
+ export { ProductStockComponent as ɵbb } from './app/components/product-stock/product-stock.component';
34
+ export { ProductStockModule as ɵba } from './app/components/product-stock/product-stock.module';
35
+ export { ProductSymbolsComponent as ɵbm } from './app/components/product-symbols/product-symbols.component';
36
+ export { ProductSymbolsModule as ɵbl } from './app/components/product-symbols/product-symbols.module';
37
+ export { LocalizePipe as ɵd } from './app/pipe/localize.pipe';
38
+ export { PipeModule as ɵc } from './app/pipe/pipe.module';
39
+ export { DictionaryService as ɵe } from './app/service/dictionary.service';
40
+ export { IconCacheService as ɵh } from './app/service/icon-cache.service';
41
+ export { ProductConnectorAdapterService as ɵl } from './app/service/product-connector-adapter.service';
42
+ export { ProductConnectorService as ɵk } from './app/service/product-connector.service';
43
+ export { ProductEventService as ɵn } from './app/service/product-event.service';
44
+ export { ProductSettingsService as ɵm } from './app/service/product-settings.service';
45
+ export { JsonUtilsService as ɵf } from './app/utils/json-utils.service';