@colijnit/product 256.1.7 → 256.1.8

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.
@@ -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.7";
35
- this.publishDate = "18/03/2025, 10:19:43";
34
+ this.symVer = "256.1.8";
35
+ this.publishDate = "24-3-2025 10:57:29";
36
36
  }
37
37
  return Version;
38
38
  }());
@@ -1336,10 +1336,12 @@
1336
1336
  // this.sku = '1000561986';
1337
1337
  // this.sku = '1000567768';
1338
1338
  // this.sku = '1000234793';
1339
+ // this.sku = '001-123';
1339
1340
  // this.sku = '1066';
1340
1341
  // this.sku = '104';
1341
1342
  // this.sku = "70000107";
1342
1343
  // this.sku = "grover";
1344
+ // this.sku = "22000";
1343
1345
  this._dictionary = _dictionary;
1344
1346
  this._jsonUtils = _jsonUtils;
1345
1347
  this._ione = _ione;
@@ -2082,6 +2084,7 @@
2082
2084
  resizedSource = resizeCanvas.toDataURL('image/jpeg');
2083
2085
  imageViewModel.source = this._domSanitizer.bypassSecurityTrustUrl(resizedSource);
2084
2086
  imageViewModel.originalSource = source;
2087
+ this._changeDetector.detectChanges();
2085
2088
  return [2 /*return*/];
2086
2089
  });
2087
2090
  }); };