@ikas/storefront 4.5.11 → 4.5.12
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
import{IkasImageFunctions as t}from"@ikas/storefront-model-functions";import{makeObservable as e,observable as
|
|
1
|
+
import{IkasImageFunctions as t}from"@ikas/storefront-model-functions";import{makeObservable as e,observable as i,computed as r}from"mobx";var n=function(){function n(n){var o=this;this.getSrc=function(e){return t.getSrc(o,e)},this.id=n.id,this.isVideo=n.isVideo,this.altText=n.altText,this.fileName=n.fileName,e(this,{id:i,isVideo:i,altText:i,src:r,thumbnailSrc:r})}return Object.defineProperty(n.prototype,"src",{get:function(){return t.getDefaultSrc(this)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"thumbnailSrc",{get:function(){return t.getThumbnailSrc(this)},enumerable:!1,configurable:!0}),n}();export{n as IkasImage};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IkasImage } from "../../image";
|
|
2
2
|
import { IkasProductImage as IProductImage } from "@ikas/storefront-models";
|
|
3
3
|
export declare class IkasProductImage implements IProductImage {
|
|
4
|
+
fileName: string | null;
|
|
4
5
|
imageId: string | null;
|
|
5
6
|
isMain: boolean;
|
|
6
7
|
isVideo: boolean | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{__assign as i}from'./../../../../ext/tslib/tslib.es6.js';import{IkasImage as e}from"../../image/index.js";var s=function(s){this.fileName=s.fileName||null,this.imageId=s.imageId||null,this.isMain=s.isMain||!1,this.isVideo=s.isVideo||!1,this.order=s.order,this.image=s.image?new e(i(i({},s.image),{fileName:s.fileName})):null};export{s as IkasProductImage};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikas/storefront",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.12",
|
|
4
4
|
"description": "Storefront functionality for ikas storefront themes.",
|
|
5
5
|
"author": "ikas",
|
|
6
6
|
"license": "ISC",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"build": "rm -rf build && rollup -c"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@ikas/storefront-api": "^4.5.
|
|
21
|
-
"@ikas/storefront-config": "^4.5.
|
|
22
|
-
"@ikas/storefront-model-functions": "^4.5.
|
|
23
|
-
"@ikas/storefront-models": "^4.5.
|
|
24
|
-
"@ikas/storefront-providers": "^4.5.
|
|
20
|
+
"@ikas/storefront-api": "^4.5.12",
|
|
21
|
+
"@ikas/storefront-config": "^4.5.12",
|
|
22
|
+
"@ikas/storefront-model-functions": "^4.5.12",
|
|
23
|
+
"@ikas/storefront-models": "^4.5.12",
|
|
24
|
+
"@ikas/storefront-providers": "^4.5.12",
|
|
25
25
|
"@ikas/localized-address": "^1.0.0-beta.2",
|
|
26
26
|
"@adyen/adyen-web": "^5.28.2",
|
|
27
27
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@ikas/localized-address": "^1.0.0-beta.2",
|
|
58
|
-
"@ikas/storefront-api": "^4.5.
|
|
59
|
-
"@ikas/storefront-config": "^4.5.
|
|
60
|
-
"@ikas/storefront-model-functions": "^4.5.
|
|
61
|
-
"@ikas/storefront-models": "^4.5.
|
|
62
|
-
"@ikas/storefront-providers": "^4.5.
|
|
58
|
+
"@ikas/storefront-api": "^4.5.12",
|
|
59
|
+
"@ikas/storefront-config": "^4.5.12",
|
|
60
|
+
"@ikas/storefront-model-functions": "^4.5.12",
|
|
61
|
+
"@ikas/storefront-models": "^4.5.12",
|
|
62
|
+
"@ikas/storefront-providers": "^4.5.12",
|
|
63
63
|
"mobx": "^6.1.3",
|
|
64
64
|
"mobx-react-lite": "^3.1.5",
|
|
65
65
|
"next": "12.2.0",
|