@ikas/storefront 1.0.17 → 1.0.18
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 +2 -0
- package/build/index.js +2 -0
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -47329,6 +47329,8 @@ var IkasPageEditorViewModel = /** @class */ (function () {
|
|
|
47329
47329
|
IkasStorefrontConfig.salesChannelId = _storefront.salesChannelId;
|
|
47330
47330
|
if (routing === null || routing === void 0 ? void 0 : routing.priceListId)
|
|
47331
47331
|
IkasStorefrontConfig.priceListId = routing.priceListId;
|
|
47332
|
+
else
|
|
47333
|
+
IkasStorefrontConfig.priceListId = undefined;
|
|
47332
47334
|
IkasStorefrontConfig.routings = _storefront.routings;
|
|
47333
47335
|
IkasStorefrontConfig.stockPreference = this.theme.settings.stockPreference;
|
|
47334
47336
|
}
|
package/build/index.js
CHANGED
|
@@ -47306,6 +47306,8 @@ var IkasPageEditorViewModel = /** @class */ (function () {
|
|
|
47306
47306
|
IkasStorefrontConfig.salesChannelId = _storefront.salesChannelId;
|
|
47307
47307
|
if (routing === null || routing === void 0 ? void 0 : routing.priceListId)
|
|
47308
47308
|
IkasStorefrontConfig.priceListId = routing.priceListId;
|
|
47309
|
+
else
|
|
47310
|
+
IkasStorefrontConfig.priceListId = undefined;
|
|
47309
47311
|
IkasStorefrontConfig.routings = _storefront.routings;
|
|
47310
47312
|
IkasStorefrontConfig.stockPreference = this.theme.settings.stockPreference;
|
|
47311
47313
|
}
|