@ikas/storefront 0.0.160-alpha.5 → 0.0.160-alpha.6
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
|
@@ -26830,6 +26830,8 @@ var IkasPageDataProvider = /** @class */ (function () {
|
|
|
26830
26830
|
return this._initProductListPropValue(propValue, router);
|
|
26831
26831
|
case IkasThemeComponentPropType.PRODUCT_ATTRIBUTE:
|
|
26832
26832
|
return this._initAttributePropValue(propValue);
|
|
26833
|
+
case IkasThemeComponentPropType.PRODUCT_ATTRIBUTE_LIST:
|
|
26834
|
+
return this._initAttributeListPropValue(propValue);
|
|
26833
26835
|
case IkasThemeComponentPropType.OBJECT:
|
|
26834
26836
|
var objectValue = {};
|
|
26835
26837
|
for (var _i = 0, _a = customData.nestedData || []; _i < _a.length; _i++) {
|
package/build/index.js
CHANGED
|
@@ -26809,6 +26809,8 @@ var IkasPageDataProvider = /** @class */ (function () {
|
|
|
26809
26809
|
return this._initProductListPropValue(propValue, router);
|
|
26810
26810
|
case exports.IkasThemeComponentPropType.PRODUCT_ATTRIBUTE:
|
|
26811
26811
|
return this._initAttributePropValue(propValue);
|
|
26812
|
+
case exports.IkasThemeComponentPropType.PRODUCT_ATTRIBUTE_LIST:
|
|
26813
|
+
return this._initAttributeListPropValue(propValue);
|
|
26812
26814
|
case exports.IkasThemeComponentPropType.OBJECT:
|
|
26813
26815
|
var objectValue = {};
|
|
26814
26816
|
for (var _i = 0, _a = customData.nestedData || []; _i < _a.length; _i++) {
|