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.cjs.js
CHANGED
|
@@ -3117,7 +3117,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3117
3117
|
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; }
|
|
3118
3118
|
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__default["default"](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; }
|
|
3119
3119
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
3120
|
-
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6,
|
|
3120
|
+
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14;
|
|
3121
3121
|
var langdetect = props.actions.langdetect;
|
|
3122
3122
|
var lang = props.actions.lang;
|
|
3123
3123
|
var sectionproperties = props.actions.sectionproperties;
|
|
@@ -3480,19 +3480,40 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3480
3480
|
} else {
|
|
3481
3481
|
slot = slotsubstr + slotsubstr2 + ' AM';
|
|
3482
3482
|
}
|
|
3483
|
-
|
|
3484
|
-
"
|
|
3485
|
-
|
|
3486
|
-
"
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
"
|
|
3495
|
-
|
|
3483
|
+
if (item.available) {
|
|
3484
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3485
|
+
"class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
|
|
3486
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3487
|
+
"class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
|
|
3488
|
+
style: {},
|
|
3489
|
+
onClick: function onClick() {
|
|
3490
|
+
setaddtocardpayloadobj(_objectSpread$2p(_objectSpread$2p({}, addtocardpayloadobj), {}, {
|
|
3491
|
+
time: item.slot
|
|
3492
|
+
}));
|
|
3493
|
+
}
|
|
3494
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3495
|
+
"class": ' p-0 m-0 '
|
|
3496
|
+
}, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
|
|
3497
|
+
} else {
|
|
3498
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3499
|
+
"class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
|
|
3500
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3501
|
+
"class": ' allcentered px-1 showcrossicon ',
|
|
3502
|
+
style: {
|
|
3503
|
+
cursor: 'not-allowed',
|
|
3504
|
+
minWidth: '6vh',
|
|
3505
|
+
height: '5vh',
|
|
3506
|
+
borderRadius: sectionproperties.time_borderRadius + 'px',
|
|
3507
|
+
backgroundColor: sectionproperties.time_bgcolor,
|
|
3508
|
+
border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
|
|
3509
|
+
color: sectionproperties.time_timeColor,
|
|
3510
|
+
fontWeight: sectionproperties.time_timeFontweight,
|
|
3511
|
+
fontSize: sectionproperties.time_timeFontsize + 'px'
|
|
3512
|
+
}
|
|
3513
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3514
|
+
"class": ' p-0 m-0 '
|
|
3515
|
+
}, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
|
|
3516
|
+
}
|
|
3496
3517
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3497
3518
|
className: "col-lg-12 p-0 mb-3"
|
|
3498
3519
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -3602,7 +3623,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3602
3623
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3603
3624
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
3604
3625
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3605
|
-
})), langdetect == 'en' ?
|
|
3626
|
+
})), 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__default["default"].createElement("div", {
|
|
3606
3627
|
className: ' d-flex align-items-center justify-content-center '
|
|
3607
3628
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
3608
3629
|
color: "white",
|
|
@@ -3644,15 +3665,15 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3644
3665
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
3645
3666
|
className: "".concat(productinfo_cssstyles.cart_btn) + ' w-100 d-flex align-items-center justify-content-center ',
|
|
3646
3667
|
onClick: function onClick() {
|
|
3647
|
-
var
|
|
3648
|
-
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3668
|
+
var _fetchProductInfoQuer11, _fetchProductInfoQuer12;
|
|
3669
|
+
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') {
|
|
3649
3670
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
3650
3671
|
addtocartfunc();
|
|
3651
3672
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
3652
3673
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
3653
3674
|
}
|
|
3654
3675
|
}
|
|
3655
|
-
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3676
|
+
} 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') {
|
|
3656
3677
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
3657
3678
|
addtocartfunc();
|
|
3658
3679
|
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
@@ -3685,7 +3706,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3685
3706
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3686
3707
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
3687
3708
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3688
|
-
})), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3709
|
+
})), 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__default["default"].createElement("div", {
|
|
3689
3710
|
className: ' d-flex align-items-center justify-content-center '
|
|
3690
3711
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
3691
3712
|
color: "white",
|
|
@@ -3729,13 +3750,13 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3729
3750
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
3730
3751
|
className: "".concat(productinfo_cssstyles.checkoutbtn, " ") + ' d-flex align-items-center justify-content-center ml-sm-auto mr-sm-auto mb-sm-2 ',
|
|
3731
3752
|
onClick: function onClick() {
|
|
3732
|
-
var
|
|
3733
|
-
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3753
|
+
var _fetchProductInfoQuer15, _fetchProductInfoQuer16;
|
|
3754
|
+
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') {
|
|
3734
3755
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
3735
3756
|
addtocartfunc();
|
|
3736
3757
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
3737
3758
|
}
|
|
3738
|
-
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3759
|
+
} 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') {
|
|
3739
3760
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
3740
3761
|
addtocartfunc();
|
|
3741
3762
|
routingcountext(StaticPagesLinksContext.Checkout);
|
|
@@ -6362,6 +6383,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6362
6383
|
color: sectionproperties.navigationtextactivecolor
|
|
6363
6384
|
})
|
|
6364
6385
|
};
|
|
6386
|
+
props.actions.templateproperties_context;
|
|
6365
6387
|
var _useState7 = React.useState([{
|
|
6366
6388
|
tabname: lang.accountinformation,
|
|
6367
6389
|
route: StaticPagesLinksContext.accountinfo,
|
|
@@ -21030,7 +21052,15 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
21030
21052
|
style: {
|
|
21031
21053
|
minWidth: '200px'
|
|
21032
21054
|
}
|
|
21033
|
-
},
|
|
21055
|
+
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21056
|
+
onClick: function onClick() {
|
|
21057
|
+
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
21058
|
+
}
|
|
21059
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21060
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
|
|
21061
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21062
|
+
"class": ' allcenetered m-0 p-0 '
|
|
21063
|
+
}, langdetect == 'en' ? 'My Account' : 'حسابى'))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21034
21064
|
onClick: function onClick() {
|
|
21035
21065
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
21036
21066
|
}
|
|
@@ -27119,7 +27149,13 @@ var Header8 = function Header8(props) {
|
|
|
27119
27149
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
27120
27150
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
27121
27151
|
}
|
|
27122
|
-
},
|
|
27152
|
+
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27153
|
+
"class": "col-lg-12 p-0"
|
|
27154
|
+
}, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
27155
|
+
sectionpropertiesprops: sectionproperties,
|
|
27156
|
+
templateproperties_contextprops: templateproperties_context,
|
|
27157
|
+
actions: actions
|
|
27158
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("a", {
|
|
27123
27159
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
27124
27160
|
target: '_self',
|
|
27125
27161
|
style: {
|
|
@@ -43448,7 +43484,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43448
43484
|
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; }
|
|
43449
43485
|
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__default["default"](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; }
|
|
43450
43486
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43451
|
-
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
43487
|
+
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43452
43488
|
var _useState = React.useState(''),
|
|
43453
43489
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
43454
43490
|
sectionproperties = _useState2[0],
|
|
@@ -43489,6 +43525,11 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43489
43525
|
return policyobj;
|
|
43490
43526
|
};
|
|
43491
43527
|
var footerStyles = (_footerStyles = {
|
|
43528
|
+
divider: glamor.css({
|
|
43529
|
+
height: '1px',
|
|
43530
|
+
width: '100%',
|
|
43531
|
+
backgroundColor: sectionproperties.vl_bg
|
|
43532
|
+
}),
|
|
43492
43533
|
payimgcont: glamor.css({
|
|
43493
43534
|
marginLeft: '10px',
|
|
43494
43535
|
marginRight: '10px'
|
|
@@ -43522,7 +43563,6 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43522
43563
|
textStyles: glamor.css({
|
|
43523
43564
|
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43524
43565
|
color: sectionproperties.footerinfotext_color,
|
|
43525
|
-
textTransform: sectionproperties.footerinfotext_textTransform,
|
|
43526
43566
|
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43527
43567
|
}),
|
|
43528
43568
|
logoStyles: glamor.css({
|
|
@@ -43748,6 +43788,54 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43748
43788
|
}
|
|
43749
43789
|
}, 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)))));
|
|
43750
43790
|
};
|
|
43791
|
+
var StoreInformation = function StoreInformation() {
|
|
43792
|
+
var _authdetailsContext$i3, _authdetailsContext$i4;
|
|
43793
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43794
|
+
"class": "row m-0 w-100"
|
|
43795
|
+
}, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43796
|
+
"class": "col-lg-4 col-md-4 col-sm-12 text-start p-0"
|
|
43797
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43798
|
+
"class": "".concat(footerStyles.textStyles) + ' d-flex text-start mr-1 ',
|
|
43799
|
+
style: {
|
|
43800
|
+
color: sectionproperties.footerinfotext_color,
|
|
43801
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43802
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43803
|
+
},
|
|
43804
|
+
onClick: function onClick() {
|
|
43805
|
+
var _authdetailsContext$i2;
|
|
43806
|
+
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');
|
|
43807
|
+
}
|
|
43808
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43809
|
+
"class": ' fa fa-at mr-2 text-transform-none ml-2 '
|
|
43810
|
+
}), 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__default["default"].createElement("div", {
|
|
43811
|
+
"class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-start align-items-center p-0"
|
|
43812
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43813
|
+
"class": "".concat(footerStyles.textStyles) + ' ',
|
|
43814
|
+
style: {
|
|
43815
|
+
color: sectionproperties.footerinfotext_color,
|
|
43816
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43817
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43818
|
+
},
|
|
43819
|
+
onClick: function onClick() {
|
|
43820
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
43821
|
+
}
|
|
43822
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43823
|
+
"class": ' fa fa-phone mr-2 ml-2 '
|
|
43824
|
+
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43825
|
+
"class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-end justify-content-md-start align-items-center p-0"
|
|
43826
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43827
|
+
"class": "".concat(footerStyles.textStyles) + ' d-flex align-items-center justify-content-md-center ',
|
|
43828
|
+
style: {
|
|
43829
|
+
color: sectionproperties.footerinfotext_color,
|
|
43830
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43831
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43832
|
+
}
|
|
43833
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43834
|
+
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
43835
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
43836
|
+
size: sectionproperties.footerinfoicon_fontsize
|
|
43837
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
|
|
43838
|
+
};
|
|
43751
43839
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
43752
43840
|
"class": "row m-0 w-100 justify-content-center"
|
|
43753
43841
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43760,6 +43848,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43760
43848
|
"class": "row m-0 w-100"
|
|
43761
43849
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43762
43850
|
"class": "col-lg-3 col-md-12 d-flex justify-content-start justify-content-md-start"
|
|
43851
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43852
|
+
"class": "row m-0 w-100 d-flex justify-content-start justify-content-md-start"
|
|
43853
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43854
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
|
|
43763
43855
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43764
43856
|
"class": "".concat(footerStyles.logoStyles) + ' cursor-pointer ',
|
|
43765
43857
|
onClick: function onClick() {
|
|
@@ -43776,6 +43868,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43776
43868
|
},
|
|
43777
43869
|
loading: "lazy"
|
|
43778
43870
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43871
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
|
|
43872
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43873
|
+
className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43874
|
+
}, 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__default["default"].createElement("div", {
|
|
43779
43875
|
"class": "col-lg-12 p-0 d-none d-md-block my-3"
|
|
43780
43876
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
43781
43877
|
"class": "m-0 p-0"
|
|
@@ -43852,65 +43948,65 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43852
43948
|
style: {
|
|
43853
43949
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43854
43950
|
}
|
|
43855
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43951
|
+
}, 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__default["default"].createElement("p", {
|
|
43856
43952
|
"class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43857
43953
|
onClick: function onClick() {
|
|
43858
|
-
var _authdetailsContext$
|
|
43859
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43860
|
-
var _authdetailsContext$
|
|
43861
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43954
|
+
var _authdetailsContext$i8;
|
|
43955
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
|
|
43956
|
+
var _authdetailsContext$i9;
|
|
43957
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink, '_blank');
|
|
43862
43958
|
}
|
|
43863
43959
|
}
|
|
43864
43960
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
43865
43961
|
size: sectionproperties.facebkbtnniconfontsize
|
|
43866
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43962
|
+
})), 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__default["default"].createElement("p", {
|
|
43867
43963
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43868
43964
|
onClick: function onClick() {
|
|
43869
|
-
var _authdetailsContext$
|
|
43870
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43871
|
-
var _authdetailsContext$
|
|
43872
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43965
|
+
var _authdetailsContext$i11;
|
|
43966
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
|
|
43967
|
+
var _authdetailsContext$i12;
|
|
43968
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
|
|
43873
43969
|
}
|
|
43874
43970
|
}
|
|
43875
43971
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
43876
43972
|
size: sectionproperties.instgrambtniconfontsize
|
|
43877
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43973
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43878
43974
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43879
43975
|
onClick: function onClick() {
|
|
43880
|
-
var _authdetailsContext$
|
|
43881
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43882
|
-
var _authdetailsContext$
|
|
43883
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43976
|
+
var _authdetailsContext$i14;
|
|
43977
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
|
|
43978
|
+
var _authdetailsContext$i15;
|
|
43979
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
|
|
43884
43980
|
}
|
|
43885
43981
|
}
|
|
43886
43982
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
43887
43983
|
size: sectionproperties.instgrambtniconfontsize
|
|
43888
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43984
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43889
43985
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43890
43986
|
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$
|
|
43987
|
+
var _authdetailsContext$i17;
|
|
43988
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
|
|
43989
|
+
var _authdetailsContext$i18;
|
|
43990
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
|
|
43895
43991
|
}
|
|
43896
43992
|
}
|
|
43897
43993
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
43898
43994
|
size: sectionproperties.instgrambtniconfontsize
|
|
43899
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43995
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43900
43996
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43901
43997
|
onClick: function onClick() {
|
|
43902
|
-
var _authdetailsContext$
|
|
43903
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43998
|
+
var _authdetailsContext$i20;
|
|
43999
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink, '_blank');
|
|
43904
44000
|
}
|
|
43905
44001
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
43906
44002
|
size: sectionproperties.instgrambtniconfontsize
|
|
43907
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44003
|
+
})), 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__default["default"].createElement("p", {
|
|
43908
44004
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43909
44005
|
onClick: function onClick() {
|
|
43910
|
-
var _authdetailsContext$
|
|
43911
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43912
|
-
var _authdetailsContext$
|
|
43913
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44006
|
+
var _authdetailsContext$i22;
|
|
44007
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
|
|
44008
|
+
var _authdetailsContext$i23;
|
|
44009
|
+
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');
|
|
43914
44010
|
}
|
|
43915
44011
|
}
|
|
43916
44012
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -43930,15 +44026,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43930
44026
|
"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 ',
|
|
43931
44027
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
43932
44028
|
onClick: function onClick() {
|
|
43933
|
-
var _authdetailsContext$
|
|
43934
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44029
|
+
var _authdetailsContext$i24;
|
|
44030
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
|
|
43935
44031
|
}
|
|
43936
44032
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
43937
44033
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
43938
44034
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
43939
44035
|
onClick: function onClick() {
|
|
43940
|
-
var _authdetailsContext$
|
|
43941
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44036
|
+
var _authdetailsContext$i25;
|
|
44037
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_playstore, '_blank');
|
|
43942
44038
|
}
|
|
43943
44039
|
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43944
44040
|
"class": "col-lg-12 p-0 d-block my-3"
|
|
@@ -43964,7 +44060,16 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43964
44060
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
43965
44061
|
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
43966
44062
|
className: "".concat(footerStyles.payimg)
|
|
43967
|
-
})))
|
|
44063
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44064
|
+
"class": "col-lg-12 p-0 my-3",
|
|
44065
|
+
style: {
|
|
44066
|
+
display: sectionproperties.showfooteremail == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteraddress == 'Hide' ? 'none' : 'flex'
|
|
44067
|
+
}
|
|
44068
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44069
|
+
className: "".concat(footerStyles.divider)
|
|
44070
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44071
|
+
"class": "col-lg-12 p-0 d-flex "
|
|
44072
|
+
}, StoreInformation()))));
|
|
43968
44073
|
};
|
|
43969
44074
|
|
|
43970
44075
|
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; }
|