@colijnit/product 256.1.10 → 256.1.11
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 +1 -1
|
@@ -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.11";
|
|
35
|
+
this.publishDate = "16-6-2025 09:03:05";
|
|
36
36
|
}
|
|
37
37
|
return Version;
|
|
38
38
|
}());
|
|
@@ -2050,6 +2050,7 @@
|
|
|
2050
2050
|
var resizeCanvas = document.createElement('canvas');
|
|
2051
2051
|
var resizeCanvasContext = resizeCanvas.getContext('2d');
|
|
2052
2052
|
var resizeImage = document.createElement('img');
|
|
2053
|
+
resizeImage.crossOrigin = 'anonymous';
|
|
2053
2054
|
resizeImage.onload = function () { return __awaiter(_this, void 0, void 0, function () {
|
|
2054
2055
|
var originalWidth, originalHeight, aspectRatio, newWidth, newHeight, imageWidth, resizedSource;
|
|
2055
2056
|
return __generator(this, function (_a) {
|