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.esm.js
CHANGED
|
@@ -22061,6 +22061,42 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22061
22061
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
22062
22062
|
"class": "m-0"
|
|
22063
22063
|
}))));
|
|
22064
|
+
})))), sectionproperties.searchbar_show == 'Hide' && sectionproperties.logocentered == 'Centered' && sectionproperties.cartBtnShow == 'Hide' && sectionproperties.favBtnShow == 'Hide' && /*#__PURE__*/React.createElement("div", {
|
|
22065
|
+
className: 'allcentered resposiveheader_languagedropdown',
|
|
22066
|
+
style: {
|
|
22067
|
+
marginLeft: langdetect == 'en' ? '0.25rem' : 0,
|
|
22068
|
+
marginRight: langdetect == 'ar' ? '0.25rem' : 0
|
|
22069
|
+
}
|
|
22070
|
+
}, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
|
22071
|
+
className: ' row m-0 w-100 allcentered ',
|
|
22072
|
+
style: {
|
|
22073
|
+
direction: 'rtl',
|
|
22074
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
22075
|
+
},
|
|
22076
|
+
onClick: function onClick() {
|
|
22077
|
+
setlang('ar');
|
|
22078
|
+
}
|
|
22079
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
22080
|
+
"class": "m-0 p-0 font-weight-500"
|
|
22081
|
+
}, "\u0639"), /*#__PURE__*/React.createElement("i", {
|
|
22082
|
+
className: langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'
|
|
22083
|
+
}, /*#__PURE__*/React.createElement(BiChevronDown, {
|
|
22084
|
+
size: 20
|
|
22085
|
+
}))), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
|
|
22086
|
+
className: ' row m-0 w-100 allcentered ',
|
|
22087
|
+
style: {
|
|
22088
|
+
direction: 'ltr',
|
|
22089
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
22090
|
+
},
|
|
22091
|
+
onClick: function onClick() {
|
|
22092
|
+
setlang('en');
|
|
22093
|
+
}
|
|
22094
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
22095
|
+
"class": "m-0 p-0 font-weight-500 mr-1"
|
|
22096
|
+
}, "En"), /*#__PURE__*/React.createElement("i", {
|
|
22097
|
+
className: "h-100 allcentered"
|
|
22098
|
+
}, /*#__PURE__*/React.createElement(BiChevronDown, {
|
|
22099
|
+
size: 20
|
|
22064
22100
|
}))))), menuactive == true && /*#__PURE__*/React.createElement("div", {
|
|
22065
22101
|
"class": "px-4 py-4 scrollvertical",
|
|
22066
22102
|
style: {
|
|
@@ -23030,7 +23066,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23030
23066
|
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; }
|
|
23031
23067
|
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(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; }
|
|
23032
23068
|
var ElegantHeader = function ElegantHeader(props) {
|
|
23033
|
-
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$
|
|
23069
|
+
var _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i8, _authdetailsContext$i9;
|
|
23034
23070
|
var _useState = useState(''),
|
|
23035
23071
|
_useState2 = _slicedToArray(_useState, 2),
|
|
23036
23072
|
sectionproperties = _useState2[0],
|
|
@@ -23067,6 +23103,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23067
23103
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
23068
23104
|
openSearchBar = _useState10[0],
|
|
23069
23105
|
setopenSearchBar = _useState10[1];
|
|
23106
|
+
var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
|
|
23070
23107
|
useEffect(function () {
|
|
23071
23108
|
var secpropobj = {};
|
|
23072
23109
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -23358,7 +23395,43 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23358
23395
|
style: {
|
|
23359
23396
|
maxWidth: '200px'
|
|
23360
23397
|
}
|
|
23361
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)
|
|
23398
|
+
}, 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.createElement("div", {
|
|
23399
|
+
"class": ' d-flex align-items-center '
|
|
23400
|
+
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
23401
|
+
"class": ' d-flex align-items-center justify-content-center '
|
|
23402
|
+
}, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
|
23403
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
23404
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
23405
|
+
"class": "m-0 p-0 mr-2 ml-2"
|
|
23406
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
|
|
23407
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
23408
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
23409
|
+
"class": "m-0 p-0 ml-2 mr-2"
|
|
23410
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.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) {
|
|
23411
|
+
var _authdetailsContext$i6;
|
|
23412
|
+
return /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
23413
|
+
onClick: function onClick() {
|
|
23414
|
+
setcurrencyfunccontext(item);
|
|
23415
|
+
}
|
|
23416
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
23417
|
+
"class": "row m-0 w-100"
|
|
23418
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
23419
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
23420
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
23421
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer)
|
|
23422
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
23423
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
23424
|
+
style: {
|
|
23425
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
23426
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
23427
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
23428
|
+
}
|
|
23429
|
+
}, 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.createElement("div", {
|
|
23430
|
+
"class": "col-lg-12 p-0"
|
|
23431
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
23432
|
+
"class": "m-0"
|
|
23433
|
+
}))));
|
|
23434
|
+
}))))), /*#__PURE__*/React.createElement("div", {
|
|
23362
23435
|
"class": "col-lg-4 p-0 allcentered"
|
|
23363
23436
|
}, sectionproperties.textslidertype == 'Slider' && /*#__PURE__*/React.createElement("marquee", null, /*#__PURE__*/React.createElement("span", {
|
|
23364
23437
|
"class": "d-flex flex-row align-items-center justify-content-center"
|
|
@@ -23634,10 +23707,10 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23634
23707
|
}, /*#__PURE__*/React.createElement("p", {
|
|
23635
23708
|
"class": header_cssstyles.slidertext + ' m-0 p-0 text-center ',
|
|
23636
23709
|
onClick: function onClick() {
|
|
23637
|
-
var _authdetailsContext$
|
|
23638
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23710
|
+
var _authdetailsContext$i7;
|
|
23711
|
+
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');
|
|
23639
23712
|
}
|
|
23640
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23713
|
+
}, 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.createElement("div", {
|
|
23641
23714
|
"class": ' col-lg-12 allcentered mb-4 '
|
|
23642
23715
|
}, /*#__PURE__*/React.createElement("a", {
|
|
23643
23716
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
@@ -23651,15 +23724,15 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23651
23724
|
cursor: 'default',
|
|
23652
23725
|
color: sectionproperties.slidertextcolor
|
|
23653
23726
|
}
|
|
23654
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23727
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.address_en)), /*#__PURE__*/React.createElement("div", {
|
|
23655
23728
|
"class": "col-lg-12 allcentered mb-5 d-flex flex-row"
|
|
23656
23729
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
23657
23730
|
"class": header_cssstyles.facebook_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
23658
23731
|
onClick: function onClick() {
|
|
23659
|
-
var _authdetailsContext$
|
|
23660
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23661
|
-
var _authdetailsContext$
|
|
23662
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23732
|
+
var _authdetailsContext$i10;
|
|
23733
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink) != null) {
|
|
23734
|
+
var _authdetailsContext$i11;
|
|
23735
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink, '_blank');
|
|
23663
23736
|
}
|
|
23664
23737
|
}
|
|
23665
23738
|
}, /*#__PURE__*/React.createElement(FaFacebook, {
|
|
@@ -23667,10 +23740,10 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23667
23740
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
23668
23741
|
"class": header_cssstyles.instagram_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
23669
23742
|
onClick: function onClick() {
|
|
23670
|
-
var _authdetailsContext$
|
|
23671
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23672
|
-
var _authdetailsContext$
|
|
23673
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23743
|
+
var _authdetailsContext$i12;
|
|
23744
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
|
|
23745
|
+
var _authdetailsContext$i13;
|
|
23746
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
|
|
23674
23747
|
}
|
|
23675
23748
|
}
|
|
23676
23749
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -23678,10 +23751,10 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23678
23751
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
23679
23752
|
"class": header_cssstyles.whatsappbtn + ' m-0 p-0 allcentered mx-3 ',
|
|
23680
23753
|
onClick: function onClick() {
|
|
23681
|
-
var _authdetailsContext$
|
|
23682
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23683
|
-
var _authdetailsContext$
|
|
23684
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23754
|
+
var _authdetailsContext$i14;
|
|
23755
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
|
|
23756
|
+
var _authdetailsContext$i15;
|
|
23757
|
+
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');
|
|
23685
23758
|
}
|
|
23686
23759
|
}
|
|
23687
23760
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -28813,7 +28886,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28813
28886
|
}, /*#__PURE__*/React.createElement("div", {
|
|
28814
28887
|
"class": " ".concat(headerstyles$9.navbar) + ' row m-0 w-100 d-flex flex-row align-items-center h-100 '
|
|
28815
28888
|
}, /*#__PURE__*/React.createElement("div", {
|
|
28816
|
-
"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-
|
|
28889
|
+
"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'
|
|
28817
28890
|
}, /*#__PURE__*/React.createElement("div", {
|
|
28818
28891
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
28819
28892
|
style: {
|
|
@@ -28831,7 +28904,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28831
28904
|
maxHeight: '100%'
|
|
28832
28905
|
}
|
|
28833
28906
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
28834
|
-
"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-
|
|
28907
|
+
"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 ',
|
|
28835
28908
|
style: {
|
|
28836
28909
|
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
28837
28910
|
}
|
|
@@ -28863,7 +28936,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28863
28936
|
subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
28864
28937
|
}
|
|
28865
28938
|
})), /*#__PURE__*/React.createElement("div", {
|
|
28866
|
-
"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-
|
|
28939
|
+
"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'
|
|
28867
28940
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("i", {
|
|
28868
28941
|
className: header_cssstyles.searchicon + ' h-100 allcentered ',
|
|
28869
28942
|
onClick: function onClick() {
|
|
@@ -43494,7 +43567,7 @@ var Footer4 = function Footer4(props) {
|
|
|
43494
43567
|
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; }
|
|
43495
43568
|
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(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; }
|
|
43496
43569
|
var Footer5 = function Footer5(props) {
|
|
43497
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$
|
|
43570
|
+
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;
|
|
43498
43571
|
var _useState = useState(''),
|
|
43499
43572
|
_useState2 = _slicedToArray(_useState, 2),
|
|
43500
43573
|
sectionproperties = _useState2[0],
|
|
@@ -43733,57 +43806,16 @@ var Footer5 = function Footer5(props) {
|
|
|
43733
43806
|
className: "col-lg-12 p-0 allcentered mt-2 p-0"
|
|
43734
43807
|
}, /*#__PURE__*/React.createElement("p", {
|
|
43735
43808
|
className: "".concat(footerStyles.footerinformationstyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43736
|
-
}, 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.createElement("div", {
|
|
43737
|
-
className:
|
|
43738
|
-
}, 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.createElement("div", {
|
|
43739
|
-
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
43740
|
-
onClick: function onClick() {
|
|
43741
|
-
var _authdetailsContext$i4;
|
|
43742
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
|
|
43743
|
-
var _authdetailsContext$i5;
|
|
43744
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
|
|
43745
|
-
}
|
|
43746
|
-
}
|
|
43747
|
-
}, /*#__PURE__*/React.createElement("i", {
|
|
43748
|
-
className: "h-100 allcentered"
|
|
43749
|
-
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
43750
|
-
size: sectionproperties.facebkbtnniconfontsize
|
|
43751
|
-
}))), 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.createElement("div", {
|
|
43752
|
-
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43753
|
-
onClick: function onClick() {
|
|
43754
|
-
var _authdetailsContext$i7;
|
|
43755
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
43756
|
-
var _authdetailsContext$i8;
|
|
43757
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
43758
|
-
}
|
|
43759
|
-
}
|
|
43760
|
-
}, /*#__PURE__*/React.createElement("i", {
|
|
43761
|
-
className: "h-100 allcentered"
|
|
43762
|
-
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
43763
|
-
size: sectionproperties.instgrambtniconfontsize
|
|
43764
|
-
}))), 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.createElement("div", {
|
|
43765
|
-
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43766
|
-
onClick: function onClick() {
|
|
43767
|
-
var _authdetailsContext$i10;
|
|
43768
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.whatsappnumber) != null) {
|
|
43769
|
-
var _authdetailsContext$i11;
|
|
43770
|
-
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');
|
|
43771
|
-
}
|
|
43772
|
-
}
|
|
43773
|
-
}, /*#__PURE__*/React.createElement("i", {
|
|
43774
|
-
className: "h-100 allcentered"
|
|
43775
|
-
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
43776
|
-
size: sectionproperties.youtubebtniconfontsize
|
|
43777
|
-
})))))), /*#__PURE__*/React.createElement("div", {
|
|
43778
|
-
className: "col-lg-4 mt-4 p-sm-0"
|
|
43809
|
+
}, 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.createElement("div", {
|
|
43810
|
+
className: 'col-lg-4 mt-4 p-sm-0'
|
|
43779
43811
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43780
43812
|
className: "row m-0 w-100"
|
|
43781
43813
|
}, sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43782
|
-
className:
|
|
43814
|
+
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'
|
|
43783
43815
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43784
43816
|
className: "row m-0 w-100"
|
|
43785
43817
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43786
|
-
className:
|
|
43818
|
+
className: sectionproperties.showhidesubpages == 'Show' ? 'col-lg-12 p-0 d-flex justify-content-md-center ' : 'col-lg-12 p-0 allcentered '
|
|
43787
43819
|
}, /*#__PURE__*/React.createElement("p", {
|
|
43788
43820
|
className: "".concat(footerStyles.footertitlestyles) + ' m-0 p-0 mb-3 wordbreak d-none ',
|
|
43789
43821
|
style: {
|
|
@@ -43792,7 +43824,7 @@ var Footer5 = function Footer5(props) {
|
|
|
43792
43824
|
}, lang.usefullinks)), templatepropcontext.pagesnprop.map(function (item, index) {
|
|
43793
43825
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
43794
43826
|
return /*#__PURE__*/React.createElement("div", {
|
|
43795
|
-
className:
|
|
43827
|
+
className: sectionproperties.showhidesubpages == 'Show' ? 'col-lg-12 p-0 d-flex justify-content-md-center' : 'col-lg-12 p-0 allcentered'
|
|
43796
43828
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43797
43829
|
onClick: function onClick() {
|
|
43798
43830
|
return routingcountext(item.navigationroute);
|
|
@@ -43800,11 +43832,11 @@ var Footer5 = function Footer5(props) {
|
|
|
43800
43832
|
}, /*#__PURE__*/React.createElement("p", {
|
|
43801
43833
|
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
43802
43834
|
style: {
|
|
43803
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43835
|
+
textAlign: sectionproperties.showhidesubpages == 'Show' ? langdetect == 'en' ? 'left' : 'right' : 'center'
|
|
43804
43836
|
}
|
|
43805
43837
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
43806
43838
|
}
|
|
43807
|
-
}))), sectionproperties.
|
|
43839
|
+
}))), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43808
43840
|
className: "col-lg-6 col-md-12 col-sm-12"
|
|
43809
43841
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43810
43842
|
className: "row m-0 w-100"
|
|
@@ -43870,15 +43902,15 @@ var Footer5 = function Footer5(props) {
|
|
|
43870
43902
|
className: "col-lg-12 p-0 allcentered mt-2"
|
|
43871
43903
|
}, /*#__PURE__*/React.createElement("p", {
|
|
43872
43904
|
className: "".concat(footerStyles.footerinformationstyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43873
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43905
|
+
}, 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.createElement("div", {
|
|
43874
43906
|
className: "col-lg-12 allcentered"
|
|
43875
43907
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43876
43908
|
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
43877
43909
|
onClick: function onClick() {
|
|
43878
|
-
var _authdetailsContext$
|
|
43879
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43880
|
-
var _authdetailsContext$
|
|
43881
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43910
|
+
var _authdetailsContext$i5;
|
|
43911
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
|
|
43912
|
+
var _authdetailsContext$i6;
|
|
43913
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
|
|
43882
43914
|
}
|
|
43883
43915
|
}
|
|
43884
43916
|
}, /*#__PURE__*/React.createElement("i", {
|
|
@@ -43888,10 +43920,10 @@ var Footer5 = function Footer5(props) {
|
|
|
43888
43920
|
}))), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43889
43921
|
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43890
43922
|
onClick: function onClick() {
|
|
43891
|
-
var _authdetailsContext$
|
|
43892
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43893
|
-
var _authdetailsContext$
|
|
43894
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43923
|
+
var _authdetailsContext$i7;
|
|
43924
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
43925
|
+
var _authdetailsContext$i8;
|
|
43926
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
43895
43927
|
}
|
|
43896
43928
|
}
|
|
43897
43929
|
}, /*#__PURE__*/React.createElement("i", {
|
|
@@ -43901,16 +43933,55 @@ var Footer5 = function Footer5(props) {
|
|
|
43901
43933
|
}))), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43902
43934
|
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43903
43935
|
onClick: function onClick() {
|
|
43904
|
-
var _authdetailsContext$
|
|
43905
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43906
|
-
var _authdetailsContext$
|
|
43907
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43936
|
+
var _authdetailsContext$i9;
|
|
43937
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null) {
|
|
43938
|
+
var _authdetailsContext$i10;
|
|
43939
|
+
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');
|
|
43908
43940
|
}
|
|
43909
43941
|
}
|
|
43910
43942
|
}, /*#__PURE__*/React.createElement("i", {
|
|
43911
43943
|
className: "h-100 allcentered"
|
|
43912
43944
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
43913
43945
|
size: sectionproperties.youtubebtniconfontsize
|
|
43946
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
43947
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43948
|
+
onClick: function onClick() {
|
|
43949
|
+
var _authdetailsContext$i12;
|
|
43950
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
|
|
43951
|
+
var _authdetailsContext$i13;
|
|
43952
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
|
|
43953
|
+
}
|
|
43954
|
+
}
|
|
43955
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
43956
|
+
className: "h-100 allcentered"
|
|
43957
|
+
}, /*#__PURE__*/React.createElement(FaLinkedinIn, {
|
|
43958
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
43959
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
43960
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43961
|
+
onClick: function onClick() {
|
|
43962
|
+
var _authdetailsContext$i15;
|
|
43963
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
|
|
43964
|
+
var _authdetailsContext$i16;
|
|
43965
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
|
|
43966
|
+
}
|
|
43967
|
+
}
|
|
43968
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
43969
|
+
className: "h-100 allcentered"
|
|
43970
|
+
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
43971
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
43972
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
|
|
43973
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43974
|
+
onClick: function onClick() {
|
|
43975
|
+
var _authdetailsContext$i18;
|
|
43976
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
|
|
43977
|
+
var _authdetailsContext$i19;
|
|
43978
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.youtubelink, '_blank');
|
|
43979
|
+
}
|
|
43980
|
+
}
|
|
43981
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
43982
|
+
className: "h-100 allcentered"
|
|
43983
|
+
}, /*#__PURE__*/React.createElement(AiFillYoutube, {
|
|
43984
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
43914
43985
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
43915
43986
|
className: "col-lg-4 mt-4 pl-md-2 pr-md-2",
|
|
43916
43987
|
style: {
|
|
@@ -44018,7 +44089,92 @@ var Footer5 = function Footer5(props) {
|
|
|
44018
44089
|
width: '80%',
|
|
44019
44090
|
height: '80%'
|
|
44020
44091
|
}
|
|
44021
|
-
})))))))
|
|
44092
|
+
}))))))), /*#__PURE__*/React.createElement("div", {
|
|
44093
|
+
"class": "col-lg-12 p-0 d-none d-md-flex",
|
|
44094
|
+
style: {
|
|
44095
|
+
zIndex: 1
|
|
44096
|
+
}
|
|
44097
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44098
|
+
className: "col-lg-12 allcentered"
|
|
44099
|
+
}, 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.createElement("div", {
|
|
44100
|
+
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
44101
|
+
onClick: function onClick() {
|
|
44102
|
+
var _authdetailsContext$i26;
|
|
44103
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.facebooklink) != null) {
|
|
44104
|
+
var _authdetailsContext$i27;
|
|
44105
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink, '_blank');
|
|
44106
|
+
}
|
|
44107
|
+
}
|
|
44108
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44109
|
+
className: "h-100 allcentered"
|
|
44110
|
+
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
44111
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
44112
|
+
}))), 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.createElement("div", {
|
|
44113
|
+
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44114
|
+
onClick: function onClick() {
|
|
44115
|
+
var _authdetailsContext$i29;
|
|
44116
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
|
|
44117
|
+
var _authdetailsContext$i30;
|
|
44118
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
|
|
44119
|
+
}
|
|
44120
|
+
}
|
|
44121
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44122
|
+
className: "h-100 allcentered"
|
|
44123
|
+
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
44124
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44125
|
+
}))), 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.createElement("div", {
|
|
44126
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44127
|
+
onClick: function onClick() {
|
|
44128
|
+
var _authdetailsContext$i32;
|
|
44129
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber) != null) {
|
|
44130
|
+
var _authdetailsContext$i33;
|
|
44131
|
+
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');
|
|
44132
|
+
}
|
|
44133
|
+
}
|
|
44134
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44135
|
+
className: "h-100 allcentered"
|
|
44136
|
+
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
44137
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
44138
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
44139
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44140
|
+
onClick: function onClick() {
|
|
44141
|
+
var _authdetailsContext$i35;
|
|
44142
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null) {
|
|
44143
|
+
var _authdetailsContext$i36;
|
|
44144
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.linkedinlink, '_blank');
|
|
44145
|
+
}
|
|
44146
|
+
}
|
|
44147
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44148
|
+
className: "h-100 allcentered"
|
|
44149
|
+
}, /*#__PURE__*/React.createElement(FaLinkedinIn, {
|
|
44150
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44151
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
44152
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44153
|
+
onClick: function onClick() {
|
|
44154
|
+
var _authdetailsContext$i38;
|
|
44155
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.tiktoklink) != null) {
|
|
44156
|
+
var _authdetailsContext$i39;
|
|
44157
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.tiktoklink, '_blank');
|
|
44158
|
+
}
|
|
44159
|
+
}
|
|
44160
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44161
|
+
className: "h-100 allcentered"
|
|
44162
|
+
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
44163
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44164
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
|
|
44165
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44166
|
+
onClick: function onClick() {
|
|
44167
|
+
var _authdetailsContext$i41;
|
|
44168
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
|
|
44169
|
+
var _authdetailsContext$i42;
|
|
44170
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.youtubelink, '_blank');
|
|
44171
|
+
}
|
|
44172
|
+
}
|
|
44173
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44174
|
+
className: "h-100 allcentered"
|
|
44175
|
+
}, /*#__PURE__*/React.createElement(AiFillYoutube, {
|
|
44176
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44177
|
+
}))))));
|
|
44022
44178
|
};
|
|
44023
44179
|
|
|
44024
44180
|
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; }
|
|
@@ -46799,7 +46955,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46799
46955
|
"class": "m-0 p-0"
|
|
46800
46956
|
})), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46801
46957
|
"class": "col-lg-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
46802
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
46958
|
+
}, sectionproperties.showvisa == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46803
46959
|
className: "".concat(footerStyles.payimgcont),
|
|
46804
46960
|
style: {
|
|
46805
46961
|
width: '50px',
|
|
@@ -46808,7 +46964,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46808
46964
|
}, /*#__PURE__*/React.createElement("img", {
|
|
46809
46965
|
src: 'https://tabex-co.com/storage/StaticImages/visa.png',
|
|
46810
46966
|
className: "".concat(footerStyles.payimg)
|
|
46811
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
46967
|
+
})), sectionproperties.showmastercard == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46812
46968
|
className: "".concat(footerStyles.payimgcont),
|
|
46813
46969
|
style: {
|
|
46814
46970
|
width: '50px',
|
|
@@ -46817,6 +46973,33 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46817
46973
|
}, /*#__PURE__*/React.createElement("img", {
|
|
46818
46974
|
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
46819
46975
|
className: "".concat(footerStyles.payimg)
|
|
46976
|
+
})), sectionproperties.showmeeza == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46977
|
+
className: "".concat(footerStyles.payimgcont),
|
|
46978
|
+
style: {
|
|
46979
|
+
width: '50px',
|
|
46980
|
+
height: '40px'
|
|
46981
|
+
}
|
|
46982
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
46983
|
+
src: 'https://tabex-co.com/storage/StaticImages/meezaimage.png',
|
|
46984
|
+
className: "".concat(footerStyles.payimg)
|
|
46985
|
+
})), sectionproperties.showewallet == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46986
|
+
className: "".concat(footerStyles.payimgcont),
|
|
46987
|
+
style: {
|
|
46988
|
+
width: '50px',
|
|
46989
|
+
height: '45px'
|
|
46990
|
+
}
|
|
46991
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
46992
|
+
src: 'https://tabex-co.com/storage/StaticImages/ewalletimage.png',
|
|
46993
|
+
className: "".concat(footerStyles.payimg)
|
|
46994
|
+
})), sectionproperties.showvalu == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46995
|
+
className: "".concat(footerStyles.payimgcont),
|
|
46996
|
+
style: {
|
|
46997
|
+
width: '50px',
|
|
46998
|
+
height: '40px'
|
|
46999
|
+
}
|
|
47000
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
47001
|
+
src: 'https://tabex-co.com/storage/StaticImages/valu.png',
|
|
47002
|
+
className: "".concat(footerStyles.payimg)
|
|
46820
47003
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
46821
47004
|
"class": "col-lg-12 p-0 my-3",
|
|
46822
47005
|
style: {
|
|
@@ -46826,7 +47009,16 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46826
47009
|
className: "".concat(footerStyles.divider)
|
|
46827
47010
|
})), /*#__PURE__*/React.createElement("div", {
|
|
46828
47011
|
"class": "col-lg-12 p-0 d-flex "
|
|
46829
|
-
}, StoreInformation())
|
|
47012
|
+
}, StoreInformation()), sectionproperties.general_showtext == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
47013
|
+
"class": "col-lg-12 p-0 d-flex alcentered"
|
|
47014
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
47015
|
+
"class": "m-0 p-0",
|
|
47016
|
+
style: {
|
|
47017
|
+
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
47018
|
+
color: sectionproperties.generaltext_fontColor,
|
|
47019
|
+
fontWeight: sectionproperties.generaltext_fontWeight
|
|
47020
|
+
}
|
|
47021
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
46830
47022
|
};
|
|
46831
47023
|
|
|
46832
47024
|
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; }
|
|
@@ -56335,6 +56527,9 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56335
56527
|
var _authdetailsContext$i2;
|
|
56336
56528
|
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');
|
|
56337
56529
|
}
|
|
56530
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
56531
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
56532
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
56338
56533
|
} else {
|
|
56339
56534
|
window.open(sectionproperties.btnlink, '_blank');
|
|
56340
56535
|
}
|
|
@@ -56417,6 +56612,9 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56417
56612
|
var _authdetailsContext$i4;
|
|
56418
56613
|
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');
|
|
56419
56614
|
}
|
|
56615
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
56616
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
56617
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
56420
56618
|
} else {
|
|
56421
56619
|
window.open(sectionproperties.btnlink, '_blank');
|
|
56422
56620
|
}
|
|
@@ -59822,6 +60020,19 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
59822
60020
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar, ' ')));
|
|
59823
60021
|
};
|
|
59824
60022
|
var slideshow_styles = {
|
|
60023
|
+
contt: css({
|
|
60024
|
+
position: 'relative',
|
|
60025
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
60026
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
60027
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
60028
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
60029
|
+
width: sectionproperties.width + 'vw',
|
|
60030
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60031
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
60032
|
+
'@media (max-width: 800px)': {
|
|
60033
|
+
marginTop: sectionproperties.marginTopResp + 'px'
|
|
60034
|
+
}
|
|
60035
|
+
}),
|
|
59825
60036
|
slideshow_btn: css({
|
|
59826
60037
|
zIndex: 1000,
|
|
59827
60038
|
height: sectionproperties.generalbtn_height + 'px',
|
|
@@ -59982,15 +60193,8 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
59982
60193
|
}, /*#__PURE__*/React.createElement("div", {
|
|
59983
60194
|
"class": 'col-lg-12 p-0 d-flex justify-content-center'
|
|
59984
60195
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60196
|
+
"class": slideshow_styles.contt,
|
|
59985
60197
|
style: {
|
|
59986
|
-
position: 'relative',
|
|
59987
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
59988
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
59989
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
59990
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
59991
|
-
width: sectionproperties.width + 'vw',
|
|
59992
|
-
marginBottom: sectionproperties.marginBottom + 'px',
|
|
59993
|
-
marginTop: sectionproperties.marginTop + 'px'
|
|
59994
60198
|
// height: sectionproperties.height + 'vh',
|
|
59995
60199
|
}
|
|
59996
60200
|
}, /*#__PURE__*/React.createElement(Fade, _extends({}, Slideshowsettings, {
|