@ikas/storefront 1.0.10 → 1.0.11
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/index.es.js
CHANGED
|
@@ -72466,8 +72466,9 @@ var IkasNextPageDataProvider = /** @class */ (function () {
|
|
|
72466
72466
|
: null;
|
|
72467
72467
|
customerReviewSettings_1 = settings.customerReviewSettings
|
|
72468
72468
|
? {
|
|
72469
|
-
customerLoginRequired: settings.customerReviewSettings.customerLoginRequired,
|
|
72470
|
-
customerPurchaseRequired: settings.customerReviewSettings.customerPurchaseRequired
|
|
72469
|
+
customerLoginRequired: settings.customerReviewSettings.customerLoginRequired || false,
|
|
72470
|
+
customerPurchaseRequired: settings.customerReviewSettings.customerPurchaseRequired ||
|
|
72471
|
+
false,
|
|
72471
72472
|
}
|
|
72472
72473
|
: null;
|
|
72473
72474
|
themeLocalizationPath = localizationMap[locale];
|
package/build/index.js
CHANGED
|
@@ -72443,8 +72443,9 @@ var IkasNextPageDataProvider = /** @class */ (function () {
|
|
|
72443
72443
|
: null;
|
|
72444
72444
|
customerReviewSettings_1 = settings.customerReviewSettings
|
|
72445
72445
|
? {
|
|
72446
|
-
customerLoginRequired: settings.customerReviewSettings.customerLoginRequired,
|
|
72447
|
-
customerPurchaseRequired: settings.customerReviewSettings.customerPurchaseRequired
|
|
72446
|
+
customerLoginRequired: settings.customerReviewSettings.customerLoginRequired || false,
|
|
72447
|
+
customerPurchaseRequired: settings.customerReviewSettings.customerPurchaseRequired ||
|
|
72448
|
+
false,
|
|
72448
72449
|
}
|
|
72449
72450
|
: null;
|
|
72450
72451
|
themeLocalizationPath = localizationMap[locale];
|
|
@@ -19,7 +19,7 @@ export declare class IkasNextPageDataProvider {
|
|
|
19
19
|
revalidate?: undefined;
|
|
20
20
|
} | {
|
|
21
21
|
props: {
|
|
22
|
-
propValuesStr:
|
|
22
|
+
propValuesStr: any;
|
|
23
23
|
pageSpecificDataStr: string;
|
|
24
24
|
pageType: IkasThemePageType;
|
|
25
25
|
pageTitle: string | null;
|
|
@@ -50,7 +50,7 @@ export declare class IkasNextPageDataProvider {
|
|
|
50
50
|
revalidate?: undefined;
|
|
51
51
|
} | {
|
|
52
52
|
props: {
|
|
53
|
-
propValuesStr:
|
|
53
|
+
propValuesStr: any;
|
|
54
54
|
pageSpecificDataStr: string;
|
|
55
55
|
pageType: IkasThemePageType;
|
|
56
56
|
pageTitle: string | null;
|
|
@@ -90,7 +90,7 @@ export declare class IkasNextPageDataProvider {
|
|
|
90
90
|
revalidate?: undefined;
|
|
91
91
|
} | {
|
|
92
92
|
props: {
|
|
93
|
-
propValuesStr:
|
|
93
|
+
propValuesStr: any;
|
|
94
94
|
pageSpecificDataStr: string;
|
|
95
95
|
pageType: IkasThemePageType;
|
|
96
96
|
pageTitle: string | null;
|
|
@@ -121,7 +121,7 @@ export declare class IkasNextPageDataProvider {
|
|
|
121
121
|
revalidate?: undefined;
|
|
122
122
|
} | {
|
|
123
123
|
props: {
|
|
124
|
-
propValuesStr:
|
|
124
|
+
propValuesStr: any;
|
|
125
125
|
pageSpecificDataStr: string;
|
|
126
126
|
pageType: IkasThemePageType;
|
|
127
127
|
pageTitle: string | null;
|
|
@@ -161,7 +161,7 @@ export declare class IkasNextPageDataProvider {
|
|
|
161
161
|
revalidate?: undefined;
|
|
162
162
|
} | {
|
|
163
163
|
props: {
|
|
164
|
-
propValuesStr:
|
|
164
|
+
propValuesStr: any;
|
|
165
165
|
pageSpecificDataStr: string;
|
|
166
166
|
pageType: IkasThemePageType;
|
|
167
167
|
pageTitle: string | null;
|
|
@@ -192,7 +192,7 @@ export declare class IkasNextPageDataProvider {
|
|
|
192
192
|
revalidate?: undefined;
|
|
193
193
|
} | {
|
|
194
194
|
props: {
|
|
195
|
-
propValuesStr:
|
|
195
|
+
propValuesStr: any;
|
|
196
196
|
pageSpecificDataStr: string;
|
|
197
197
|
pageType: IkasThemePageType;
|
|
198
198
|
pageTitle: string | null;
|