tabexseriescomponents 0.0.396 → 0.0.398
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 +164 -59
- package/dist/index.esm.js +164 -59
- package/dist/index.umd.js +164 -59
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3068,7 +3068,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3068
3068
|
function ownKeys$2p(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; }
|
|
3069
3069
|
function _objectSpread$2p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2p(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
3070
3070
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
3071
|
-
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6,
|
|
3071
|
+
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14;
|
|
3072
3072
|
var langdetect = props.actions.langdetect;
|
|
3073
3073
|
var lang = props.actions.lang;
|
|
3074
3074
|
var sectionproperties = props.actions.sectionproperties;
|
|
@@ -3431,19 +3431,40 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3431
3431
|
} else {
|
|
3432
3432
|
slot = slotsubstr + slotsubstr2 + ' AM';
|
|
3433
3433
|
}
|
|
3434
|
-
|
|
3435
|
-
"
|
|
3436
|
-
|
|
3437
|
-
"
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
"
|
|
3446
|
-
|
|
3434
|
+
if (item.available) {
|
|
3435
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3436
|
+
"class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
|
|
3437
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
3438
|
+
"class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
|
|
3439
|
+
style: {},
|
|
3440
|
+
onClick: function onClick() {
|
|
3441
|
+
setaddtocardpayloadobj(_objectSpread$2p(_objectSpread$2p({}, addtocardpayloadobj), {}, {
|
|
3442
|
+
time: item.slot
|
|
3443
|
+
}));
|
|
3444
|
+
}
|
|
3445
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
3446
|
+
"class": ' p-0 m-0 '
|
|
3447
|
+
}, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
|
|
3448
|
+
} else {
|
|
3449
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3450
|
+
"class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
|
|
3451
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
3452
|
+
"class": ' allcentered px-1 showcrossicon ',
|
|
3453
|
+
style: {
|
|
3454
|
+
cursor: 'not-allowed',
|
|
3455
|
+
minWidth: '6vh',
|
|
3456
|
+
height: '5vh',
|
|
3457
|
+
borderRadius: sectionproperties.time_borderRadius + 'px',
|
|
3458
|
+
backgroundColor: sectionproperties.time_bgcolor,
|
|
3459
|
+
border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
|
|
3460
|
+
color: sectionproperties.time_timeColor,
|
|
3461
|
+
fontWeight: sectionproperties.time_timeFontweight,
|
|
3462
|
+
fontSize: sectionproperties.time_timeFontsize + 'px'
|
|
3463
|
+
}
|
|
3464
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
3465
|
+
"class": ' p-0 m-0 '
|
|
3466
|
+
}, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
|
|
3467
|
+
}
|
|
3447
3468
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
3448
3469
|
className: "col-lg-12 p-0 mb-3"
|
|
3449
3470
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -3553,7 +3574,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3553
3574
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3554
3575
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
3555
3576
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3556
|
-
})), langdetect == 'en' ?
|
|
3577
|
+
})), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer9 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.productactionbuttontext_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React.createElement("div", {
|
|
3557
3578
|
className: ' d-flex align-items-center justify-content-center '
|
|
3558
3579
|
}, /*#__PURE__*/React.createElement(CircularProgress, {
|
|
3559
3580
|
color: "white",
|
|
@@ -3595,15 +3616,15 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3595
3616
|
}, /*#__PURE__*/React.createElement("button", {
|
|
3596
3617
|
className: "".concat(productinfo_cssstyles.cart_btn) + ' w-100 d-flex align-items-center justify-content-center ',
|
|
3597
3618
|
onClick: function onClick() {
|
|
3598
|
-
var
|
|
3599
|
-
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3619
|
+
var _fetchProductInfoQuer11, _fetchProductInfoQuer12;
|
|
3620
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.serviceinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.scheduletype) == 'days') {
|
|
3600
3621
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
3601
3622
|
addtocartfunc();
|
|
3602
3623
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
3603
3624
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
3604
3625
|
}
|
|
3605
3626
|
}
|
|
3606
|
-
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3627
|
+
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.serviceinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.scheduletype) == 'minutes') {
|
|
3607
3628
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
3608
3629
|
addtocartfunc();
|
|
3609
3630
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
@@ -3636,7 +3657,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3636
3657
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3637
3658
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
3638
3659
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3639
|
-
})), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3660
|
+
})), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer13 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.productactionbuttontext_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React.createElement("div", {
|
|
3640
3661
|
className: ' d-flex align-items-center justify-content-center '
|
|
3641
3662
|
}, /*#__PURE__*/React.createElement(CircularProgress, {
|
|
3642
3663
|
color: "white",
|
|
@@ -3680,13 +3701,13 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3680
3701
|
}, /*#__PURE__*/React.createElement("button", {
|
|
3681
3702
|
className: "".concat(productinfo_cssstyles.checkoutbtn, " ") + ' d-flex align-items-center justify-content-center ml-sm-auto mr-sm-auto mb-sm-2 ',
|
|
3682
3703
|
onClick: function onClick() {
|
|
3683
|
-
var
|
|
3684
|
-
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3704
|
+
var _fetchProductInfoQuer15, _fetchProductInfoQuer16;
|
|
3705
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer15 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.productinfo) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.serviceinfo) === null || _fetchProductInfoQuer15 === void 0 ? void 0 : _fetchProductInfoQuer15.scheduletype) == 'days') {
|
|
3685
3706
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
3686
3707
|
addtocartfunc();
|
|
3687
3708
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
3688
3709
|
}
|
|
3689
|
-
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3710
|
+
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer16 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.productinfo) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.serviceinfo) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.scheduletype) == 'minutes') {
|
|
3690
3711
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
3691
3712
|
addtocartfunc();
|
|
3692
3713
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
@@ -6313,6 +6334,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6313
6334
|
color: sectionproperties.navigationtextactivecolor
|
|
6314
6335
|
})
|
|
6315
6336
|
};
|
|
6337
|
+
props.actions.templateproperties_context;
|
|
6316
6338
|
var _useState7 = useState([{
|
|
6317
6339
|
tabname: lang.accountinformation,
|
|
6318
6340
|
route: StaticPagesLinksContext.accountinfo,
|
|
@@ -20981,7 +21003,15 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
20981
21003
|
style: {
|
|
20982
21004
|
minWidth: '200px'
|
|
20983
21005
|
}
|
|
20984
|
-
},
|
|
21006
|
+
}, /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
21007
|
+
onClick: function onClick() {
|
|
21008
|
+
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
21009
|
+
}
|
|
21010
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21011
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
|
|
21012
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
21013
|
+
"class": ' allcenetered m-0 p-0 '
|
|
21014
|
+
}, langdetect == 'en' ? 'My Account' : 'حسابى'))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
20985
21015
|
onClick: function onClick() {
|
|
20986
21016
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
20987
21017
|
}
|
|
@@ -27070,7 +27100,13 @@ var Header8 = function Header8(props) {
|
|
|
27070
27100
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
27071
27101
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
27072
27102
|
}
|
|
27073
|
-
},
|
|
27103
|
+
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
27104
|
+
"class": "col-lg-12 p-0"
|
|
27105
|
+
}, /*#__PURE__*/React.createElement(MarqueeHeader, {
|
|
27106
|
+
sectionpropertiesprops: sectionproperties,
|
|
27107
|
+
templateproperties_contextprops: templateproperties_context,
|
|
27108
|
+
actions: actions
|
|
27109
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("a", {
|
|
27074
27110
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
27075
27111
|
target: '_self',
|
|
27076
27112
|
style: {
|
|
@@ -43399,7 +43435,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43399
43435
|
function ownKeys$1n(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; }
|
|
43400
43436
|
function _objectSpread$1n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1n(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43401
43437
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43402
|
-
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
43438
|
+
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43403
43439
|
var _useState = useState(''),
|
|
43404
43440
|
_useState2 = _slicedToArray(_useState, 2),
|
|
43405
43441
|
sectionproperties = _useState2[0],
|
|
@@ -43440,6 +43476,11 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43440
43476
|
return policyobj;
|
|
43441
43477
|
};
|
|
43442
43478
|
var footerStyles = (_footerStyles = {
|
|
43479
|
+
divider: css({
|
|
43480
|
+
height: '1px',
|
|
43481
|
+
width: '100%',
|
|
43482
|
+
backgroundColor: sectionproperties.vl_bg
|
|
43483
|
+
}),
|
|
43443
43484
|
payimgcont: css({
|
|
43444
43485
|
marginLeft: '10px',
|
|
43445
43486
|
marginRight: '10px'
|
|
@@ -43473,7 +43514,6 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43473
43514
|
textStyles: css({
|
|
43474
43515
|
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43475
43516
|
color: sectionproperties.footerinfotext_color,
|
|
43476
|
-
textTransform: sectionproperties.footerinfotext_textTransform,
|
|
43477
43517
|
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43478
43518
|
}),
|
|
43479
43519
|
logoStyles: css({
|
|
@@ -43699,6 +43739,54 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43699
43739
|
}
|
|
43700
43740
|
}, langdetect == 'en' ? (_returnpolicyobj7 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj7 === void 0 ? void 0 : _returnpolicyobj7.policypagename_en : (_returnpolicyobj8 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj8 === void 0 ? void 0 : _returnpolicyobj8.policypagename_ar)))));
|
|
43701
43741
|
};
|
|
43742
|
+
var StoreInformation = function StoreInformation() {
|
|
43743
|
+
var _authdetailsContext$i3, _authdetailsContext$i4;
|
|
43744
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
43745
|
+
"class": "row m-0 w-100"
|
|
43746
|
+
}, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43747
|
+
"class": "col-lg-4 col-md-4 col-sm-12 text-start p-0"
|
|
43748
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
43749
|
+
"class": "".concat(footerStyles.textStyles) + ' d-flex text-start mr-1 ',
|
|
43750
|
+
style: {
|
|
43751
|
+
color: sectionproperties.footerinfotext_color,
|
|
43752
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43753
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43754
|
+
},
|
|
43755
|
+
onClick: function onClick() {
|
|
43756
|
+
var _authdetailsContext$i2;
|
|
43757
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.email), '_self');
|
|
43758
|
+
}
|
|
43759
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
43760
|
+
"class": ' fa fa-at mr-2 text-transform-none ml-2 '
|
|
43761
|
+
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43762
|
+
"class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-start align-items-center p-0"
|
|
43763
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
43764
|
+
"class": "".concat(footerStyles.textStyles) + ' ',
|
|
43765
|
+
style: {
|
|
43766
|
+
color: sectionproperties.footerinfotext_color,
|
|
43767
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43768
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43769
|
+
},
|
|
43770
|
+
onClick: function onClick() {
|
|
43771
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
43772
|
+
}
|
|
43773
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
43774
|
+
"class": ' fa fa-phone mr-2 ml-2 '
|
|
43775
|
+
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43776
|
+
"class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-end justify-content-md-start align-items-center p-0"
|
|
43777
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
43778
|
+
"class": "".concat(footerStyles.textStyles) + ' d-flex align-items-center justify-content-md-center ',
|
|
43779
|
+
style: {
|
|
43780
|
+
color: sectionproperties.footerinfotext_color,
|
|
43781
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43782
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43783
|
+
}
|
|
43784
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
43785
|
+
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
43786
|
+
}, /*#__PURE__*/React.createElement(IoLocationSharp, {
|
|
43787
|
+
size: sectionproperties.footerinfoicon_fontsize
|
|
43788
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
|
|
43789
|
+
};
|
|
43702
43790
|
return /*#__PURE__*/React.createElement("footer", {
|
|
43703
43791
|
"class": "row m-0 w-100 justify-content-center"
|
|
43704
43792
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -43711,6 +43799,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43711
43799
|
"class": "row m-0 w-100"
|
|
43712
43800
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43713
43801
|
"class": "col-lg-3 col-md-12 d-flex justify-content-start justify-content-md-start"
|
|
43802
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43803
|
+
"class": "row m-0 w-100 d-flex justify-content-start justify-content-md-start"
|
|
43804
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43805
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
|
|
43714
43806
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43715
43807
|
"class": "".concat(footerStyles.logoStyles) + ' cursor-pointer ',
|
|
43716
43808
|
onClick: function onClick() {
|
|
@@ -43727,6 +43819,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43727
43819
|
},
|
|
43728
43820
|
loading: "lazy"
|
|
43729
43821
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
43822
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
|
|
43823
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
43824
|
+
className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43825
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_ar)))), /*#__PURE__*/React.createElement("div", {
|
|
43730
43826
|
"class": "col-lg-12 p-0 d-none d-md-block my-3"
|
|
43731
43827
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
43732
43828
|
"class": "m-0 p-0"
|
|
@@ -43803,65 +43899,65 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43803
43899
|
style: {
|
|
43804
43900
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43805
43901
|
}
|
|
43806
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43902
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null && /*#__PURE__*/React.createElement("p", {
|
|
43807
43903
|
"class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43808
43904
|
onClick: function onClick() {
|
|
43809
|
-
var _authdetailsContext$
|
|
43810
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43811
|
-
var _authdetailsContext$
|
|
43812
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43905
|
+
var _authdetailsContext$i8;
|
|
43906
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
|
|
43907
|
+
var _authdetailsContext$i9;
|
|
43908
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink, '_blank');
|
|
43813
43909
|
}
|
|
43814
43910
|
}
|
|
43815
43911
|
}, /*#__PURE__*/React.createElement(FaFacebook, {
|
|
43816
43912
|
size: sectionproperties.facebkbtnniconfontsize
|
|
43817
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43913
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React.createElement("p", {
|
|
43818
43914
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43819
43915
|
onClick: function onClick() {
|
|
43820
|
-
var _authdetailsContext$
|
|
43821
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43822
|
-
var _authdetailsContext$
|
|
43823
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43916
|
+
var _authdetailsContext$i11;
|
|
43917
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
|
|
43918
|
+
var _authdetailsContext$i12;
|
|
43919
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
|
|
43824
43920
|
}
|
|
43825
43921
|
}
|
|
43826
43922
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
43827
43923
|
size: sectionproperties.instgrambtniconfontsize
|
|
43828
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43924
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.youtubelink) != null && /*#__PURE__*/React.createElement("p", {
|
|
43829
43925
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43830
43926
|
onClick: function onClick() {
|
|
43831
|
-
var _authdetailsContext$
|
|
43832
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43833
|
-
var _authdetailsContext$
|
|
43834
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43927
|
+
var _authdetailsContext$i14;
|
|
43928
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
|
|
43929
|
+
var _authdetailsContext$i15;
|
|
43930
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
|
|
43835
43931
|
}
|
|
43836
43932
|
}
|
|
43837
43933
|
}, /*#__PURE__*/React.createElement(AiFillYoutube, {
|
|
43838
43934
|
size: sectionproperties.instgrambtniconfontsize
|
|
43839
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43935
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink) != null && /*#__PURE__*/React.createElement("p", {
|
|
43840
43936
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43841
43937
|
onClick: function onClick() {
|
|
43842
|
-
var _authdetailsContext$
|
|
43843
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43844
|
-
var _authdetailsContext$
|
|
43845
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43938
|
+
var _authdetailsContext$i17;
|
|
43939
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
|
|
43940
|
+
var _authdetailsContext$i18;
|
|
43941
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
|
|
43846
43942
|
}
|
|
43847
43943
|
}
|
|
43848
43944
|
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
43849
43945
|
size: sectionproperties.instgrambtniconfontsize
|
|
43850
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43946
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
|
|
43851
43947
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43852
43948
|
onClick: function onClick() {
|
|
43853
|
-
var _authdetailsContext$
|
|
43854
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43949
|
+
var _authdetailsContext$i20;
|
|
43950
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink, '_blank');
|
|
43855
43951
|
}
|
|
43856
43952
|
}, /*#__PURE__*/React.createElement(FaLinkedinIn, {
|
|
43857
43953
|
size: sectionproperties.instgrambtniconfontsize
|
|
43858
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43954
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
|
|
43859
43955
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43860
43956
|
onClick: function onClick() {
|
|
43861
|
-
var _authdetailsContext$
|
|
43862
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43863
|
-
var _authdetailsContext$
|
|
43864
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43957
|
+
var _authdetailsContext$i22;
|
|
43958
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
|
|
43959
|
+
var _authdetailsContext$i23;
|
|
43960
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber), '_blank');
|
|
43865
43961
|
}
|
|
43866
43962
|
}
|
|
43867
43963
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -43881,15 +43977,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43881
43977
|
"class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
|
|
43882
43978
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
43883
43979
|
onClick: function onClick() {
|
|
43884
|
-
var _authdetailsContext$
|
|
43885
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43980
|
+
var _authdetailsContext$i24;
|
|
43981
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
|
|
43886
43982
|
}
|
|
43887
43983
|
}), /*#__PURE__*/React.createElement("img", {
|
|
43888
43984
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
43889
43985
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
43890
43986
|
onClick: function onClick() {
|
|
43891
|
-
var _authdetailsContext$
|
|
43892
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43987
|
+
var _authdetailsContext$i25;
|
|
43988
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_playstore, '_blank');
|
|
43893
43989
|
}
|
|
43894
43990
|
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43895
43991
|
"class": "col-lg-12 p-0 d-block my-3"
|
|
@@ -43915,7 +44011,16 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43915
44011
|
}, /*#__PURE__*/React.createElement("img", {
|
|
43916
44012
|
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
43917
44013
|
className: "".concat(footerStyles.payimg)
|
|
43918
|
-
})))
|
|
44014
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
44015
|
+
"class": "col-lg-12 p-0 my-3",
|
|
44016
|
+
style: {
|
|
44017
|
+
display: sectionproperties.showfooteremail == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteraddress == 'Hide' ? 'none' : 'flex'
|
|
44018
|
+
}
|
|
44019
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44020
|
+
className: "".concat(footerStyles.divider)
|
|
44021
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
44022
|
+
"class": "col-lg-12 p-0 d-flex "
|
|
44023
|
+
}, StoreInformation()))));
|
|
43919
44024
|
};
|
|
43920
44025
|
|
|
43921
44026
|
function ownKeys$1m(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; }
|