tabexseriescomponents 0.50.175 → 0.50.177
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 +504 -427
- package/dist/index.esm.js +504 -427
- package/dist/index.umd.js +504 -427
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -32510,8 +32510,8 @@ styleInject(css_248z$A);
|
|
|
32510
32510
|
function ownKeys$26(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; }
|
|
32511
32511
|
function _objectSpread$26(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$26(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$26(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
32512
32512
|
var Gotoheader = function Gotoheader(props) {
|
|
32513
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
32514
|
-
var _useState = React.useState(
|
|
32513
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
32514
|
+
var _useState = React.useState(''),
|
|
32515
32515
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
32516
32516
|
sectionproperties = _useState2[0],
|
|
32517
32517
|
setsectionproperties = _useState2[1];
|
|
@@ -32578,217 +32578,217 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
32578
32578
|
};
|
|
32579
32579
|
var header_cssstyles = {
|
|
32580
32580
|
top_bar: glamor.css({
|
|
32581
|
-
background: sectionproperties.uppersection_bgcolortransparent ==
|
|
32582
|
-
borderTopLeftRadius: langdetect !=
|
|
32583
|
-
borderTopRightRadius: langdetect !=
|
|
32584
|
-
borderBottomLeftRadius: langdetect !=
|
|
32585
|
-
borderBottomRightRadius: langdetect !=
|
|
32586
|
-
paddingLeft: langdetect !=
|
|
32587
|
-
paddingRight: langdetect !=
|
|
32588
|
-
paddingTop: sectionproperties.uppersection_paddingtop +
|
|
32589
|
-
paddingBottom: sectionproperties.uppersection_paddingbottom +
|
|
32581
|
+
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.uppersection_bgcolor,
|
|
32582
|
+
borderTopLeftRadius: langdetect != 'ar' ? sectionproperties.uppersection_btlradius + 'px' : sectionproperties.uppersection_btrradius + 'px',
|
|
32583
|
+
borderTopRightRadius: langdetect != 'ar' ? sectionproperties.uppersection_btrradius + 'px' : sectionproperties.uppersection_btlradius + 'px',
|
|
32584
|
+
borderBottomLeftRadius: langdetect != 'ar' ? sectionproperties.uppersection_bblradius + 'px' : sectionproperties.uppersection_bbrradius + 'px',
|
|
32585
|
+
borderBottomRightRadius: langdetect != 'ar' ? sectionproperties.uppersection_bbrradius + 'px' : sectionproperties.uppersection_bblradius + 'px',
|
|
32586
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
|
|
32587
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.uppersection_paddingright + 'px' : sectionproperties.uppersection_paddingleft + 'px',
|
|
32588
|
+
paddingTop: sectionproperties.uppersection_paddingtop + 'px',
|
|
32589
|
+
paddingBottom: sectionproperties.uppersection_paddingbottom + 'px'
|
|
32590
32590
|
}),
|
|
32591
32591
|
header_logo: glamor.css({
|
|
32592
|
-
width: templateproperties_context.logo_width +
|
|
32593
|
-
height: templateproperties_context.logo_height +
|
|
32592
|
+
width: templateproperties_context.logo_width + 'px',
|
|
32593
|
+
height: templateproperties_context.logo_height + 'px'
|
|
32594
32594
|
}),
|
|
32595
32595
|
topheadericon: glamor.css({
|
|
32596
32596
|
color: sectionproperties.uppersection_iconcolor,
|
|
32597
|
-
fontSize: sectionproperties.uppersection_infoiconfontsize +
|
|
32597
|
+
fontSize: sectionproperties.uppersection_infoiconfontsize + 'px'
|
|
32598
32598
|
}),
|
|
32599
32599
|
topheadertitle: glamor.css({
|
|
32600
32600
|
color: sectionproperties.uppersection_titlecolor,
|
|
32601
|
-
fontSize: sectionproperties.uppersection_titlefontsize +
|
|
32601
|
+
fontSize: sectionproperties.uppersection_titlefontsize + 'px',
|
|
32602
32602
|
fontWeight: sectionproperties.uppersection_titlefontweight,
|
|
32603
32603
|
textTransform: sectionproperties.uppersection_titletextransform
|
|
32604
32604
|
}),
|
|
32605
32605
|
cart_btn: glamor.css({
|
|
32606
|
-
width: sectionproperties.cartBtnWidth +
|
|
32607
|
-
height: sectionproperties.cartBtnHeight +
|
|
32608
|
-
background: sectionproperties.cartbtn_bgtransparent ==
|
|
32609
|
-
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius +
|
|
32610
|
-
border: sectionproperties.cartbtnborderwidth +
|
|
32606
|
+
width: sectionproperties.cartBtnWidth + 'px',
|
|
32607
|
+
height: sectionproperties.cartBtnHeight + 'px',
|
|
32608
|
+
background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
|
|
32609
|
+
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
32610
|
+
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
32611
32611
|
color: sectionproperties.cart_iconcolor,
|
|
32612
|
-
cursor:
|
|
32613
|
-
transition:
|
|
32614
|
-
|
|
32615
|
-
background: sectionproperties.cartbtn_transparentbgcoloronhover ==
|
|
32616
|
-
borderColor: sectionproperties.cartbtn_transparentbgcoloronhover ==
|
|
32612
|
+
cursor: 'pointer',
|
|
32613
|
+
transition: '.3s',
|
|
32614
|
+
':hover': {
|
|
32615
|
+
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
32616
|
+
borderColor: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.cartBtnTextcoloronhover : sectionproperties.cartBtnbgColoronhover,
|
|
32617
32617
|
color: sectionproperties.cartBtnTextcoloronhover
|
|
32618
32618
|
}
|
|
32619
32619
|
}),
|
|
32620
32620
|
badge_counter_header_notifications: glamor.css({
|
|
32621
32621
|
background: sectionproperties.badge_bgcolor,
|
|
32622
|
-
width: sectionproperties.badge_width +
|
|
32623
|
-
height: sectionproperties.badge_height +
|
|
32622
|
+
width: sectionproperties.badge_width + 'px',
|
|
32623
|
+
height: sectionproperties.badge_height + 'px',
|
|
32624
32624
|
color: sectionproperties.badge_color,
|
|
32625
|
-
borderRadius: sectionproperties.badge_borderradius +
|
|
32626
|
-
fontSize: sectionproperties.badge_fontsize +
|
|
32627
|
-
position:
|
|
32628
|
-
transform:
|
|
32629
|
-
transformOrigin:
|
|
32630
|
-
display:
|
|
32631
|
-
alignItems:
|
|
32632
|
-
justifyContent:
|
|
32625
|
+
borderRadius: sectionproperties.badge_borderradius + 'px',
|
|
32626
|
+
fontSize: sectionproperties.badge_fontsize + 'px',
|
|
32627
|
+
position: 'absolute',
|
|
32628
|
+
transform: 'scale(0.3)',
|
|
32629
|
+
transformOrigin: 'top right',
|
|
32630
|
+
display: 'flex',
|
|
32631
|
+
alignItems: 'center',
|
|
32632
|
+
justifyContent: 'center'
|
|
32633
32633
|
}),
|
|
32634
32634
|
cartbadge: glamor.css({
|
|
32635
|
-
top: sectionproperties.cartbadgetop +
|
|
32636
|
-
right: sectionproperties.cartbadgeright +
|
|
32635
|
+
top: sectionproperties.cartbadgetop + 'px',
|
|
32636
|
+
right: sectionproperties.cartbadgeright + 'px'
|
|
32637
32637
|
}),
|
|
32638
32638
|
favbadge: glamor.css({
|
|
32639
|
-
top: sectionproperties.wishlistbadgetop +
|
|
32640
|
-
right: sectionproperties.wishlistbadgeright +
|
|
32639
|
+
top: sectionproperties.wishlistbadgetop + 'px',
|
|
32640
|
+
right: sectionproperties.wishlistbadgeright + 'px'
|
|
32641
32641
|
}),
|
|
32642
32642
|
header_divider: glamor.css({
|
|
32643
|
-
height: sectionproperties.vl_height +
|
|
32643
|
+
height: sectionproperties.vl_height + 'px',
|
|
32644
32644
|
background: sectionproperties.vl_bg,
|
|
32645
|
-
width: sectionproperties.vl_width +
|
|
32645
|
+
width: sectionproperties.vl_width + '%'
|
|
32646
32646
|
}),
|
|
32647
32647
|
navbar_nav: glamor.css({
|
|
32648
|
-
width: sectionproperties.lowerheaderwidth +
|
|
32649
|
-
background: sectionproperties.lowersection_bgcolortransparent ==
|
|
32650
|
-
borderBottomLeftRadius: langdetect !=
|
|
32651
|
-
borderBottomRightRadius: langdetect !=
|
|
32652
|
-
borderTopLeftRadius: langdetect !=
|
|
32653
|
-
borderTopRightRadius: langdetect !=
|
|
32654
|
-
paddingLeft: langdetect !=
|
|
32655
|
-
paddingRight: langdetect !=
|
|
32648
|
+
width: sectionproperties.lowerheaderwidth + '%',
|
|
32649
|
+
background: sectionproperties.lowersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.lowersection_backgroundColor,
|
|
32650
|
+
borderBottomLeftRadius: langdetect != 'ar' ? sectionproperties.lowersection_borderBottomLeftRadius + 'px' : sectionproperties.lowersection_BorderBottomRightRadius + 'px',
|
|
32651
|
+
borderBottomRightRadius: langdetect != 'ar' ? sectionproperties.lowersection_BorderBottomRightRadius + 'px' : sectionproperties.lowersection_borderBottomLeftRadius + 'px',
|
|
32652
|
+
borderTopLeftRadius: langdetect != 'ar' ? sectionproperties.lowersection_borderTopLeftRadius + 'px' : sectionproperties.lowersection_borderTopRightRadius + 'px',
|
|
32653
|
+
borderTopRightRadius: langdetect != 'ar' ? sectionproperties.lowersection_borderTopRightRadius + 'px' : sectionproperties.lowersection_borderTopLeftRadius + 'px',
|
|
32654
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
|
|
32655
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px'
|
|
32656
32656
|
}),
|
|
32657
32657
|
topbar_item: glamor.css({
|
|
32658
32658
|
color: sectionproperties.lowersection_fontColor,
|
|
32659
|
-
fontSize: sectionproperties.lowersection_fontsize +
|
|
32659
|
+
fontSize: sectionproperties.lowersection_fontsize + 'px',
|
|
32660
32660
|
textTransform: sectionproperties.lowersection_textTransform,
|
|
32661
32661
|
fontWeight: sectionproperties.lowersection_textfontweight,
|
|
32662
|
-
transition:
|
|
32663
|
-
|
|
32662
|
+
transition: '.3s',
|
|
32663
|
+
':hover': {
|
|
32664
32664
|
color: sectionproperties.lowersection_fontColoronhover
|
|
32665
32665
|
},
|
|
32666
|
-
|
|
32666
|
+
':before': {
|
|
32667
32667
|
background: sectionproperties.lowersection_fontColoronhover
|
|
32668
32668
|
}
|
|
32669
32669
|
}),
|
|
32670
32670
|
user_btn: glamor.css({
|
|
32671
|
-
background: sectionproperties.userbtn_bgtransparent ==
|
|
32672
|
-
width: sectionproperties.userBtnWidth +
|
|
32673
|
-
height: sectionproperties.userBtnHeight +
|
|
32674
|
-
borderRadius: sectionproperties.userbtn_borderBottomLeftRadius +
|
|
32671
|
+
background: sectionproperties.userbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColor,
|
|
32672
|
+
width: sectionproperties.userBtnWidth + 'px',
|
|
32673
|
+
height: sectionproperties.userBtnHeight + 'px',
|
|
32674
|
+
borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
|
|
32675
32675
|
color: sectionproperties.userBtniconcolor,
|
|
32676
|
-
fontSize: sectionproperties.userBtniconfontsize +
|
|
32677
|
-
border: sectionproperties.userbtnborderwidth +
|
|
32678
|
-
cursor:
|
|
32679
|
-
transition:
|
|
32680
|
-
|
|
32676
|
+
fontSize: sectionproperties.userBtniconfontsize + 'px',
|
|
32677
|
+
border: sectionproperties.userbtnborderwidth + 'px solid ' + sectionproperties.userbtnbordercolor,
|
|
32678
|
+
cursor: 'pointer',
|
|
32679
|
+
transition: '.3s',
|
|
32680
|
+
':hover': {
|
|
32681
32681
|
color: sectionproperties.userBtnTextcoloronhover,
|
|
32682
|
-
background: sectionproperties.userbtn_transparentbgcoloronhover ==
|
|
32683
|
-
borderColor: sectionproperties.userbtn_transparentbgcoloronhover ==
|
|
32682
|
+
background: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColoronhover,
|
|
32683
|
+
borderColor: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.userBtnTextcoloronhover : sectionproperties.userBtnbgColoronhover
|
|
32684
32684
|
}
|
|
32685
32685
|
}),
|
|
32686
32686
|
loggedinusername: glamor.css({
|
|
32687
32687
|
fontWeight: sectionproperties.userBtnTextfontweight,
|
|
32688
32688
|
textTransform: sectionproperties.userBtnTexttransform,
|
|
32689
32689
|
color: sectionproperties.userBtnTextcolor,
|
|
32690
|
-
fontSize: sectionproperties.userBtntextfontsize +
|
|
32691
|
-
lineHeight: sectionproperties.userBtntextfontsize +
|
|
32692
|
-
transition:
|
|
32693
|
-
maxWidth:
|
|
32690
|
+
fontSize: sectionproperties.userBtntextfontsize + 'px',
|
|
32691
|
+
lineHeight: sectionproperties.userBtntextfontsize + 'px',
|
|
32692
|
+
transition: '.3s',
|
|
32693
|
+
maxWidth: '70px'
|
|
32694
32694
|
}),
|
|
32695
32695
|
loggedinuserbtn: glamor.css({
|
|
32696
|
-
width: sectionproperties.loggedinuserbtn_width +
|
|
32697
|
-
height: sectionproperties.loggedinuserbtn_height +
|
|
32698
|
-
border: sectionproperties.userlogginbtnborderwidth +
|
|
32699
|
-
borderRadius: sectionproperties.userbtn_borderBottomLeftRadius +
|
|
32696
|
+
width: sectionproperties.loggedinuserbtn_width + 'px',
|
|
32697
|
+
height: sectionproperties.loggedinuserbtn_height + 'px',
|
|
32698
|
+
border: sectionproperties.userlogginbtnborderwidth + 'px solid ' + sectionproperties.userlogginbtnbordercolor,
|
|
32699
|
+
borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
|
|
32700
32700
|
background: sectionproperties.userBtnbgColor_loggedin,
|
|
32701
32701
|
color: sectionproperties.userBtniconcolor_loggedin,
|
|
32702
|
-
transition:
|
|
32703
|
-
|
|
32702
|
+
transition: '.3s',
|
|
32703
|
+
':hover': {
|
|
32704
32704
|
backgroundColor: sectionproperties.userBtnbgColoronhover_loggedin
|
|
32705
32705
|
}
|
|
32706
32706
|
}),
|
|
32707
32707
|
userBtnLoggedinContainer: glamor.css({
|
|
32708
|
-
transition:
|
|
32709
|
-
|
|
32710
|
-
transition:
|
|
32708
|
+
transition: '.3s',
|
|
32709
|
+
':hover .loggedinuserbtn': {
|
|
32710
|
+
transition: '.3s',
|
|
32711
32711
|
color: sectionproperties.userBtnTextcoloronhover_loggedin,
|
|
32712
32712
|
borderColor: sectionproperties.userbtn_loggedin_iconcoloronhover
|
|
32713
32713
|
},
|
|
32714
|
-
|
|
32714
|
+
':hover .loggedinuserbtnbg': {
|
|
32715
32715
|
backgroundColor: sectionproperties.userBtnbgColoronhover_loggedin,
|
|
32716
32716
|
color: sectionproperties.userbtn_loggedin_iconcoloronhover
|
|
32717
32717
|
}
|
|
32718
32718
|
}),
|
|
32719
32719
|
wishlist_btn: glamor.css({
|
|
32720
|
-
width: sectionproperties.favBtnWidth +
|
|
32721
|
-
height: sectionproperties.favBtnHeight +
|
|
32722
|
-
background: sectionproperties.favbtn_bgtransparent ==
|
|
32723
|
-
borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius +
|
|
32720
|
+
width: sectionproperties.favBtnWidth + 'px',
|
|
32721
|
+
height: sectionproperties.favBtnHeight + 'px',
|
|
32722
|
+
background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
|
|
32723
|
+
borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
|
|
32724
32724
|
color: sectionproperties.favBtniconcolor,
|
|
32725
|
-
border: sectionproperties.favbtnborderwidth +
|
|
32726
|
-
cursor:
|
|
32727
|
-
transition:
|
|
32728
|
-
|
|
32729
|
-
background: sectionproperties.favbtn_transparentbgcoloronhover ==
|
|
32730
|
-
borderColor: sectionproperties.favbtn_transparentbgcoloronhover ==
|
|
32725
|
+
border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
|
|
32726
|
+
cursor: 'pointer',
|
|
32727
|
+
transition: '.3s',
|
|
32728
|
+
':hover': {
|
|
32729
|
+
background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
|
|
32730
|
+
borderColor: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.favBtnTextcoloronhover : sectionproperties.favBtnbgColoronhover,
|
|
32731
32731
|
color: sectionproperties.favBtnTextcoloronhover
|
|
32732
32732
|
}
|
|
32733
32733
|
}),
|
|
32734
32734
|
searchbarcont: glamor.css({
|
|
32735
|
-
position:
|
|
32736
|
-
width: sectionproperties.searchbarcont_width +
|
|
32737
|
-
height: sectionproperties.searchbarcont_height +
|
|
32738
|
-
background: sectionproperties.searchbarcont_bgcolortransparent ==
|
|
32739
|
-
borderRadius: sectionproperties.searchbarcont_borderRadius +
|
|
32740
|
-
border: sectionproperties.searchbarcontinput_borderwidth +
|
|
32735
|
+
position: 'relative',
|
|
32736
|
+
width: sectionproperties.searchbarcont_width + 'px',
|
|
32737
|
+
height: sectionproperties.searchbarcont_height + 'px',
|
|
32738
|
+
background: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
|
|
32739
|
+
borderRadius: sectionproperties.searchbarcont_borderRadius + 'px',
|
|
32740
|
+
border: sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor,
|
|
32741
32741
|
color: sectionproperties.searchbarcont_color,
|
|
32742
|
-
cursor:
|
|
32743
|
-
transition:
|
|
32744
|
-
|
|
32745
|
-
background: sectionproperties.searchbarcont_transparentbghover ==
|
|
32746
|
-
borderColor: sectionproperties.searchbarcont_transparentbghover ==
|
|
32742
|
+
cursor: 'pointer',
|
|
32743
|
+
transition: '.3s',
|
|
32744
|
+
':hover': {
|
|
32745
|
+
background: sectionproperties.searchbarcont_transparentbghover == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bghover,
|
|
32746
|
+
borderColor: sectionproperties.searchbarcont_transparentbghover == 'Transparent' ? sectionproperties.searchbarcontcoloronhover : sectionproperties.searchbarcont_bghover,
|
|
32747
32747
|
color: sectionproperties.searchbarcontcoloronhover
|
|
32748
32748
|
}
|
|
32749
32749
|
}),
|
|
32750
32750
|
searchbarcont_input: glamor.css({
|
|
32751
|
-
height:
|
|
32752
|
-
outline:
|
|
32753
|
-
border:
|
|
32754
|
-
transition:
|
|
32751
|
+
height: '45px',
|
|
32752
|
+
outline: 'none',
|
|
32753
|
+
border: 'none',
|
|
32754
|
+
transition: '0.3s',
|
|
32755
32755
|
color: sectionproperties.searchbarcontinput_color,
|
|
32756
32756
|
fontWeight: sectionproperties.searchbarcont_inputfontweight,
|
|
32757
|
-
fontSize: sectionproperties.searchbarcontinput_fontsize +
|
|
32758
|
-
paddingLeft: langdetect !=
|
|
32759
|
-
paddingRight: langdetect !=
|
|
32760
|
-
|
|
32761
|
-
borderBottom: sectionproperties.searchbarcontinput_borderBottom +
|
|
32757
|
+
fontSize: sectionproperties.searchbarcontinput_fontsize + 'px',
|
|
32758
|
+
paddingLeft: langdetect != 'ar' ? '5px' : '60px',
|
|
32759
|
+
paddingRight: langdetect != 'ar' ? '60px' : '5px',
|
|
32760
|
+
':focus': {
|
|
32761
|
+
borderBottom: sectionproperties.searchbarcontinput_borderBottom + 'px solid ' + sectionproperties.searchbarcontinput_bordercoloronfocus
|
|
32762
32762
|
}
|
|
32763
32763
|
}),
|
|
32764
32764
|
dropdownitemcontainer: glamor.css({
|
|
32765
|
-
fontSize: sectionproperties.dropdown_fontsize +
|
|
32765
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
32766
32766
|
color: sectionproperties.dropdown_color,
|
|
32767
32767
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
32768
32768
|
textTransform: sectionproperties.dropdown_texttransform,
|
|
32769
|
-
padding:
|
|
32770
|
-
display:
|
|
32771
|
-
alignItems:
|
|
32772
|
-
transition:
|
|
32773
|
-
|
|
32769
|
+
padding: '0.3rem 0.8rem',
|
|
32770
|
+
display: 'flex',
|
|
32771
|
+
alignItems: 'center',
|
|
32772
|
+
transition: '.3s',
|
|
32773
|
+
':hover': {
|
|
32774
32774
|
color: sectionproperties.dropdown_hovercolor
|
|
32775
32775
|
}
|
|
32776
32776
|
}),
|
|
32777
32777
|
languagecontainer: glamor.css({
|
|
32778
32778
|
color: sectionproperties.language_container_color,
|
|
32779
|
-
fontSize: sectionproperties.language_container_fontsize +
|
|
32779
|
+
fontSize: sectionproperties.language_container_fontsize + 'px',
|
|
32780
32780
|
fontWeight: 600,
|
|
32781
|
-
cursor:
|
|
32782
|
-
transition:
|
|
32783
|
-
|
|
32781
|
+
cursor: 'pointer',
|
|
32782
|
+
transition: '.3s',
|
|
32783
|
+
':hover': {
|
|
32784
32784
|
color: sectionproperties.language_container_coloronhover
|
|
32785
32785
|
}
|
|
32786
32786
|
})
|
|
32787
32787
|
};
|
|
32788
32788
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32789
|
-
className: "".concat(headerstyles$e.header_container) +
|
|
32789
|
+
className: "".concat(headerstyles$e.header_container) + ' row m-0 w-100 d-flex justify-content-center '
|
|
32790
32790
|
// class={`${headerstyles.header_container}` + ' row m-0 w-100 d-flex justify-content-center '} style={{ position: 'relative', zIndex: 1000 }}
|
|
32791
|
-
}, templateproperties_context.showtextslider ==
|
|
32791
|
+
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32792
32792
|
"class": "col-lg-12 p-0"
|
|
32793
32793
|
}, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
32794
32794
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -32799,43 +32799,43 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
32799
32799
|
"class": "row m-0 d-md-none",
|
|
32800
32800
|
style: {
|
|
32801
32801
|
position: sectionproperties.headerstyles_position,
|
|
32802
|
-
marginTop: sectionproperties.header_marginTop +
|
|
32803
|
-
marginBottom: sectionproperties.header_marginBottom +
|
|
32804
|
-
width:
|
|
32802
|
+
marginTop: sectionproperties.header_marginTop + 'px',
|
|
32803
|
+
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
32804
|
+
width: '100vw',
|
|
32805
32805
|
top: 0,
|
|
32806
|
-
display: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin ==
|
|
32806
|
+
display: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? 'none' : 'flex'
|
|
32807
32807
|
}
|
|
32808
|
-
}, sectionproperties.showdownloadapp ==
|
|
32808
|
+
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
32809
32809
|
sectionpropertiesprops: sectionproperties,
|
|
32810
32810
|
actions: actions
|
|
32811
32811
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32812
32812
|
"class": "col-lg-12 p-0"
|
|
32813
32813
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32814
|
-
"class": "".concat(header_cssstyles.top_bar) +
|
|
32814
|
+
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
|
|
32815
32815
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32816
32816
|
"class": "col-xl-3 col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-0"
|
|
32817
32817
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32818
32818
|
"class": "".concat(header_cssstyles.header_logo),
|
|
32819
32819
|
style: {
|
|
32820
|
-
cursor:
|
|
32820
|
+
cursor: 'pointer'
|
|
32821
32821
|
},
|
|
32822
32822
|
onClick: function onClick() {
|
|
32823
|
-
routingcountext(
|
|
32823
|
+
routingcountext('home');
|
|
32824
32824
|
}
|
|
32825
32825
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
32826
32826
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
32827
32827
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
32828
|
-
path: langdetect !=
|
|
32828
|
+
path: langdetect != 'ar' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
32829
32829
|
style: {
|
|
32830
|
-
width:
|
|
32831
|
-
height:
|
|
32832
|
-
objectFit:
|
|
32830
|
+
width: '100%',
|
|
32831
|
+
height: '100%',
|
|
32832
|
+
objectFit: 'contain'
|
|
32833
32833
|
}
|
|
32834
32834
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32835
32835
|
"class": "col-xl-9 col-lg-8 col-md-6 col-sm-12 allcentered p-0"
|
|
32836
32836
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32837
32837
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
32838
|
-
}, sectionproperties.searchbar_show ==
|
|
32838
|
+
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32839
32839
|
"class": "col-xl-5 col-lg-4 p-0 d-flex justify-content-end align-items-center"
|
|
32840
32840
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32841
32841
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
@@ -32843,198 +32843,198 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
32843
32843
|
"class": "col-lg-12 p-0 d-flex justify-content-end align-items-center"
|
|
32844
32844
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
32845
32845
|
"class": "".concat(headerstyles$e.searchbar, " ").concat(header_cssstyles.searchbarcont_input),
|
|
32846
|
-
placeholder: langdetect !=
|
|
32846
|
+
placeholder: langdetect != 'ar' ? "What're we looking for?" : 'البحث...',
|
|
32847
32847
|
onChange: function onChange(event) {
|
|
32848
32848
|
setSearchHeaderInputContext(event.target.value);
|
|
32849
32849
|
},
|
|
32850
32850
|
style: {
|
|
32851
|
-
right: langdetect !=
|
|
32852
|
-
left: langdetect !=
|
|
32851
|
+
right: langdetect != 'ar' ? 0 : '',
|
|
32852
|
+
left: langdetect != 'ar' ? '' : 0
|
|
32853
32853
|
}
|
|
32854
32854
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32855
|
-
"class": "".concat(header_cssstyles.searchbarcont) +
|
|
32855
|
+
"class": "".concat(header_cssstyles.searchbarcont) + ' d-flex justify-content-center align-items-center '
|
|
32856
32856
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
32857
|
-
"class": headerstyles$e.searchbaractive +
|
|
32857
|
+
"class": headerstyles$e.searchbaractive + ' h-100 d-flex align-items-center'
|
|
32858
32858
|
}, /*#__PURE__*/React__default["default"].createElement(BiSearch.BiSearch, {
|
|
32859
32859
|
size: sectionproperties.searchbarcontfontsize,
|
|
32860
32860
|
style: {
|
|
32861
|
-
transform: langdetect !=
|
|
32861
|
+
transform: langdetect != 'ar' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
32862
32862
|
}
|
|
32863
32863
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32864
32864
|
"class": "col-lg-12 p-0 d-flex justify-content-end align-items-center"
|
|
32865
32865
|
}, /*#__PURE__*/React__default["default"].createElement(Searchlist$1, {
|
|
32866
32866
|
sectionpropertiesprops: sectionproperties,
|
|
32867
|
-
srcfromprops:
|
|
32867
|
+
srcfromprops: 'header-400',
|
|
32868
32868
|
actions: actions
|
|
32869
|
-
})))), sectionproperties.ShowUserBtn ==
|
|
32869
|
+
})))), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], {
|
|
32870
32870
|
style: {
|
|
32871
|
-
marginLeft: langdetect !=
|
|
32872
|
-
marginRight: langdetect ==
|
|
32871
|
+
marginLeft: langdetect != 'ar' ? '1rem' : '',
|
|
32872
|
+
marginRight: langdetect == 'ar' ? '1rem' : ''
|
|
32873
32873
|
}
|
|
32874
32874
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32875
|
-
"class": " ".concat(header_cssstyles.user_btn) +
|
|
32875
|
+
"class": " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center ',
|
|
32876
32876
|
sytle: {
|
|
32877
|
-
position:
|
|
32877
|
+
position: 'relative'
|
|
32878
32878
|
}
|
|
32879
32879
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
32880
|
-
"class":
|
|
32880
|
+
"class": ' h-100 d-flex align-items-center '
|
|
32881
32881
|
}, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
|
|
32882
32882
|
size: sectionproperties.userBtnTextfontsize
|
|
32883
32883
|
}))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32884
|
-
"class": header_cssstyles.userBtnLoggedinContainer +
|
|
32884
|
+
"class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
32885
32885
|
sytle: {
|
|
32886
|
-
position:
|
|
32886
|
+
position: 'relative'
|
|
32887
32887
|
}
|
|
32888
32888
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32889
|
-
"class": header_cssstyles.loggedinuserbtn +
|
|
32889
|
+
"class": header_cssstyles.loggedinuserbtn + ' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '
|
|
32890
32890
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
32891
|
-
"class":
|
|
32891
|
+
"class": ' h-100 allcentered '
|
|
32892
32892
|
}, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
|
|
32893
32893
|
size: sectionproperties.loggedinusericonfontsize
|
|
32894
32894
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32895
32895
|
"class": "m-0 p-0 loggedinuserbtn flex-column",
|
|
32896
32896
|
style: {
|
|
32897
|
-
textAlign: langdetect !=
|
|
32897
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
32898
32898
|
}
|
|
32899
32899
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32900
32900
|
"class": "m-0 p-0",
|
|
32901
32901
|
style: {
|
|
32902
32902
|
color: sectionproperties.greetingtextcolor,
|
|
32903
|
-
fontSize: sectionproperties.greetingtextfontsize +
|
|
32904
|
-
lineHeight: sectionproperties.greetingtextfontsize +
|
|
32903
|
+
fontSize: sectionproperties.greetingtextfontsize + 'px',
|
|
32904
|
+
lineHeight: sectionproperties.greetingtextfontsize + 'px',
|
|
32905
32905
|
fontWeight: 400
|
|
32906
32906
|
}
|
|
32907
|
-
}, lang.hello, langdetect !=
|
|
32908
|
-
"class": header_cssstyles.loggedinusername +
|
|
32907
|
+
}, lang.hello, langdetect != 'ar' ? ',' : '،'), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32908
|
+
"class": header_cssstyles.loggedinusername + ' loggedinuserbtn m-0 p-0 text-overflow '
|
|
32909
32909
|
}, authdetailsContext.customerinfo.name)))), !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32910
32910
|
onClick: function onClick() {
|
|
32911
32911
|
routingcountext(StaticPagesLinksContext.Login);
|
|
32912
32912
|
}
|
|
32913
32913
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32914
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) +
|
|
32914
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
32915
32915
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32916
|
-
"class":
|
|
32916
|
+
"class": ' d-flex align-items-center m-0 p-0 '
|
|
32917
32917
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineLogin.AiOutlineLogin, {
|
|
32918
|
-
"class": langdetect !=
|
|
32918
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32919
32919
|
}), /*#__PURE__*/React__default["default"].createElement("span", null, lang.login)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32920
32920
|
onClick: function onClick() {
|
|
32921
32921
|
routingcountext(StaticPagesLinksContext.Signup);
|
|
32922
32922
|
}
|
|
32923
32923
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32924
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) +
|
|
32924
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
32925
32925
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32926
|
-
"class":
|
|
32926
|
+
"class": ' d-flex align-items-center m-0 p-0 '
|
|
32927
32927
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineUserAdd.AiOutlineUserAdd, {
|
|
32928
|
-
"class": langdetect !=
|
|
32928
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32929
32929
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32930
32930
|
"class": "text-transform-none"
|
|
32931
32931
|
}, lang.signup))))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
|
|
32932
32932
|
style: {
|
|
32933
|
-
minWidth:
|
|
32933
|
+
minWidth: '200px'
|
|
32934
32934
|
}
|
|
32935
32935
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32936
32936
|
onClick: function onClick() {
|
|
32937
32937
|
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
32938
32938
|
}
|
|
32939
32939
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32940
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) +
|
|
32940
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
|
|
32941
32941
|
}, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
|
|
32942
|
-
"class": langdetect !=
|
|
32942
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32943
32943
|
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32944
|
-
"class":
|
|
32945
|
-
}, langdetect !=
|
|
32944
|
+
"class": ' allcenetered m-0 p-0 '
|
|
32945
|
+
}, langdetect != 'ar' ? 'My Account' : 'حسابى'))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32946
32946
|
onClick: function onClick() {
|
|
32947
32947
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
32948
32948
|
}
|
|
32949
32949
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32950
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) +
|
|
32950
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
|
|
32951
32951
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
32952
32952
|
"class": "h-100 allcentered"
|
|
32953
|
-
}, sectionproperties.carticonstyle ==
|
|
32954
|
-
"class": langdetect !=
|
|
32955
|
-
}), sectionproperties.carticonstyle ==
|
|
32956
|
-
"class": langdetect !=
|
|
32957
|
-
}), sectionproperties.carticonstyle ==
|
|
32958
|
-
"class": langdetect !=
|
|
32959
|
-
}), sectionproperties.carticonstyle ==
|
|
32960
|
-
"class": langdetect !=
|
|
32961
|
-
}), sectionproperties.carticonstyle ==
|
|
32962
|
-
"class": langdetect !=
|
|
32963
|
-
}), sectionproperties.carticonstyle ==
|
|
32964
|
-
"class": langdetect !=
|
|
32965
|
-
}), sectionproperties.carticonstyle ==
|
|
32966
|
-
"class": langdetect !=
|
|
32953
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
|
|
32954
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32955
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
|
|
32956
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32957
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
|
|
32958
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32959
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
32960
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32961
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
32962
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32963
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
32964
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32965
|
+
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
32966
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32967
32967
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32968
|
-
"class":
|
|
32968
|
+
"class": ' allcenetered m-0 p-0 '
|
|
32969
32969
|
}, sectionproperties["previousorders_title".concat(langdetect)] || sectionproperties.previousorders_titleen))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32970
32970
|
onClick: function onClick() {
|
|
32971
32971
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
32972
32972
|
}
|
|
32973
32973
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32974
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) +
|
|
32974
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
|
|
32975
32975
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
32976
32976
|
"class": "h-100 allcentered"
|
|
32977
|
-
}, sectionproperties.faviconshape ==
|
|
32978
|
-
"class": langdetect !=
|
|
32979
|
-
}), sectionproperties.faviconshape ==
|
|
32980
|
-
"class": langdetect !=
|
|
32977
|
+
}, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
32978
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32979
|
+
}), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiFillStar$1.AiFillStar, {
|
|
32980
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32981
32981
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32982
|
-
"class":
|
|
32982
|
+
"class": ' allcenetered m-0 p-0 '
|
|
32983
32983
|
}, lang.wishlist))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32984
32984
|
onClick: function onClick() {
|
|
32985
32985
|
LogoutMutationContext.mutate();
|
|
32986
32986
|
}
|
|
32987
32987
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32988
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) +
|
|
32988
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
32989
32989
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
32990
32990
|
"class": "h-100 allcentered"
|
|
32991
32991
|
}, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
|
|
32992
|
-
"class": langdetect !=
|
|
32992
|
+
"class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
|
|
32993
32993
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32994
|
-
"class":
|
|
32995
|
-
}, lang.logout))))), sectionproperties.favBtnShow ==
|
|
32996
|
-
"class": langdetect !=
|
|
32994
|
+
"class": ' allcenetered m-0 p-0 '
|
|
32995
|
+
}, lang.logout))))), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32996
|
+
"class": langdetect != 'ar' ? "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center ml-3 ' : "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center mr-3 ',
|
|
32997
32997
|
onClick: function onClick() {
|
|
32998
32998
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
32999
32999
|
},
|
|
33000
33000
|
style: {
|
|
33001
|
-
position:
|
|
33001
|
+
position: 'relative'
|
|
33002
33002
|
}
|
|
33003
33003
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33004
33004
|
"class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.favbadge)
|
|
33005
|
-
}, favoriteprojectscountContext.length >= 10 ?
|
|
33006
|
-
"class":
|
|
33007
|
-
}, sectionproperties.faviconshape ==
|
|
33005
|
+
}, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
33006
|
+
"class": 'h-100 d-flex align-items-center'
|
|
33007
|
+
}, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
33008
33008
|
style: {
|
|
33009
|
-
fontSize: sectionproperties.favBtnIconfontsize +
|
|
33009
|
+
fontSize: sectionproperties.favBtnIconfontsize + 'px'
|
|
33010
33010
|
}
|
|
33011
|
-
}), sectionproperties.faviconshape ==
|
|
33011
|
+
}), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiOutlineStar.AiOutlineStar, {
|
|
33012
33012
|
style: {
|
|
33013
|
-
fontSize: sectionproperties.favBtnIconfontsize +
|
|
33013
|
+
fontSize: sectionproperties.favBtnIconfontsize + 'px'
|
|
33014
33014
|
}
|
|
33015
|
-
}))), sectionproperties.cartBtnShow ==
|
|
33015
|
+
}))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33016
33016
|
"class": "m-0 d-flex flex-row align-items-center justify-content-end ml-3 mr-4",
|
|
33017
33017
|
onClick: function onClick() {
|
|
33018
33018
|
setsidecartnavshowcontext(true);
|
|
33019
33019
|
}
|
|
33020
33020
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33021
|
-
"class": "".concat(header_cssstyles.cart_btn) +
|
|
33021
|
+
"class": "".concat(header_cssstyles.cart_btn) + ' allcentered ml-2 mr-2 ',
|
|
33022
33022
|
style: {
|
|
33023
|
-
position:
|
|
33023
|
+
position: 'relative'
|
|
33024
33024
|
}
|
|
33025
|
-
}, sectionproperties.carticonstyle ==
|
|
33025
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
|
|
33026
33026
|
size: sectionproperties.cartBtn_iconFontSize
|
|
33027
|
-
}), sectionproperties.carticonstyle ==
|
|
33027
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
|
|
33028
33028
|
size: sectionproperties.cartBtn_iconFontSize
|
|
33029
|
-
}), sectionproperties.carticonstyle ==
|
|
33029
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
|
|
33030
33030
|
size: sectionproperties.cartBtn_iconFontSize
|
|
33031
|
-
}), sectionproperties.carticonstyle ==
|
|
33031
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
33032
33032
|
size: sectionproperties.cartBtn_iconFontSize
|
|
33033
|
-
}), sectionproperties.carticonstyle ==
|
|
33033
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
33034
33034
|
size: sectionproperties.cartBtn_iconFontSize
|
|
33035
|
-
}), sectionproperties.carticonstyle ==
|
|
33035
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
33036
33036
|
size: sectionproperties.cartBtn_iconFontSize
|
|
33037
|
-
}), sectionproperties.carticonstyle ==
|
|
33037
|
+
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
33038
33038
|
size: sectionproperties.cartBtn_iconFontSize
|
|
33039
33039
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33040
33040
|
"class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.cartbadge)
|
|
@@ -33042,142 +33042,203 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
33042
33042
|
"class": "m-0 p-0 d-flex flex-column ",
|
|
33043
33043
|
style: {
|
|
33044
33044
|
color: sectionproperties.cartBtnTextcolor,
|
|
33045
|
-
fontSize: sectionproperties.cartBtnTextfontsize +
|
|
33046
|
-
lineHeight: sectionproperties.cartBtnTextfontsize +
|
|
33045
|
+
fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
33046
|
+
lineHeight: sectionproperties.cartBtnTextfontsize + 'px',
|
|
33047
33047
|
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
33048
33048
|
textTransform: sectionproperties.cartBtnTexttransform,
|
|
33049
|
-
cursor:
|
|
33050
|
-
textAlign: langdetect !=
|
|
33049
|
+
cursor: 'pointer',
|
|
33050
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
33051
33051
|
}
|
|
33052
|
-
}, langdetect ===
|
|
33052
|
+
}, langdetect === 'ar' ? sectionproperties.cartBtnContentarabic : langdetect === 'chin' ? sectionproperties.cartBtnContentchin : langdetect === 'es' ? sectionproperties.cartBtnContentspanish : langdetect === 'fr' ? sectionproperties.cartBtnContentfrench : langdetect === 'rus' ? sectionproperties.cartBtnContentrussian : sectionproperties.cartBtnContentenglish, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33053
33053
|
"class": "m-0 p-0",
|
|
33054
33054
|
style: {
|
|
33055
33055
|
color: sectionproperties.total_color,
|
|
33056
|
-
fontSize: sectionproperties.total_fontsize +
|
|
33056
|
+
fontSize: sectionproperties.total_fontsize + 'px',
|
|
33057
33057
|
fontWeight: sectionproperties.total_fontweight,
|
|
33058
|
-
textAlign: langdetect !=
|
|
33059
|
-
cursor:
|
|
33058
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right',
|
|
33059
|
+
cursor: 'pointer'
|
|
33060
33060
|
}
|
|
33061
|
-
}, langdetect !=
|
|
33062
|
-
"class": langdetect !=
|
|
33061
|
+
}, langdetect != 'ar' ? 'EGP' : '', " ", subtotalcart(), " ", langdetect != 'ar' ? '' : 'ج.م'))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33062
|
+
"class": langdetect != 'ar' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
33063
33063
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
33064
|
-
"class":
|
|
33065
|
-
}, langdetect
|
|
33066
|
-
"class": "".concat(header_cssstyles.languagecontainer) +
|
|
33064
|
+
"class": ' d-flex align-items-center justify-content-center '
|
|
33065
|
+
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33066
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33067
33067
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33068
33068
|
"class": "m-0 p-0 mr-2"
|
|
33069
|
-
}, "En"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect
|
|
33070
|
-
"class": "".concat(header_cssstyles.languagecontainer) +
|
|
33069
|
+
}, "En "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'rus' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33070
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33071
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33072
|
+
"class": "m-0 p-0 ml-2"
|
|
33073
|
+
}, "Py "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ital' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33074
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33075
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33076
|
+
"class": "m-0 p-0 ml-2"
|
|
33077
|
+
}, "It "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'magr' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33078
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33079
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33080
|
+
"class": "m-0 p-0 ml-2"
|
|
33081
|
+
}, "HU "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'turk' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33082
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33083
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33084
|
+
"class": "m-0 p-0 ml-2"
|
|
33085
|
+
}, "TR "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33086
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33087
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33088
|
+
"class": "m-0 p-0 ml-2"
|
|
33089
|
+
}, "\u0639 "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
33071
33090
|
onClick: function onClick() {
|
|
33072
|
-
setlang(
|
|
33091
|
+
setlang('en');
|
|
33073
33092
|
}
|
|
33074
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
33075
|
-
|
|
33093
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33094
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
33095
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33096
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
33076
33097
|
style: {
|
|
33077
|
-
|
|
33078
|
-
|
|
33098
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
33099
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
33100
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
33079
33101
|
}
|
|
33080
|
-
}
|
|
33102
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
33103
|
+
src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
|
|
33081
33104
|
style: {
|
|
33082
|
-
|
|
33083
|
-
|
|
33084
|
-
|
|
33085
|
-
|
|
33086
|
-
"class":
|
|
33087
|
-
}), /*#__PURE__*/React__default["default"].createElement("
|
|
33088
|
-
"class": "m-0 p-0"
|
|
33089
|
-
}, "\u0639")), langdetect == "ar" && sectionproperties.showflags == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33090
|
-
"class": "".concat(header_cssstyles.languagecontainer) + " allcentered mx-4 ",
|
|
33105
|
+
maxWidth: '2vh',
|
|
33106
|
+
maxHeight: '2vh'
|
|
33107
|
+
}
|
|
33108
|
+
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
33109
|
+
"class": 'ml-2 mr-2'
|
|
33110
|
+
}, 'English')))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
33091
33111
|
onClick: function onClick() {
|
|
33092
|
-
setlang(
|
|
33112
|
+
setlang('rus');
|
|
33093
33113
|
}
|
|
33094
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
33095
|
-
|
|
33114
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33115
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
33116
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33117
|
+
"class": 'dropdownitem d-flex align-items-center m-0 p-0',
|
|
33096
33118
|
style: {
|
|
33097
|
-
|
|
33098
|
-
|
|
33119
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
33120
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
33121
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
33099
33122
|
}
|
|
33100
|
-
}), /*#__PURE__*/React__default["default"].createElement("
|
|
33101
|
-
|
|
33102
|
-
|
|
33103
|
-
|
|
33104
|
-
|
|
33105
|
-
|
|
33106
|
-
"class": "ml-2 mr-2"
|
|
33107
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33108
|
-
"class": "m-0 p-0"
|
|
33109
|
-
}, "En")), langdetect == "ar" && sectionproperties.showflags != "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33110
|
-
"class": "".concat(header_cssstyles.languagecontainer) + " row m-0 w-100 d-flex align-items-center "
|
|
33123
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", null, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
33124
|
+
onClick: function onClick() {
|
|
33125
|
+
setlang('ital');
|
|
33126
|
+
}
|
|
33127
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33128
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
33111
33129
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33112
|
-
"class":
|
|
33113
|
-
|
|
33130
|
+
"class": 'dropdownitem d-flex align-items-center m-0 p-0',
|
|
33131
|
+
style: {
|
|
33132
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
33133
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
33134
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
33135
|
+
}
|
|
33136
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", null, "Italiano")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
33114
33137
|
onClick: function onClick() {
|
|
33115
|
-
setlang(
|
|
33138
|
+
setlang('magr');
|
|
33116
33139
|
}
|
|
33117
33140
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33118
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) +
|
|
33141
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
33119
33142
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33120
|
-
"class":
|
|
33143
|
+
"class": 'dropdownitem d-flex align-items-center m-0 p-0',
|
|
33121
33144
|
style: {
|
|
33122
|
-
fontSize: sectionproperties.dropdown_fontsize +
|
|
33145
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
33123
33146
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
33124
33147
|
textTransform: sectionproperties.dropdown_texttransform
|
|
33125
33148
|
}
|
|
33126
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
33127
|
-
|
|
33149
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", null, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
33150
|
+
onClick: function onClick() {
|
|
33151
|
+
setlang('turk');
|
|
33152
|
+
}
|
|
33153
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33154
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
33155
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33156
|
+
"class": 'dropdownitem d-flex align-items-center m-0 p-0',
|
|
33128
33157
|
style: {
|
|
33129
|
-
|
|
33130
|
-
|
|
33158
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
33159
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
33160
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
33131
33161
|
}
|
|
33132
|
-
}
|
|
33133
|
-
"class": "ml-2 mr-2"
|
|
33134
|
-
}, lang.arabic)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
33162
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", null, "T\xFCrk\xE7e")))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
33135
33163
|
onClick: function onClick() {
|
|
33136
|
-
setlang(
|
|
33164
|
+
setlang('ar');
|
|
33137
33165
|
}
|
|
33138
33166
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33139
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) +
|
|
33167
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
33140
33168
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33141
|
-
"class":
|
|
33169
|
+
"class": 'dropdownitem d-flex align-items-center m-0 p-0',
|
|
33142
33170
|
style: {
|
|
33143
|
-
fontSize: sectionproperties.dropdown_fontsize +
|
|
33171
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
33144
33172
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
33145
33173
|
textTransform: sectionproperties.dropdown_texttransform
|
|
33146
33174
|
}
|
|
33147
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
33148
|
-
|
|
33175
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", null, 'لغة عربية'))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33176
|
+
"class": 'd-flex align-items-center justify-content-end mx-3'
|
|
33177
|
+
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
33178
|
+
"class": ' d-flex align-items-center justify-content-center ',
|
|
33149
33179
|
style: {
|
|
33150
|
-
|
|
33151
|
-
maxHeight: "2vh"
|
|
33180
|
+
color: sectionproperties.language_container_color
|
|
33152
33181
|
}
|
|
33153
|
-
}
|
|
33154
|
-
"class":
|
|
33155
|
-
},
|
|
33182
|
+
}, langdetect != 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33183
|
+
"class": ' row m-0 w-100 d-flex align-items-center '
|
|
33184
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33185
|
+
"class": "m-0 p-0 mr-2 ml-2"
|
|
33186
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33187
|
+
"class": ' row m-0 w-100 d-flex align-items-center '
|
|
33188
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33189
|
+
"class": "m-0 p-0 ml-2 mr-2"
|
|
33190
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.map(function (item, index) {
|
|
33191
|
+
var _authdetailsContext$i7;
|
|
33192
|
+
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
33193
|
+
onClick: function onClick() {
|
|
33194
|
+
setcurrencyfunccontext(item);
|
|
33195
|
+
}
|
|
33196
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33197
|
+
"class": "row m-0 w-100"
|
|
33198
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33199
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
33200
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33201
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer)
|
|
33202
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33203
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
33204
|
+
style: {
|
|
33205
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
33206
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
33207
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
33208
|
+
}
|
|
33209
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
33210
|
+
"class": 'ml-2 mr-2'
|
|
33211
|
+
}, langdetect != 'ar' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.instcurrencies) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33212
|
+
"class": "col-lg-12 p-0"
|
|
33213
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
33214
|
+
"class": "m-0"
|
|
33215
|
+
}))));
|
|
33216
|
+
})))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33156
33217
|
"class": "col-lg-12 p-0 allcentered",
|
|
33157
33218
|
style: {
|
|
33158
|
-
background: sectionproperties.uppersection_bgcolortransparent ==
|
|
33219
|
+
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.uppersection_bgcolor
|
|
33159
33220
|
}
|
|
33160
33221
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33161
33222
|
"class": header_cssstyles.header_divider
|
|
33162
|
-
})), sectionproperties.showlowerheadersection ==
|
|
33163
|
-
"class":
|
|
33223
|
+
})), sectionproperties.showlowerheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33224
|
+
"class": ' col-lg-12 d-flex align-items-center justify-content-center p-0'
|
|
33164
33225
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33165
|
-
"class": "".concat(header_cssstyles.navbar_nav) +
|
|
33226
|
+
"class": "".concat(header_cssstyles.navbar_nav) + ' row m-0 d-flex justify-content-start align-items-center '
|
|
33166
33227
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33167
|
-
"class":
|
|
33228
|
+
"class": ' scrollhorizontal w-100 align-items-center ',
|
|
33168
33229
|
style: {
|
|
33169
|
-
display: sectionproperties.showhidesubheader ==
|
|
33170
|
-
paddingTop: sectionproperties.lowersection_paddingtop +
|
|
33171
|
-
paddingBottom: sectionproperties.lowersection_paddingbottom +
|
|
33172
|
-
justifyContent: sectionproperties.header_centered ==
|
|
33230
|
+
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
|
|
33231
|
+
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
33232
|
+
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
|
|
33233
|
+
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
33173
33234
|
}
|
|
33174
33235
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
33175
33236
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
33176
33237
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33177
33238
|
"class": "".concat(headerstyles$e.topbar_item_container),
|
|
33178
33239
|
style: {
|
|
33179
|
-
marginRight: langdetect !=
|
|
33180
|
-
marginLeft: langdetect !=
|
|
33240
|
+
marginRight: langdetect != 'ar' ? '30px' : 0,
|
|
33241
|
+
marginLeft: langdetect != 'ar' ? 0 : '30px'
|
|
33181
33242
|
},
|
|
33182
33243
|
onClick: function onClick() {
|
|
33183
33244
|
// history.push(item.navigationroute);
|
|
@@ -33187,43 +33248,43 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
33187
33248
|
"class": "".concat(headerstyles$e.topbar_item, " ").concat(header_cssstyles.topbar_item)
|
|
33188
33249
|
}, /*#__PURE__*/React__default["default"].createElement("span", null, item["pagename_".concat(langdetect)] || item.pagename)));
|
|
33189
33250
|
}
|
|
33190
|
-
})), sectionproperties.showhidesubheader ==
|
|
33251
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33191
33252
|
"class": "w-100",
|
|
33192
33253
|
style: {
|
|
33193
|
-
paddingTop: sectionproperties.lowersection_paddingtop +
|
|
33194
|
-
paddingBottom: sectionproperties.lowersection_paddingbottom +
|
|
33254
|
+
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
33255
|
+
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px'
|
|
33195
33256
|
}
|
|
33196
33257
|
}, /*#__PURE__*/React__default["default"].createElement(Subheader, {
|
|
33197
33258
|
sectionpropertiesprops: sectionproperties,
|
|
33198
33259
|
actions: actions,
|
|
33199
33260
|
subheaderpropertiesprops: {
|
|
33200
|
-
subheaderpositionprops:
|
|
33201
|
-
paddingLeftprops:
|
|
33202
|
-
paddingRightprops:
|
|
33203
|
-
subheadercontentpositionprops: sectionproperties.header_centered ==
|
|
33261
|
+
subheaderpositionprops: 'in nav',
|
|
33262
|
+
paddingLeftprops: '30px',
|
|
33263
|
+
paddingRightprops: '30px',
|
|
33264
|
+
subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
33204
33265
|
}
|
|
33205
33266
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33206
33267
|
"class": "col-lg-12 p-0"
|
|
33207
|
-
}, sectionproperties.showhidesubheader ==
|
|
33268
|
+
}, sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React__default["default"].createElement(Subheader, {
|
|
33208
33269
|
sectionpropertiesprops: sectionproperties,
|
|
33209
33270
|
actions: actions,
|
|
33210
33271
|
subheaderpropertiesprops: {
|
|
33211
|
-
subheaderpositionprops:
|
|
33212
|
-
paddingLeftprops:
|
|
33213
|
-
paddingRightprops:
|
|
33214
|
-
subheadercontentpositionprops:
|
|
33272
|
+
subheaderpositionprops: 'Full Width',
|
|
33273
|
+
paddingLeftprops: '30px',
|
|
33274
|
+
paddingRightprops: '30px',
|
|
33275
|
+
subheadercontentpositionprops: 'start'
|
|
33215
33276
|
}
|
|
33216
|
-
}))), !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin ==
|
|
33217
|
-
className:
|
|
33277
|
+
}))), !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33278
|
+
className: ' row m-0 ',
|
|
33218
33279
|
style: {
|
|
33219
33280
|
position: sectionproperties.headerstyles_position,
|
|
33220
|
-
marginTop: sectionproperties.header_marginTop +
|
|
33221
|
-
marginBottom: sectionproperties.header_marginBottom +
|
|
33222
|
-
width:
|
|
33281
|
+
marginTop: sectionproperties.header_marginTop + 'px',
|
|
33282
|
+
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
33283
|
+
width: '100vw',
|
|
33223
33284
|
top: 0
|
|
33224
33285
|
}
|
|
33225
33286
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33226
|
-
"class": "".concat(header_cssstyles.top_bar) +
|
|
33287
|
+
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center '
|
|
33227
33288
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33228
33289
|
"class": "col-lg-12 allcentered p-0"
|
|
33229
33290
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -33231,30 +33292,30 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
33231
33292
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
33232
33293
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
33233
33294
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
33234
|
-
path: langdetect !=
|
|
33295
|
+
path: langdetect != 'ar' ? (_logoarrayofobjects$3 = logoarrayofobjects[0]) === null || _logoarrayofobjects$3 === void 0 ? void 0 : _logoarrayofobjects$3.englishlogo : (_logoarrayofobjects$4 = logoarrayofobjects[0]) === null || _logoarrayofobjects$4 === void 0 ? void 0 : _logoarrayofobjects$4.arabiclogo,
|
|
33235
33296
|
style: {
|
|
33236
|
-
width:
|
|
33237
|
-
height:
|
|
33238
|
-
objectFit:
|
|
33297
|
+
width: '100%',
|
|
33298
|
+
height: '100%',
|
|
33299
|
+
objectFit: 'contain'
|
|
33239
33300
|
}
|
|
33240
33301
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33241
|
-
className: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin ==
|
|
33242
|
-
}, sectionproperties.responsiveheaderstyle ==
|
|
33302
|
+
className: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? ' row m-0 w-100 d-none justify-content-center ' : authdetailsContext.loggedin ? 'row m-0 w-100 d-flex justify-content-centet' : ' row m-0 w-100 d-flex justify-content-center '
|
|
33303
|
+
}, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
33243
33304
|
sectionpropertiesprops: sectionproperties,
|
|
33244
33305
|
actions: actions
|
|
33245
|
-
}), sectionproperties.responsiveheaderstyle ==
|
|
33306
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
33246
33307
|
sectionpropertiesprops: sectionproperties,
|
|
33247
33308
|
actions: actions
|
|
33248
|
-
}), sectionproperties.responsiveheaderstyle ==
|
|
33309
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
33249
33310
|
sectionpropertiesprops: sectionproperties,
|
|
33250
33311
|
actions: actions
|
|
33251
|
-
}), sectionproperties.responsiveheaderstyle ==
|
|
33312
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
33252
33313
|
sectionpropertiesprops: sectionproperties,
|
|
33253
33314
|
actions: actions
|
|
33254
|
-
}), sectionproperties.responsiveheaderstyle ==
|
|
33315
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
33255
33316
|
sectionpropertiesprops: sectionproperties,
|
|
33256
33317
|
actions: actions
|
|
33257
|
-
}), sectionproperties.responsiveheaderstyle ==
|
|
33318
|
+
}), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader Only' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
|
|
33258
33319
|
sectionpropertiesprops: sectionproperties,
|
|
33259
33320
|
actions: actions
|
|
33260
33321
|
})));
|
|
@@ -40413,7 +40474,15 @@ var Header8 = function Header8(props) {
|
|
|
40413
40474
|
}, "En", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
40414
40475
|
"class": "h-100 allcentered ml-auto pl-3"
|
|
40415
40476
|
}, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'chin' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
40416
|
-
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 px-1 '
|
|
40477
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 px-1 ',
|
|
40478
|
+
style: {
|
|
40479
|
+
width: 30,
|
|
40480
|
+
height: 30,
|
|
40481
|
+
borderRadius: 5,
|
|
40482
|
+
fontSize: 13,
|
|
40483
|
+
color: '#fff',
|
|
40484
|
+
background: '#df201a'
|
|
40485
|
+
}
|
|
40417
40486
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
40418
40487
|
"class": "m-0 p-0 d-flex align-items-center"
|
|
40419
40488
|
}, "\u4E2D\u6587", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -40475,14 +40544,22 @@ var Header8 = function Header8(props) {
|
|
|
40475
40544
|
borderRadius: 5,
|
|
40476
40545
|
fontSize: 13,
|
|
40477
40546
|
color: '#fff',
|
|
40478
|
-
background: '#
|
|
40547
|
+
background: '#e99a1a'
|
|
40479
40548
|
}
|
|
40480
40549
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
40481
40550
|
"class": "m-0 p-0 d-flex align-items-center"
|
|
40482
40551
|
}, "En", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
40483
40552
|
"class": "h-100 allcentered ml-auto pl-3"
|
|
40484
40553
|
}, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'chin' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
40485
|
-
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 px-1 '
|
|
40554
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 px-1 ',
|
|
40555
|
+
style: {
|
|
40556
|
+
width: 30,
|
|
40557
|
+
height: 30,
|
|
40558
|
+
borderRadius: 5,
|
|
40559
|
+
fontSize: 13,
|
|
40560
|
+
color: '#fff',
|
|
40561
|
+
background: '#e99a1a'
|
|
40562
|
+
}
|
|
40486
40563
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
40487
40564
|
"class": "m-0 p-0 d-flex align-items-center"
|
|
40488
40565
|
}, "\u4E2D\u6587", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -76009,7 +76086,7 @@ function ownKeys$W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymb
|
|
|
76009
76086
|
function _objectSpread$W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$W(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
76010
76087
|
var Servicesection = function Servicesection(props) {
|
|
76011
76088
|
var _maincontainerarrayof;
|
|
76012
|
-
var _useState = React.useState(
|
|
76089
|
+
var _useState = React.useState(''),
|
|
76013
76090
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
76014
76091
|
sectionproperties = _useState2[0],
|
|
76015
76092
|
setsectionproperties = _useState2[1];
|
|
@@ -76056,13 +76133,13 @@ var Servicesection = function Servicesection(props) {
|
|
|
76056
76133
|
}, [sectionproperties]);
|
|
76057
76134
|
var section_styles = {
|
|
76058
76135
|
imgcontainer: glamor.css({
|
|
76059
|
-
|
|
76060
|
-
width:
|
|
76061
|
-
height:
|
|
76062
|
-
background:
|
|
76136
|
+
':before': {
|
|
76137
|
+
width: '100%',
|
|
76138
|
+
height: '100%',
|
|
76139
|
+
background: 'rgba(0,0,0,0.6)',
|
|
76063
76140
|
zIndex: 1,
|
|
76064
|
-
position:
|
|
76065
|
-
content:
|
|
76141
|
+
position: 'absolute',
|
|
76142
|
+
content: 's',
|
|
76066
76143
|
fontSize: 0,
|
|
76067
76144
|
left: 0,
|
|
76068
76145
|
right: 0,
|
|
@@ -76071,45 +76148,45 @@ var Servicesection = function Servicesection(props) {
|
|
|
76071
76148
|
}
|
|
76072
76149
|
}),
|
|
76073
76150
|
sectiontitlespan: glamor.css({
|
|
76074
|
-
|
|
76075
|
-
width: sectionproperties.sectitle_lineafterwidth +
|
|
76151
|
+
':after': {
|
|
76152
|
+
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
76076
76153
|
backgroundColor: sectionproperties.linebgcolor
|
|
76077
76154
|
}
|
|
76078
76155
|
}),
|
|
76079
76156
|
sectiontitlespan2: glamor.css({
|
|
76080
|
-
|
|
76081
|
-
width: sectionproperties.sectitle_lineafterwidth +
|
|
76082
|
-
height:
|
|
76157
|
+
':after': {
|
|
76158
|
+
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
76159
|
+
height: '100%',
|
|
76083
76160
|
backgroundColor: sectionproperties.linebgcolor
|
|
76084
76161
|
}
|
|
76085
76162
|
})
|
|
76086
76163
|
};
|
|
76087
76164
|
var DescriptionContent = function DescriptionContent() {
|
|
76088
76165
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
76089
|
-
"class": sectionproperties.descFontFamily ==
|
|
76166
|
+
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : ' m-0 p-0 wordbreak',
|
|
76090
76167
|
style: {
|
|
76091
76168
|
color: sectionproperties.prodCatColor,
|
|
76092
76169
|
fontWeight: sectionproperties.prodCatFontWeight,
|
|
76093
|
-
textAlign: sectionproperties.descriptionCentered ==
|
|
76170
|
+
textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : langdetect != 'ar' ? 'left' : 'right'
|
|
76094
76171
|
}
|
|
76095
|
-
}, sectionproperties["descriptionContent".concat(langdetect
|
|
76172
|
+
}, langdetect == 'ar' ? sectionproperties.descriptionContentAr : sectionproperties["descriptionContent".concat(langdetect)] || sectionproperties.descriptionContentEn);
|
|
76096
76173
|
};
|
|
76097
76174
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76098
|
-
"class":
|
|
76175
|
+
"class": ' row ml-0 mr-0 align-items-center w-md-100 ',
|
|
76099
76176
|
style: {
|
|
76100
|
-
width: sectionproperties.width +
|
|
76101
|
-
marginTop: sectionproperties.marginTop +
|
|
76102
|
-
marginBottom: sectionproperties.marginBottom +
|
|
76103
|
-
background: sectionproperties.backgroundColortransparent ==
|
|
76104
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius +
|
|
76105
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius +
|
|
76106
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius +
|
|
76107
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius +
|
|
76108
|
-
boxShadow: sectionproperties.sectioncardshadow ==
|
|
76177
|
+
width: sectionproperties.width + 'vw',
|
|
76178
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
76179
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
76180
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
76181
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
76182
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
76183
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
76184
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
76185
|
+
boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
|
|
76109
76186
|
// border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
76110
|
-
borderBottom: sectionproperties.sectioncardborderwidth +
|
|
76111
|
-
borderTop: sectionproperties.sectioncardborderwidth +
|
|
76112
|
-
position:
|
|
76187
|
+
borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
76188
|
+
borderTop: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
76189
|
+
position: 'relative'
|
|
76113
76190
|
}
|
|
76114
76191
|
}, maincontainerarrayofobjs != undefined && maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76115
76192
|
"class": section_styles.imgcontainer
|
|
@@ -76118,12 +76195,12 @@ var Servicesection = function Servicesection(props) {
|
|
|
76118
76195
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
76119
76196
|
path: (_maincontainerarrayof = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof === void 0 ? void 0 : _maincontainerarrayof.back_bgimage,
|
|
76120
76197
|
style: {
|
|
76121
|
-
height:
|
|
76122
|
-
width:
|
|
76123
|
-
objectFit:
|
|
76198
|
+
height: '100%',
|
|
76199
|
+
width: '100%',
|
|
76200
|
+
objectFit: 'cover',
|
|
76124
76201
|
margin: 0,
|
|
76125
76202
|
padding: 0,
|
|
76126
|
-
position:
|
|
76203
|
+
position: 'absolute',
|
|
76127
76204
|
top: 0,
|
|
76128
76205
|
bottom: 0,
|
|
76129
76206
|
right: 0,
|
|
@@ -76133,69 +76210,69 @@ var Servicesection = function Servicesection(props) {
|
|
|
76133
76210
|
"class": "col-lg-12 px-1025-1 pl-md-3 pr-md-3 pr-sm-2 pl-sm-2",
|
|
76134
76211
|
style: {
|
|
76135
76212
|
zIndex: 1,
|
|
76136
|
-
paddingLeft: sectionproperties.paddingLeft +
|
|
76137
|
-
paddingRight: sectionproperties.paddingRight +
|
|
76138
|
-
paddingTop: sectionproperties.paddingTop +
|
|
76139
|
-
paddingBottom: sectionproperties.paddingBottom +
|
|
76213
|
+
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
76214
|
+
paddingRight: sectionproperties.paddingRight + 'px',
|
|
76215
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
76216
|
+
paddingBottom: sectionproperties.paddingBottom + 'px'
|
|
76140
76217
|
}
|
|
76141
76218
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76142
76219
|
"class": "row m-0 w-100"
|
|
76143
|
-
}, sectionproperties.sectiontitleshow ==
|
|
76220
|
+
}, sectionproperties.sectiontitleshow == 'Show' && sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76144
76221
|
"class": "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0",
|
|
76145
76222
|
style: {
|
|
76146
|
-
justifyContent: sectionproperties.sectiontitleposition ==
|
|
76223
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
76147
76224
|
}
|
|
76148
76225
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76149
76226
|
"class": "".concat(generalstyles.sectiontitlecont),
|
|
76150
76227
|
style: {
|
|
76151
|
-
marginTop: sectionproperties.sectionTitleMarginTop +
|
|
76152
|
-
marginBottom: sectionproperties.sectionTitleMarginBottom +
|
|
76228
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
76229
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
76153
76230
|
}
|
|
76154
76231
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
76155
|
-
"class": sectionproperties.sectiontitlefontfamily ==
|
|
76232
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(section_styles.sectiontitlespan) + ' QuicksandFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-0 pb-0 wordbreak ' : "".concat(section_styles.sectiontitlespan) + ' mb-0 pb-0 wordbreak ',
|
|
76156
76233
|
style: {
|
|
76157
76234
|
color: sectionproperties.sectionTitleColor,
|
|
76158
|
-
fontSize: sectionproperties.sectionTitleFontSize +
|
|
76235
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
76159
76236
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
76160
76237
|
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
76161
|
-
textAlign: langdetect !=
|
|
76238
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
76162
76239
|
}
|
|
76163
|
-
}, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.sectiontitleshow ==
|
|
76240
|
+
}, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.sectiontitleshow == 'Show' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76164
76241
|
"class": "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0",
|
|
76165
76242
|
style: {
|
|
76166
|
-
justifyContent: sectionproperties.sectiontitleposition ==
|
|
76243
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
76167
76244
|
}
|
|
76168
76245
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76169
76246
|
"class": "".concat(generalstyles.sectiontitlecont2),
|
|
76170
76247
|
style: {
|
|
76171
|
-
marginTop: sectionproperties.sectionTitleMarginTop +
|
|
76172
|
-
marginBottom: sectionproperties.sectionTitleMarginBottom +
|
|
76248
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
76249
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
76173
76250
|
}
|
|
76174
76251
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
76175
76252
|
"class": "".concat(section_styles.sectiontitlespan2),
|
|
76176
76253
|
style: {
|
|
76177
76254
|
color: sectionproperties.sectionTitleColor,
|
|
76178
|
-
fontSize: sectionproperties.sectionTitleFontSize +
|
|
76255
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
76179
76256
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
76180
76257
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
76181
76258
|
}
|
|
76182
|
-
}, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.prodCatShow ==
|
|
76183
|
-
"class":
|
|
76259
|
+
}, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76260
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex d-md-none align-items-center p-0 ',
|
|
76184
76261
|
style: {
|
|
76185
|
-
justifyContent: sectionproperties.descriptionCentered ==
|
|
76186
|
-
marginBottom: sectionproperties.descriptionMarginBottom +
|
|
76187
|
-
paddingLeft: langdetect !=
|
|
76188
|
-
paddingRight: langdetect !=
|
|
76189
|
-
fontSize: sectionproperties.prodCatFontSize +
|
|
76262
|
+
justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
|
|
76263
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
76264
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
|
|
76265
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
|
|
76266
|
+
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
76190
76267
|
}
|
|
76191
|
-
}, DescriptionContent()), sectionproperties.prodCatShow ==
|
|
76192
|
-
"class":
|
|
76268
|
+
}, DescriptionContent()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76269
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-none d-md-flex align-items-center p-0 ',
|
|
76193
76270
|
style: {
|
|
76194
|
-
justifyContent: sectionproperties.descriptionCentered ==
|
|
76195
|
-
marginBottom: sectionproperties.descriptionMarginBottom +
|
|
76196
|
-
paddingLeft: langdetect !=
|
|
76197
|
-
paddingRight: langdetect !=
|
|
76198
|
-
fontSize: sectionproperties.prodCatFontSizeResp +
|
|
76271
|
+
justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
|
|
76272
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
76273
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
|
|
76274
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
|
|
76275
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
76199
76276
|
}
|
|
76200
76277
|
}, DescriptionContent()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76201
76278
|
"class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
|
|
@@ -76204,89 +76281,89 @@ var Servicesection = function Servicesection(props) {
|
|
|
76204
76281
|
"class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
76205
76282
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76206
76283
|
// class="m-lg-auto d-flex justify-content-center"
|
|
76207
|
-
"class": sectionproperties.innersectionbordertype !=
|
|
76284
|
+
"class": sectionproperties.innersectionbordertype != 'All' ? 'm-sm-auto d-flex justify-content-center border-md-none w-100' : 'm-lg-auto d-flex justify-content-center',
|
|
76208
76285
|
style: {
|
|
76209
|
-
paddingTop: sectionproperties.reservation_padding_top +
|
|
76210
|
-
paddingBottom: sectionproperties.reservation_padding_bottom +
|
|
76286
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
76287
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
76211
76288
|
background: sectionproperties.reservation_bgcolor,
|
|
76212
|
-
paddingLeft: langdetect !=
|
|
76213
|
-
paddingRight: langdetect !=
|
|
76214
|
-
borderRadius: sectionproperties.reservation_borderradius +
|
|
76215
|
-
border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype ==
|
|
76216
|
-
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype ==
|
|
76217
|
-
borderLeft: sectionproperties.innersectionbordertype ==
|
|
76218
|
-
boxShadow:
|
|
76219
|
-
cursor: cardinfoitem.iscardclickable ==
|
|
76289
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
76290
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
76291
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
76292
|
+
border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
76293
|
+
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect != 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
76294
|
+
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
76295
|
+
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
76296
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
76220
76297
|
},
|
|
76221
76298
|
onClick: function onClick() {
|
|
76222
|
-
if (cardinfoitem.iscardclickable ==
|
|
76223
|
-
window.open(cardinfoitem.btnlink,
|
|
76224
|
-
} else if (cardinfoitem.iscardclickable ==
|
|
76225
|
-
window.open(cardinfoitem.btnlink,
|
|
76299
|
+
if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab') {
|
|
76300
|
+
window.open(cardinfoitem.btnlink, '_target');
|
|
76301
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab') {
|
|
76302
|
+
window.open(cardinfoitem.btnlink, '_blank');
|
|
76226
76303
|
}
|
|
76227
76304
|
}
|
|
76228
|
-
}, sectionproperties.image_show ==
|
|
76305
|
+
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76229
76306
|
"class": "d-flex d-sm-none",
|
|
76230
76307
|
style: {
|
|
76231
|
-
width: sectionproperties.image_width +
|
|
76232
|
-
height: sectionproperties.image_height +
|
|
76233
|
-
marginBottom:
|
|
76234
|
-
marginRight: langdetect !=
|
|
76235
|
-
marginLeft: langdetect ==
|
|
76308
|
+
width: sectionproperties.image_width + 'px',
|
|
76309
|
+
height: sectionproperties.image_height + 'px',
|
|
76310
|
+
marginBottom: 'auto',
|
|
76311
|
+
marginRight: langdetect != 'ar' ? '10px' : 0,
|
|
76312
|
+
marginLeft: langdetect == 'ar' ? '10px' : 0
|
|
76236
76313
|
}
|
|
76237
76314
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
76238
76315
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
76239
76316
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
76240
|
-
path: cardsarray.length != 0 ? cardsarray[cardinfoindex].cardobj_img :
|
|
76317
|
+
path: cardsarray.length != 0 ? cardsarray[cardinfoindex].cardobj_img : '',
|
|
76241
76318
|
style: {
|
|
76242
|
-
height:
|
|
76243
|
-
width:
|
|
76244
|
-
objectFit:
|
|
76319
|
+
height: '100%',
|
|
76320
|
+
width: '100%',
|
|
76321
|
+
objectFit: 'cover'
|
|
76245
76322
|
}
|
|
76246
|
-
})), sectionproperties.image_show ==
|
|
76323
|
+
})), sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76247
76324
|
"class": "d-none d-sm-flex mt-auto mb-auto",
|
|
76248
76325
|
style: {
|
|
76249
76326
|
width: 35,
|
|
76250
76327
|
height: 35,
|
|
76251
76328
|
// marginBottom: 'auto',
|
|
76252
|
-
marginRight: langdetect !=
|
|
76253
|
-
marginLeft: langdetect ==
|
|
76329
|
+
marginRight: langdetect != 'ar' ? '10px' : 0,
|
|
76330
|
+
marginLeft: langdetect == 'ar' ? '10px' : 0
|
|
76254
76331
|
}
|
|
76255
76332
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
76256
76333
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
76257
76334
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
76258
|
-
path: cardsarray.length != 0 ? cardsarray[cardinfoindex].cardobj_img :
|
|
76335
|
+
path: cardsarray.length != 0 ? cardsarray[cardinfoindex].cardobj_img : '',
|
|
76259
76336
|
style: {
|
|
76260
|
-
height:
|
|
76261
|
-
width:
|
|
76262
|
-
objectFit:
|
|
76337
|
+
height: '100%',
|
|
76338
|
+
width: '100%',
|
|
76339
|
+
objectFit: 'contain'
|
|
76263
76340
|
}
|
|
76264
76341
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76265
|
-
"class": sectionproperties.slideshowtext2_show ==
|
|
76342
|
+
"class": sectionproperties.slideshowtext2_show == 'Show' ? 'd-flex flex-column' : 'd-flex flex-column align-items-center',
|
|
76266
76343
|
style: {
|
|
76267
|
-
paddingLeft: langdetect !=
|
|
76268
|
-
paddingRight: langdetect !=
|
|
76344
|
+
paddingLeft: langdetect != 'ar' ? '10px' : 0,
|
|
76345
|
+
paddingRight: langdetect != 'ar' ? 0 : '10px',
|
|
76269
76346
|
flex: 1
|
|
76270
76347
|
}
|
|
76271
76348
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
76272
|
-
"class": sectionproperties.slideshowtext2_show ==
|
|
76349
|
+
"class": sectionproperties.slideshowtext2_show == 'Show' ? 'p-0 m-0 wordbreak wordbreak2' : 'p-0 m-0 wordbreak wordbreak2 mt-auto mb-auto',
|
|
76273
76350
|
style: {
|
|
76274
76351
|
color: sectionproperties.slideshowText1ContentColor,
|
|
76275
|
-
fontSize: sectionproperties.slideshowText1ContentFontSize +
|
|
76352
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
76276
76353
|
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
76277
76354
|
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
76278
|
-
textAlign: langdetect !=
|
|
76355
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
76279
76356
|
}
|
|
76280
|
-
},
|
|
76357
|
+
}, cardinfoitem["cardobj_title".concat(langdetect)] || cardinfoitem.cardobj_titleen), sectionproperties.slideshowtext2_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
76281
76358
|
"class": "m-0 wordbreak ",
|
|
76282
76359
|
style: {
|
|
76283
76360
|
color: sectionproperties.slideshowText2ContentColor,
|
|
76284
|
-
fontSize: sectionproperties.slideshowText2ContentFontSize +
|
|
76361
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
76285
76362
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
76286
76363
|
textTransform: sectionproperties.slideshowText2ContentTextTransform,
|
|
76287
|
-
textAlign: langdetect !=
|
|
76364
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
76288
76365
|
}
|
|
76289
|
-
},
|
|
76366
|
+
}, cardinfoitem["cardobj_descrip".concat(langdetect)] || cardinfoitem.cardobj_descripen))));
|
|
76290
76367
|
})))));
|
|
76291
76368
|
};
|
|
76292
76369
|
|