@colijnit/product 258.1.1 → 258.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.
- package/bundles/colijnit-product.umd.js +4 -3
- package/bundles/colijnit-product.umd.js.map +1 -1
- package/colijnit-product-258.1.1.tgz +0 -0
- package/esm2015/app/components/image-carousel/image-carousel.component.js +2 -1
- package/esm2015/app/ione-product.component.js +2 -2
- package/esm2015/app/product-version.js +3 -3
- package/fesm2015/colijnit-product.js +4 -3
- 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 = "258.1.
|
|
35
|
-
this.publishDate = "
|
|
34
|
+
this.symVer = "258.1.2";
|
|
35
|
+
this.publishDate = "13-6-2025 16:41:13";
|
|
36
36
|
}
|
|
37
37
|
return Version;
|
|
38
38
|
}());
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
// this.sku = "4387";
|
|
1347
1347
|
this._appEventService = _appEventService;
|
|
1348
1348
|
this._settingsService = _settingsService;
|
|
1349
|
-
this.enableRenderCarousel =
|
|
1349
|
+
this.enableRenderCarousel = false;
|
|
1350
1350
|
this.handleAddArticleInternally = true;
|
|
1351
1351
|
this.onAddToCart = new i0.EventEmitter();
|
|
1352
1352
|
this.forceRenderImage = new i0.EventEmitter();
|
|
@@ -2086,6 +2086,7 @@
|
|
|
2086
2086
|
var resizeCanvas = document.createElement('canvas');
|
|
2087
2087
|
var resizeCanvasContext = resizeCanvas.getContext('2d');
|
|
2088
2088
|
var resizeImage = document.createElement('img');
|
|
2089
|
+
resizeImage.crossOrigin = 'anonymous';
|
|
2089
2090
|
resizeImage.onload = function () { return __awaiter(_this, void 0, void 0, function () {
|
|
2090
2091
|
var originalWidth, originalHeight, aspectRatio, newWidth, newHeight, imageWidth, resizedSource;
|
|
2091
2092
|
return __generator(this, function (_a) {
|