@colijnit/product 1.0.13 → 1.9.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 (99) hide show
  1. package/app/components/image-carousel/image-carousel.component.d.ts +8 -4
  2. package/app/components/product-additional-description/product-additional-description.component.d.ts +2 -1
  3. package/app/components/product-additional-info/product-additional-info.component.d.ts +2 -1
  4. package/app/components/product-addtocart/product-addtocart.component.d.ts +2 -1
  5. package/app/components/product-delivery/product-delivery.component.d.ts +1 -1
  6. package/app/components/product-info-tabs/product-info-tabs.component.d.ts +1 -1
  7. package/app/components/product-page/product-page.component.d.ts +8 -5
  8. package/app/components/product-price/product-price.component.d.ts +3 -2
  9. package/app/components/product-properties/product-properties.component.d.ts +2 -1
  10. package/app/components/product-related/product-related.component.d.ts +2 -1
  11. package/app/components/product-stock/product-stock.component.d.ts +1 -1
  12. package/app/components/product-symbols/product-symbols.component.d.ts +2 -1
  13. package/app/ione-product.component.d.ts +8 -5
  14. package/app/ione-product.module.d.ts +2 -0
  15. package/app/model/settings.d.ts +5 -0
  16. package/app/service/app-event.service.d.ts +5 -0
  17. package/app/service/app-initializer.service.d.ts +6 -0
  18. package/app/service/dictionary.service.d.ts +2 -2
  19. package/app/service/i-one-connector-adapter.service.d.ts +5 -2
  20. package/app/service/i-one-controller.service.d.ts +5 -3
  21. package/app/service/icon-cache.service.d.ts +1 -1
  22. package/app/service/settings.service.d.ts +5 -3
  23. package/app/style/_scrollbars.mixins.scss +18 -0
  24. package/app/style/_variables.scss +21 -0
  25. package/{css/styles.css → app/style/product-globals.scss} +97 -73
  26. package/bundles/colijnit-product.umd.js +271 -224
  27. package/bundles/colijnit-product.umd.js.map +1 -1
  28. package/bundles/colijnit-product.umd.min.js +2 -2
  29. package/bundles/colijnit-product.umd.min.js.map +1 -1
  30. package/colijnit-product.d.ts +1 -0
  31. package/colijnit-product.metadata.json +1 -1
  32. package/esm2015/app/components/core/header/header.component.js +4 -4
  33. package/esm2015/app/components/image-carousel/image-carousel.component.js +23 -19
  34. package/esm2015/app/components/product-additional-description/product-additional-description.component.js +4 -4
  35. package/esm2015/app/components/product-additional-info/product-additional-info.component.js +7 -7
  36. package/esm2015/app/components/product-addtocart/product-addtocart.component.js +29 -21
  37. package/esm2015/app/components/product-delivery/product-delivery.component.js +4 -4
  38. package/esm2015/app/components/product-description/product-description.component.js +4 -4
  39. package/esm2015/app/components/product-documents/product-documents.component.js +4 -4
  40. package/esm2015/app/components/product-info/product-info.component.js +4 -4
  41. package/esm2015/app/components/product-info-tabs/product-info-tabs.component.js +5 -5
  42. package/esm2015/app/components/product-page/product-page.component.js +27 -56
  43. package/esm2015/app/components/product-price/product-price.component.js +5 -5
  44. package/esm2015/app/components/product-properties/product-properties.component.js +5 -5
  45. package/esm2015/app/components/product-related/product-related.component.js +7 -7
  46. package/esm2015/app/components/product-selector-type/product-selector-type.component.js +8 -8
  47. package/esm2015/app/components/product-stock/product-stock.component.js +4 -4
  48. package/esm2015/app/components/product-symbols/product-symbols.component.js +4 -4
  49. package/esm2015/app/ione-product.component.js +26 -52
  50. package/esm2015/app/ione-product.module.js +20 -5
  51. package/esm2015/app/model/settings.js +2 -1
  52. package/esm2015/app/pipe/localize.pipe.js +2 -2
  53. package/esm2015/app/service/app-event.service.js +13 -9
  54. package/esm2015/app/service/app-initializer.service.js +26 -0
  55. package/esm2015/app/service/dictionary.service.js +4 -4
  56. package/esm2015/app/service/i-one-connector-adapter.service.js +13 -7
  57. package/esm2015/app/service/i-one-controller.service.js +21 -8
  58. package/esm2015/app/service/icon-cache.service.js +3 -3
  59. package/esm2015/app/service/module.service.js +5 -5
  60. package/esm2015/app/service/settings.service.js +50 -21
  61. package/esm2015/app/utils/json-utils.service.js +7 -8
  62. package/esm2015/colijnit-product.js +2 -1
  63. package/esm5/app/components/core/header/header.component.js +4 -4
  64. package/esm5/app/components/image-carousel/image-carousel.component.js +23 -19
  65. package/esm5/app/components/product-additional-description/product-additional-description.component.js +4 -4
  66. package/esm5/app/components/product-additional-info/product-additional-info.component.js +13 -12
  67. package/esm5/app/components/product-addtocart/product-addtocart.component.js +41 -29
  68. package/esm5/app/components/product-delivery/product-delivery.component.js +4 -4
  69. package/esm5/app/components/product-description/product-description.component.js +4 -4
  70. package/esm5/app/components/product-documents/product-documents.component.js +4 -4
  71. package/esm5/app/components/product-info/product-info.component.js +4 -4
  72. package/esm5/app/components/product-info-tabs/product-info-tabs.component.js +5 -5
  73. package/esm5/app/components/product-page/product-page.component.js +29 -58
  74. package/esm5/app/components/product-price/product-price.component.js +5 -5
  75. package/esm5/app/components/product-properties/product-properties.component.js +5 -5
  76. package/esm5/app/components/product-related/product-related.component.js +7 -7
  77. package/esm5/app/components/product-selector-type/product-selector-type.component.js +8 -8
  78. package/esm5/app/components/product-stock/product-stock.component.js +4 -4
  79. package/esm5/app/components/product-symbols/product-symbols.component.js +4 -4
  80. package/esm5/app/ione-product.component.js +27 -59
  81. package/esm5/app/ione-product.module.js +20 -5
  82. package/esm5/app/model/settings.js +2 -1
  83. package/esm5/app/pipe/localize.pipe.js +5 -5
  84. package/esm5/app/service/app-event.service.js +13 -9
  85. package/esm5/app/service/app-initializer.service.js +29 -0
  86. package/esm5/app/service/dictionary.service.js +7 -7
  87. package/esm5/app/service/i-one-connector-adapter.service.js +13 -7
  88. package/esm5/app/service/i-one-controller.service.js +22 -9
  89. package/esm5/app/service/icon-cache.service.js +3 -3
  90. package/esm5/app/service/module.service.js +7 -7
  91. package/esm5/app/service/settings.service.js +117 -86
  92. package/esm5/app/utils/json-utils.service.js +8 -9
  93. package/esm5/colijnit-product.js +2 -1
  94. package/fesm2015/colijnit-product.js +196 -157
  95. package/fesm2015/colijnit-product.js.map +1 -1
  96. package/fesm5/colijnit-product.js +276 -233
  97. package/fesm5/colijnit-product.js.map +1 -1
  98. package/package.json +17 -42
  99. package/colijnit-product-1.0.13.tgz +0 -0
@@ -22,6 +22,7 @@ export { ProductSymbolsComponent as ɵv } from './app/components/product-symbols
22
22
  export { IoneProductComponent as ɵa } from './app/ione-product.component';
23
23
  export { LocalizePipe as ɵt } from './app/pipe/localize.pipe';
24
24
  export { AppEventService as ɵg } from './app/service/app-event.service';
25
+ export { AppInitializerService as ɵbb } from './app/service/app-initializer.service';
25
26
  export { DictionaryService as ɵb } from './app/service/dictionary.service';
26
27
  export { IOneConnectorAdapterService as ɵe } from './app/service/i-one-connector-adapter.service';
27
28
  export { IOneControllerService as ɵd } from './app/service/i-one-controller.service';