tabexseriescomponents 0.0.702 → 0.0.703
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 +284 -74
- package/dist/index.esm.js +284 -74
- package/dist/index.umd.js +285 -75
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -71,8 +71,8 @@ var GrMail = require('@react-icons/all-files/gr/GrMail');
|
|
|
71
71
|
var FiCheckCircle = require('@react-icons/all-files/fi/FiCheckCircle');
|
|
72
72
|
var BiPhone = require('@react-icons/all-files/bi/BiPhone');
|
|
73
73
|
var PhoneInput = require('react-phone-input-2');
|
|
74
|
-
var BsChevronLeft = require('@react-icons/all-files/bs/BsChevronLeft');
|
|
75
|
-
var BsChevronRight = require('@react-icons/all-files/bs/BsChevronRight');
|
|
74
|
+
var BsChevronLeft$1 = require('@react-icons/all-files/bs/BsChevronLeft');
|
|
75
|
+
var BsChevronRight$1 = require('@react-icons/all-files/bs/BsChevronRight');
|
|
76
76
|
require('@react-icons/all-files/ri/RiArrowUpSLine');
|
|
77
77
|
require('@react-icons/all-files/ri/RiArrowDownSLine');
|
|
78
78
|
require('@react-icons/all-files/io/IoIosArrowRoundForward');
|
|
@@ -130,9 +130,9 @@ var BsSearch = require('@react-icons/all-files/bs/BsSearch');
|
|
|
130
130
|
var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
|
|
131
131
|
var GoSearch = require('@react-icons/all-files/go/GoSearch');
|
|
132
132
|
var AiOutlineInstagram = require('@react-icons/all-files/ai/AiOutlineInstagram');
|
|
133
|
+
var MdKeyboardArrowUp = require('@react-icons/all-files/md/MdKeyboardArrowUp');
|
|
133
134
|
var RiUserSettingsLine = require('@react-icons/all-files/ri/RiUserSettingsLine');
|
|
134
135
|
var HiUserCircle = require('@react-icons/all-files/hi/HiUserCircle');
|
|
135
|
-
var MdKeyboardArrowUp = require('@react-icons/all-files/md/MdKeyboardArrowUp');
|
|
136
136
|
var BsInfoCircle = require('@react-icons/all-files/bs/BsInfoCircle');
|
|
137
137
|
var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
|
|
138
138
|
var FaTelegramPlane = require('@react-icons/all-files/fa/FaTelegramPlane');
|
|
@@ -16801,7 +16801,7 @@ var Filter$1 = function Filter(props) {
|
|
|
16801
16801
|
"class": "col-2 text-end"
|
|
16802
16802
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
16803
16803
|
"class": "h-100 allcentered"
|
|
16804
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
|
|
16804
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, null))))));
|
|
16805
16805
|
}))), sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16806
16806
|
"class": "col-lg-12 text-start px-4 mb-5",
|
|
16807
16807
|
style: {
|
|
@@ -23162,7 +23162,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23162
23162
|
style: {
|
|
23163
23163
|
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
23164
23164
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
23165
|
-
textTransform: sectionproperties.dropdown_texttransform
|
|
23165
|
+
textTransform: sectionproperties.dropdown_texttransform,
|
|
23166
|
+
color: sectionproperties.language_container_color_resp
|
|
23166
23167
|
}
|
|
23167
23168
|
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
23168
23169
|
"class": 'ml-2 mr-2'
|
|
@@ -23207,31 +23208,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23207
23208
|
className: "h-100 allcentered"
|
|
23208
23209
|
}, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
|
|
23209
23210
|
size: 20
|
|
23210
|
-
})))),
|
|
23211
|
-
"class": langdetect == 'en' ? ' allcentered m-0 cursor-pointer ml-1 ' : ' m-0 cursor-pointer mr-1 ',
|
|
23212
|
-
style: {
|
|
23213
|
-
minWidth: '30px'
|
|
23214
|
-
},
|
|
23215
|
-
onClick: function onClick() {
|
|
23216
|
-
if (langdetect == 'en') {
|
|
23217
|
-
setlang('ar');
|
|
23218
|
-
} else {
|
|
23219
|
-
setlang('en');
|
|
23220
|
-
}
|
|
23221
|
-
}
|
|
23222
|
-
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23223
|
-
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
|
|
23224
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23225
|
-
"class": "m-0 p-0 d-flex align-items-center w-100"
|
|
23226
|
-
}, "En", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23227
|
-
"class": "h-100 allcentered ml-auto pl-3"
|
|
23228
|
-
}, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23229
|
-
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
|
|
23230
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23231
|
-
"class": "m-0 p-0 d-flex align-items-center w-100"
|
|
23232
|
-
}, "\u0639", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23233
|
-
"class": "h-100 allcentered mr-auto pr-3"
|
|
23234
|
-
}, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23211
|
+
}))))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23235
23212
|
"class": "px-4 py-4 scrollvertical",
|
|
23236
23213
|
style: {
|
|
23237
23214
|
position: 'fixed',
|
|
@@ -26171,9 +26148,9 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
26171
26148
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0'
|
|
26172
26149
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
26173
26150
|
className: ' p-0 h-100 allcentered '
|
|
26174
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
26151
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
26175
26152
|
size: sectionproperties.collectionsectioniconfontsize
|
|
26176
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
26153
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
26177
26154
|
size: sectionproperties.collectionsectioniconfontsize
|
|
26178
26155
|
})))), sectionproperties.fetchparenttype == 'Categories' && ((_fetchedarray$Choosen = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen === void 0 || (_fetchedarray$Choosen = _fetchedarray$Choosen.parentcolletions) === null || _fetchedarray$Choosen === void 0 ? void 0 : _fetchedarray$Choosen.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, (_fetchedarray$Choosen2 = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen2 === void 0 || (_fetchedarray$Choosen2 = _fetchedarray$Choosen2.parentcolletions) === null || _fetchedarray$Choosen2 === void 0 ? void 0 : _fetchedarray$Choosen2.map(function (item, index) {
|
|
26179
26156
|
var _item$collections;
|
|
@@ -26198,9 +26175,9 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
26198
26175
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
26199
26176
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
26200
26177
|
className: ' p-0 h-100 allcentered '
|
|
26201
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
26178
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
26202
26179
|
size: sectionproperties.collectionsectioniconfontsize
|
|
26203
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
26180
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
26204
26181
|
size: sectionproperties.collectionsectioniconfontsize
|
|
26205
26182
|
}))))), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (item, index) {
|
|
26206
26183
|
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
@@ -28002,9 +27979,9 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
28002
27979
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
28003
27980
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
28004
27981
|
className: ' p-0 h-100 allcentered parentclassname '
|
|
28005
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
27982
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
28006
27983
|
size: sectionproperties.collectionsectioniconfontsize
|
|
28007
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
27984
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
28008
27985
|
size: sectionproperties.collectionsectioniconfontsize
|
|
28009
27986
|
})))), sectionproperties.fetchparenttype == 'Categories' && ((_fetchedarray$Choosen = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen === void 0 || (_fetchedarray$Choosen = _fetchedarray$Choosen.parentcolletions) === null || _fetchedarray$Choosen === void 0 ? void 0 : _fetchedarray$Choosen.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, (_fetchedarray$Choosen2 = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen2 === void 0 || (_fetchedarray$Choosen2 = _fetchedarray$Choosen2.parentcolletions) === null || _fetchedarray$Choosen2 === void 0 ? void 0 : _fetchedarray$Choosen2.map(function (item, index) {
|
|
28010
27987
|
var _item$collections;
|
|
@@ -28029,9 +28006,9 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
28029
28006
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
28030
28007
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
28031
28008
|
className: ' p-0 h-100 allcentered parentclassname '
|
|
28032
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
28009
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
28033
28010
|
size: sectionproperties.collectionsectioniconfontsize
|
|
28034
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
28011
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
28035
28012
|
size: sectionproperties.collectionsectioniconfontsize
|
|
28036
28013
|
}))))), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (item, index) {
|
|
28037
28014
|
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
@@ -29010,7 +28987,7 @@ styleInject(css_248z$w);
|
|
|
29010
28987
|
function ownKeys$1T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
29011
28988
|
function _objectSpread$1T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1T(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
29012
28989
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
29013
|
-
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$
|
|
28990
|
+
var _authdetailsContext$i, _authdetailsContext$i8, _pcollarray, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i12, _authdetailsContext$i13;
|
|
29014
28991
|
var _useState = React.useState(''),
|
|
29015
28992
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
29016
28993
|
sectionproperties = _useState2[0],
|
|
@@ -29032,6 +29009,10 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29032
29009
|
var actions = props.actions;
|
|
29033
29010
|
var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
|
|
29034
29011
|
var scrollYposittionprops = props.actions.scrollYposittionprops;
|
|
29012
|
+
var _useState3 = React.useState(false),
|
|
29013
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
29014
|
+
dropdownselect = _useState4[0],
|
|
29015
|
+
setdropdownselect = _useState4[1];
|
|
29035
29016
|
React.useEffect(function () {
|
|
29036
29017
|
var secpropobj = {};
|
|
29037
29018
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -29048,10 +29029,10 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29048
29029
|
}
|
|
29049
29030
|
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
29050
29031
|
}, [StatePagePropertiesContext]);
|
|
29051
|
-
var
|
|
29052
|
-
|
|
29053
|
-
logoarrayofobjects =
|
|
29054
|
-
setlogoarrayofobjects =
|
|
29032
|
+
var _useState5 = React.useState([]),
|
|
29033
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
29034
|
+
logoarrayofobjects = _useState6[0],
|
|
29035
|
+
setlogoarrayofobjects = _useState6[1];
|
|
29055
29036
|
React.useEffect(function () {
|
|
29056
29037
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
29057
29038
|
var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
|
|
@@ -29290,8 +29271,149 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29290
29271
|
':hover': {
|
|
29291
29272
|
color: sectionproperties.upperheadercoloronhover
|
|
29292
29273
|
}
|
|
29274
|
+
}),
|
|
29275
|
+
categorybtn: glamor.css({
|
|
29276
|
+
background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
29277
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
29278
|
+
maxWidth: '100%',
|
|
29279
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
29280
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
29281
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
29282
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
29283
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
29284
|
+
border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
|
|
29285
|
+
color: sectionproperties.generalbtn_textColor,
|
|
29286
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
29287
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
29288
|
+
transition: '.3s',
|
|
29289
|
+
':hover': {
|
|
29290
|
+
color: sectionproperties.generalbtn_textColoronhover,
|
|
29291
|
+
backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover
|
|
29292
|
+
},
|
|
29293
|
+
':hover .categorybtnicon': {
|
|
29294
|
+
background: sectionproperties.iconcontainerbgonhover,
|
|
29295
|
+
color: sectionproperties.iconcontainercoloronhover
|
|
29296
|
+
}
|
|
29297
|
+
}),
|
|
29298
|
+
categoryname: glamor.css({
|
|
29299
|
+
color: sectionproperties.subheader_categorytitle_fontColor,
|
|
29300
|
+
fontSize: sectionproperties.subheader_categorytitle_fontSize + 'px',
|
|
29301
|
+
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
29302
|
+
fontWeight: sectionproperties.subheader_categorytitle_textfontweight,
|
|
29303
|
+
transition: '.3s',
|
|
29304
|
+
':hover': {
|
|
29305
|
+
color: sectionproperties.subheader_categorytitle_coloronhover
|
|
29306
|
+
}
|
|
29307
|
+
}),
|
|
29308
|
+
parentcollection: glamor.css({
|
|
29309
|
+
color: sectionproperties.subheader_collectiontitle_fontColor,
|
|
29310
|
+
fontSize: sectionproperties.subheader_collectiontitle_fontSize + 'px',
|
|
29311
|
+
textTransform: sectionproperties.subheader_collectiontitle_textTransform,
|
|
29312
|
+
fontWeight: sectionproperties.subheader_collectiontitle_textfontweight,
|
|
29313
|
+
transition: '.3s',
|
|
29314
|
+
':hover': {
|
|
29315
|
+
color: sectionproperties.subheader_collectiontitle_coloronhover
|
|
29316
|
+
}
|
|
29317
|
+
}),
|
|
29318
|
+
collectionName: glamor.css({
|
|
29319
|
+
color: sectionproperties.collectionsectiontextcolor,
|
|
29320
|
+
fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
|
|
29321
|
+
textTransform: sectionproperties.collectionsectiontexttransform,
|
|
29322
|
+
fontWeight: sectionproperties.collectionsectiontextfontweight,
|
|
29323
|
+
transition: '.3s',
|
|
29324
|
+
':hover': {
|
|
29325
|
+
color: sectionproperties.collectionsectiontextcoloronhover
|
|
29326
|
+
}
|
|
29293
29327
|
})
|
|
29294
29328
|
};
|
|
29329
|
+
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
29330
|
+
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
29331
|
+
var parentclassname = '';
|
|
29332
|
+
if (sectionproperties.fetchparenttype == 'Categories') {
|
|
29333
|
+
parentclassname = header_cssstyles.categoryname;
|
|
29334
|
+
} else if (sectionproperties.fetchparenttype == 'Parent Collections') {
|
|
29335
|
+
parentclassname = header_cssstyles.parentcollection;
|
|
29336
|
+
} else {
|
|
29337
|
+
parentclassname = header_cssstyles.collectionName;
|
|
29338
|
+
}
|
|
29339
|
+
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29340
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
29341
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29342
|
+
"class": parentclassname + ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer ',
|
|
29343
|
+
onMouseEnter: function onMouseEnter() {
|
|
29344
|
+
setChoosenindex(index);
|
|
29345
|
+
}
|
|
29346
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29347
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
29348
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29349
|
+
"class": ' m-0 p-0 wordbreak wordbreak1 ',
|
|
29350
|
+
onClick: function onClick() {
|
|
29351
|
+
if (sectionproperties.fetchparenttype == 'Categories') {
|
|
29352
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
|
|
29353
|
+
} else if (sectionproperties.fetchparenttype == 'Parent Collections') {
|
|
29354
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
|
|
29355
|
+
} else {
|
|
29356
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
29357
|
+
}
|
|
29358
|
+
}
|
|
29359
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar)), sectionproperties.fetchparenttype != 'Collections' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29360
|
+
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
29361
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29362
|
+
className: ' p-0 h-100 allcentered '
|
|
29363
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight, {
|
|
29364
|
+
size: sectionproperties.collectionsectioniconfontsize
|
|
29365
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft, {
|
|
29366
|
+
size: sectionproperties.collectionsectioniconfontsize
|
|
29367
|
+
})))), sectionproperties.fetchparenttype == 'Categories' && ((_fetchedarray$Choosen = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen === void 0 || (_fetchedarray$Choosen = _fetchedarray$Choosen.parentcolletions) === null || _fetchedarray$Choosen === void 0 ? void 0 : _fetchedarray$Choosen.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, (_fetchedarray$Choosen2 = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen2 === void 0 || (_fetchedarray$Choosen2 = _fetchedarray$Choosen2.parentcolletions) === null || _fetchedarray$Choosen2 === void 0 ? void 0 : _fetchedarray$Choosen2.map(function (item, index) {
|
|
29368
|
+
var _item$collections;
|
|
29369
|
+
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29370
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
29371
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29372
|
+
"class": header_cssstyles.parentcollection + ' w-100 dropdownInnerContainer cursor-pointer ',
|
|
29373
|
+
onClick: function onClick() {
|
|
29374
|
+
if (sectionproperties.fetchparenttype == 'Categories') {
|
|
29375
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
|
|
29376
|
+
} else {
|
|
29377
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
29378
|
+
}
|
|
29379
|
+
}
|
|
29380
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29381
|
+
"class": "row m-0 w-100"
|
|
29382
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29383
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
29384
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29385
|
+
"class": ' m-0 p-0 wordbreak wordbreak1 '
|
|
29386
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar)), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29387
|
+
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
29388
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29389
|
+
className: ' p-0 h-100 allcentered '
|
|
29390
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight, {
|
|
29391
|
+
size: sectionproperties.collectionsectioniconfontsize
|
|
29392
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft, {
|
|
29393
|
+
size: sectionproperties.collectionsectioniconfontsize
|
|
29394
|
+
}))))), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (item, index) {
|
|
29395
|
+
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29396
|
+
"class": header_cssstyles.collectionName + ' w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer ',
|
|
29397
|
+
onClick: function onClick() {
|
|
29398
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
29399
|
+
}
|
|
29400
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
29401
|
+
})));
|
|
29402
|
+
})), sectionproperties.fetchparenttype == 'Parent Collections' && ((_pcollarray$Choosenin = pcollarray[Choosenindex]) === null || _pcollarray$Choosenin === void 0 ? void 0 : _pcollarray$Choosenin.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, (_pcollarray$Choosenin2 = pcollarray[Choosenindex]) === null || _pcollarray$Choosenin2 === void 0 || (_pcollarray$Choosenin2 = _pcollarray$Choosenin2.collections) === null || _pcollarray$Choosenin2 === void 0 ? void 0 : _pcollarray$Choosenin2.map(function (item, index) {
|
|
29403
|
+
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29404
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
29405
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29406
|
+
"class": header_cssstyles.collectionName + ' w-100 dropdownInnerContainer cursor-pointer ',
|
|
29407
|
+
onClick: function onClick() {
|
|
29408
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
29409
|
+
}
|
|
29410
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29411
|
+
className: ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
29412
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29413
|
+
"class": ' m-0 p-0 wordbreak wordbreak1 '
|
|
29414
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar))));
|
|
29415
|
+
})));
|
|
29416
|
+
};
|
|
29295
29417
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29296
29418
|
"class": ' row m-0 w-100 d-flex justify-content-center align-items-center ',
|
|
29297
29419
|
style: {
|
|
@@ -29466,6 +29588,62 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29466
29588
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29467
29589
|
"class": "col-lg-5 p-0 d-flex align-items-center justify-content-start h-100"
|
|
29468
29590
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29591
|
+
"class": 'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start ',
|
|
29592
|
+
onClick: function onClick() {
|
|
29593
|
+
setdropdownselect(!dropdownselect);
|
|
29594
|
+
}
|
|
29595
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29596
|
+
"class": "".concat(header_cssstyles.categorybtn) + ' categoriesdropdown d-flex w-100 align-items-center pl-2 pr-2 ',
|
|
29597
|
+
style: {
|
|
29598
|
+
borderTopRightRadius: langdetect == 'en' ? 0 : '',
|
|
29599
|
+
borderBottomRightRadius: langdetect == 'en' ? 0 : '',
|
|
29600
|
+
borderBottomLeftRadius: langdetect == 'ar' ? 0 : '',
|
|
29601
|
+
borderTopLeftRadius: langdetect == 'ar' ? 0 : '',
|
|
29602
|
+
zIndex: 100000
|
|
29603
|
+
}
|
|
29604
|
+
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29605
|
+
"class": langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'
|
|
29606
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29607
|
+
"class": ' m-0 allcentered cursor-pointer px-2 p-lg-0 '
|
|
29608
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29609
|
+
"class": 'col-lg-10 d-flex justify-content-start m-0 p-0'
|
|
29610
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29611
|
+
"class": "col-lg-2 p-0 h-100 d-flex align-items-center justify-content-end d-xl-flex d-lg-none"
|
|
29612
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29613
|
+
"class": "h-100 d-flex align-items-center justify-content-end"
|
|
29614
|
+
}, dropdownselect ? /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowUp.MdKeyboardArrowUp, {
|
|
29615
|
+
size: 25
|
|
29616
|
+
}) : /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
|
|
29617
|
+
size: 25
|
|
29618
|
+
})))), /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
29619
|
+
"class": "mt-2",
|
|
29620
|
+
sytle: {
|
|
29621
|
+
width: '200px'
|
|
29622
|
+
}
|
|
29623
|
+
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.instcategories) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.map(function (item, index) {
|
|
29624
|
+
var _authdetailsContext$i9;
|
|
29625
|
+
var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instcategories;
|
|
29626
|
+
if (item.isshowntocustomers == 1) {
|
|
29627
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29628
|
+
"class": "w-100"
|
|
29629
|
+
}, ButtonDropdown(item, index, fetchedarray));
|
|
29630
|
+
}
|
|
29631
|
+
})), sectionproperties.fetchparenttype == 'Parent Collections' && ((_pcollarray = pcollarray) === null || _pcollarray === void 0 ? void 0 : _pcollarray.map(function (item, index) {
|
|
29632
|
+
var fetchedarray = pcollarray;
|
|
29633
|
+
if (item.isshowntocustomers == 1) {
|
|
29634
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29635
|
+
"class": "w-100"
|
|
29636
|
+
}, ButtonDropdown(item, index, fetchedarray));
|
|
29637
|
+
}
|
|
29638
|
+
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 || (_authdetailsContext$i10 = _authdetailsContext$i10.instcollections) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.map(function (item, index) {
|
|
29639
|
+
var _authdetailsContext$i11;
|
|
29640
|
+
var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instcollections;
|
|
29641
|
+
if (item.isshowntocustomers == 1) {
|
|
29642
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29643
|
+
"class": "w-100"
|
|
29644
|
+
}, ButtonDropdown(item, index, fetchedarray));
|
|
29645
|
+
}
|
|
29646
|
+
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29469
29647
|
"class": ' scrollhorizontal w-100 align-items-center h-100 ',
|
|
29470
29648
|
style: {
|
|
29471
29649
|
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
@@ -29771,7 +29949,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29771
29949
|
}
|
|
29772
29950
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29773
29951
|
"class": 'ml-2 mr-2'
|
|
29774
|
-
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29952
|
+
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 || (_authdetailsContext$i12 = _authdetailsContext$i12.instcurrencies) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.length) > 1 && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
29775
29953
|
"class": ' d-flex align-items-center justify-content-center '
|
|
29776
29954
|
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29777
29955
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
@@ -29781,8 +29959,8 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29781
29959
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
29782
29960
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29783
29961
|
"class": "m-0 p-0 ml-2 mr-2"
|
|
29784
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29785
|
-
var _authdetailsContext$
|
|
29962
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 || (_authdetailsContext$i13 = _authdetailsContext$i13.instcurrencies) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.map(function (item, index) {
|
|
29963
|
+
var _authdetailsContext$i14;
|
|
29786
29964
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29787
29965
|
onClick: function onClick() {
|
|
29788
29966
|
setcurrencyfunccontext(item);
|
|
@@ -29800,7 +29978,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
29800
29978
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
29801
29979
|
textTransform: sectionproperties.dropdown_texttransform
|
|
29802
29980
|
}
|
|
29803
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29981
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 || (_authdetailsContext$i14 = _authdetailsContext$i14.instcurrencies) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29804
29982
|
"class": "col-lg-12 p-0"
|
|
29805
29983
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
29806
29984
|
"class": "m-0"
|
|
@@ -30873,9 +31051,9 @@ var Header8 = function Header8(props) {
|
|
|
30873
31051
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
30874
31052
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
30875
31053
|
className: ' p-0 h-100 allcentered '
|
|
30876
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
31054
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
30877
31055
|
size: sectionproperties.collectionsectioniconfontsize
|
|
30878
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
31056
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
30879
31057
|
size: sectionproperties.collectionsectioniconfontsize
|
|
30880
31058
|
})))), sectionproperties.fetchparenttype == 'Categories' && ((_fetchedarray$Choosen = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen === void 0 || (_fetchedarray$Choosen = _fetchedarray$Choosen.parentcolletions) === null || _fetchedarray$Choosen === void 0 ? void 0 : _fetchedarray$Choosen.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, (_fetchedarray$Choosen2 = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen2 === void 0 || (_fetchedarray$Choosen2 = _fetchedarray$Choosen2.parentcolletions) === null || _fetchedarray$Choosen2 === void 0 ? void 0 : _fetchedarray$Choosen2.map(function (item, index) {
|
|
30881
31059
|
var _item$collections;
|
|
@@ -30900,9 +31078,9 @@ var Header8 = function Header8(props) {
|
|
|
30900
31078
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
30901
31079
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
30902
31080
|
className: ' p-0 h-100 allcentered '
|
|
30903
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
31081
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
30904
31082
|
size: sectionproperties.collectionsectioniconfontsize
|
|
30905
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
31083
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
30906
31084
|
size: sectionproperties.collectionsectioniconfontsize
|
|
30907
31085
|
}))))), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (item, index) {
|
|
30908
31086
|
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
@@ -37385,9 +37563,9 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
37385
37563
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
37386
37564
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
37387
37565
|
className: ' p-0 h-100 allcentered '
|
|
37388
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
37566
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
37389
37567
|
size: sectionproperties.collectionsectioniconfontsize
|
|
37390
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
37568
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
37391
37569
|
size: sectionproperties.collectionsectioniconfontsize
|
|
37392
37570
|
})))), sectionproperties.fetchparenttype == 'Categories' && ((_fetchedarray$Choosen = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen === void 0 || (_fetchedarray$Choosen = _fetchedarray$Choosen.parentcolletions) === null || _fetchedarray$Choosen === void 0 ? void 0 : _fetchedarray$Choosen.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, (_fetchedarray$Choosen2 = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen2 === void 0 || (_fetchedarray$Choosen2 = _fetchedarray$Choosen2.parentcolletions) === null || _fetchedarray$Choosen2 === void 0 ? void 0 : _fetchedarray$Choosen2.map(function (item, index) {
|
|
37393
37571
|
var _item$collections;
|
|
@@ -37412,9 +37590,9 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
37412
37590
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
37413
37591
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
37414
37592
|
className: ' p-0 h-100 allcentered '
|
|
37415
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
37593
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
37416
37594
|
size: sectionproperties.collectionsectioniconfontsize
|
|
37417
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
37595
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
37418
37596
|
size: sectionproperties.collectionsectioniconfontsize
|
|
37419
37597
|
}))))), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("ul", null, item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (item, index) {
|
|
37420
37598
|
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
@@ -43025,7 +43203,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
43025
43203
|
"class": "m-0 p-0"
|
|
43026
43204
|
}, " ", langdetect == 'en' ? item.pagename : item.pagename_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43027
43205
|
"class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
|
|
43028
|
-
}, /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
43206
|
+
}, /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
43029
43207
|
style: {
|
|
43030
43208
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
43031
43209
|
}
|
|
@@ -45306,7 +45484,7 @@ var Footer4 = function Footer4(props) {
|
|
|
45306
45484
|
function ownKeys$1y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
45307
45485
|
function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
45308
45486
|
var Footer5 = function Footer5(props) {
|
|
45309
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46;
|
|
45487
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46, _authdetailsContext$i49;
|
|
45310
45488
|
var _useState = React.useState(''),
|
|
45311
45489
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
45312
45490
|
sectionproperties = _useState2[0],
|
|
@@ -45826,11 +46004,30 @@ var Footer5 = function Footer5(props) {
|
|
|
45826
46004
|
className: "".concat(footerStyles.payimgcont),
|
|
45827
46005
|
style: {
|
|
45828
46006
|
width: '70px',
|
|
45829
|
-
height: '30px'
|
|
46007
|
+
height: '30px',
|
|
46008
|
+
borderRadius: 10
|
|
45830
46009
|
}
|
|
45831
46010
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
45832
46011
|
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
45833
46012
|
className: "".concat(footerStyles.payimg)
|
|
46013
|
+
})), sectionproperties.showbankak == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46014
|
+
className: "".concat(footerStyles.payimgcont),
|
|
46015
|
+
style: {
|
|
46016
|
+
width: '50px',
|
|
46017
|
+
height: '50px'
|
|
46018
|
+
}
|
|
46019
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
46020
|
+
src: 'https://tabex-co.com/storage/StaticImages/bankak.png',
|
|
46021
|
+
className: "".concat(footerStyles.payimg)
|
|
46022
|
+
})), sectionproperties.showinstapay == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46023
|
+
className: "".concat(footerStyles.payimgcont),
|
|
46024
|
+
style: {
|
|
46025
|
+
width: '70px',
|
|
46026
|
+
height: '30px'
|
|
46027
|
+
}
|
|
46028
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
46029
|
+
src: 'https://tabex-co.com/storage/StaticImages/instapay.png',
|
|
46030
|
+
className: "".concat(footerStyles.payimg)
|
|
45834
46031
|
})))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45835
46032
|
className: "row m-0 w-100 mt-3"
|
|
45836
46033
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -45950,6 +46147,19 @@ var Footer5 = function Footer5(props) {
|
|
|
45950
46147
|
className: "h-100 allcentered"
|
|
45951
46148
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
45952
46149
|
size: sectionproperties.instgrambtniconfontsize
|
|
46150
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.telegramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46151
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
46152
|
+
onClick: function onClick() {
|
|
46153
|
+
var _authdetailsContext$i50;
|
|
46154
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.telegramlink) != null) {
|
|
46155
|
+
var _authdetailsContext$i51;
|
|
46156
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.telegramlink, '_blank');
|
|
46157
|
+
}
|
|
46158
|
+
}
|
|
46159
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
46160
|
+
className: "h-100 allcentered"
|
|
46161
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
|
|
46162
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
45953
46163
|
})))))));
|
|
45954
46164
|
};
|
|
45955
46165
|
|
|
@@ -54149,9 +54359,9 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
54149
54359
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
54150
54360
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
54151
54361
|
className: ' p-0 h-100 allcentered '
|
|
54152
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
54362
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
54153
54363
|
size: sectionproperties.collectionsectioniconfontsize
|
|
54154
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
54364
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
54155
54365
|
size: sectionproperties.collectionsectioniconfontsize
|
|
54156
54366
|
}))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instcategories.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54157
54367
|
className: "col-lg-12 p-0 mt-3 mb-3"
|
|
@@ -54177,9 +54387,9 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
54177
54387
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
54178
54388
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
54179
54389
|
className: ' p-0 h-100 allcentered '
|
|
54180
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
54390
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
54181
54391
|
size: sectionproperties.collectionsectioniconfontsize
|
|
54182
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
54392
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
54183
54393
|
size: sectionproperties.collectionsectioniconfontsize
|
|
54184
54394
|
}))), index != pcollarray - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54185
54395
|
className: "col-lg-12 p-0 mt-3 mb-3"
|
|
@@ -59520,10 +59730,10 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59520
59730
|
setpercentage(75);
|
|
59521
59731
|
} else ;
|
|
59522
59732
|
}
|
|
59523
|
-
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
59733
|
+
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
59524
59734
|
color: '#fff',
|
|
59525
59735
|
size: 18
|
|
59526
|
-
}), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
59736
|
+
}), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
59527
59737
|
color: '#fff',
|
|
59528
59738
|
size: 18
|
|
59529
59739
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -59540,10 +59750,10 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
59540
59750
|
setpercentage(100);
|
|
59541
59751
|
} else ;
|
|
59542
59752
|
}
|
|
59543
|
-
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
59753
|
+
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
59544
59754
|
color: '#fff',
|
|
59545
59755
|
size: 18
|
|
59546
|
-
}), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
59756
|
+
}), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
59547
59757
|
color: '#fff',
|
|
59548
59758
|
size: 18
|
|
59549
59759
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -63784,9 +63994,9 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
63784
63994
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
63785
63995
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
63786
63996
|
className: ' p-0 h-100 allcentered '
|
|
63787
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
63997
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
63788
63998
|
size: sectionproperties.collectionsectioniconfontsize
|
|
63789
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
63999
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
63790
64000
|
size: sectionproperties.collectionsectioniconfontsize
|
|
63791
64001
|
}))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instcategories) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63792
64002
|
className: "col-lg-12 p-0 mt-3 mb-3"
|
|
@@ -63812,9 +64022,9 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
63812
64022
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
63813
64023
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
63814
64024
|
className: ' p-0 h-100 allcentered '
|
|
63815
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
64025
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
63816
64026
|
size: sectionproperties.collectionsectioniconfontsize
|
|
63817
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
64027
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
63818
64028
|
size: sectionproperties.collectionsectioniconfontsize
|
|
63819
64029
|
}))), index != pcollarray - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63820
64030
|
className: "col-lg-12 p-0 mt-3 mb-3"
|
|
@@ -65927,9 +66137,9 @@ var ThreeSectionsWithSlideshow = function ThreeSectionsWithSlideshow(props) {
|
|
|
65927
66137
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
65928
66138
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
65929
66139
|
className: ' p-0 h-100 allcentered '
|
|
65930
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
66140
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
65931
66141
|
size: sectionproperties.collectionsectioniconfontsize
|
|
65932
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
66142
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
65933
66143
|
size: sectionproperties.collectionsectioniconfontsize
|
|
65934
66144
|
}))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instcategories) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65935
66145
|
className: "col-lg-12 p-0 mt-3 mb-3"
|
|
@@ -65955,9 +66165,9 @@ var ThreeSectionsWithSlideshow = function ThreeSectionsWithSlideshow(props) {
|
|
|
65955
66165
|
className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
|
|
65956
66166
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
65957
66167
|
className: ' p-0 h-100 allcentered '
|
|
65958
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
|
|
66168
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight$1.BsChevronRight, {
|
|
65959
66169
|
size: sectionproperties.collectionsectioniconfontsize
|
|
65960
|
-
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
|
|
66170
|
+
}) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft$1.BsChevronLeft, {
|
|
65961
66171
|
size: sectionproperties.collectionsectioniconfontsize
|
|
65962
66172
|
}))), index != pcollarray - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65963
66173
|
className: "col-lg-12 p-0 mt-3 mb-3"
|