tabexseriescomponents 0.0.396 → 0.0.397

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 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, _fetchProductInfoQuer11, _fetchProductInfoQuer12;
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
- return /*#__PURE__*/React__default["default"].createElement("div", {
3484
- "class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
3485
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3486
- "class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
3487
- style: {},
3488
- onClick: function onClick() {
3489
- setaddtocardpayloadobj(_objectSpread$2p(_objectSpread$2p({}, addtocardpayloadobj), {}, {
3490
- time: item.slot
3491
- }));
3492
- }
3493
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3494
- "class": ' p-0 m-0 '
3495
- }, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
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' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
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 _fetchProductInfoQuer9, _fetchProductInfoQuer10;
3648
- if ((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 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.serviceinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.scheduletype) == 'days') {
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 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.serviceinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.scheduletype) == 'minutes') {
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 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.productactionbuttontext_en : 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 ? void 0 : _fetchProductInfoQuer12.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
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 _fetchProductInfoQuer13, _fetchProductInfoQuer14;
3733
- if ((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 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.serviceinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.scheduletype) == 'days') {
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 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.serviceinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.scheduletype) == 'minutes') {
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
- }, templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
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
- }, sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("a", {
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$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
43487
+ var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i18;
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({
@@ -43760,6 +43800,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
43760
43800
  "class": "row m-0 w-100"
43761
43801
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43762
43802
  "class": "col-lg-3 col-md-12 d-flex justify-content-start justify-content-md-start"
43803
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43804
+ "class": "row m-0 w-100 d-flex justify-content-start justify-content-md-start"
43805
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43806
+ "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43763
43807
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43764
43808
  "class": "".concat(footerStyles.logoStyles) + ' cursor-pointer ',
43765
43809
  onClick: function onClick() {
@@ -43776,6 +43820,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
43776
43820
  },
43777
43821
  loading: "lazy"
43778
43822
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
43823
+ "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43824
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43825
+ className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
43826
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
43779
43827
  "class": "col-lg-12 p-0 d-none d-md-block my-3"
43780
43828
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
43781
43829
  "class": "m-0 p-0"
@@ -43852,65 +43900,65 @@ var Newsletterfooter = function Newsletterfooter(props) {
43852
43900
  style: {
43853
43901
  textAlign: langdetect == 'en' ? 'left' : 'right'
43854
43902
  }
43855
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43903
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43856
43904
  "class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
43857
43905
  onClick: function onClick() {
43858
- var _authdetailsContext$i3;
43859
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
43860
- var _authdetailsContext$i4;
43861
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
43906
+ var _authdetailsContext$i5;
43907
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
43908
+ var _authdetailsContext$i6;
43909
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
43862
43910
  }
43863
43911
  }
43864
43912
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43865
43913
  size: sectionproperties.facebkbtnniconfontsize
43866
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43914
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43867
43915
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43868
43916
  onClick: function onClick() {
43869
- var _authdetailsContext$i6;
43870
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null) {
43871
- var _authdetailsContext$i7;
43872
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink, '_blank');
43917
+ var _authdetailsContext$i8;
43918
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink) != null) {
43919
+ var _authdetailsContext$i9;
43920
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink, '_blank');
43873
43921
  }
43874
43922
  }
43875
43923
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43876
43924
  size: sectionproperties.instgrambtniconfontsize
43877
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43925
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43878
43926
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43879
43927
  onClick: function onClick() {
43880
- var _authdetailsContext$i9;
43881
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
43882
- var _authdetailsContext$i10;
43883
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
43928
+ var _authdetailsContext$i11;
43929
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.youtubelink) != null) {
43930
+ var _authdetailsContext$i12;
43931
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink, '_blank');
43884
43932
  }
43885
43933
  }
43886
43934
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
43887
43935
  size: sectionproperties.instgrambtniconfontsize
43888
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43936
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43889
43937
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43890
43938
  onClick: function onClick() {
43891
- var _authdetailsContext$i12;
43892
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null) {
43893
- var _authdetailsContext$i13;
43894
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink, '_blank');
43939
+ var _authdetailsContext$i14;
43940
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
43941
+ var _authdetailsContext$i15;
43942
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
43895
43943
  }
43896
43944
  }
43897
43945
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
43898
43946
  size: sectionproperties.instgrambtniconfontsize
43899
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43947
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43900
43948
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43901
43949
  onClick: function onClick() {
43902
- var _authdetailsContext$i15;
43903
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
43950
+ var _authdetailsContext$i17;
43951
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.linkedinlink, '_blank');
43904
43952
  }
43905
43953
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
43906
43954
  size: sectionproperties.instgrambtniconfontsize
43907
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43955
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43908
43956
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
43909
43957
  onClick: function onClick() {
43910
- var _authdetailsContext$i17;
43911
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
43912
- var _authdetailsContext$i18;
43913
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
43958
+ var _authdetailsContext$i19;
43959
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
43960
+ var _authdetailsContext$i20;
43961
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
43914
43962
  }
43915
43963
  }
43916
43964
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -43930,15 +43978,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
43930
43978
  "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
43979
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43932
43980
  onClick: function onClick() {
43933
- var _authdetailsContext$i19;
43934
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.mobileapplink_appstore, '_blank');
43981
+ var _authdetailsContext$i21;
43982
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
43935
43983
  }
43936
43984
  }), /*#__PURE__*/React__default["default"].createElement("img", {
43937
43985
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
43938
43986
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43939
43987
  onClick: function onClick() {
43940
- var _authdetailsContext$i20;
43941
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.mobileapplink_playstore, '_blank');
43988
+ var _authdetailsContext$i22;
43989
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
43942
43990
  }
43943
43991
  })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43944
43992
  "class": "col-lg-12 p-0 d-block my-3"
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, _fetchProductInfoQuer11, _fetchProductInfoQuer12;
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
- return /*#__PURE__*/React.createElement("div", {
3435
- "class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
3436
- }, /*#__PURE__*/React.createElement("div", {
3437
- "class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
3438
- style: {},
3439
- onClick: function onClick() {
3440
- setaddtocardpayloadobj(_objectSpread$2p(_objectSpread$2p({}, addtocardpayloadobj), {}, {
3441
- time: item.slot
3442
- }));
3443
- }
3444
- }, /*#__PURE__*/React.createElement("p", {
3445
- "class": ' p-0 m-0 '
3446
- }, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
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' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), AddtoCartMutationContext.isLoading && /*#__PURE__*/React.createElement("div", {
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 _fetchProductInfoQuer9, _fetchProductInfoQuer10;
3599
- if ((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 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.serviceinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.scheduletype) == 'days') {
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 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.serviceinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.scheduletype) == 'minutes') {
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 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.productactionbuttontext_en : 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 ? void 0 : _fetchProductInfoQuer12.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React.createElement("div", {
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 _fetchProductInfoQuer13, _fetchProductInfoQuer14;
3684
- if ((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 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.serviceinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.scheduletype) == 'days') {
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 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.serviceinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.scheduletype) == 'minutes') {
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
- }, templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React.createElement(Dropdown.Item, {
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
- }, sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("a", {
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$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
43438
+ var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i18;
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({
@@ -43711,6 +43751,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
43711
43751
  "class": "row m-0 w-100"
43712
43752
  }, /*#__PURE__*/React.createElement("div", {
43713
43753
  "class": "col-lg-3 col-md-12 d-flex justify-content-start justify-content-md-start"
43754
+ }, /*#__PURE__*/React.createElement("div", {
43755
+ "class": "row m-0 w-100 d-flex justify-content-start justify-content-md-start"
43756
+ }, /*#__PURE__*/React.createElement("div", {
43757
+ "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43714
43758
  }, /*#__PURE__*/React.createElement("div", {
43715
43759
  "class": "".concat(footerStyles.logoStyles) + ' cursor-pointer ',
43716
43760
  onClick: function onClick() {
@@ -43727,6 +43771,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
43727
43771
  },
43728
43772
  loading: "lazy"
43729
43773
  }))), /*#__PURE__*/React.createElement("div", {
43774
+ "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43775
+ }, /*#__PURE__*/React.createElement("p", {
43776
+ className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
43777
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.description_ar)))), /*#__PURE__*/React.createElement("div", {
43730
43778
  "class": "col-lg-12 p-0 d-none d-md-block my-3"
43731
43779
  }, /*#__PURE__*/React.createElement("hr", {
43732
43780
  "class": "m-0 p-0"
@@ -43803,65 +43851,65 @@ var Newsletterfooter = function Newsletterfooter(props) {
43803
43851
  style: {
43804
43852
  textAlign: langdetect == 'en' ? 'left' : 'right'
43805
43853
  }
43806
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null && /*#__PURE__*/React.createElement("p", {
43854
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null && /*#__PURE__*/React.createElement("p", {
43807
43855
  "class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
43808
43856
  onClick: function onClick() {
43809
- var _authdetailsContext$i3;
43810
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
43811
- var _authdetailsContext$i4;
43812
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
43857
+ var _authdetailsContext$i5;
43858
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
43859
+ var _authdetailsContext$i6;
43860
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
43813
43861
  }
43814
43862
  }
43815
43863
  }, /*#__PURE__*/React.createElement(FaFacebook, {
43816
43864
  size: sectionproperties.facebkbtnniconfontsize
43817
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null && /*#__PURE__*/React.createElement("p", {
43865
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null && /*#__PURE__*/React.createElement("p", {
43818
43866
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43819
43867
  onClick: function onClick() {
43820
- var _authdetailsContext$i6;
43821
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null) {
43822
- var _authdetailsContext$i7;
43823
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink, '_blank');
43868
+ var _authdetailsContext$i8;
43869
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink) != null) {
43870
+ var _authdetailsContext$i9;
43871
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink, '_blank');
43824
43872
  }
43825
43873
  }
43826
43874
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
43827
43875
  size: sectionproperties.instgrambtniconfontsize
43828
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React.createElement("p", {
43876
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink) != null && /*#__PURE__*/React.createElement("p", {
43829
43877
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43830
43878
  onClick: function onClick() {
43831
- var _authdetailsContext$i9;
43832
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
43833
- var _authdetailsContext$i10;
43834
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
43879
+ var _authdetailsContext$i11;
43880
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.youtubelink) != null) {
43881
+ var _authdetailsContext$i12;
43882
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink, '_blank');
43835
43883
  }
43836
43884
  }
43837
43885
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
43838
43886
  size: sectionproperties.instgrambtniconfontsize
43839
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null && /*#__PURE__*/React.createElement("p", {
43887
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React.createElement("p", {
43840
43888
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43841
43889
  onClick: function onClick() {
43842
- var _authdetailsContext$i12;
43843
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null) {
43844
- var _authdetailsContext$i13;
43845
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink, '_blank');
43890
+ var _authdetailsContext$i14;
43891
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
43892
+ var _authdetailsContext$i15;
43893
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
43846
43894
  }
43847
43895
  }
43848
43896
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
43849
43897
  size: sectionproperties.instgrambtniconfontsize
43850
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
43898
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
43851
43899
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43852
43900
  onClick: function onClick() {
43853
- var _authdetailsContext$i15;
43854
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
43901
+ var _authdetailsContext$i17;
43902
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.linkedinlink, '_blank');
43855
43903
  }
43856
43904
  }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
43857
43905
  size: sectionproperties.instgrambtniconfontsize
43858
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
43906
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
43859
43907
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
43860
43908
  onClick: function onClick() {
43861
- var _authdetailsContext$i17;
43862
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
43863
- var _authdetailsContext$i18;
43864
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
43909
+ var _authdetailsContext$i19;
43910
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
43911
+ var _authdetailsContext$i20;
43912
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
43865
43913
  }
43866
43914
  }
43867
43915
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -43881,15 +43929,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
43881
43929
  "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
43930
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43883
43931
  onClick: function onClick() {
43884
- var _authdetailsContext$i19;
43885
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.mobileapplink_appstore, '_blank');
43932
+ var _authdetailsContext$i21;
43933
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
43886
43934
  }
43887
43935
  }), /*#__PURE__*/React.createElement("img", {
43888
43936
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
43889
43937
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43890
43938
  onClick: function onClick() {
43891
- var _authdetailsContext$i20;
43892
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.mobileapplink_playstore, '_blank');
43939
+ var _authdetailsContext$i22;
43940
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
43893
43941
  }
43894
43942
  })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
43895
43943
  "class": "col-lg-12 p-0 d-block my-3"
package/dist/index.umd.js CHANGED
@@ -2949,7 +2949,7 @@
2949
2949
  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; }
2950
2950
  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; }
2951
2951
  var Serviceinfotabs = function Serviceinfotabs(props) {
2952
- var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer11, _fetchProductInfoQuer12;
2952
+ var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14;
2953
2953
  var langdetect = props.actions.langdetect;
2954
2954
  var lang = props.actions.lang;
2955
2955
  var sectionproperties = props.actions.sectionproperties;
@@ -3312,19 +3312,40 @@
3312
3312
  } else {
3313
3313
  slot = slotsubstr + slotsubstr2 + ' AM';
3314
3314
  }
3315
- return /*#__PURE__*/React__default["default"].createElement("div", {
3316
- "class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
3317
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3318
- "class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
3319
- style: {},
3320
- onClick: function onClick() {
3321
- setaddtocardpayloadobj(_objectSpread$2p(_objectSpread$2p({}, addtocardpayloadobj), {}, {
3322
- time: item.slot
3323
- }));
3324
- }
3325
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3326
- "class": ' p-0 m-0 '
3327
- }, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
3315
+ if (item.available) {
3316
+ return /*#__PURE__*/React__default["default"].createElement("div", {
3317
+ "class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
3318
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3319
+ "class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
3320
+ style: {},
3321
+ onClick: function onClick() {
3322
+ setaddtocardpayloadobj(_objectSpread$2p(_objectSpread$2p({}, addtocardpayloadobj), {}, {
3323
+ time: item.slot
3324
+ }));
3325
+ }
3326
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3327
+ "class": ' p-0 m-0 '
3328
+ }, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
3329
+ } else {
3330
+ return /*#__PURE__*/React__default["default"].createElement("div", {
3331
+ "class": "col-lg-2 col-md-2 col-sm-4 pl-1 pr-1 mb-2"
3332
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3333
+ "class": ' allcentered px-1 showcrossicon ',
3334
+ style: {
3335
+ cursor: 'not-allowed',
3336
+ minWidth: '6vh',
3337
+ height: '5vh',
3338
+ borderRadius: sectionproperties.time_borderRadius + 'px',
3339
+ backgroundColor: sectionproperties.time_bgcolor,
3340
+ border: sectionproperties.time_borderwidth + 'px solid ' + sectionproperties.time_borderColor,
3341
+ color: sectionproperties.time_timeColor,
3342
+ fontWeight: sectionproperties.time_timeFontweight,
3343
+ fontSize: sectionproperties.time_timeFontsize + 'px'
3344
+ }
3345
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3346
+ "class": ' p-0 m-0 '
3347
+ }, sectionproperties.timeformat == '24 HOUR CLOCK' ? item.slot : slot)));
3348
+ }
3328
3349
  })))), /*#__PURE__*/React__default["default"].createElement("div", {
3329
3350
  className: "col-lg-12 p-0 mb-3"
3330
3351
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -3434,7 +3455,7 @@
3434
3455
  size: sectionproperties.cartBtn_iconFontSize
3435
3456
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
3436
3457
  size: sectionproperties.cartBtn_iconFontSize
3437
- })), langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
3458
+ })), 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", {
3438
3459
  className: ' d-flex align-items-center justify-content-center '
3439
3460
  }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
3440
3461
  color: "white",
@@ -3476,15 +3497,15 @@
3476
3497
  }, /*#__PURE__*/React__default["default"].createElement("button", {
3477
3498
  className: "".concat(productinfo_cssstyles.cart_btn) + ' w-100 d-flex align-items-center justify-content-center ',
3478
3499
  onClick: function onClick() {
3479
- var _fetchProductInfoQuer9, _fetchProductInfoQuer10;
3480
- if ((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 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.serviceinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.scheduletype) == 'days') {
3500
+ var _fetchProductInfoQuer11, _fetchProductInfoQuer12;
3501
+ 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') {
3481
3502
  if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
3482
3503
  addtocartfunc();
3483
3504
  if (sectionproperties.cartbtntype == 'Goes to checkout') {
3484
3505
  routingcountext(StaticPagesLinksContext.Checkout);
3485
3506
  }
3486
3507
  }
3487
- } else if ((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 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.serviceinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.scheduletype) == 'minutes') {
3508
+ } 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') {
3488
3509
  if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
3489
3510
  addtocartfunc();
3490
3511
  if (sectionproperties.cartbtntype == 'Goes to checkout') {
@@ -3517,7 +3538,7 @@
3517
3538
  size: sectionproperties.cartBtn_iconFontSize
3518
3539
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
3519
3540
  size: sectionproperties.cartBtn_iconFontSize
3520
- })), langdetect == 'en' ? 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 ? void 0 : _fetchProductInfoQuer11.productactionbuttontext_en : 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 ? void 0 : _fetchProductInfoQuer12.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
3541
+ })), 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", {
3521
3542
  className: ' d-flex align-items-center justify-content-center '
3522
3543
  }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
3523
3544
  color: "white",
@@ -3561,13 +3582,13 @@
3561
3582
  }, /*#__PURE__*/React__default["default"].createElement("button", {
3562
3583
  className: "".concat(productinfo_cssstyles.checkoutbtn, " ") + ' d-flex align-items-center justify-content-center ml-sm-auto mr-sm-auto mb-sm-2 ',
3563
3584
  onClick: function onClick() {
3564
- var _fetchProductInfoQuer13, _fetchProductInfoQuer14;
3565
- if ((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 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.serviceinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.scheduletype) == 'days') {
3585
+ var _fetchProductInfoQuer15, _fetchProductInfoQuer16;
3586
+ 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') {
3566
3587
  if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
3567
3588
  addtocartfunc();
3568
3589
  routingcountext(StaticPagesLinksContext.Checkout);
3569
3590
  }
3570
- } else if ((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 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.serviceinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.scheduletype) == 'minutes') {
3591
+ } 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') {
3571
3592
  if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
3572
3593
  addtocartfunc();
3573
3594
  routingcountext(StaticPagesLinksContext.Checkout);
@@ -6194,6 +6215,7 @@
6194
6215
  color: sectionproperties.navigationtextactivecolor
6195
6216
  })
6196
6217
  };
6218
+ props.actions.templateproperties_context;
6197
6219
  var _useState7 = React.useState([{
6198
6220
  tabname: lang.accountinformation,
6199
6221
  route: StaticPagesLinksContext.accountinfo,
@@ -20862,7 +20884,15 @@
20862
20884
  style: {
20863
20885
  minWidth: '200px'
20864
20886
  }
20865
- }, templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
20887
+ }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
20888
+ onClick: function onClick() {
20889
+ routingcountext(StaticPagesLinksContext.accountinfo);
20890
+ }
20891
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20892
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
20893
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
20894
+ "class": ' allcenetered m-0 p-0 '
20895
+ }, 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, {
20866
20896
  onClick: function onClick() {
20867
20897
  routingcountext(StaticPagesLinksContext.Ordershistory);
20868
20898
  }
@@ -26951,7 +26981,13 @@
26951
26981
  marginTop: sectionproperties.header_marginTop + 'px',
26952
26982
  marginBottom: sectionproperties.header_marginBottom + 'px'
26953
26983
  }
26954
- }, sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("a", {
26984
+ }, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
26985
+ "class": "col-lg-12 p-0"
26986
+ }, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
26987
+ sectionpropertiesprops: sectionproperties,
26988
+ templateproperties_contextprops: templateproperties_context,
26989
+ actions: actions
26990
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("a", {
26955
26991
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
26956
26992
  target: '_self',
26957
26993
  style: {
@@ -43280,7 +43316,7 @@
43280
43316
  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; }
43281
43317
  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; }
43282
43318
  var Newsletterfooter = function Newsletterfooter(props) {
43283
- var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i16;
43319
+ var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i18;
43284
43320
  var _useState = React.useState(''),
43285
43321
  _useState2 = _slicedToArray__default["default"](_useState, 2),
43286
43322
  sectionproperties = _useState2[0],
@@ -43321,6 +43357,11 @@
43321
43357
  return policyobj;
43322
43358
  };
43323
43359
  var footerStyles = (_footerStyles = {
43360
+ divider: glamor.css({
43361
+ height: '1px',
43362
+ width: '100%',
43363
+ backgroundColor: sectionproperties.vl_bg
43364
+ }),
43324
43365
  payimgcont: glamor.css({
43325
43366
  marginLeft: '10px',
43326
43367
  marginRight: '10px'
@@ -43354,7 +43395,6 @@
43354
43395
  textStyles: glamor.css({
43355
43396
  fontSize: sectionproperties.footerinfotext_fontsize + 'px',
43356
43397
  color: sectionproperties.footerinfotext_color,
43357
- textTransform: sectionproperties.footerinfotext_textTransform,
43358
43398
  fontWeight: sectionproperties.footerinfotext_fontweight
43359
43399
  }),
43360
43400
  logoStyles: glamor.css({
@@ -43592,6 +43632,10 @@
43592
43632
  "class": "row m-0 w-100"
43593
43633
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43594
43634
  "class": "col-lg-3 col-md-12 d-flex justify-content-start justify-content-md-start"
43635
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43636
+ "class": "row m-0 w-100 d-flex justify-content-start justify-content-md-start"
43637
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43638
+ "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43595
43639
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43596
43640
  "class": "".concat(footerStyles.logoStyles) + ' cursor-pointer ',
43597
43641
  onClick: function onClick() {
@@ -43608,6 +43652,10 @@
43608
43652
  },
43609
43653
  loading: "lazy"
43610
43654
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
43655
+ "class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
43656
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43657
+ className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
43658
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
43611
43659
  "class": "col-lg-12 p-0 d-none d-md-block my-3"
43612
43660
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
43613
43661
  "class": "m-0 p-0"
@@ -43684,65 +43732,65 @@
43684
43732
  style: {
43685
43733
  textAlign: langdetect == 'en' ? 'left' : 'right'
43686
43734
  }
43687
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43735
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43688
43736
  "class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
43689
43737
  onClick: function onClick() {
43690
- var _authdetailsContext$i3;
43691
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
43692
- var _authdetailsContext$i4;
43693
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
43738
+ var _authdetailsContext$i5;
43739
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
43740
+ var _authdetailsContext$i6;
43741
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
43694
43742
  }
43695
43743
  }
43696
43744
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43697
43745
  size: sectionproperties.facebkbtnniconfontsize
43698
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43746
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43699
43747
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43700
43748
  onClick: function onClick() {
43701
- var _authdetailsContext$i6;
43702
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null) {
43703
- var _authdetailsContext$i7;
43704
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink, '_blank');
43749
+ var _authdetailsContext$i8;
43750
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink) != null) {
43751
+ var _authdetailsContext$i9;
43752
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink, '_blank');
43705
43753
  }
43706
43754
  }
43707
43755
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43708
43756
  size: sectionproperties.instgrambtniconfontsize
43709
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43757
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43710
43758
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43711
43759
  onClick: function onClick() {
43712
- var _authdetailsContext$i9;
43713
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
43714
- var _authdetailsContext$i10;
43715
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
43760
+ var _authdetailsContext$i11;
43761
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.youtubelink) != null) {
43762
+ var _authdetailsContext$i12;
43763
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink, '_blank');
43716
43764
  }
43717
43765
  }
43718
43766
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
43719
43767
  size: sectionproperties.instgrambtniconfontsize
43720
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43768
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43721
43769
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43722
43770
  onClick: function onClick() {
43723
- var _authdetailsContext$i12;
43724
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null) {
43725
- var _authdetailsContext$i13;
43726
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink, '_blank');
43771
+ var _authdetailsContext$i14;
43772
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
43773
+ var _authdetailsContext$i15;
43774
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
43727
43775
  }
43728
43776
  }
43729
43777
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
43730
43778
  size: sectionproperties.instgrambtniconfontsize
43731
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43779
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43732
43780
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
43733
43781
  onClick: function onClick() {
43734
- var _authdetailsContext$i15;
43735
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink, '_blank');
43782
+ var _authdetailsContext$i17;
43783
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.linkedinlink, '_blank');
43736
43784
  }
43737
43785
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
43738
43786
  size: sectionproperties.instgrambtniconfontsize
43739
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43787
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
43740
43788
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
43741
43789
  onClick: function onClick() {
43742
- var _authdetailsContext$i17;
43743
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
43744
- var _authdetailsContext$i18;
43745
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
43790
+ var _authdetailsContext$i19;
43791
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
43792
+ var _authdetailsContext$i20;
43793
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
43746
43794
  }
43747
43795
  }
43748
43796
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -43762,15 +43810,15 @@
43762
43810
  "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 ',
43763
43811
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43764
43812
  onClick: function onClick() {
43765
- var _authdetailsContext$i19;
43766
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.mobileapplink_appstore, '_blank');
43813
+ var _authdetailsContext$i21;
43814
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
43767
43815
  }
43768
43816
  }), /*#__PURE__*/React__default["default"].createElement("img", {
43769
43817
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
43770
43818
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43771
43819
  onClick: function onClick() {
43772
- var _authdetailsContext$i20;
43773
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.mobileapplink_playstore, '_blank');
43820
+ var _authdetailsContext$i22;
43821
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
43774
43822
  }
43775
43823
  })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43776
43824
  "class": "col-lg-12 p-0 d-block my-3"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.396",
3
+ "version": "0.0.397",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {