tabexseriescomponents 0.0.215 → 0.0.216
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/dist/index.cjs.js +12 -11
- package/dist/index.esm.js +12 -11
- package/dist/index.umd.js +12 -11
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -37939,10 +37939,11 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
37939
37939
|
pcollarray = _useState12[0],
|
|
37940
37940
|
setpcollarray = _useState12[1];
|
|
37941
37941
|
React.useEffect(function () {
|
|
37942
|
-
var _authdetailsContext$i;
|
|
37942
|
+
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
37943
37943
|
var temppcollarray = _toConsumableArray__default["default"](pcollarray);
|
|
37944
|
-
authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instcategories.forEach(function (arrayItem) {
|
|
37945
|
-
|
|
37944
|
+
authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : (_authdetailsContext$i2 = _authdetailsContext$i.instcategories) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.forEach(function (arrayItem) {
|
|
37945
|
+
var _arrayItem$parentcoll;
|
|
37946
|
+
arrayItem === null || arrayItem === void 0 ? void 0 : (_arrayItem$parentcoll = arrayItem.parentcolletions) === null || _arrayItem$parentcoll === void 0 ? void 0 : _arrayItem$parentcoll.forEach(function (item) {
|
|
37946
37947
|
temppcollarray.push(item);
|
|
37947
37948
|
});
|
|
37948
37949
|
});
|
|
@@ -38102,7 +38103,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38102
38103
|
}))));
|
|
38103
38104
|
};
|
|
38104
38105
|
var SlideshowContent = function SlideshowContent() {
|
|
38105
|
-
var _authdetailsContext$
|
|
38106
|
+
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16;
|
|
38106
38107
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38107
38108
|
"class": "col-lg-12 p-0"
|
|
38108
38109
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -38129,8 +38130,8 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38129
38130
|
height: sectionproperties.height + 'vh',
|
|
38130
38131
|
overflowY: 'scroll'
|
|
38131
38132
|
}
|
|
38132
|
-
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38133
|
-
var _authdetailsContext$
|
|
38133
|
+
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : (_authdetailsContext$i4 = _authdetailsContext$i3.instcategories) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.map(function (item, index) {
|
|
38134
|
+
var _authdetailsContext$i5;
|
|
38134
38135
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38135
38136
|
"class": slideshow_styles.categoryname + ' row ml-0 mr-0 w-100 cursor-pointer ',
|
|
38136
38137
|
onMouseEnter: function onMouseEnter() {
|
|
@@ -38152,7 +38153,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38152
38153
|
size: sectionproperties.collectionsectioniconfontsize
|
|
38153
38154
|
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
38154
38155
|
size: sectionproperties.collectionsectioniconfontsize
|
|
38155
|
-
}))), index != (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38156
|
+
}))), index != (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instcategories) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38156
38157
|
className: "col-lg-12 p-0 mt-3 mb-3"
|
|
38157
38158
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
38158
38159
|
"class": "m-0"
|
|
@@ -38186,7 +38187,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38186
38187
|
"class": "m-0"
|
|
38187
38188
|
})));
|
|
38188
38189
|
}
|
|
38189
|
-
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38190
|
+
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instcollections.map(function (item, index) {
|
|
38190
38191
|
if (item.isshowntocustomers == 1) {
|
|
38191
38192
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38192
38193
|
"class": slideshow_styles.parentcollection + ' row ml-0 mr-0 w-100 cursor-pointer ',
|
|
@@ -38207,7 +38208,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38207
38208
|
"class": "m-0"
|
|
38208
38209
|
})));
|
|
38209
38210
|
}
|
|
38210
|
-
}))), sectionproperties.fetchparenttype == 'Categories' && Choosenindex.length != 0 && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38211
|
+
}))), sectionproperties.fetchparenttype == 'Categories' && Choosenindex.length != 0 && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.instcategories[Choosenindex]) === null || _authdetailsContext$i8 === void 0 ? void 0 : (_authdetailsContext$i9 = _authdetailsContext$i8.parentcolletions) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38211
38212
|
"class": langdetect == 'en' ? 'cat_dropdown-menu cat_dropdown cat_dropdownen' : 'cat_dropdown-menu cat_dropdown cat_dropdownar',
|
|
38212
38213
|
style: {
|
|
38213
38214
|
minHeight: sectionproperties.height + 'vh'
|
|
@@ -38217,7 +38218,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38217
38218
|
}
|
|
38218
38219
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38219
38220
|
"class": "row m-0 w-100"
|
|
38220
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38221
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : (_authdetailsContext$i11 = _authdetailsContext$i10.instcategories[Choosenindex]) === null || _authdetailsContext$i11 === void 0 ? void 0 : (_authdetailsContext$i12 = _authdetailsContext$i11.parentcolletions) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.map(function (item, index) {
|
|
38221
38222
|
var _item$collections;
|
|
38222
38223
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38223
38224
|
"class": "col-lg-4 p-0"
|
|
@@ -38252,7 +38253,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38252
38253
|
}
|
|
38253
38254
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38254
38255
|
"class": "row m-0 w-100"
|
|
38255
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38256
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : (_authdetailsContext$i14 = _authdetailsContext$i13.instcategories[0]) === null || _authdetailsContext$i14 === void 0 ? void 0 : (_authdetailsContext$i15 = _authdetailsContext$i14.parentcolletions[Choosenindex]) === null || _authdetailsContext$i15 === void 0 ? void 0 : (_authdetailsContext$i16 = _authdetailsContext$i15.collections) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.map(function (item, index) {
|
|
38256
38257
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38257
38258
|
"class": "col-lg-4 p-0",
|
|
38258
38259
|
onClick: function onClick() {
|
package/dist/index.esm.js
CHANGED
|
@@ -37895,10 +37895,11 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
37895
37895
|
pcollarray = _useState12[0],
|
|
37896
37896
|
setpcollarray = _useState12[1];
|
|
37897
37897
|
useEffect(function () {
|
|
37898
|
-
var _authdetailsContext$i;
|
|
37898
|
+
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
37899
37899
|
var temppcollarray = _toConsumableArray(pcollarray);
|
|
37900
|
-
authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instcategories.forEach(function (arrayItem) {
|
|
37901
|
-
|
|
37900
|
+
authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : (_authdetailsContext$i2 = _authdetailsContext$i.instcategories) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.forEach(function (arrayItem) {
|
|
37901
|
+
var _arrayItem$parentcoll;
|
|
37902
|
+
arrayItem === null || arrayItem === void 0 ? void 0 : (_arrayItem$parentcoll = arrayItem.parentcolletions) === null || _arrayItem$parentcoll === void 0 ? void 0 : _arrayItem$parentcoll.forEach(function (item) {
|
|
37902
37903
|
temppcollarray.push(item);
|
|
37903
37904
|
});
|
|
37904
37905
|
});
|
|
@@ -38058,7 +38059,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38058
38059
|
}))));
|
|
38059
38060
|
};
|
|
38060
38061
|
var SlideshowContent = function SlideshowContent() {
|
|
38061
|
-
var _authdetailsContext$
|
|
38062
|
+
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16;
|
|
38062
38063
|
return /*#__PURE__*/React.createElement("div", {
|
|
38063
38064
|
"class": "col-lg-12 p-0"
|
|
38064
38065
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -38085,8 +38086,8 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38085
38086
|
height: sectionproperties.height + 'vh',
|
|
38086
38087
|
overflowY: 'scroll'
|
|
38087
38088
|
}
|
|
38088
|
-
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38089
|
-
var _authdetailsContext$
|
|
38089
|
+
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : (_authdetailsContext$i4 = _authdetailsContext$i3.instcategories) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.map(function (item, index) {
|
|
38090
|
+
var _authdetailsContext$i5;
|
|
38090
38091
|
return /*#__PURE__*/React.createElement("div", {
|
|
38091
38092
|
"class": slideshow_styles.categoryname + ' row ml-0 mr-0 w-100 cursor-pointer ',
|
|
38092
38093
|
onMouseEnter: function onMouseEnter() {
|
|
@@ -38108,7 +38109,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38108
38109
|
size: sectionproperties.collectionsectioniconfontsize
|
|
38109
38110
|
}) : /*#__PURE__*/React.createElement(BsChevronLeft, {
|
|
38110
38111
|
size: sectionproperties.collectionsectioniconfontsize
|
|
38111
|
-
}))), index != (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38112
|
+
}))), index != (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instcategories) - 1 && /*#__PURE__*/React.createElement("div", {
|
|
38112
38113
|
className: "col-lg-12 p-0 mt-3 mb-3"
|
|
38113
38114
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
38114
38115
|
"class": "m-0"
|
|
@@ -38142,7 +38143,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38142
38143
|
"class": "m-0"
|
|
38143
38144
|
})));
|
|
38144
38145
|
}
|
|
38145
|
-
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38146
|
+
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instcollections.map(function (item, index) {
|
|
38146
38147
|
if (item.isshowntocustomers == 1) {
|
|
38147
38148
|
return /*#__PURE__*/React.createElement("div", {
|
|
38148
38149
|
"class": slideshow_styles.parentcollection + ' row ml-0 mr-0 w-100 cursor-pointer ',
|
|
@@ -38163,7 +38164,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38163
38164
|
"class": "m-0"
|
|
38164
38165
|
})));
|
|
38165
38166
|
}
|
|
38166
|
-
}))), sectionproperties.fetchparenttype == 'Categories' && Choosenindex.length != 0 && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38167
|
+
}))), sectionproperties.fetchparenttype == 'Categories' && Choosenindex.length != 0 && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.instcategories[Choosenindex]) === null || _authdetailsContext$i8 === void 0 ? void 0 : (_authdetailsContext$i9 = _authdetailsContext$i8.parentcolletions) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.length) != 0 && /*#__PURE__*/React.createElement("div", {
|
|
38167
38168
|
"class": langdetect == 'en' ? 'cat_dropdown-menu cat_dropdown cat_dropdownen' : 'cat_dropdown-menu cat_dropdown cat_dropdownar',
|
|
38168
38169
|
style: {
|
|
38169
38170
|
minHeight: sectionproperties.height + 'vh'
|
|
@@ -38173,7 +38174,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38173
38174
|
}
|
|
38174
38175
|
}, /*#__PURE__*/React.createElement("div", {
|
|
38175
38176
|
"class": "row m-0 w-100"
|
|
38176
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38177
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : (_authdetailsContext$i11 = _authdetailsContext$i10.instcategories[Choosenindex]) === null || _authdetailsContext$i11 === void 0 ? void 0 : (_authdetailsContext$i12 = _authdetailsContext$i11.parentcolletions) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.map(function (item, index) {
|
|
38177
38178
|
var _item$collections;
|
|
38178
38179
|
return /*#__PURE__*/React.createElement("div", {
|
|
38179
38180
|
"class": "col-lg-4 p-0"
|
|
@@ -38208,7 +38209,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
38208
38209
|
}
|
|
38209
38210
|
}, /*#__PURE__*/React.createElement("div", {
|
|
38210
38211
|
"class": "row m-0 w-100"
|
|
38211
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38212
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : (_authdetailsContext$i14 = _authdetailsContext$i13.instcategories[0]) === null || _authdetailsContext$i14 === void 0 ? void 0 : (_authdetailsContext$i15 = _authdetailsContext$i14.parentcolletions[Choosenindex]) === null || _authdetailsContext$i15 === void 0 ? void 0 : (_authdetailsContext$i16 = _authdetailsContext$i15.collections) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.map(function (item, index) {
|
|
38212
38213
|
return /*#__PURE__*/React.createElement("div", {
|
|
38213
38214
|
"class": "col-lg-4 p-0",
|
|
38214
38215
|
onClick: function onClick() {
|
package/dist/index.umd.js
CHANGED
|
@@ -37795,10 +37795,11 @@
|
|
|
37795
37795
|
pcollarray = _useState12[0],
|
|
37796
37796
|
setpcollarray = _useState12[1];
|
|
37797
37797
|
React.useEffect(function () {
|
|
37798
|
-
var _authdetailsContext$i;
|
|
37798
|
+
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
37799
37799
|
var temppcollarray = _toConsumableArray__default["default"](pcollarray);
|
|
37800
|
-
authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instcategories.forEach(function (arrayItem) {
|
|
37801
|
-
|
|
37800
|
+
authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : (_authdetailsContext$i2 = _authdetailsContext$i.instcategories) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.forEach(function (arrayItem) {
|
|
37801
|
+
var _arrayItem$parentcoll;
|
|
37802
|
+
arrayItem === null || arrayItem === void 0 ? void 0 : (_arrayItem$parentcoll = arrayItem.parentcolletions) === null || _arrayItem$parentcoll === void 0 ? void 0 : _arrayItem$parentcoll.forEach(function (item) {
|
|
37802
37803
|
temppcollarray.push(item);
|
|
37803
37804
|
});
|
|
37804
37805
|
});
|
|
@@ -37958,7 +37959,7 @@
|
|
|
37958
37959
|
}))));
|
|
37959
37960
|
};
|
|
37960
37961
|
var SlideshowContent = function SlideshowContent() {
|
|
37961
|
-
var _authdetailsContext$
|
|
37962
|
+
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16;
|
|
37962
37963
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
37963
37964
|
"class": "col-lg-12 p-0"
|
|
37964
37965
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -37985,8 +37986,8 @@
|
|
|
37985
37986
|
height: sectionproperties.height + 'vh',
|
|
37986
37987
|
overflowY: 'scroll'
|
|
37987
37988
|
}
|
|
37988
|
-
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
37989
|
-
var _authdetailsContext$
|
|
37989
|
+
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : (_authdetailsContext$i4 = _authdetailsContext$i3.instcategories) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.map(function (item, index) {
|
|
37990
|
+
var _authdetailsContext$i5;
|
|
37990
37991
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
37991
37992
|
"class": slideshow_styles.categoryname + ' row ml-0 mr-0 w-100 cursor-pointer ',
|
|
37992
37993
|
onMouseEnter: function onMouseEnter() {
|
|
@@ -38008,7 +38009,7 @@
|
|
|
38008
38009
|
size: sectionproperties.collectionsectioniconfontsize
|
|
38009
38010
|
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
38010
38011
|
size: sectionproperties.collectionsectioniconfontsize
|
|
38011
|
-
}))), index != (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38012
|
+
}))), index != (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instcategories) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38012
38013
|
className: "col-lg-12 p-0 mt-3 mb-3"
|
|
38013
38014
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
38014
38015
|
"class": "m-0"
|
|
@@ -38042,7 +38043,7 @@
|
|
|
38042
38043
|
"class": "m-0"
|
|
38043
38044
|
})));
|
|
38044
38045
|
}
|
|
38045
|
-
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38046
|
+
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instcollections.map(function (item, index) {
|
|
38046
38047
|
if (item.isshowntocustomers == 1) {
|
|
38047
38048
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38048
38049
|
"class": slideshow_styles.parentcollection + ' row ml-0 mr-0 w-100 cursor-pointer ',
|
|
@@ -38063,7 +38064,7 @@
|
|
|
38063
38064
|
"class": "m-0"
|
|
38064
38065
|
})));
|
|
38065
38066
|
}
|
|
38066
|
-
}))), sectionproperties.fetchparenttype == 'Categories' && Choosenindex.length != 0 && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38067
|
+
}))), sectionproperties.fetchparenttype == 'Categories' && Choosenindex.length != 0 && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.instcategories[Choosenindex]) === null || _authdetailsContext$i8 === void 0 ? void 0 : (_authdetailsContext$i9 = _authdetailsContext$i8.parentcolletions) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38067
38068
|
"class": langdetect == 'en' ? 'cat_dropdown-menu cat_dropdown cat_dropdownen' : 'cat_dropdown-menu cat_dropdown cat_dropdownar',
|
|
38068
38069
|
style: {
|
|
38069
38070
|
minHeight: sectionproperties.height + 'vh'
|
|
@@ -38073,7 +38074,7 @@
|
|
|
38073
38074
|
}
|
|
38074
38075
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38075
38076
|
"class": "row m-0 w-100"
|
|
38076
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38077
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : (_authdetailsContext$i11 = _authdetailsContext$i10.instcategories[Choosenindex]) === null || _authdetailsContext$i11 === void 0 ? void 0 : (_authdetailsContext$i12 = _authdetailsContext$i11.parentcolletions) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.map(function (item, index) {
|
|
38077
38078
|
var _item$collections;
|
|
38078
38079
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38079
38080
|
"class": "col-lg-4 p-0"
|
|
@@ -38108,7 +38109,7 @@
|
|
|
38108
38109
|
}
|
|
38109
38110
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38110
38111
|
"class": "row m-0 w-100"
|
|
38111
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
38112
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : (_authdetailsContext$i14 = _authdetailsContext$i13.instcategories[0]) === null || _authdetailsContext$i14 === void 0 ? void 0 : (_authdetailsContext$i15 = _authdetailsContext$i14.parentcolletions[Choosenindex]) === null || _authdetailsContext$i15 === void 0 ? void 0 : (_authdetailsContext$i16 = _authdetailsContext$i15.collections) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.map(function (item, index) {
|
|
38112
38113
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38113
38114
|
"class": "col-lg-4 p-0",
|
|
38114
38115
|
onClick: function onClick() {
|