@colijnit/product 256.1.7 → 256.1.9
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.
- package/bundles/colijnit-product.umd.js +3 -2
- package/bundles/colijnit-product.umd.js.map +1 -1
- package/esm2015/app/components/image-carousel/image-carousel.component.js +2 -1
- package/esm2015/app/product-version.js +3 -3
- package/fesm2015/colijnit-product.js +3 -2
- package/fesm2015/colijnit-product.js.map +1 -1
- package/package.json +2 -2
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
function Version() {
|
|
32
32
|
this.name = "@colijnit/product";
|
|
33
33
|
this.description = "Product detail page project for iOne";
|
|
34
|
-
this.symVer = "256.1.
|
|
35
|
-
this.publishDate = "
|
|
34
|
+
this.symVer = "256.1.9";
|
|
35
|
+
this.publishDate = "4/16/2025, 3:51:46 PM";
|
|
36
36
|
}
|
|
37
37
|
return Version;
|
|
38
38
|
}());
|
|
@@ -2082,6 +2082,7 @@
|
|
|
2082
2082
|
resizedSource = resizeCanvas.toDataURL('image/jpeg');
|
|
2083
2083
|
imageViewModel.source = this._domSanitizer.bypassSecurityTrustUrl(resizedSource);
|
|
2084
2084
|
imageViewModel.originalSource = source;
|
|
2085
|
+
this._changeDetector.detectChanges();
|
|
2085
2086
|
return [2 /*return*/];
|
|
2086
2087
|
});
|
|
2087
2088
|
}); };
|