@colijnit/product 12.0.8 → 253.1.2

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 (129) 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 +34 -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 +59 -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 +44 -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 -30
  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 +3136 -3108
  62. package/bundles/colijnit-product.umd.js.map +1 -1
  63. package/colijnit-product-253.1.1.tgz +0 -0
  64. package/colijnit-product.d.ts +41 -41
  65. package/colijnit-product.metadata.json +1 -1
  66. package/esm2015/app/components/core/header/header.component.js +18 -18
  67. package/esm2015/app/components/core/header/header.module.js +19 -19
  68. package/esm2015/app/components/image-carousel/image-carousel.component.js +143 -143
  69. package/esm2015/app/components/image-carousel/image-carousel.module.js +23 -23
  70. package/esm2015/app/components/product-additional-description/product-additional-description.component.js +50 -50
  71. package/esm2015/app/components/product-additional-description/product-additional-description.module.js +21 -21
  72. package/esm2015/app/components/product-additional-info/product-additional-info.component.js +102 -102
  73. package/esm2015/app/components/product-additional-info/product-additional-info.module.js +21 -21
  74. package/esm2015/app/components/product-addtocart/product-addtocart.component.js +110 -92
  75. package/esm2015/app/components/product-addtocart/product-addtocart.module.js +24 -24
  76. package/esm2015/app/components/product-delivery/product-delivery.component.js +39 -39
  77. package/esm2015/app/components/product-delivery/product-delivery.module.js +23 -23
  78. package/esm2015/app/components/product-description/product-description.component.js +17 -17
  79. package/esm2015/app/components/product-description/product-description.module.js +19 -19
  80. package/esm2015/app/components/product-documents/product-document.module.js +25 -25
  81. package/esm2015/app/components/product-documents/product-documents.component.js +25 -25
  82. package/esm2015/app/components/product-external-source/product-external-source.component.js +110 -110
  83. package/esm2015/app/components/product-external-source/product-external-source.module.js +21 -21
  84. package/esm2015/app/components/product-info-tabs/product-info-tabs.component.js +59 -59
  85. package/esm2015/app/components/product-info-tabs/product-info-tabs.module.js +29 -29
  86. package/esm2015/app/components/product-page/product-page.component.js +217 -215
  87. package/esm2015/app/components/product-page/product-page.module.js +44 -44
  88. package/esm2015/app/components/product-price/product-price.component.js +60 -60
  89. package/esm2015/app/components/product-price/product-price.module.js +23 -23
  90. package/esm2015/app/components/product-properties/product-properties.component.js +50 -50
  91. package/esm2015/app/components/product-properties/product-properties.module.js +21 -21
  92. package/esm2015/app/components/product-related/product-related.component.js +62 -62
  93. package/esm2015/app/components/product-related/product-related.module.js +24 -24
  94. package/esm2015/app/components/product-selector-type/product-selector-type.component.js +42 -42
  95. package/esm2015/app/components/product-selector-type/product-selector-type.module.js +26 -26
  96. package/esm2015/app/components/product-stock/product-stock.component.js +59 -59
  97. package/esm2015/app/components/product-stock/product-stock.module.js +23 -23
  98. package/esm2015/app/components/product-symbols/product-symbols.component.js +34 -34
  99. package/esm2015/app/components/product-symbols/product-symbols.module.js +26 -26
  100. package/esm2015/app/enum/icon.enum.js +18 -18
  101. package/esm2015/app/enum/language-code.enum.js +8 -8
  102. package/esm2015/app/enum/selector-type.enum.js +7 -7
  103. package/esm2015/app/ione-product.component.js +117 -115
  104. package/esm2015/app/ione-product.module.js +29 -29
  105. package/esm2015/app/model/article-quantity.model.js +3 -3
  106. package/esm2015/app/model/icon.js +17 -17
  107. package/esm2015/app/model/productSettings.js +16 -16
  108. package/esm2015/app/model/render-modes.js +7 -7
  109. package/esm2015/app/model/render-parameters.js +10 -10
  110. package/esm2015/app/model/settings-options.js +13 -13
  111. package/esm2015/app/model/stock-and-delivery.js +8 -8
  112. package/esm2015/app/pipe/localize.pipe.js +27 -27
  113. package/esm2015/app/pipe/pipe.module.js +18 -18
  114. package/esm2015/app/product-version.js +10 -10
  115. package/esm2015/app/service/dictionary.service.js +94 -94
  116. package/esm2015/app/service/icon-cache.service.js +40 -40
  117. package/esm2015/app/service/product-connector-adapter.service.js +171 -171
  118. package/esm2015/app/service/product-connector.service.js +106 -106
  119. package/esm2015/app/service/product-event.service.js +29 -29
  120. package/esm2015/app/service/product-settings.service.js +86 -86
  121. package/esm2015/app/utils/bit-utils.js +18 -18
  122. package/esm2015/app/utils/json-utils.service.js +29 -29
  123. package/esm2015/assets/dictionary/text.properties.js +67 -67
  124. package/esm2015/colijnit-product.js +41 -41
  125. package/esm2015/public_api.js +10 -10
  126. package/fesm2015/colijnit-product.js +2235 -2213
  127. package/fesm2015/colijnit-product.js.map +1 -1
  128. package/package.json +5 -5
  129. package/public_api.d.ts +9 -9
Binary file
@@ -1,41 +1,41 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public_api';
5
- export { HeaderComponent as ɵu } from './app/components/core/header/header.component';
6
- export { HeaderModule as ɵt } 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 ɵn } from './app/components/product-additional-description/product-additional-description.component';
10
- export { ProductAdditionalDescriptionModule as ɵm } from './app/components/product-additional-description/product-additional-description.module';
11
- export { ProductAdditionalInfoComponent as ɵbc } from './app/components/product-additional-info/product-additional-info.component';
12
- export { ProductAdditionalInfoModule as ɵbb } from './app/components/product-additional-info/product-additional-info.module';
13
- export { ProductAddtocartComponent as ɵr } from './app/components/product-addtocart/product-addtocart.component';
14
- export { ProductAddtocartModule as ɵq } from './app/components/product-addtocart/product-addtocart.module';
15
- export { ProductDeliveryComponent as ɵz } from './app/components/product-delivery/product-delivery.component';
16
- export { ProductDeliveryModule as ɵy } from './app/components/product-delivery/product-delivery.module';
17
- export { ProductDescriptionComponent as ɵl } from './app/components/product-description/product-description.component';
18
- export { ProductDescriptionModule as ɵk } from './app/components/product-description/product-description.module';
19
- export { ProductDocumentModule as ɵbf } from './app/components/product-documents/product-document.module';
20
- export { ProductDocumentsComponent as ɵbg } from './app/components/product-documents/product-documents.component';
21
- export { ProductInfoTabsComponent as ɵbj } from './app/components/product-info-tabs/product-info-tabs.component';
22
- export { ProductInfoTabsModule as ɵba } from './app/components/product-info-tabs/product-info-tabs.module';
23
- export { ProductPageComponent as ɵbk } from './app/components/product-page/product-page.component';
24
- export { ProductPageModule as ɵa } from './app/components/product-page/product-page.module';
25
- export { ProductPriceComponent as ɵp } from './app/components/product-price/product-price.component';
26
- export { ProductPriceModule as ɵo } from './app/components/product-price/product-price.module';
27
- export { ProductPropertiesComponent as ɵbe } from './app/components/product-properties/product-properties.component';
28
- export { ProductPropertiesModule as ɵbd } from './app/components/product-properties/product-properties.module';
29
- export { ProductRelatedComponent as ɵv } from './app/components/product-related/product-related.component';
30
- export { ProductRelatedModule as ɵs } 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 ɵx } from './app/components/product-stock/product-stock.component';
34
- export { ProductStockModule as ɵw } from './app/components/product-stock/product-stock.module';
35
- export { ProductSymbolsComponent as ɵbi } from './app/components/product-symbols/product-symbols.component';
36
- export { ProductSymbolsModule as ɵbh } 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 { JsonUtilsService as ɵf } from './app/utils/json-utils.service';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { HeaderComponent as ɵu } from './app/components/core/header/header.component';
6
+ export { HeaderModule as ɵt } 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 ɵn } from './app/components/product-additional-description/product-additional-description.component';
10
+ export { ProductAdditionalDescriptionModule as ɵm } from './app/components/product-additional-description/product-additional-description.module';
11
+ export { ProductAdditionalInfoComponent as ɵbc } from './app/components/product-additional-info/product-additional-info.component';
12
+ export { ProductAdditionalInfoModule as ɵbb } from './app/components/product-additional-info/product-additional-info.module';
13
+ export { ProductAddtocartComponent as ɵr } from './app/components/product-addtocart/product-addtocart.component';
14
+ export { ProductAddtocartModule as ɵq } from './app/components/product-addtocart/product-addtocart.module';
15
+ export { ProductDeliveryComponent as ɵz } from './app/components/product-delivery/product-delivery.component';
16
+ export { ProductDeliveryModule as ɵy } from './app/components/product-delivery/product-delivery.module';
17
+ export { ProductDescriptionComponent as ɵl } from './app/components/product-description/product-description.component';
18
+ export { ProductDescriptionModule as ɵk } from './app/components/product-description/product-description.module';
19
+ export { ProductDocumentModule as ɵbf } from './app/components/product-documents/product-document.module';
20
+ export { ProductDocumentsComponent as ɵbg } from './app/components/product-documents/product-documents.component';
21
+ export { ProductInfoTabsComponent as ɵbj } from './app/components/product-info-tabs/product-info-tabs.component';
22
+ export { ProductInfoTabsModule as ɵba } from './app/components/product-info-tabs/product-info-tabs.module';
23
+ export { ProductPageComponent as ɵbk } from './app/components/product-page/product-page.component';
24
+ export { ProductPageModule as ɵa } from './app/components/product-page/product-page.module';
25
+ export { ProductPriceComponent as ɵp } from './app/components/product-price/product-price.component';
26
+ export { ProductPriceModule as ɵo } from './app/components/product-price/product-price.module';
27
+ export { ProductPropertiesComponent as ɵbe } from './app/components/product-properties/product-properties.component';
28
+ export { ProductPropertiesModule as ɵbd } from './app/components/product-properties/product-properties.module';
29
+ export { ProductRelatedComponent as ɵv } from './app/components/product-related/product-related.component';
30
+ export { ProductRelatedModule as ɵs } 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 ɵx } from './app/components/product-stock/product-stock.component';
34
+ export { ProductStockModule as ɵw } from './app/components/product-stock/product-stock.module';
35
+ export { ProductSymbolsComponent as ɵbi } from './app/components/product-symbols/product-symbols.component';
36
+ export { ProductSymbolsModule as ɵbh } 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 { JsonUtilsService as ɵf } from './app/utils/json-utils.service';