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.cjs.js
CHANGED
|
@@ -19675,7 +19675,12 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
19675
19675
|
}));
|
|
19676
19676
|
};
|
|
19677
19677
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19678
|
-
className: "row m-0 w-100"
|
|
19678
|
+
className: "row m-0 w-100",
|
|
19679
|
+
style: {
|
|
19680
|
+
position: sectionproperties.respheaderposition,
|
|
19681
|
+
zIndex: 10000,
|
|
19682
|
+
top: sectionproperties.respheaderposition == 'absolute' ? '50px' : 0
|
|
19683
|
+
}
|
|
19679
19684
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19680
19685
|
className: "col-lg-12 p-0"
|
|
19681
19686
|
}, openSearch == false && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -19686,7 +19691,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
19686
19691
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19687
19692
|
className: "col-lg-12 p-0",
|
|
19688
19693
|
style: {
|
|
19689
|
-
background: sectionproperties.resposive_bgcolor
|
|
19694
|
+
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' ? 'transparent' : sectionproperties.resposive_bgcolor
|
|
19690
19695
|
}
|
|
19691
19696
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19692
19697
|
className: "row m-0 w-100 p-0 pl-2 pr-2",
|
|
@@ -21381,7 +21386,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
21381
21386
|
}))))))));
|
|
21382
21387
|
};
|
|
21383
21388
|
|
|
21384
|
-
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";
|
|
21389
|
+
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";
|
|
21385
21390
|
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"};
|
|
21386
21391
|
styleInject(css_248z$A);
|
|
21387
21392
|
|
|
@@ -21404,7 +21409,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21404
21409
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
21405
21410
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
21406
21411
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
21407
|
-
props.actions.favoriteprojectscountContext;
|
|
21412
|
+
var favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
21408
21413
|
var routingcountext = props.actions.routingcountext;
|
|
21409
21414
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
21410
21415
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
@@ -21513,6 +21518,10 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21513
21518
|
top: sectionproperties.cartbadgetop + 'px',
|
|
21514
21519
|
right: sectionproperties.cartbadgeright + 'px'
|
|
21515
21520
|
}),
|
|
21521
|
+
favbadge: glamor.css({
|
|
21522
|
+
top: sectionproperties.wishlistbadgetop + 'px',
|
|
21523
|
+
right: sectionproperties.wishlistbadgeright + 'px'
|
|
21524
|
+
}),
|
|
21516
21525
|
header_divider: glamor.css({
|
|
21517
21526
|
height: sectionproperties.vl_height + 'px',
|
|
21518
21527
|
background: sectionproperties.vl_bg,
|
|
@@ -21679,9 +21688,9 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21679
21688
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21680
21689
|
"class": "col-lg-12 p-0"
|
|
21681
21690
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21682
|
-
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center '
|
|
21691
|
+
"class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
|
|
21683
21692
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21684
|
-
"class": "col-
|
|
21693
|
+
"class": "col-xl-3 col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-0"
|
|
21685
21694
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21686
21695
|
"class": "".concat(header_cssstyles.header_logo),
|
|
21687
21696
|
style: {
|
|
@@ -21700,11 +21709,11 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21700
21709
|
objectFit: 'contain'
|
|
21701
21710
|
}
|
|
21702
21711
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21703
|
-
"class": "col-
|
|
21712
|
+
"class": "col-xl-9 col-lg-8 col-md-6 col-sm-12 allcentered p-0"
|
|
21704
21713
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21705
21714
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
21706
21715
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21707
|
-
"class": "col-
|
|
21716
|
+
"class": "col-xl-5 col-lg-4 p-0 d-flex justify-content-end align-items-center"
|
|
21708
21717
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21709
21718
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
21710
21719
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21801,6 +21810,16 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21801
21810
|
minWidth: '200px'
|
|
21802
21811
|
}
|
|
21803
21812
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21813
|
+
onClick: function onClick() {
|
|
21814
|
+
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
21815
|
+
}
|
|
21816
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21817
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
|
|
21818
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
|
|
21819
|
+
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
21820
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21821
|
+
"class": ' allcenetered m-0 p-0 '
|
|
21822
|
+
}, langdetect == 'en' ? 'My Account' : 'حسابى'))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21804
21823
|
onClick: function onClick() {
|
|
21805
21824
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
21806
21825
|
}
|
|
@@ -21839,18 +21858,6 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21839
21858
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21840
21859
|
"class": ' allcenetered m-0 p-0 '
|
|
21841
21860
|
}, lang.wishlist))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21842
|
-
onClick: function onClick() {
|
|
21843
|
-
routingcountext(StaticPagesLinksContext.Policies);
|
|
21844
|
-
}
|
|
21845
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21846
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
|
|
21847
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
21848
|
-
"class": "h-100 allcentered"
|
|
21849
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineSecurityScan.AiOutlineSecurityScan, {
|
|
21850
|
-
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
21851
|
-
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21852
|
-
"class": ' allcenetered m-0 p-0 '
|
|
21853
|
-
}, lang.policies))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
21854
21861
|
onClick: function onClick() {
|
|
21855
21862
|
LogoutMutationContext.mutate();
|
|
21856
21863
|
}
|
|
@@ -21866,8 +21873,13 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21866
21873
|
"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 ',
|
|
21867
21874
|
onClick: function onClick() {
|
|
21868
21875
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
21876
|
+
},
|
|
21877
|
+
style: {
|
|
21878
|
+
position: 'relative'
|
|
21869
21879
|
}
|
|
21870
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
21880
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21881
|
+
"class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.favbadge)
|
|
21882
|
+
}, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
21871
21883
|
"class": 'h-100 d-flex align-items-center'
|
|
21872
21884
|
}, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
21873
21885
|
style: {
|
|
@@ -21927,11 +21939,51 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21927
21939
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
21928
21940
|
}, /*#__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", {
|
|
21929
21941
|
"class": ' d-flex align-items-center justify-content-center '
|
|
21930
|
-
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21942
|
+
}, langdetect == 'en' && sectionproperties.showflags != 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21931
21943
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21932
21944
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21933
21945
|
"class": "m-0 p-0 mr-2"
|
|
21934
|
-
}, "En"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == '
|
|
21946
|
+
}, "En"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'en' && sectionproperties.showflags == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21947
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' allcentered mx-4 ',
|
|
21948
|
+
onClick: function onClick() {
|
|
21949
|
+
setlang('en');
|
|
21950
|
+
}
|
|
21951
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
21952
|
+
src: 'https://tabex-co.com/storage/StaticImages/egyptflag.png',
|
|
21953
|
+
style: {
|
|
21954
|
+
maxWidth: '2vh',
|
|
21955
|
+
maxHeight: '2vh'
|
|
21956
|
+
}
|
|
21957
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21958
|
+
style: {
|
|
21959
|
+
height: '20px',
|
|
21960
|
+
width: '1.5px',
|
|
21961
|
+
background: '#e6e6e6'
|
|
21962
|
+
},
|
|
21963
|
+
"class": "ml-2 mr-2"
|
|
21964
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21965
|
+
"class": "m-0 p-0"
|
|
21966
|
+
}, "\u0639")), langdetect == 'ar' && sectionproperties.showflags == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21967
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' allcentered mx-4 ',
|
|
21968
|
+
onClick: function onClick() {
|
|
21969
|
+
setlang('ar');
|
|
21970
|
+
}
|
|
21971
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
21972
|
+
src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
|
|
21973
|
+
style: {
|
|
21974
|
+
maxWidth: '2vh',
|
|
21975
|
+
maxHeight: '2vh'
|
|
21976
|
+
}
|
|
21977
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21978
|
+
style: {
|
|
21979
|
+
height: '20px',
|
|
21980
|
+
width: '1.5px',
|
|
21981
|
+
background: '#e6e6e6'
|
|
21982
|
+
},
|
|
21983
|
+
"class": "ml-2 mr-2"
|
|
21984
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21985
|
+
"class": "m-0 p-0"
|
|
21986
|
+
}, "En")), langdetect == 'ar' && sectionproperties.showflags != 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21935
21987
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21936
21988
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21937
21989
|
"class": "m-0 p-0 ml-2"
|
|
@@ -38002,7 +38054,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38002
38054
|
}
|
|
38003
38055
|
}),
|
|
38004
38056
|
lowerHeaderSection: glamor.css({
|
|
38005
|
-
background: sectionproperties.lowersection_backgroundColor,
|
|
38057
|
+
background: sectionproperties.headerstyles_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.lowersection_backgroundColor,
|
|
38006
38058
|
paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
|
|
38007
38059
|
paddingRight: langdetect == 'en' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px',
|
|
38008
38060
|
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
@@ -41752,7 +41804,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41752
41804
|
})
|
|
41753
41805
|
};
|
|
41754
41806
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
41755
|
-
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 ',
|
|
41807
|
+
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 ',
|
|
41756
41808
|
style: {
|
|
41757
41809
|
position: 'relative'
|
|
41758
41810
|
}
|
|
@@ -43484,7 +43536,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43484
43536
|
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; }
|
|
43485
43537
|
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; }
|
|
43486
43538
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43487
|
-
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
43539
|
+
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43488
43540
|
var _useState = React.useState(''),
|
|
43489
43541
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
43490
43542
|
sectionproperties = _useState2[0],
|
|
@@ -43788,6 +43840,54 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43788
43840
|
}
|
|
43789
43841
|
}, 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)))));
|
|
43790
43842
|
};
|
|
43843
|
+
var StoreInformation = function StoreInformation() {
|
|
43844
|
+
var _authdetailsContext$i3, _authdetailsContext$i4;
|
|
43845
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43846
|
+
"class": "row m-0 w-100"
|
|
43847
|
+
}, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43848
|
+
"class": "col-lg-4 col-md-4 col-sm-12 text-start p-0"
|
|
43849
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43850
|
+
"class": "".concat(footerStyles.textStyles) + ' d-flex text-start mr-1 ',
|
|
43851
|
+
style: {
|
|
43852
|
+
color: sectionproperties.footerinfotext_color,
|
|
43853
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43854
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43855
|
+
},
|
|
43856
|
+
onClick: function onClick() {
|
|
43857
|
+
var _authdetailsContext$i2;
|
|
43858
|
+
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');
|
|
43859
|
+
}
|
|
43860
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43861
|
+
"class": ' fa fa-at mr-2 text-transform-none ml-2 '
|
|
43862
|
+
}), 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", {
|
|
43863
|
+
"class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-start align-items-center p-0"
|
|
43864
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43865
|
+
"class": "".concat(footerStyles.textStyles) + ' ',
|
|
43866
|
+
style: {
|
|
43867
|
+
color: sectionproperties.footerinfotext_color,
|
|
43868
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43869
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43870
|
+
},
|
|
43871
|
+
onClick: function onClick() {
|
|
43872
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
43873
|
+
}
|
|
43874
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43875
|
+
"class": ' fa fa-phone mr-2 ml-2 '
|
|
43876
|
+
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43877
|
+
"class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-end justify-content-md-start align-items-center p-0"
|
|
43878
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43879
|
+
"class": "".concat(footerStyles.textStyles) + ' d-flex align-items-center justify-content-md-center ',
|
|
43880
|
+
style: {
|
|
43881
|
+
color: sectionproperties.footerinfotext_color,
|
|
43882
|
+
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
43883
|
+
fontWeight: sectionproperties.footerinfotext_fontweight
|
|
43884
|
+
}
|
|
43885
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
43886
|
+
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
43887
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
43888
|
+
size: sectionproperties.footerinfoicon_fontsize
|
|
43889
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
|
|
43890
|
+
};
|
|
43791
43891
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
43792
43892
|
"class": "row m-0 w-100 justify-content-center"
|
|
43793
43893
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43823,7 +43923,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43823
43923
|
"class": "col-lg-12 p-0 d-flex justify-content-start justify-content-md-start"
|
|
43824
43924
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43825
43925
|
className: "".concat(footerStyles.textStyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43826
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43926
|
+
}, 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", {
|
|
43827
43927
|
"class": "col-lg-12 p-0 d-none d-md-block my-3"
|
|
43828
43928
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
43829
43929
|
"class": "m-0 p-0"
|
|
@@ -43900,65 +44000,65 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43900
44000
|
style: {
|
|
43901
44001
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43902
44002
|
}
|
|
43903
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent3 : sectionproperties.sectionTitleContent_ar3)), sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44003
|
+
}, 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", {
|
|
43904
44004
|
"class": footerStyles.facebook_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43905
44005
|
onClick: function onClick() {
|
|
43906
|
-
var _authdetailsContext$
|
|
43907
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43908
|
-
var _authdetailsContext$
|
|
43909
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44006
|
+
var _authdetailsContext$i8;
|
|
44007
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink) != null) {
|
|
44008
|
+
var _authdetailsContext$i9;
|
|
44009
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.facebooklink, '_blank');
|
|
43910
44010
|
}
|
|
43911
44011
|
}
|
|
43912
44012
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
43913
44013
|
size: sectionproperties.facebkbtnniconfontsize
|
|
43914
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44014
|
+
})), 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", {
|
|
43915
44015
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43916
44016
|
onClick: function onClick() {
|
|
43917
|
-
var _authdetailsContext$
|
|
43918
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43919
|
-
var _authdetailsContext$
|
|
43920
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44017
|
+
var _authdetailsContext$i11;
|
|
44018
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink) != null) {
|
|
44019
|
+
var _authdetailsContext$i12;
|
|
44020
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink, '_blank');
|
|
43921
44021
|
}
|
|
43922
44022
|
}
|
|
43923
44023
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
43924
44024
|
size: sectionproperties.instgrambtniconfontsize
|
|
43925
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44025
|
+
})), (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", {
|
|
43926
44026
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43927
44027
|
onClick: function onClick() {
|
|
43928
|
-
var _authdetailsContext$
|
|
43929
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43930
|
-
var _authdetailsContext$
|
|
43931
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44028
|
+
var _authdetailsContext$i14;
|
|
44029
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
|
|
44030
|
+
var _authdetailsContext$i15;
|
|
44031
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
|
|
43932
44032
|
}
|
|
43933
44033
|
}
|
|
43934
44034
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
43935
44035
|
size: sectionproperties.instgrambtniconfontsize
|
|
43936
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44036
|
+
})), (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", {
|
|
43937
44037
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43938
44038
|
onClick: function onClick() {
|
|
43939
|
-
var _authdetailsContext$
|
|
43940
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43941
|
-
var _authdetailsContext$
|
|
43942
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44039
|
+
var _authdetailsContext$i17;
|
|
44040
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null) {
|
|
44041
|
+
var _authdetailsContext$i18;
|
|
44042
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink, '_blank');
|
|
43943
44043
|
}
|
|
43944
44044
|
}
|
|
43945
44045
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
43946
44046
|
size: sectionproperties.instgrambtniconfontsize
|
|
43947
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44047
|
+
})), (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", {
|
|
43948
44048
|
"class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43949
44049
|
onClick: function onClick() {
|
|
43950
|
-
var _authdetailsContext$
|
|
43951
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44050
|
+
var _authdetailsContext$i20;
|
|
44051
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink, '_blank');
|
|
43952
44052
|
}
|
|
43953
44053
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
43954
44054
|
size: sectionproperties.instgrambtniconfontsize
|
|
43955
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44055
|
+
})), 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", {
|
|
43956
44056
|
"class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
|
|
43957
44057
|
onClick: function onClick() {
|
|
43958
|
-
var _authdetailsContext$
|
|
43959
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43960
|
-
var _authdetailsContext$
|
|
43961
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44058
|
+
var _authdetailsContext$i22;
|
|
44059
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
|
|
44060
|
+
var _authdetailsContext$i23;
|
|
44061
|
+
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');
|
|
43962
44062
|
}
|
|
43963
44063
|
}
|
|
43964
44064
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -43978,15 +44078,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43978
44078
|
"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 ',
|
|
43979
44079
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
43980
44080
|
onClick: function onClick() {
|
|
43981
|
-
var _authdetailsContext$
|
|
43982
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44081
|
+
var _authdetailsContext$i24;
|
|
44082
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
|
|
43983
44083
|
}
|
|
43984
44084
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
43985
44085
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
43986
44086
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
43987
44087
|
onClick: function onClick() {
|
|
43988
|
-
var _authdetailsContext$
|
|
43989
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44088
|
+
var _authdetailsContext$i25;
|
|
44089
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_playstore, '_blank');
|
|
43990
44090
|
}
|
|
43991
44091
|
})))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43992
44092
|
"class": "col-lg-12 p-0 d-block my-3"
|
|
@@ -44012,7 +44112,16 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
44012
44112
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
44013
44113
|
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
44014
44114
|
className: "".concat(footerStyles.payimg)
|
|
44015
|
-
})))
|
|
44115
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44116
|
+
"class": "col-lg-12 p-0 my-3",
|
|
44117
|
+
style: {
|
|
44118
|
+
display: sectionproperties.showfooteremail == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteraddress == 'Hide' ? 'none' : 'flex'
|
|
44119
|
+
}
|
|
44120
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44121
|
+
className: "".concat(footerStyles.divider)
|
|
44122
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44123
|
+
"class": "col-lg-12 p-0 d-flex "
|
|
44124
|
+
}, StoreInformation()))));
|
|
44016
44125
|
};
|
|
44017
44126
|
|
|
44018
44127
|
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; }
|
|
@@ -51580,7 +51689,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51580
51689
|
var BackgroundImage = function BackgroundImage() {
|
|
51581
51690
|
var _bgimagearrayofobjs$;
|
|
51582
51691
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51583
|
-
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',
|
|
51692
|
+
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',
|
|
51584
51693
|
style: {
|
|
51585
51694
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
51586
51695
|
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
@@ -51596,11 +51705,12 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51596
51705
|
className: sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100 allcentered' : 'row m-0 w-100 allcentered'
|
|
51597
51706
|
}, Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
51598
51707
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51599
|
-
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,
|
|
51708
|
+
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,
|
|
51600
51709
|
style: {
|
|
51601
|
-
paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : '
|
|
51602
|
-
paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : '
|
|
51603
|
-
cursor: item.place_clickable == 'General' ? 'pointer' : 'default'
|
|
51710
|
+
paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
|
|
51711
|
+
paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
|
|
51712
|
+
cursor: item.place_clickable == 'General' ? 'pointer' : 'default',
|
|
51713
|
+
marginBottom: sectionproperties.image_mb + 'px'
|
|
51604
51714
|
},
|
|
51605
51715
|
onClick: function onClick() {
|
|
51606
51716
|
if (item.IsClickable == 'Yes') {
|
|
@@ -55191,7 +55301,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
55191
55301
|
}, [sectionproperties]);
|
|
55192
55302
|
var Slideshowsettings = {
|
|
55193
55303
|
indicators: false,
|
|
55194
|
-
arrows: false,
|
|
55304
|
+
arrows: sectionproperties.showarrows == 'Show' ? true : false,
|
|
55195
55305
|
pauseOnHover: false,
|
|
55196
55306
|
scale: 1.4
|
|
55197
55307
|
};
|
|
@@ -55861,7 +55971,8 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
55861
55971
|
margin: 0,
|
|
55862
55972
|
padding: 0,
|
|
55863
55973
|
width: '100%',
|
|
55864
|
-
height: '100%'
|
|
55974
|
+
height: '100%',
|
|
55975
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
55865
55976
|
}
|
|
55866
55977
|
}), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55867
55978
|
"class": 'p-0 align-items-center d-none d-sm-flex ',
|
|
@@ -55883,7 +55994,8 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
55883
55994
|
margin: 0,
|
|
55884
55995
|
padding: 0,
|
|
55885
55996
|
width: '100%',
|
|
55886
|
-
height: '100%'
|
|
55997
|
+
height: '100%',
|
|
55998
|
+
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
55887
55999
|
}
|
|
55888
56000
|
}), SlideShowTextContainer(item)));
|
|
55889
56001
|
}))))));
|