@colijnit/product 256.1.6 → 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.
- package/bundles/colijnit-product.umd.js +38 -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/ione-product.component.js +3 -1
- package/esm2015/app/product-version.js +3 -3
- package/esm2015/assets/dictionary/text.properties.js +34 -1
- package/fesm2015/colijnit-product.js +38 -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.8";
|
|
35
|
+
this.publishDate = "24-3-2025 10:57:29";
|
|
36
36
|
}
|
|
37
37
|
return Version;
|
|
38
38
|
}());
|
|
@@ -901,10 +901,43 @@
|
|
|
901
901
|
var Dictionary = /** @class */ (function () {
|
|
902
902
|
function Dictionary() {
|
|
903
903
|
this.strings = {
|
|
904
|
+
"en": {
|
|
905
|
+
"ADDITIONAL_DATA": "Additional information",
|
|
906
|
+
"ALTERNATIVE_PRODUCTS": "Alternative products",
|
|
907
|
+
"ARTICLE_NUMBER": "Productnumber",
|
|
908
|
+
"AS_CONFIGURED": "As configured",
|
|
909
|
+
"CATEGORY": "Category",
|
|
910
|
+
"CATEGORY_TYPE": "Category type",
|
|
911
|
+
"CONFIGURE": "Configure",
|
|
912
|
+
"DELIVERY_TIME_PERIOD": "Delivery time",
|
|
913
|
+
"DESCRIPTION": "Description",
|
|
914
|
+
"DOCUMENTS": "Documents",
|
|
915
|
+
"DOWNLOADS": "Downloads",
|
|
916
|
+
"FEATURES": "Features",
|
|
917
|
+
"HEIGHT": "Height",
|
|
918
|
+
"MATERIAL": "Material",
|
|
919
|
+
"PRODUCT_IN_STOCK": "In stock",
|
|
920
|
+
"PRODUCT_LIMITED_STOCK": "Limited stock",
|
|
921
|
+
"PRODUCT_NOT_IN_STOCK": "Not in stock",
|
|
922
|
+
"PROPERTIES": "Characteristics",
|
|
923
|
+
"QUOTATION": "Quotation",
|
|
924
|
+
"READ_MORE": "Read more",
|
|
925
|
+
"RELATED_PRODUCTS": "Related products",
|
|
926
|
+
"SHOPPING_CART_IN": "In Shopping Cart",
|
|
927
|
+
"SHOW_IN": "Show in",
|
|
928
|
+
"STOCK": "Stock",
|
|
929
|
+
"SYMBOLS": "Symbols",
|
|
930
|
+
"TITLE": "Title",
|
|
931
|
+
"TURNOVERGROUP": "Turnover group",
|
|
932
|
+
"VARIANTS": "Variations",
|
|
933
|
+
"WIDTH": "Width",
|
|
934
|
+
"SUGGESTION": "Suggestion",
|
|
935
|
+
},
|
|
904
936
|
"nl": {
|
|
905
937
|
"ADDITIONAL_DATA": "Extra informatie",
|
|
906
938
|
"ALTERNATIVE_PRODUCTS": "Alternatieve producten",
|
|
907
939
|
"ARTICLE_NUMBER": "Artikel nummer",
|
|
940
|
+
"AS_CONFIGURED": "Zoals samengesteld",
|
|
908
941
|
"CATEGORY": "Categorie",
|
|
909
942
|
"CATEGORY_TYPE": "Categorie type",
|
|
910
943
|
"CONFIGURE": "Configureren",
|
|
@@ -1303,10 +1336,12 @@
|
|
|
1303
1336
|
// this.sku = '1000561986';
|
|
1304
1337
|
// this.sku = '1000567768';
|
|
1305
1338
|
// this.sku = '1000234793';
|
|
1339
|
+
// this.sku = '001-123';
|
|
1306
1340
|
// this.sku = '1066';
|
|
1307
1341
|
// this.sku = '104';
|
|
1308
1342
|
// this.sku = "70000107";
|
|
1309
1343
|
// this.sku = "grover";
|
|
1344
|
+
// this.sku = "22000";
|
|
1310
1345
|
this._dictionary = _dictionary;
|
|
1311
1346
|
this._jsonUtils = _jsonUtils;
|
|
1312
1347
|
this._ione = _ione;
|
|
@@ -2049,6 +2084,7 @@
|
|
|
2049
2084
|
resizedSource = resizeCanvas.toDataURL('image/jpeg');
|
|
2050
2085
|
imageViewModel.source = this._domSanitizer.bypassSecurityTrustUrl(resizedSource);
|
|
2051
2086
|
imageViewModel.originalSource = source;
|
|
2087
|
+
this._changeDetector.detectChanges();
|
|
2052
2088
|
return [2 /*return*/];
|
|
2053
2089
|
});
|
|
2054
2090
|
}); };
|