@ikas/storefront 4.13.12 → 4.13.14
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/build/models/data/order/transaction/payment-method-detail/index.d.ts +1 -0
- package/build/models/data/order/transaction/payment-method-detail/index.js +1 -1
- package/build/models/data/theme-json/custom-data/index.d.ts +1 -0
- package/build/models/data/theme-json/custom-data/index.js +1 -1
- package/package.json +11 -11
|
@@ -8,6 +8,7 @@ export declare class IkasTransactionPaymentMethodDetail implements ITransactionP
|
|
|
8
8
|
cardType: IkasTransactionCardType | null;
|
|
9
9
|
installment: IkasTransactionInstallmentPrice | null;
|
|
10
10
|
lastFourDigits: string;
|
|
11
|
+
paymentMethodName: string | null;
|
|
11
12
|
threeDSecure: boolean | null;
|
|
12
13
|
constructor(data: ITransactionPaymentMethodDetail);
|
|
13
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{makeAutoObservable as
|
|
1
|
+
import{makeAutoObservable as t}from"mobx";var l=function(l){this.bankName=null,this.cardAssociation=null,this.cardFamily=null,this.cardType=null,this.installment=null,this.threeDSecure=null,this.bankName=l.bankName||null,this.binNumber=l.binNumber,this.cardAssociation=l.cardAssociation||null,this.cardFamily=l.cardFamily||null,this.cardType=l.cardType||null,this.installment=l.installment||null,this.lastFourDigits=l.lastFourDigits,this.paymentMethodName=l.paymentMethodName||null,this.threeDSecure=l.threeDSecure||null,t(this)};export{l as IkasTransactionPaymentMethodDetail};
|
|
@@ -19,6 +19,7 @@ export declare class IkasThemeJsonCustomData implements IThemeJsonCustomData {
|
|
|
19
19
|
sliderData: IkasThemeJsonSliderData;
|
|
20
20
|
isRoot: boolean;
|
|
21
21
|
parent?: IkasThemeJsonCustomData | null;
|
|
22
|
+
excludedFields?: string[] | null;
|
|
22
23
|
constructor(data?: Partial<IkasThemeJsonCustomData>);
|
|
23
24
|
get flat(): IkasThemeJsonCustomData[];
|
|
24
25
|
toJSON(): this;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as t}from'./../../../../ext/tslib/tslib.es6.js';import i from"lodash/flatten";import{IkasThemeJsonComponentPropType as
|
|
1
|
+
import{__assign as t}from'./../../../../ext/tslib/tslib.es6.js';import i from"lodash/flatten";import{IkasThemeJsonComponentPropType as e}from"@ikas/storefront-models";var n=function(){function n(i){void 0===i&&(i={});var a,o=this;this.translations={},this.customDataId=null,this.id=i.id||"",this.name=i.name||null,this.description=i.description||null,this.typescriptName=i.name||null,this.type=i.type||e.TEXT,this.isRequired=void 0===i.isRequired||i.isRequired,this.translations=i.translations||{},this.key=i.key||null,this.parent=i.parent||null,this.itemCount=i.itemCount||null,this.attributeTypes=i.attributeTypes||null,this.enumOptions=(null===(a=i.enumOptions)||void 0===a?void 0:a.map((function(t){return new s(t)})))||null,this.customDataId=i.customDataId||null,this.sliderData=i.sliderData||{},this.isRoot=i.isRoot||!1,this.nestedData=i.nestedData?i.nestedData.map((function(i){return new n(t(t({},i),{parent:o}))})):null,this.type!==e.STATIC_LIST||this.itemCount||(this.itemCount=1),this.excludedFields=i.excludedFields||[]}return Object.defineProperty(n.prototype,"flat",{get:function(){if(!this.nestedData||!this.nestedData.length)return[this];var t=i(this.nestedData.map((function(t){return t.flat}))),e=[];return e.push(this),e=e.concat(t)},enumerable:!1,configurable:!0}),n.prototype.toJSON=function(){var i=t({},this);return delete i.parent,i},n}(),s=function(t){void 0===t&&(t={}),this.translations={},this.id=t.id||"",this.displayName=t.displayName||"",this.value=t.value||"",this.translations=t.translations||{}},a=function(t){void 0===t&&(t={}),this.name=t.name||null,this.description=t.description||null},o=function(t){void 0===t&&(t={}),this.displayName=t.displayName||null};export{n as IkasThemeJsonCustomData,o as IkasThemeJsonCustomDataEnumOptionTranslation,a as IkasThemeJsonCustomDataTranslation,s as IkasThemeJsonEnumOption};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikas/storefront",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.14",
|
|
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.13.
|
|
21
|
-
"@ikas/storefront-config": "^4.13.
|
|
22
|
-
"@ikas/storefront-model-functions": "^4.13.
|
|
23
|
-
"@ikas/storefront-models": "^4.13.
|
|
24
|
-
"@ikas/storefront-providers": "^4.13.
|
|
20
|
+
"@ikas/storefront-api": "^4.13.14",
|
|
21
|
+
"@ikas/storefront-config": "^4.13.14",
|
|
22
|
+
"@ikas/storefront-model-functions": "^4.13.14",
|
|
23
|
+
"@ikas/storefront-models": "^4.13.14",
|
|
24
|
+
"@ikas/storefront-providers": "^4.13.14",
|
|
25
25
|
"@ikas/localized-address": "^1.0.0-beta.3",
|
|
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.3",
|
|
58
|
-
"@ikas/storefront-api": "^4.13.
|
|
59
|
-
"@ikas/storefront-config": "^4.13.
|
|
60
|
-
"@ikas/storefront-model-functions": "^4.13.
|
|
61
|
-
"@ikas/storefront-models": "^4.13.
|
|
62
|
-
"@ikas/storefront-providers": "^4.13.
|
|
58
|
+
"@ikas/storefront-api": "^4.13.14",
|
|
59
|
+
"@ikas/storefront-config": "^4.13.14",
|
|
60
|
+
"@ikas/storefront-model-functions": "^4.13.14",
|
|
61
|
+
"@ikas/storefront-models": "^4.13.14",
|
|
62
|
+
"@ikas/storefront-providers": "^4.13.14",
|
|
63
63
|
"mobx": "^6.1.3",
|
|
64
64
|
"mobx-react-lite": "^3.1.5",
|
|
65
65
|
"next": "12.2.0",
|