@colijnit/product 256.1.6 → 256.1.7
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 +35 -2
- package/bundles/colijnit-product.umd.js.map +1 -1
- package/esm2015/app/product-version.js +3 -3
- package/esm2015/assets/dictionary/text.properties.js +34 -1
- package/fesm2015/colijnit-product.js +35 -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.7";
|
|
35
|
+
this.publishDate = "18/03/2025, 10:19:43";
|
|
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",
|