@colijnit/product 256.1.2 → 256.1.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 (30) hide show
  1. package/app/components/product-addtocart/product-addtocart.component.d.ts +1 -0
  2. package/app/components/product-dialog/product-dialog.component.d.ts +27 -0
  3. package/app/components/product-dialog/product-dialog.module.d.ts +2 -0
  4. package/app/components/product-page/product-page.component.d.ts +2 -0
  5. package/app/enum/icon.enum.d.ts +3 -0
  6. package/app/ione-product.component.d.ts +1 -0
  7. package/app/service/product-connector-adapter.service.d.ts +1 -1
  8. package/bundles/colijnit-product.umd.js +121 -32
  9. package/bundles/colijnit-product.umd.js.map +1 -1
  10. package/colijnit-product-256.1.2.tgz +0 -0
  11. package/colijnit-product.d.ts +3 -1
  12. package/colijnit-product.metadata.json +1 -1
  13. package/esm2015/app/components/product-addtocart/product-addtocart.component.js +4 -2
  14. package/esm2015/app/components/product-addtocart/product-addtocart.module.js +4 -2
  15. package/esm2015/app/components/product-dialog/product-dialog.component.js +86 -0
  16. package/esm2015/app/components/product-dialog/product-dialog.module.js +25 -0
  17. package/esm2015/app/components/product-page/product-page.component.js +8 -2
  18. package/esm2015/app/components/product-page/product-page.module.js +6 -2
  19. package/esm2015/app/components/product-related/product-related.component.js +25 -23
  20. package/esm2015/app/enum/icon.enum.js +4 -1
  21. package/esm2015/app/ione-product.component.js +6 -2
  22. package/esm2015/app/ione-product.module.js +4 -2
  23. package/esm2015/app/model/icon.js +4 -1
  24. package/esm2015/app/product-version.js +3 -3
  25. package/esm2015/app/service/product-connector-adapter.service.js +3 -3
  26. package/esm2015/assets/dictionary/text.properties.js +5 -3
  27. package/esm2015/colijnit-product.js +4 -2
  28. package/fesm2015/colijnit-product.js +159 -36
  29. package/fesm2015/colijnit-product.js.map +1 -1
  30. package/package.json +1 -1
Binary file
@@ -16,11 +16,13 @@ export { ProductDeliveryComponent as ɵz } from './app/components/product-delive
16
16
  export { ProductDeliveryModule as ɵy } from './app/components/product-delivery/product-delivery.module';
17
17
  export { ProductDescriptionComponent as ɵl } from './app/components/product-description/product-description.component';
18
18
  export { ProductDescriptionModule as ɵk } from './app/components/product-description/product-description.module';
19
+ export { ProductDialogComponent as ɵbl } from './app/components/product-dialog/product-dialog.component';
20
+ export { ProductDialogModule as ɵbk } from './app/components/product-dialog/product-dialog.module';
19
21
  export { ProductDocumentModule as ɵbf } from './app/components/product-documents/product-document.module';
20
22
  export { ProductDocumentsComponent as ɵbg } from './app/components/product-documents/product-documents.component';
21
23
  export { ProductInfoTabsComponent as ɵbj } from './app/components/product-info-tabs/product-info-tabs.component';
22
24
  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';
25
+ export { ProductPageComponent as ɵbm } from './app/components/product-page/product-page.component';
24
26
  export { ProductPageModule as ɵa } from './app/components/product-page/product-page.module';
25
27
  export { ProductPriceComponent as ɵp } from './app/components/product-price/product-price.component';
26
28
  export { ProductPriceModule as ɵo } from './app/components/product-price/product-price.module';