tabexseriescomponents 0.0.557 → 0.0.558
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 +299 -95
- package/dist/index.esm.js +299 -95
- package/dist/index.umd.js +299 -95
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22110,6 +22110,42 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22110
22110
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
22111
22111
|
"class": "m-0"
|
|
22112
22112
|
}))));
|
|
22113
|
+
})))), sectionproperties.searchbar_show == 'Hide' && sectionproperties.logocentered == 'Centered' && sectionproperties.cartBtnShow == 'Hide' && sectionproperties.favBtnShow == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22114
|
+
className: 'allcentered resposiveheader_languagedropdown',
|
|
22115
|
+
style: {
|
|
22116
|
+
marginLeft: langdetect == 'en' ? '0.25rem' : 0,
|
|
22117
|
+
marginRight: langdetect == 'ar' ? '0.25rem' : 0
|
|
22118
|
+
}
|
|
22119
|
+
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22120
|
+
className: ' row m-0 w-100 allcentered ',
|
|
22121
|
+
style: {
|
|
22122
|
+
direction: 'rtl',
|
|
22123
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
22124
|
+
},
|
|
22125
|
+
onClick: function onClick() {
|
|
22126
|
+
setlang('ar');
|
|
22127
|
+
}
|
|
22128
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22129
|
+
"class": "m-0 p-0 font-weight-500"
|
|
22130
|
+
}, "\u0639"), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
22131
|
+
className: langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'
|
|
22132
|
+
}, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
|
|
22133
|
+
size: 20
|
|
22134
|
+
}))), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22135
|
+
className: ' row m-0 w-100 allcentered ',
|
|
22136
|
+
style: {
|
|
22137
|
+
direction: 'ltr',
|
|
22138
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
22139
|
+
},
|
|
22140
|
+
onClick: function onClick() {
|
|
22141
|
+
setlang('en');
|
|
22142
|
+
}
|
|
22143
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22144
|
+
"class": "m-0 p-0 font-weight-500 mr-1"
|
|
22145
|
+
}, "En"), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
22146
|
+
className: "h-100 allcentered"
|
|
22147
|
+
}, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
|
|
22148
|
+
size: 20
|
|
22113
22149
|
}))))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22114
22150
|
"class": "px-4 py-4 scrollvertical",
|
|
22115
22151
|
style: {
|
|
@@ -23079,7 +23115,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23079
23115
|
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; }
|
|
23080
23116
|
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; }
|
|
23081
23117
|
var ElegantHeader = function ElegantHeader(props) {
|
|
23082
|
-
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$
|
|
23118
|
+
var _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i8, _authdetailsContext$i9;
|
|
23083
23119
|
var _useState = React.useState(''),
|
|
23084
23120
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
23085
23121
|
sectionproperties = _useState2[0],
|
|
@@ -23116,6 +23152,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23116
23152
|
_useState10 = _slicedToArray__default["default"](_useState9, 2),
|
|
23117
23153
|
openSearchBar = _useState10[0],
|
|
23118
23154
|
setopenSearchBar = _useState10[1];
|
|
23155
|
+
var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
|
|
23119
23156
|
React.useEffect(function () {
|
|
23120
23157
|
var secpropobj = {};
|
|
23121
23158
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -23407,7 +23444,43 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23407
23444
|
style: {
|
|
23408
23445
|
maxWidth: '200px'
|
|
23409
23446
|
}
|
|
23410
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)
|
|
23447
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23448
|
+
"class": ' d-flex align-items-center '
|
|
23449
|
+
}, /*#__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", {
|
|
23450
|
+
"class": ' d-flex align-items-center justify-content-center '
|
|
23451
|
+
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23452
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
23453
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23454
|
+
"class": "m-0 p-0 mr-2 ml-2"
|
|
23455
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23456
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
23457
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23458
|
+
"class": "m-0 p-0 ml-2 mr-2"
|
|
23459
|
+
}, 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$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (item, index) {
|
|
23460
|
+
var _authdetailsContext$i6;
|
|
23461
|
+
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
23462
|
+
onClick: function onClick() {
|
|
23463
|
+
setcurrencyfunccontext(item);
|
|
23464
|
+
}
|
|
23465
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23466
|
+
"class": "row m-0 w-100"
|
|
23467
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23468
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
23469
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23470
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer)
|
|
23471
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23472
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
23473
|
+
style: {
|
|
23474
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
23475
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
23476
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
23477
|
+
}
|
|
23478
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23479
|
+
"class": "col-lg-12 p-0"
|
|
23480
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
23481
|
+
"class": "m-0"
|
|
23482
|
+
}))));
|
|
23483
|
+
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23411
23484
|
"class": "col-lg-4 p-0 allcentered"
|
|
23412
23485
|
}, sectionproperties.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", null, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
23413
23486
|
"class": "d-flex flex-row align-items-center justify-content-center"
|
|
@@ -23683,10 +23756,10 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23683
23756
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23684
23757
|
"class": header_cssstyles.slidertext + ' m-0 p-0 text-center ',
|
|
23685
23758
|
onClick: function onClick() {
|
|
23686
|
-
var _authdetailsContext$
|
|
23687
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23759
|
+
var _authdetailsContext$i7;
|
|
23760
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
|
|
23688
23761
|
}
|
|
23689
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23762
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23690
23763
|
"class": ' col-lg-12 allcentered mb-4 '
|
|
23691
23764
|
}, /*#__PURE__*/React__default["default"].createElement("a", {
|
|
23692
23765
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
@@ -23700,15 +23773,15 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23700
23773
|
cursor: 'default',
|
|
23701
23774
|
color: sectionproperties.slidertextcolor
|
|
23702
23775
|
}
|
|
23703
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23776
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.address_en)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23704
23777
|
"class": "col-lg-12 allcentered mb-5 d-flex flex-row"
|
|
23705
23778
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23706
23779
|
"class": header_cssstyles.facebook_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
23707
23780
|
onClick: function onClick() {
|
|
23708
|
-
var _authdetailsContext$
|
|
23709
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23710
|
-
var _authdetailsContext$
|
|
23711
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23781
|
+
var _authdetailsContext$i10;
|
|
23782
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink) != null) {
|
|
23783
|
+
var _authdetailsContext$i11;
|
|
23784
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink, '_blank');
|
|
23712
23785
|
}
|
|
23713
23786
|
}
|
|
23714
23787
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
@@ -23716,10 +23789,10 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23716
23789
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23717
23790
|
"class": header_cssstyles.instagram_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
23718
23791
|
onClick: function onClick() {
|
|
23719
|
-
var _authdetailsContext$
|
|
23720
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23721
|
-
var _authdetailsContext$
|
|
23722
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23792
|
+
var _authdetailsContext$i12;
|
|
23793
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
|
|
23794
|
+
var _authdetailsContext$i13;
|
|
23795
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
|
|
23723
23796
|
}
|
|
23724
23797
|
}
|
|
23725
23798
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -23727,10 +23800,10 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23727
23800
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23728
23801
|
"class": header_cssstyles.whatsappbtn + ' m-0 p-0 allcentered mx-3 ',
|
|
23729
23802
|
onClick: function onClick() {
|
|
23730
|
-
var _authdetailsContext$
|
|
23731
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23732
|
-
var _authdetailsContext$
|
|
23733
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23803
|
+
var _authdetailsContext$i14;
|
|
23804
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
|
|
23805
|
+
var _authdetailsContext$i15;
|
|
23806
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber), '_blank');
|
|
23734
23807
|
}
|
|
23735
23808
|
}
|
|
23736
23809
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -28862,7 +28935,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28862
28935
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28863
28936
|
"class": " ".concat(headerstyles$9.navbar) + ' row m-0 w-100 d-flex flex-row align-items-center h-100 '
|
|
28864
28937
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28865
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 ? 'col-lg-4 p-0' : 'col-lg-2 p-0' : 'col-lg-
|
|
28938
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 ? 'col-lg-4 p-0' : 'col-lg-2 p-0' : 'col-lg-2 p-0'
|
|
28866
28939
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28867
28940
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
28868
28941
|
style: {
|
|
@@ -28880,7 +28953,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28880
28953
|
maxHeight: '100%'
|
|
28881
28954
|
}
|
|
28882
28955
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28883
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 ? "".concat(headerstyles$9.nav__item) + ' col-lg-4 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-
|
|
28956
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 ? "".concat(headerstyles$9.nav__item) + ' col-lg-4 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ',
|
|
28884
28957
|
style: {
|
|
28885
28958
|
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
28886
28959
|
}
|
|
@@ -28912,7 +28985,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28912
28985
|
subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
28913
28986
|
}
|
|
28914
28987
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28915
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) > 1 ? 'col-lg-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end' : 'col-lg-
|
|
28988
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) > 1 ? 'col-lg-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end'
|
|
28916
28989
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("i", {
|
|
28917
28990
|
className: header_cssstyles.searchicon + ' h-100 allcentered ',
|
|
28918
28991
|
onClick: function onClick() {
|
|
@@ -43543,7 +43616,7 @@ var Footer4 = function Footer4(props) {
|
|
|
43543
43616
|
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; }
|
|
43544
43617
|
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; }
|
|
43545
43618
|
var Footer5 = function Footer5(props) {
|
|
43546
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$
|
|
43619
|
+
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$i22, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40;
|
|
43547
43620
|
var _useState = React.useState(''),
|
|
43548
43621
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
43549
43622
|
sectionproperties = _useState2[0],
|
|
@@ -43782,57 +43855,16 @@ var Footer5 = function Footer5(props) {
|
|
|
43782
43855
|
className: "col-lg-12 p-0 allcentered mt-2 p-0"
|
|
43783
43856
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43784
43857
|
className: "".concat(footerStyles.footerinformationstyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43785
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43786
|
-
className:
|
|
43787
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43788
|
-
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
43789
|
-
onClick: function onClick() {
|
|
43790
|
-
var _authdetailsContext$i4;
|
|
43791
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
|
|
43792
|
-
var _authdetailsContext$i5;
|
|
43793
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
|
|
43794
|
-
}
|
|
43795
|
-
}
|
|
43796
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43797
|
-
className: "h-100 allcentered"
|
|
43798
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
43799
|
-
size: sectionproperties.facebkbtnniconfontsize
|
|
43800
|
-
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43801
|
-
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43802
|
-
onClick: function onClick() {
|
|
43803
|
-
var _authdetailsContext$i7;
|
|
43804
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
43805
|
-
var _authdetailsContext$i8;
|
|
43806
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
43807
|
-
}
|
|
43808
|
-
}
|
|
43809
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43810
|
-
className: "h-100 allcentered"
|
|
43811
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
43812
|
-
size: sectionproperties.instgrambtniconfontsize
|
|
43813
|
-
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43814
|
-
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43815
|
-
onClick: function onClick() {
|
|
43816
|
-
var _authdetailsContext$i10;
|
|
43817
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.whatsappnumber) != null) {
|
|
43818
|
-
var _authdetailsContext$i11;
|
|
43819
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber), '_blank');
|
|
43820
|
-
}
|
|
43821
|
-
}
|
|
43822
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43823
|
-
className: "h-100 allcentered"
|
|
43824
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
43825
|
-
size: sectionproperties.youtubebtniconfontsize
|
|
43826
|
-
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43827
|
-
className: "col-lg-4 mt-4 p-sm-0"
|
|
43858
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43859
|
+
className: 'col-lg-4 mt-4 p-sm-0'
|
|
43828
43860
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43829
43861
|
className: "row m-0 w-100"
|
|
43830
43862
|
}, sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43831
|
-
className:
|
|
43863
|
+
className: sectionproperties.showhidesubpages == 'Show' ? 'col-lg-6 col-md-12 col-sm-12 p-0' : 'col-lg-12 col-md-12 col-sm-12 p-0 allcentered'
|
|
43832
43864
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43833
43865
|
className: "row m-0 w-100"
|
|
43834
43866
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43835
|
-
className:
|
|
43867
|
+
className: sectionproperties.showhidesubpages == 'Show' ? 'col-lg-12 p-0 d-flex justify-content-md-center ' : 'col-lg-12 p-0 allcentered '
|
|
43836
43868
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43837
43869
|
className: "".concat(footerStyles.footertitlestyles) + ' m-0 p-0 mb-3 wordbreak d-none ',
|
|
43838
43870
|
style: {
|
|
@@ -43841,7 +43873,7 @@ var Footer5 = function Footer5(props) {
|
|
|
43841
43873
|
}, lang.usefullinks)), templatepropcontext.pagesnprop.map(function (item, index) {
|
|
43842
43874
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
43843
43875
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43844
|
-
className:
|
|
43876
|
+
className: sectionproperties.showhidesubpages == 'Show' ? 'col-lg-12 p-0 d-flex justify-content-md-center' : 'col-lg-12 p-0 allcentered'
|
|
43845
43877
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43846
43878
|
onClick: function onClick() {
|
|
43847
43879
|
return routingcountext(item.navigationroute);
|
|
@@ -43849,11 +43881,11 @@ var Footer5 = function Footer5(props) {
|
|
|
43849
43881
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43850
43882
|
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
43851
43883
|
style: {
|
|
43852
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43884
|
+
textAlign: sectionproperties.showhidesubpages == 'Show' ? langdetect == 'en' ? 'left' : 'right' : 'center'
|
|
43853
43885
|
}
|
|
43854
43886
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
43855
43887
|
}
|
|
43856
|
-
}))), sectionproperties.
|
|
43888
|
+
}))), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43857
43889
|
className: "col-lg-6 col-md-12 col-sm-12"
|
|
43858
43890
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43859
43891
|
className: "row m-0 w-100"
|
|
@@ -43919,15 +43951,15 @@ var Footer5 = function Footer5(props) {
|
|
|
43919
43951
|
className: "col-lg-12 p-0 allcentered mt-2"
|
|
43920
43952
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43921
43953
|
className: "".concat(footerStyles.footerinformationstyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43922
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43954
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43923
43955
|
className: "col-lg-12 allcentered"
|
|
43924
43956
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43925
43957
|
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
43926
43958
|
onClick: function onClick() {
|
|
43927
|
-
var _authdetailsContext$
|
|
43928
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43929
|
-
var _authdetailsContext$
|
|
43930
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43959
|
+
var _authdetailsContext$i5;
|
|
43960
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
|
|
43961
|
+
var _authdetailsContext$i6;
|
|
43962
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
|
|
43931
43963
|
}
|
|
43932
43964
|
}
|
|
43933
43965
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -43937,10 +43969,10 @@ var Footer5 = function Footer5(props) {
|
|
|
43937
43969
|
}))), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43938
43970
|
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43939
43971
|
onClick: function onClick() {
|
|
43940
|
-
var _authdetailsContext$
|
|
43941
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43942
|
-
var _authdetailsContext$
|
|
43943
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43972
|
+
var _authdetailsContext$i7;
|
|
43973
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
43974
|
+
var _authdetailsContext$i8;
|
|
43975
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
43944
43976
|
}
|
|
43945
43977
|
}
|
|
43946
43978
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -43950,16 +43982,55 @@ var Footer5 = function Footer5(props) {
|
|
|
43950
43982
|
}))), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43951
43983
|
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43952
43984
|
onClick: function onClick() {
|
|
43953
|
-
var _authdetailsContext$
|
|
43954
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43955
|
-
var _authdetailsContext$
|
|
43956
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43985
|
+
var _authdetailsContext$i9;
|
|
43986
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null) {
|
|
43987
|
+
var _authdetailsContext$i10;
|
|
43988
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.whatsappnumber), '_blank');
|
|
43957
43989
|
}
|
|
43958
43990
|
}
|
|
43959
43991
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43960
43992
|
className: "h-100 allcentered"
|
|
43961
43993
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
43962
43994
|
size: sectionproperties.youtubebtniconfontsize
|
|
43995
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43996
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43997
|
+
onClick: function onClick() {
|
|
43998
|
+
var _authdetailsContext$i12;
|
|
43999
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
|
|
44000
|
+
var _authdetailsContext$i13;
|
|
44001
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
|
|
44002
|
+
}
|
|
44003
|
+
}
|
|
44004
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44005
|
+
className: "h-100 allcentered"
|
|
44006
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
44007
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
44008
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44009
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44010
|
+
onClick: function onClick() {
|
|
44011
|
+
var _authdetailsContext$i15;
|
|
44012
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
|
|
44013
|
+
var _authdetailsContext$i16;
|
|
44014
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
|
|
44015
|
+
}
|
|
44016
|
+
}
|
|
44017
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44018
|
+
className: "h-100 allcentered"
|
|
44019
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
44020
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
44021
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44022
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44023
|
+
onClick: function onClick() {
|
|
44024
|
+
var _authdetailsContext$i18;
|
|
44025
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
|
|
44026
|
+
var _authdetailsContext$i19;
|
|
44027
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.youtubelink, '_blank');
|
|
44028
|
+
}
|
|
44029
|
+
}
|
|
44030
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44031
|
+
className: "h-100 allcentered"
|
|
44032
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
44033
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
43963
44034
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43964
44035
|
className: "col-lg-4 mt-4 pl-md-2 pr-md-2",
|
|
43965
44036
|
style: {
|
|
@@ -44067,7 +44138,92 @@ var Footer5 = function Footer5(props) {
|
|
|
44067
44138
|
width: '80%',
|
|
44068
44139
|
height: '80%'
|
|
44069
44140
|
}
|
|
44070
|
-
})))))))
|
|
44141
|
+
}))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44142
|
+
"class": "col-lg-12 p-0 d-none d-md-flex",
|
|
44143
|
+
style: {
|
|
44144
|
+
zIndex: 1
|
|
44145
|
+
}
|
|
44146
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44147
|
+
className: "col-lg-12 allcentered"
|
|
44148
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44149
|
+
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
44150
|
+
onClick: function onClick() {
|
|
44151
|
+
var _authdetailsContext$i26;
|
|
44152
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.facebooklink) != null) {
|
|
44153
|
+
var _authdetailsContext$i27;
|
|
44154
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink, '_blank');
|
|
44155
|
+
}
|
|
44156
|
+
}
|
|
44157
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44158
|
+
className: "h-100 allcentered"
|
|
44159
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
44160
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
44161
|
+
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44162
|
+
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44163
|
+
onClick: function onClick() {
|
|
44164
|
+
var _authdetailsContext$i29;
|
|
44165
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
|
|
44166
|
+
var _authdetailsContext$i30;
|
|
44167
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
|
|
44168
|
+
}
|
|
44169
|
+
}
|
|
44170
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44171
|
+
className: "h-100 allcentered"
|
|
44172
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
44173
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44174
|
+
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44175
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44176
|
+
onClick: function onClick() {
|
|
44177
|
+
var _authdetailsContext$i32;
|
|
44178
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber) != null) {
|
|
44179
|
+
var _authdetailsContext$i33;
|
|
44180
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber), '_blank');
|
|
44181
|
+
}
|
|
44182
|
+
}
|
|
44183
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44184
|
+
className: "h-100 allcentered"
|
|
44185
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
44186
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
44187
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44188
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44189
|
+
onClick: function onClick() {
|
|
44190
|
+
var _authdetailsContext$i35;
|
|
44191
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null) {
|
|
44192
|
+
var _authdetailsContext$i36;
|
|
44193
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.linkedinlink, '_blank');
|
|
44194
|
+
}
|
|
44195
|
+
}
|
|
44196
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44197
|
+
className: "h-100 allcentered"
|
|
44198
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
44199
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44200
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44201
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44202
|
+
onClick: function onClick() {
|
|
44203
|
+
var _authdetailsContext$i38;
|
|
44204
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.tiktoklink) != null) {
|
|
44205
|
+
var _authdetailsContext$i39;
|
|
44206
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.tiktoklink, '_blank');
|
|
44207
|
+
}
|
|
44208
|
+
}
|
|
44209
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44210
|
+
className: "h-100 allcentered"
|
|
44211
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
44212
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44213
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44214
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44215
|
+
onClick: function onClick() {
|
|
44216
|
+
var _authdetailsContext$i41;
|
|
44217
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
|
|
44218
|
+
var _authdetailsContext$i42;
|
|
44219
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.youtubelink, '_blank');
|
|
44220
|
+
}
|
|
44221
|
+
}
|
|
44222
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44223
|
+
className: "h-100 allcentered"
|
|
44224
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
44225
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44226
|
+
}))))));
|
|
44071
44227
|
};
|
|
44072
44228
|
|
|
44073
44229
|
function ownKeys$1x(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; }
|
|
@@ -46848,7 +47004,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46848
47004
|
"class": "m-0 p-0"
|
|
46849
47005
|
})), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46850
47006
|
"class": "col-lg-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
46851
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47007
|
+
}, sectionproperties.showvisa == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46852
47008
|
className: "".concat(footerStyles.payimgcont),
|
|
46853
47009
|
style: {
|
|
46854
47010
|
width: '50px',
|
|
@@ -46857,7 +47013,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46857
47013
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
46858
47014
|
src: 'https://tabex-co.com/storage/StaticImages/visa.png',
|
|
46859
47015
|
className: "".concat(footerStyles.payimg)
|
|
46860
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47016
|
+
})), sectionproperties.showmastercard == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46861
47017
|
className: "".concat(footerStyles.payimgcont),
|
|
46862
47018
|
style: {
|
|
46863
47019
|
width: '50px',
|
|
@@ -46866,6 +47022,33 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46866
47022
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
46867
47023
|
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
46868
47024
|
className: "".concat(footerStyles.payimg)
|
|
47025
|
+
})), sectionproperties.showmeeza == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47026
|
+
className: "".concat(footerStyles.payimgcont),
|
|
47027
|
+
style: {
|
|
47028
|
+
width: '50px',
|
|
47029
|
+
height: '40px'
|
|
47030
|
+
}
|
|
47031
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
47032
|
+
src: 'https://tabex-co.com/storage/StaticImages/meezaimage.png',
|
|
47033
|
+
className: "".concat(footerStyles.payimg)
|
|
47034
|
+
})), sectionproperties.showewallet == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47035
|
+
className: "".concat(footerStyles.payimgcont),
|
|
47036
|
+
style: {
|
|
47037
|
+
width: '50px',
|
|
47038
|
+
height: '45px'
|
|
47039
|
+
}
|
|
47040
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
47041
|
+
src: 'https://tabex-co.com/storage/StaticImages/ewalletimage.png',
|
|
47042
|
+
className: "".concat(footerStyles.payimg)
|
|
47043
|
+
})), sectionproperties.showvalu == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47044
|
+
className: "".concat(footerStyles.payimgcont),
|
|
47045
|
+
style: {
|
|
47046
|
+
width: '50px',
|
|
47047
|
+
height: '40px'
|
|
47048
|
+
}
|
|
47049
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
47050
|
+
src: 'https://tabex-co.com/storage/StaticImages/valu.png',
|
|
47051
|
+
className: "".concat(footerStyles.payimg)
|
|
46869
47052
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46870
47053
|
"class": "col-lg-12 p-0 my-3",
|
|
46871
47054
|
style: {
|
|
@@ -46875,7 +47058,16 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46875
47058
|
className: "".concat(footerStyles.divider)
|
|
46876
47059
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46877
47060
|
"class": "col-lg-12 p-0 d-flex "
|
|
46878
|
-
}, StoreInformation())
|
|
47061
|
+
}, StoreInformation()), sectionproperties.general_showtext == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47062
|
+
"class": "col-lg-12 p-0 d-flex alcentered"
|
|
47063
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
47064
|
+
"class": "m-0 p-0",
|
|
47065
|
+
style: {
|
|
47066
|
+
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
47067
|
+
color: sectionproperties.generaltext_fontColor,
|
|
47068
|
+
fontWeight: sectionproperties.generaltext_fontWeight
|
|
47069
|
+
}
|
|
47070
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
46879
47071
|
};
|
|
46880
47072
|
|
|
46881
47073
|
function ownKeys$1q(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; }
|
|
@@ -56384,6 +56576,9 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56384
56576
|
var _authdetailsContext$i2;
|
|
56385
56577
|
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber), '_blank');
|
|
56386
56578
|
}
|
|
56579
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
56580
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
56581
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
56387
56582
|
} else {
|
|
56388
56583
|
window.open(sectionproperties.btnlink, '_blank');
|
|
56389
56584
|
}
|
|
@@ -56466,6 +56661,9 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56466
56661
|
var _authdetailsContext$i4;
|
|
56467
56662
|
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber), '_blank');
|
|
56468
56663
|
}
|
|
56664
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
56665
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
56666
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
56469
56667
|
} else {
|
|
56470
56668
|
window.open(sectionproperties.btnlink, '_blank');
|
|
56471
56669
|
}
|
|
@@ -59871,6 +60069,19 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
59871
60069
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar, ' ')));
|
|
59872
60070
|
};
|
|
59873
60071
|
var slideshow_styles = {
|
|
60072
|
+
contt: glamor.css({
|
|
60073
|
+
position: 'relative',
|
|
60074
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
60075
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
60076
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
60077
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
60078
|
+
width: sectionproperties.width + 'vw',
|
|
60079
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60080
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
60081
|
+
'@media (max-width: 800px)': {
|
|
60082
|
+
marginTop: sectionproperties.marginTopResp + 'px'
|
|
60083
|
+
}
|
|
60084
|
+
}),
|
|
59874
60085
|
slideshow_btn: glamor.css({
|
|
59875
60086
|
zIndex: 1000,
|
|
59876
60087
|
height: sectionproperties.generalbtn_height + 'px',
|
|
@@ -60031,15 +60242,8 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
60031
60242
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60032
60243
|
"class": 'col-lg-12 p-0 d-flex justify-content-center'
|
|
60033
60244
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60245
|
+
"class": slideshow_styles.contt,
|
|
60034
60246
|
style: {
|
|
60035
|
-
position: 'relative',
|
|
60036
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
60037
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
60038
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
60039
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
60040
|
-
width: sectionproperties.width + 'vw',
|
|
60041
|
-
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60042
|
-
marginTop: sectionproperties.marginTop + 'px'
|
|
60043
60247
|
// height: sectionproperties.height + 'vh',
|
|
60044
60248
|
}
|
|
60045
60249
|
}, /*#__PURE__*/React__default["default"].createElement(reactSlideshowImage.Fade, _extends__default["default"]({}, Slideshowsettings, {
|