tabexseriescomponents 0.0.397 → 0.0.400
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 +180 -68
- package/dist/index.esm.js +180 -68
- package/dist/index.umd.js +180 -68
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -19507,7 +19507,12 @@
|
|
|
19507
19507
|
}));
|
|
19508
19508
|
};
|
|
19509
19509
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19510
|
-
className: "row m-0 w-100"
|
|
19510
|
+
className: "row m-0 w-100",
|
|
19511
|
+
style: {
|
|
19512
|
+
position: sectionproperties.respheaderposition,
|
|
19513
|
+
zIndex: 10000,
|
|
19514
|
+
top: sectionproperties.respheaderposition == 'absolute' ? '50px' : 0
|
|
19515
|
+
}
|
|
19511
19516
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19512
19517
|
className: "col-lg-12 p-0"
|
|
19513
19518
|
}, openSearch == false && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -19518,7 +19523,7 @@
|
|
|
19518
19523
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19519
19524
|
className: "col-lg-12 p-0",
|
|
19520
19525
|
style: {
|
|
19521
|
-
background: sectionproperties.resposive_bgcolor
|
|
19526
|
+
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' ? 'transparent' : sectionproperties.resposive_bgcolor
|
|
19522
19527
|
}
|
|
19523
19528
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19524
19529
|
className: "row m-0 w-100 p-0 pl-2 pr-2",
|
|
@@ -21213,7 +21218,7 @@
|
|
|
21213
21218
|
}))))))));
|
|
21214
21219
|
};
|
|
21215
21220
|
|
|
21216
|
-
var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100% !important;\n display: flex;\n align-items: center;\n align-content: center;\n transition: all 0.2s;\n padding: 0 !important;\n margin: 0 !important;\n}\n.Gotoheader-module_topbar_item_container__qiBbU {\n margin: 0;\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.Gotoheader-module_topbar_item__rYdqG {\n cursor: pointer;\n position: relative;\n white-space: nowrap;\n}\n.Gotoheader-module_topbar_item__rYdqG::before {\n content: '';\n position: absolute;\n width: 100%;\n height: 1px;\n top: 100%;\n left: 0;\n pointer-events: none;\n transform-origin: 50% 100%;\n transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);\n}\n.Gotoheader-module_topbar_item__rYdqG:hover::before {\n transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);\n clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);\n}\n.Gotoheader-module_topbar_item__rYdqG span {\n display: inline-block;\n transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n}\n.Gotoheader-module_topbar_item__rYdqG:hover span {\n transform: translate3d(0, -2px, 0);\n}\n.Gotoheader-module_badge_counter_header_notifications__a3aCj {\n position: absolute;\n transform: scale(0.3);\n transform-origin: top right;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.Gotoheader-module_header_divider__KE8o6 {\n overflow: hidden;\n}\n/* */\n.Gotoheader-module_searchbar__xRQAq {\n display: inline-block;\n border: none;\n outline: none;\n width: 0px;\n position: absolute;\n top: 0;\n /* right: 0; */\n background: none;\n z-index: 3;\n transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);\n cursor: pointer;\n}\n.Gotoheader-module_searchbar__xRQAq:focus {\n width: 400px !important;\n z-index: 1;\n cursor: text;\n}\n.Gotoheader-module_searchbaractive__ECT3T {\n display: inline-block;\n z-index: 2;\n cursor: pointer;\n cursor: pointer;\n}\n";
|
|
21221
|
+
var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100% !important;\n display: flex;\n align-items: center;\n align-content: center;\n transition: all 0.2s;\n padding: 0 !important;\n margin: 0 !important;\n}\n.Gotoheader-module_topbar_item_container__qiBbU {\n margin: 0;\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.Gotoheader-module_topbar_item__rYdqG {\n cursor: pointer;\n position: relative;\n white-space: nowrap;\n}\n.Gotoheader-module_topbar_item__rYdqG::before {\n content: '';\n position: absolute;\n width: 100%;\n height: 1px;\n top: 100%;\n left: 0;\n pointer-events: none;\n transform-origin: 50% 100%;\n transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);\n}\n.Gotoheader-module_topbar_item__rYdqG:hover::before {\n transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);\n clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);\n}\n.Gotoheader-module_topbar_item__rYdqG span {\n display: inline-block;\n transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n}\n.Gotoheader-module_topbar_item__rYdqG:hover span {\n transform: translate3d(0, -2px, 0);\n}\n.Gotoheader-module_badge_counter_header_notifications__a3aCj {\n position: absolute;\n transform: scale(0.3);\n transform-origin: top right;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.Gotoheader-module_header_divider__KE8o6 {\n overflow: hidden;\n}\n/* */\n.Gotoheader-module_searchbar__xRQAq {\n display: inline-block;\n border: none;\n outline: none;\n width: 0px;\n position: absolute;\n top: 0;\n /* right: 0; */\n background: none;\n z-index: 3;\n transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);\n cursor: pointer;\n}\n.Gotoheader-module_searchbar__xRQAq:focus {\n width: 400px !important;\n z-index: 1;\n cursor: text;\n}\n@media screen and (max-width:1025px) {\n .Gotoheader-module_searchbar__xRQAq:focus {\n width: 300px !important;\n }\n \n}\n.Gotoheader-module_searchbaractive__ECT3T {\n display: inline-block;\n z-index: 2;\n cursor: pointer;\n cursor: pointer;\n}\n";
|
|
21217
21222
|
var headerstyles$e = {"header_container":"Gotoheader-module_header_container__f-O-q","topbar_item_container":"Gotoheader-module_topbar_item_container__qiBbU","topbar_item":"Gotoheader-module_topbar_item__rYdqG","badge_counter_header_notifications":"Gotoheader-module_badge_counter_header_notifications__a3aCj","header_divider":"Gotoheader-module_header_divider__KE8o6","searchbar":"Gotoheader-module_searchbar__xRQAq","searchbaractive":"Gotoheader-module_searchbaractive__ECT3T"};
|
|
21218
21223
|
styleInject(css_248z$A);
|
|
21219
21224
|
|
|
@@ -21236,7 +21241,7 @@
|
|
|
21236
21241
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
21237
21242
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
21238
21243
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
21239
|
-
props.actions.favoriteprojectscountContext;
|
|
21244
|
+
var favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
21240
21245
|
var routingcountext = props.actions.routingcountext;
|
|
21241
21246
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
21242
21247
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
@@ -21345,6 +21350,10 @@
|
|
|
21345
21350
|
top: sectionproperties.cartbadgetop + 'px',
|
|
21346
21351
|
right: sectionproperties.cartbadgeright + 'px'
|
|
21347
21352
|
}),
|
|
21353
|
+
favbadge: glamor.css({
|
|
21354
|
+
top: sectionproperties.wishlistbadgetop + 'px',
|
|
21355
|
+
right: sectionproperties.wishlistbadgeright + 'px'
|
|
21356
|
+
}),
|
|
21348
21357
|
header_divider: glamor.css({
|
|
21349
21358
|
height: sectionproperties.vl_height + 'px',
|
|
21350
21359
|
background: sectionproperties.vl_bg,
|
|
@@ -21511,9 +21520,9 @@
|
|
|
21511
21520
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21512
21521
|
"class": "col-lg-12 p-0"
|
|
21513
21522
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21514
|
-
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center '
|
|
21523
|
+
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
|
|
21515
21524
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21516
|
-
"class": "col-
|
|
21525
|
+
"class": "col-xl-3 col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-0"
|
|
21517
21526
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21518
21527
|
"class": "".concat(header_cssstyles.header_logo),
|
|
21519
21528
|
style: {
|
|
@@ -21532,11 +21541,11 @@
|
|
|
21532
21541
|
objectFit: 'contain'
|
|
21533
21542
|
}
|
|
21534
21543
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21535
|
-
"class": "col-
|
|
21544
|
+
"class": "col-xl-9 col-lg-8 col-md-6 col-sm-12 allcentered p-0"
|
|
21536
21545
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21537
21546
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
21538
21547
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21539
|
-
"class": "col-
|
|
21548
|
+
"class": "col-xl-5 col-lg-4 p-0 d-flex justify-content-end align-items-center"
|
|
21540
21549
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21541
21550
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
21542
21551
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21633,6 +21642,16 @@
|
|
|
21633
21642
|
minWidth: '200px'
|
|
21634
21643
|
}
|
|
21635
21644
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21645
|
+
onClick: function onClick() {
|
|
21646
|
+
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
21647
|
+
}
|
|
21648
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21649
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
|
|
21650
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
|
|
21651
|
+
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
21652
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21653
|
+
"class": ' allcenetered m-0 p-0 '
|
|
21654
|
+
}, langdetect == 'en' ? 'My Account' : 'حسابى'))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21636
21655
|
onClick: function onClick() {
|
|
21637
21656
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
21638
21657
|
}
|
|
@@ -21671,18 +21690,6 @@
|
|
|
21671
21690
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21672
21691
|
"class": ' allcenetered m-0 p-0 '
|
|
21673
21692
|
}, lang.wishlist))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21674
|
-
onClick: function onClick() {
|
|
21675
|
-
routingcountext(StaticPagesLinksContext.Policies);
|
|
21676
|
-
}
|
|
21677
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21678
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
|
|
21679
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
21680
|
-
"class": "h-100 allcentered"
|
|
21681
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineSecurityScan.AiOutlineSecurityScan, {
|
|
21682
|
-
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
21683
|
-
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21684
|
-
"class": ' allcenetered m-0 p-0 '
|
|
21685
|
-
}, lang.policies))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21686
21693
|
onClick: function onClick() {
|
|
21687
21694
|
LogoutMutationContext.mutate();
|
|
21688
21695
|
}
|
|
@@ -21698,8 +21705,13 @@
|
|
|
21698
21705
|
"class": langdetect == 'en' ? "".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 ',
|
|
21699
21706
|
onClick: function onClick() {
|
|
21700
21707
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
21708
|
+
},
|
|
21709
|
+
style: {
|
|
21710
|
+
position: 'relative'
|
|
21701
21711
|
}
|
|
21702
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
21712
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21713
|
+
"class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.favbadge)
|
|
21714
|
+
}, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
21703
21715
|
"class": 'h-100 d-flex align-items-center'
|
|
21704
21716
|
}, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
21705
21717
|
style: {
|
|
@@ -21759,11 +21771,51 @@
|
|
|
21759
21771
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
21760
21772
|
}, /*#__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", {
|
|
21761
21773
|
"class": ' d-flex align-items-center justify-content-center '
|
|
21762
|
-
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21774
|
+
}, langdetect == 'en' && sectionproperties.showflags != 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21763
21775
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21764
21776
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21765
21777
|
"class": "m-0 p-0 mr-2"
|
|
21766
|
-
}, "En"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == '
|
|
21778
|
+
}, "En"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'en' && sectionproperties.showflags == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21779
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' allcentered mx-4 ',
|
|
21780
|
+
onClick: function onClick() {
|
|
21781
|
+
setlang('en');
|
|
21782
|
+
}
|
|
21783
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
21784
|
+
src: 'https://tabex-co.com/storage/StaticImages/egyptflag.png',
|
|
21785
|
+
style: {
|
|
21786
|
+
maxWidth: '2vh',
|
|
21787
|
+
maxHeight: '2vh'
|
|
21788
|
+
}
|
|
21789
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21790
|
+
style: {
|
|
21791
|
+
height: '20px',
|
|
21792
|
+
width: '1.5px',
|
|
21793
|
+
background: '#e6e6e6'
|
|
21794
|
+
},
|
|
21795
|
+
"class": "ml-2 mr-2"
|
|
21796
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21797
|
+
"class": "m-0 p-0"
|
|
21798
|
+
}, "\u0639")), langdetect == 'ar' && sectionproperties.showflags == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21799
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' allcentered mx-4 ',
|
|
21800
|
+
onClick: function onClick() {
|
|
21801
|
+
setlang('ar');
|
|
21802
|
+
}
|
|
21803
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
21804
|
+
src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
|
|
21805
|
+
style: {
|
|
21806
|
+
maxWidth: '2vh',
|
|
21807
|
+
maxHeight: '2vh'
|
|
21808
|
+
}
|
|
21809
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21810
|
+
style: {
|
|
21811
|
+
height: '20px',
|
|
21812
|
+
width: '1.5px',
|
|
21813
|
+
background: '#e6e6e6'
|
|
21814
|
+
},
|
|
21815
|
+
"class": "ml-2 mr-2"
|
|
21816
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21817
|
+
"class": "m-0 p-0"
|
|
21818
|
+
}, "En")), langdetect == 'ar' && sectionproperties.showflags != 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21767
21819
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21768
21820
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21769
21821
|
"class": "m-0 p-0 ml-2"
|
|
@@ -37834,7 +37886,7 @@
|
|
|
37834
37886
|
}
|
|
37835
37887
|
}),
|
|
37836
37888
|
lowerHeaderSection: glamor.css({
|
|
37837
|
-
background: sectionproperties.lowersection_backgroundColor,
|
|
37889
|
+
background: sectionproperties.headerstyles_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.lowersection_backgroundColor,
|
|
37838
37890
|
paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
|
|
37839
37891
|
paddingRight: langdetect == 'en' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px',
|
|
37840
37892
|
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
@@ -41584,7 +41636,7 @@
|
|
|
41584
41636
|
})
|
|
41585
41637
|
};
|
|
41586
41638
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
41587
|
-
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100 d-flex justify-content-center pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ',
|
|
41639
|
+
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100 d-flex justify-content-center px-1025-1 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ',
|
|
41588
41640
|
style: {
|
|
41589
41641
|
position: 'relative'
|
|
41590
41642
|
}
|
|
@@ -43316,7 +43368,7 @@
|
|
|
43316
43368
|
function ownKeys$1n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
43317
43369
|
function _objectSpread$1n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1n(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43318
43370
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43319
|
-
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
43371
|
+
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43320
43372
|
var _useState = React.useState(''),
|
|
43321
43373
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
43322
43374
|
sectionproperties = _useState2[0],
|
|
@@ -43620,6 +43672,54 @@
|
|
|
43620
43672
|
}
|
|
43621
43673
|
}, langdetect == 'en' ? (_returnpolicyobj7 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj7 === void 0 ? void 0 : _returnpolicyobj7.policypagename_en : (_returnpolicyobj8 = returnpolicyobj('Terms & Conditions')) === null || _returnpolicyobj8 === void 0 ? void 0 : _returnpolicyobj8.policypagename_ar)))));
|
|
43622
43674
|
};
|
|
43675
|
+
var StoreInformation = function StoreInformation() {
|
|
43676
|
+
var _authdetailsContext$i3, _authdetailsContext$i4;
|
|
43677
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43678
|
+
"class": "row m-0 w-100"
|
|
43679
|
+
}, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43680
|
+
"class": "col-lg-4 col-md-4 col-sm-12 text-start p-0"
|
|
43681
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43682
|
+
"class": "".concat(footerStyles.textStyles) + ' d-flex text-start mr-1 ',
|
|
43683
|
+
style: {
|
|
43684
|
+
color: sectionproperties.footerinfotext_color,
|
|
43685
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43686
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43687
|
+
},
|
|
43688
|
+
onClick: function onClick() {
|
|
43689
|
+
var _authdetailsContext$i2;
|
|
43690
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.email), '_self');
|
|
43691
|
+
}
|
|
43692
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43693
|
+
"class": ' fa fa-at mr-2 text-transform-none ml-2 '
|
|
43694
|
+
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43695
|
+
"class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-start align-items-center p-0"
|
|
43696
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43697
|
+
"class": "".concat(footerStyles.textStyles) + ' ',
|
|
43698
|
+
style: {
|
|
43699
|
+
color: sectionproperties.footerinfotext_color,
|
|
43700
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43701
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43702
|
+
},
|
|
43703
|
+
onClick: function onClick() {
|
|
43704
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
43705
|
+
}
|
|
43706
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43707
|
+
"class": ' fa fa-phone mr-2 ml-2 '
|
|
43708
|
+
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43709
|
+
"class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-end justify-content-md-start align-items-center p-0"
|
|
43710
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43711
|
+
"class": "".concat(footerStyles.textStyles) + ' d-flex align-items-center justify-content-md-center ',
|
|
43712
|
+
style: {
|
|
43713
|
+
color: sectionproperties.footerinfotext_color,
|
|
43714
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43715
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43716
|
+
}
|
|
43717
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43718
|
+
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
43719
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
43720
|
+
size: sectionproperties.footerinfoicon_fontsize
|
|
43721
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
|
|
43722
|
+
};
|
|
43623
43723
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
43624
43724
|
"class": "row m-0 w-100 justify-content-center"
|
|
43625
43725
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43655,7 +43755,7 @@
|
|
|
43655
43755
|
"class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
|
|
43656
43756
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43657
43757
|
className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43658
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43758
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43659
43759
|
"class": "col-lg-12 p-0 d-none d-md-block my-3"
|
|
43660
43760
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
43661
43761
|
"class": "m-0 p-0"
|
|
@@ -43732,65 +43832,65 @@
|
|
|
43732
43832
|
style: {
|
|
43733
43833
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43734
43834
|
}
|
|
43735
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43835
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43736
43836
|
"class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43737
43837
|
onClick: function onClick() {
|
|
43738
|
-
var _authdetailsContext$
|
|
43739
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43740
|
-
var _authdetailsContext$
|
|
43741
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43838
|
+
var _authdetailsContext$i8;
|
|
43839
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
|
|
43840
|
+
var _authdetailsContext$i9;
|
|
43841
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink, '_blank');
|
|
43742
43842
|
}
|
|
43743
43843
|
}
|
|
43744
43844
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
43745
43845
|
size: sectionproperties.facebkbtnniconfontsize
|
|
43746
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43846
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43747
43847
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43748
43848
|
onClick: function onClick() {
|
|
43749
|
-
var _authdetailsContext$
|
|
43750
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43751
|
-
var _authdetailsContext$
|
|
43752
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43849
|
+
var _authdetailsContext$i11;
|
|
43850
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
|
|
43851
|
+
var _authdetailsContext$i12;
|
|
43852
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
|
|
43753
43853
|
}
|
|
43754
43854
|
}
|
|
43755
43855
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
43756
43856
|
size: sectionproperties.instgrambtniconfontsize
|
|
43757
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43857
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43758
43858
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43759
43859
|
onClick: function onClick() {
|
|
43760
|
-
var _authdetailsContext$
|
|
43761
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43762
|
-
var _authdetailsContext$
|
|
43763
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43860
|
+
var _authdetailsContext$i14;
|
|
43861
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
|
|
43862
|
+
var _authdetailsContext$i15;
|
|
43863
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
|
|
43764
43864
|
}
|
|
43765
43865
|
}
|
|
43766
43866
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
43767
43867
|
size: sectionproperties.instgrambtniconfontsize
|
|
43768
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43868
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43769
43869
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43770
43870
|
onClick: function onClick() {
|
|
43771
|
-
var _authdetailsContext$
|
|
43772
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43773
|
-
var _authdetailsContext$
|
|
43774
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43871
|
+
var _authdetailsContext$i17;
|
|
43872
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
|
|
43873
|
+
var _authdetailsContext$i18;
|
|
43874
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
|
|
43775
43875
|
}
|
|
43776
43876
|
}
|
|
43777
43877
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
43778
43878
|
size: sectionproperties.instgrambtniconfontsize
|
|
43779
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43879
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43780
43880
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43781
43881
|
onClick: function onClick() {
|
|
43782
|
-
var _authdetailsContext$
|
|
43783
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43882
|
+
var _authdetailsContext$i20;
|
|
43883
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink, '_blank');
|
|
43784
43884
|
}
|
|
43785
43885
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
43786
43886
|
size: sectionproperties.instgrambtniconfontsize
|
|
43787
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43887
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43788
43888
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43789
43889
|
onClick: function onClick() {
|
|
43790
|
-
var _authdetailsContext$
|
|
43791
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43792
|
-
var _authdetailsContext$
|
|
43793
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43890
|
+
var _authdetailsContext$i22;
|
|
43891
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
|
|
43892
|
+
var _authdetailsContext$i23;
|
|
43893
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber), '_blank');
|
|
43794
43894
|
}
|
|
43795
43895
|
}
|
|
43796
43896
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -43810,15 +43910,15 @@
|
|
|
43810
43910
|
"class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
|
|
43811
43911
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
43812
43912
|
onClick: function onClick() {
|
|
43813
|
-
var _authdetailsContext$
|
|
43814
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43913
|
+
var _authdetailsContext$i24;
|
|
43914
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
|
|
43815
43915
|
}
|
|
43816
43916
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
43817
43917
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
43818
43918
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
43819
43919
|
onClick: function onClick() {
|
|
43820
|
-
var _authdetailsContext$
|
|
43821
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43920
|
+
var _authdetailsContext$i25;
|
|
43921
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_playstore, '_blank');
|
|
43822
43922
|
}
|
|
43823
43923
|
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43824
43924
|
"class": "col-lg-12 p-0 d-block my-3"
|
|
@@ -43844,7 +43944,16 @@
|
|
|
43844
43944
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
43845
43945
|
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
43846
43946
|
className: "".concat(footerStyles.payimg)
|
|
43847
|
-
})))
|
|
43947
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43948
|
+
"class": "col-lg-12 p-0 my-3",
|
|
43949
|
+
style: {
|
|
43950
|
+
display: sectionproperties.showfooteremail == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteraddress == 'Hide' ? 'none' : 'flex'
|
|
43951
|
+
}
|
|
43952
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43953
|
+
className: "".concat(footerStyles.divider)
|
|
43954
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43955
|
+
"class": "col-lg-12 p-0 d-flex "
|
|
43956
|
+
}, StoreInformation()))));
|
|
43848
43957
|
};
|
|
43849
43958
|
|
|
43850
43959
|
function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -51412,7 +51521,7 @@
|
|
|
51412
51521
|
var BackgroundImage = function BackgroundImage() {
|
|
51413
51522
|
var _bgimagearrayofobjs$;
|
|
51414
51523
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51415
|
-
className: ((_bgimagearrayofobjs$ = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$ === void 0 ? void 0 : _bgimagearrayofobjs$.bg1_numberofcols) == '12' ? sectionproperties.paddingLeft != 0 ? 'row w-100 ml-0 mr-0 pl-md-2 pr-md-2 no-repeat' : 'row w-100 ml-0 mr-0 pl-md-0 pr-md-0 no-repeat' : 'row w-100 ml-0 mr-0 pl-md-3 pr-md-3 no-repeat',
|
|
51524
|
+
className: ((_bgimagearrayofobjs$ = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$ === void 0 ? void 0 : _bgimagearrayofobjs$.bg1_numberofcols) == '12' ? sectionproperties.paddingLeft != 0 ? 'row w-100 ml-0 mr-0 pl-md-2 pr-md-2 no-repeat' : 'row w-100 ml-0 mr-0 pl-md-0 pr-md-0 no-repeat' : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0 ? 'row w-100 ml-0 mr-0 p-0 p-sm-0 p-md-0 no-repeat' : 'row w-100 ml-0 mr-0 pl-md-3 pr-md-3 no-repeat',
|
|
51416
51525
|
style: {
|
|
51417
51526
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
51418
51527
|
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
@@ -51428,11 +51537,12 @@
|
|
|
51428
51537
|
className: sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100 allcentered' : 'row m-0 w-100 allcentered'
|
|
51429
51538
|
}, Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
51430
51539
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51431
|
-
className: bgimagearrayofobjs[index].bg1_numberofcols != 12 ? ' d-flex align-items-stretch col-md-6 col-sm-12 pr-sm-2 pl-sm-2 mb-md-3 mt-md-3 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols : ' d-flex align-items-stretch col-md-12 col-sm-12 pr-md-0 pl-md-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols,
|
|
51540
|
+
className: bgimagearrayofobjs[index].bg1_numberofcols != 12 ? sectionproperties.imagepadding != 0 ? ' d-flex align-items-stretch col-md-6 col-sm-12 pr-sm-2 pl-sm-2 mb-md-3 mt-md-3 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols : ' d-flex align-items-stretch col-md-6 col-sm-12 p-sm-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols : ' d-flex align-items-stretch col-md-12 col-sm-12 pr-md-0 pl-md-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols,
|
|
51432
51541
|
style: {
|
|
51433
|
-
paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : '
|
|
51434
|
-
paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : '
|
|
51435
|
-
cursor: item.place_clickable == 'General' ? 'pointer' : 'default'
|
|
51542
|
+
paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
|
|
51543
|
+
paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
|
|
51544
|
+
cursor: item.place_clickable == 'General' ? 'pointer' : 'default',
|
|
51545
|
+
marginBottom: sectionproperties.image_mb + 'px'
|
|
51436
51546
|
},
|
|
51437
51547
|
onClick: function onClick() {
|
|
51438
51548
|
if (item.IsClickable == 'Yes') {
|
|
@@ -55023,7 +55133,7 @@
|
|
|
55023
55133
|
}, [sectionproperties]);
|
|
55024
55134
|
var Slideshowsettings = {
|
|
55025
55135
|
indicators: false,
|
|
55026
|
-
arrows: false,
|
|
55136
|
+
arrows: sectionproperties.showarrows == 'Show' ? true : false,
|
|
55027
55137
|
pauseOnHover: false,
|
|
55028
55138
|
scale: 1.4
|
|
55029
55139
|
};
|
|
@@ -55693,7 +55803,8 @@
|
|
|
55693
55803
|
margin: 0,
|
|
55694
55804
|
padding: 0,
|
|
55695
55805
|
width: '100%',
|
|
55696
|
-
height: '100%'
|
|
55806
|
+
height: '100%',
|
|
55807
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
55697
55808
|
}
|
|
55698
55809
|
}), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55699
55810
|
"class": 'p-0 align-items-center d-none d-sm-flex ',
|
|
@@ -55715,7 +55826,8 @@
|
|
|
55715
55826
|
margin: 0,
|
|
55716
55827
|
padding: 0,
|
|
55717
55828
|
width: '100%',
|
|
55718
|
-
height: '100%'
|
|
55829
|
+
height: '100%',
|
|
55830
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
55719
55831
|
}
|
|
55720
55832
|
}), SlideShowTextContainer(item)));
|
|
55721
55833
|
}))))));
|