tabexseriescomponents 0.2.744 → 0.2.746
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 +215 -70
- package/dist/index.esm.js +215 -70
- package/dist/index.umd.js +218 -74
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -119,6 +119,7 @@ var IoSearchOutline = require('@react-icons/all-files/io5/IoSearchOutline');
|
|
|
119
119
|
var AiFillYoutube = require('@react-icons/all-files/ai/AiFillYoutube');
|
|
120
120
|
var IoLogoTiktok = require('@react-icons/all-files/io5/IoLogoTiktok');
|
|
121
121
|
var FaLinkedinIn = require('@react-icons/all-files/fa/FaLinkedinIn');
|
|
122
|
+
var FaMap = require('@react-icons/all-files/fa/FaMap');
|
|
122
123
|
var FiMenu = require('@react-icons/all-files/fi/FiMenu');
|
|
123
124
|
var BsChevronDown = require('@react-icons/all-files/bs/BsChevronDown');
|
|
124
125
|
var IoClose = require('@react-icons/all-files/io5/IoClose');
|
|
@@ -2920,10 +2921,15 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2920
2921
|
onSlide: function onSlide(d) {
|
|
2921
2922
|
setcurrentshowingimageindex(d);
|
|
2922
2923
|
},
|
|
2924
|
+
showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
|
|
2923
2925
|
ref: function ref(el) {
|
|
2924
2926
|
return setGallery(el);
|
|
2925
2927
|
},
|
|
2926
|
-
onClick:
|
|
2928
|
+
onClick: function onClick() {
|
|
2929
|
+
if (sectionproperties.showgalleryfullscreenbtn == 'Yes') {
|
|
2930
|
+
toggleFullScreen();
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2927
2933
|
})), productimagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2928
2934
|
"class": "w-100 d-none d-md-block"
|
|
2929
2935
|
}, /*#__PURE__*/React__default["default"].createElement(ImageGallery__default["default"], {
|
|
@@ -2931,10 +2937,16 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2931
2937
|
thumbnailPosition: 'bottom',
|
|
2932
2938
|
showNav: false,
|
|
2933
2939
|
showPlayButton: false,
|
|
2934
|
-
showFullscreenButton: true,
|
|
2940
|
+
showFullscreenButton: sectionproperties.showgalleryfullscreenbtn == 'Yes' ? true : false,
|
|
2935
2941
|
startIndex: currentshowingimageindex,
|
|
2942
|
+
showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
|
|
2936
2943
|
onSlide: function onSlide(d) {
|
|
2937
2944
|
setcurrentshowingimageindex(d);
|
|
2945
|
+
},
|
|
2946
|
+
onClick: function onClick() {
|
|
2947
|
+
if (sectionproperties.showgalleryfullscreenbtn == 'Yes') {
|
|
2948
|
+
toggleFullScreen();
|
|
2949
|
+
}
|
|
2938
2950
|
}
|
|
2939
2951
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2940
2952
|
className: sectionproperties.gallerystyle == 'Style 1' ? sectionproperties.evencols == 'Yes' ? langdetect == 'en' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-4 pr-0 pl-md-0 pr-md-0' : 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-0 pr-4 pl-md-0 pr-md-0' : langdetect == 'en' ? 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
@@ -23800,7 +23812,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
23800
23812
|
function ownKeys$23(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; }
|
|
23801
23813
|
function _objectSpread$23(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$23(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$23(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
23802
23814
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
23803
|
-
var _authdetailsContext$i, _authdetailsContext$
|
|
23815
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
23804
23816
|
props.actions;
|
|
23805
23817
|
props.actions.StatePagePropertiesContext;
|
|
23806
23818
|
var _useState = React.useState({}),
|
|
@@ -23829,12 +23841,62 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
23829
23841
|
width: templateproperties_context.socialmediasectioniconwidth + 'px',
|
|
23830
23842
|
height: templateproperties_context.socialmediasectioniconheight + 'px',
|
|
23831
23843
|
border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.socialmediasectionbordercolor,
|
|
23832
|
-
borderRadius:
|
|
23844
|
+
borderRadius: templateproperties_context.socialmediasectioniconborderradius,
|
|
23833
23845
|
':hover': {
|
|
23834
23846
|
transition: '.3s',
|
|
23835
23847
|
color: templateproperties_context.socialmediasectioniconcoloronhover,
|
|
23836
23848
|
border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.socialmediasectioniconcoloronhover
|
|
23837
23849
|
}
|
|
23850
|
+
}),
|
|
23851
|
+
fbsocialmediaicon: glamor.css({
|
|
23852
|
+
color: templateproperties_context.fbsocialmediasectioniconcolor,
|
|
23853
|
+
background: templateproperties_context.fbsocialmediasectioniconbgcolor,
|
|
23854
|
+
':hover': {
|
|
23855
|
+
transition: '.3s',
|
|
23856
|
+
color: templateproperties_context.fbsocialmediasectioniconcoloronhover,
|
|
23857
|
+
background: templateproperties_context.fbsocialmediasectioniconbgcoloronhover,
|
|
23858
|
+
border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.fbsocialmediasectioniconcoloronhover
|
|
23859
|
+
}
|
|
23860
|
+
}),
|
|
23861
|
+
instagramsocialmediaicon: glamor.css({
|
|
23862
|
+
color: templateproperties_context.instagramsocialmediasectioniconcolor,
|
|
23863
|
+
background: templateproperties_context.instagramsocialmediasectioniconbgcolor,
|
|
23864
|
+
':hover': {
|
|
23865
|
+
transition: '.3s',
|
|
23866
|
+
color: templateproperties_context.instagramsocialmediasectioniconcoloronhover,
|
|
23867
|
+
background: templateproperties_context.instagramsocialmediasectioniconbgcoloronhover,
|
|
23868
|
+
border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.instagramsocialmediasectioniconcoloronhover
|
|
23869
|
+
}
|
|
23870
|
+
}),
|
|
23871
|
+
ytsocialmediaicon: glamor.css({
|
|
23872
|
+
color: templateproperties_context.ytsocialmediasectioniconcolor,
|
|
23873
|
+
background: templateproperties_context.ytsocialmediasectioniconbgcolor,
|
|
23874
|
+
':hover': {
|
|
23875
|
+
transition: '.3s',
|
|
23876
|
+
color: templateproperties_context.ytsocialmediasectioniconcoloronhover,
|
|
23877
|
+
background: templateproperties_context.ytsocialmediasectioniconbgcoloronhover,
|
|
23878
|
+
border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.ytsocialmediasectioniconcoloronhover
|
|
23879
|
+
}
|
|
23880
|
+
}),
|
|
23881
|
+
linkedinsocialmediaicon: glamor.css({
|
|
23882
|
+
color: templateproperties_context.linkedinsocialmediasectioniconcolor,
|
|
23883
|
+
background: templateproperties_context.linkedinsocialmediasectioniconbgcolor,
|
|
23884
|
+
':hover': {
|
|
23885
|
+
transition: '.3s',
|
|
23886
|
+
color: templateproperties_context.linkedinsocialmediasectioniconcoloronhover,
|
|
23887
|
+
background: templateproperties_context.linkedinsocialmediasectioniconbgcoloronhover,
|
|
23888
|
+
border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.linkedinsocialmediasectioniconcoloronhover
|
|
23889
|
+
}
|
|
23890
|
+
}),
|
|
23891
|
+
tiktoksocialmediaicon: glamor.css({
|
|
23892
|
+
color: templateproperties_context.tiktoksocialmediasectioniconcolor,
|
|
23893
|
+
background: templateproperties_context.tiktoksocialmediasectioniconbgcolor,
|
|
23894
|
+
':hover': {
|
|
23895
|
+
transition: '.3s',
|
|
23896
|
+
color: templateproperties_context.tiktoksocialmediasectioniconcoloronhover,
|
|
23897
|
+
background: templateproperties_context.tiktoksocialmediasectioniconbgcoloronhover,
|
|
23898
|
+
border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.tiktoksocialmediasectioniconcoloronhover
|
|
23899
|
+
}
|
|
23838
23900
|
})
|
|
23839
23901
|
};
|
|
23840
23902
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -23842,91 +23904,110 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
23842
23904
|
style: {
|
|
23843
23905
|
background: templateproperties_context.socialmediasectionbgcolor,
|
|
23844
23906
|
paddingTop: templateproperties_context.socialmediapaddinghorizontal + 'px',
|
|
23845
|
-
paddingBottom: templateproperties_context.socialmediapaddinghorizontal + 'px'
|
|
23907
|
+
paddingBottom: templateproperties_context.socialmediapaddinghorizontal + 'px',
|
|
23908
|
+
paddingLeft: templateproperties_context.socialmediapaddingleftright + 'px',
|
|
23909
|
+
paddingRight: templateproperties_context.socialmediapaddinghorizontal + 'px'
|
|
23846
23910
|
}
|
|
23847
|
-
},
|
|
23848
|
-
"class":
|
|
23911
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23912
|
+
"class": templateproperties_context.showstoreinfo == 'Show' ? 'col-lg-6 p-0 text-start d-flex flex-row d-md-none' : 'd-none p-0'
|
|
23913
|
+
}, templateproperties_context.showaddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23914
|
+
"class": "m-0 p-0 cursor-pointer d-flex flex-row",
|
|
23849
23915
|
onClick: function onClick() {
|
|
23850
|
-
|
|
23851
|
-
|
|
23852
|
-
|
|
23853
|
-
|
|
23916
|
+
window.open(templateproperties_context.locationlink, '_blank');
|
|
23917
|
+
},
|
|
23918
|
+
style: {
|
|
23919
|
+
color: '#b2b2b2'
|
|
23920
|
+
}
|
|
23921
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23922
|
+
"class": ' h-100 d-flex align-items-center justify-content-center '
|
|
23923
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaMap.FaMap, {
|
|
23924
|
+
size: 15
|
|
23925
|
+
})), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
23926
|
+
"class": "mx-2"
|
|
23927
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.address_en)), templateproperties_context.showphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23928
|
+
"class": "m-0 p-0 mx-4 cursor-pointer",
|
|
23929
|
+
onClick: function onClick() {
|
|
23930
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
23931
|
+
},
|
|
23932
|
+
style: {
|
|
23933
|
+
color: '#b2b2b2'
|
|
23934
|
+
}
|
|
23935
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23936
|
+
"class": ' fa fa-phone '
|
|
23937
|
+
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
23938
|
+
"class": "mx-2"
|
|
23939
|
+
}, " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23940
|
+
"class": templateproperties_context.showstoreinfo == 'Show' ? 'col-lg-6 p-0 text-end justify-content-md-center col-md-12' : 'col-lg-12 allcentered p-0'
|
|
23941
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23942
|
+
"class": "".concat(header_cssstyles.fbsocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23943
|
+
onClick: function onClick() {
|
|
23944
|
+
var _authdetailsContext$i3;
|
|
23945
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
|
|
23946
|
+
var _authdetailsContext$i4;
|
|
23947
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
|
|
23854
23948
|
}
|
|
23855
23949
|
}
|
|
23856
23950
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
23857
23951
|
size: templateproperties_context.socialmediasectioniconfontsize
|
|
23858
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23859
|
-
"class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23952
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23953
|
+
"class": "".concat(header_cssstyles.instagramsocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23860
23954
|
onClick: function onClick() {
|
|
23861
|
-
var _authdetailsContext$
|
|
23862
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23863
|
-
var _authdetailsContext$
|
|
23864
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23955
|
+
var _authdetailsContext$i6;
|
|
23956
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null) {
|
|
23957
|
+
var _authdetailsContext$i7;
|
|
23958
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink, '_blank');
|
|
23865
23959
|
}
|
|
23866
23960
|
}
|
|
23867
23961
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
23868
23962
|
style: {
|
|
23869
23963
|
fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
|
|
23870
23964
|
}
|
|
23871
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23872
|
-
"class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23965
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23966
|
+
"class": "".concat(header_cssstyles.ytsocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23873
23967
|
onClick: function onClick() {
|
|
23874
|
-
var _authdetailsContext$
|
|
23875
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23876
|
-
var _authdetailsContext$
|
|
23877
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23968
|
+
var _authdetailsContext$i9;
|
|
23969
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
|
|
23970
|
+
var _authdetailsContext$i10;
|
|
23971
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
|
|
23878
23972
|
}
|
|
23879
23973
|
}
|
|
23880
23974
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
23881
23975
|
style: {
|
|
23882
23976
|
fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
|
|
23883
23977
|
}
|
|
23884
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23885
|
-
"class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23978
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23979
|
+
"class": "".concat(header_cssstyles.linkedinsocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23886
23980
|
onClick: function onClick() {
|
|
23887
|
-
var _authdetailsContext$
|
|
23888
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23889
|
-
var _authdetailsContext$
|
|
23890
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23981
|
+
var _authdetailsContext$i12;
|
|
23982
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
|
|
23983
|
+
var _authdetailsContext$i13;
|
|
23984
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
|
|
23891
23985
|
}
|
|
23892
23986
|
}
|
|
23893
23987
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
23894
23988
|
style: {
|
|
23895
23989
|
fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
|
|
23896
23990
|
}
|
|
23897
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23898
|
-
"class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23991
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23992
|
+
"class": "".concat(header_cssstyles.tiktoksocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23899
23993
|
onClick: function onClick() {
|
|
23900
|
-
var _authdetailsContext$
|
|
23901
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23902
|
-
var _authdetailsContext$
|
|
23903
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23994
|
+
var _authdetailsContext$i15;
|
|
23995
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
|
|
23996
|
+
var _authdetailsContext$i16;
|
|
23997
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
|
|
23904
23998
|
}
|
|
23905
23999
|
}
|
|
23906
24000
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
23907
24001
|
style: {
|
|
23908
24002
|
fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
|
|
23909
24003
|
}
|
|
23910
|
-
}))
|
|
23911
|
-
"class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
|
|
23912
|
-
onClick: function onClick() {
|
|
23913
|
-
var _authdetailsContext$i17;
|
|
23914
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
23915
|
-
var _authdetailsContext$i18;
|
|
23916
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
23917
|
-
}
|
|
23918
|
-
}
|
|
23919
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
23920
|
-
style: {
|
|
23921
|
-
fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
|
|
23922
|
-
}
|
|
23923
|
-
})));
|
|
24004
|
+
}))));
|
|
23924
24005
|
};
|
|
23925
24006
|
|
|
23926
24007
|
function ownKeys$22(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; }
|
|
23927
24008
|
function _objectSpread$22(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$22(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$22(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
23928
24009
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
23929
|
-
var _authdetailsContext$i3, _authdetailsContext$i4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _returnpolicyobj23, _returnpolicyobj24;
|
|
24010
|
+
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _returnpolicyobj23, _returnpolicyobj24;
|
|
23930
24011
|
var actions = props.actions;
|
|
23931
24012
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
23932
24013
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -24181,6 +24262,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24181
24262
|
onClick: function onClick() {
|
|
24182
24263
|
var _fetchcustomercartQue;
|
|
24183
24264
|
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.customercart) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.cartitems) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.length) > 7) {
|
|
24265
|
+
setopenmenuCanvas(false);
|
|
24184
24266
|
routingcountext(StaticPagesLinksContext.viewcart);
|
|
24185
24267
|
} else {
|
|
24186
24268
|
setsidecartnavshowcontext(true);
|
|
@@ -24243,6 +24325,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24243
24325
|
cursor: 'pointer'
|
|
24244
24326
|
},
|
|
24245
24327
|
onClick: function onClick() {
|
|
24328
|
+
setopenmenuCanvas(false);
|
|
24246
24329
|
routingcountext(sectionproperties.logoonclickroute);
|
|
24247
24330
|
}
|
|
24248
24331
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
@@ -24276,7 +24359,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24276
24359
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24277
24360
|
className: "col-10 p-0 text-start"
|
|
24278
24361
|
// onClick={() => {
|
|
24279
|
-
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
|
|
24362
|
+
// setopenmenuCanvas(false); routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
|
|
24280
24363
|
// }}
|
|
24281
24364
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
24282
24365
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
@@ -24327,7 +24410,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24327
24410
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24328
24411
|
className: "col-10 p-0 text-start",
|
|
24329
24412
|
onClick: function onClick() {
|
|
24330
|
-
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
|
|
24413
|
+
// setopenmenuCanvas(false); routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
|
|
24331
24414
|
}
|
|
24332
24415
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
24333
24416
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
@@ -24371,6 +24454,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24371
24454
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24372
24455
|
className: "col-10 p-0 text-start",
|
|
24373
24456
|
onClick: function onClick() {
|
|
24457
|
+
setopenmenuCanvas(false);
|
|
24374
24458
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + collitem.collectionid);
|
|
24375
24459
|
setopenCnvas(false);
|
|
24376
24460
|
}
|
|
@@ -24456,6 +24540,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24456
24540
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24457
24541
|
className: "col-10 p-0 text-start",
|
|
24458
24542
|
onClick: function onClick() {
|
|
24543
|
+
setopenmenuCanvas(false);
|
|
24459
24544
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + collitem.collectionid);
|
|
24460
24545
|
setopenCnvas(false);
|
|
24461
24546
|
}
|
|
@@ -24485,6 +24570,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24485
24570
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24486
24571
|
className: "col-12 p-0 text-start px-3",
|
|
24487
24572
|
onClick: function onClick() {
|
|
24573
|
+
setopenmenuCanvas(false);
|
|
24488
24574
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + collitem.collectionid);
|
|
24489
24575
|
setopenCnvas(false);
|
|
24490
24576
|
}
|
|
@@ -24556,6 +24642,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24556
24642
|
}, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
24557
24643
|
"class": "".concat(header_cssstyles.userbtn_respContainer) + ' anim d-flex align-items-center justify-content-start p-0 m-0 ',
|
|
24558
24644
|
onClick: function onClick() {
|
|
24645
|
+
setopenmenuCanvas(false);
|
|
24559
24646
|
routingcountext(StaticPagesLinksContext.Login);
|
|
24560
24647
|
setmenuactive(false);
|
|
24561
24648
|
}
|
|
@@ -24566,6 +24653,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24566
24653
|
}, langdetect == 'en' ? 'Login/Register' : 'تسجيل دخول/إنشاء حساب')), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
24567
24654
|
"class": "".concat(header_cssstyles.userbtn_respContainer) + ' anim d-flex align-items-center justify-content-start p-0 m-0 ',
|
|
24568
24655
|
onClick: function onClick() {
|
|
24656
|
+
setopenmenuCanvas(false);
|
|
24569
24657
|
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
24570
24658
|
setmenuactive(false);
|
|
24571
24659
|
}
|
|
@@ -24733,12 +24821,13 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24733
24821
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
24734
24822
|
"class": "h-100 allcentered",
|
|
24735
24823
|
onClick: function onClick() {
|
|
24824
|
+
setopenmenuCanvas(false);
|
|
24736
24825
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
24737
24826
|
}
|
|
24738
24827
|
}, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
24739
24828
|
size: 22,
|
|
24740
24829
|
color: sectionproperties.wishlistresponsivecolor
|
|
24741
|
-
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24830
|
+
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24742
24831
|
"class": 'd-flex align-items-center pl-1 pr-1 pt-1',
|
|
24743
24832
|
style: {}
|
|
24744
24833
|
}, /*#__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", {
|
|
@@ -24751,8 +24840,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24751
24840
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
24752
24841
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
24753
24842
|
"class": "m-0 p-0 ml-1 mr-1"
|
|
24754
|
-
}, 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$
|
|
24755
|
-
var _authdetailsContext$
|
|
24843
|
+
}, 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$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (item, index) {
|
|
24844
|
+
var _authdetailsContext$i6;
|
|
24756
24845
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
24757
24846
|
"class": "m-0 p-0",
|
|
24758
24847
|
onClick: function onClick() {
|
|
@@ -24774,7 +24863,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24774
24863
|
}
|
|
24775
24864
|
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
24776
24865
|
"class": 'ml-2 mr-2'
|
|
24777
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
24866
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (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.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24778
24867
|
"class": "col-lg-12 p-0"
|
|
24779
24868
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
24780
24869
|
"class": "m-0"
|
|
@@ -24880,6 +24969,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24880
24969
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
24881
24970
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24882
24971
|
onClick: function onClick() {
|
|
24972
|
+
setopenmenuCanvas(false);
|
|
24883
24973
|
routingcountext(item.navigationroute, false, '');
|
|
24884
24974
|
setmenuactive(false);
|
|
24885
24975
|
}
|
|
@@ -24900,6 +24990,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24900
24990
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
24901
24991
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24902
24992
|
onClick: function onClick() {
|
|
24993
|
+
setopenmenuCanvas(false);
|
|
24903
24994
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
24904
24995
|
setmenuactive(false);
|
|
24905
24996
|
}
|
|
@@ -24918,6 +25009,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24918
25009
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
24919
25010
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24920
25011
|
onClick: function onClick() {
|
|
25012
|
+
setopenmenuCanvas(false);
|
|
24921
25013
|
routingcountext(StaticPagesLinksContext.Policies);
|
|
24922
25014
|
setmenuactive(false);
|
|
24923
25015
|
}
|
|
@@ -24936,6 +25028,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24936
25028
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
24937
25029
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24938
25030
|
onClick: function onClick() {
|
|
25031
|
+
setopenmenuCanvas(false);
|
|
24939
25032
|
routingcountext(StaticPagesLinksContext.PrivacyPolicy);
|
|
24940
25033
|
setmenuactive(false);
|
|
24941
25034
|
}
|
|
@@ -24954,6 +25047,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24954
25047
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
24955
25048
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24956
25049
|
onClick: function onClick() {
|
|
25050
|
+
setopenmenuCanvas(false);
|
|
24957
25051
|
routingcountext(StaticPagesLinksContext.ShippingPolicy);
|
|
24958
25052
|
setmenuactive(false);
|
|
24959
25053
|
}
|
|
@@ -24972,6 +25066,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24972
25066
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
24973
25067
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24974
25068
|
onClick: function onClick() {
|
|
25069
|
+
setopenmenuCanvas(false);
|
|
24975
25070
|
routingcountext(StaticPagesLinksContext.RefundPolicy);
|
|
24976
25071
|
setmenuactive(false);
|
|
24977
25072
|
}
|
|
@@ -24990,6 +25085,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24990
25085
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
24991
25086
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24992
25087
|
onClick: function onClick() {
|
|
25088
|
+
setopenmenuCanvas(false);
|
|
24993
25089
|
routingcountext(StaticPagesLinksContext.TermsConditions);
|
|
24994
25090
|
setmenuactive(false);
|
|
24995
25091
|
}
|
|
@@ -25008,6 +25104,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25008
25104
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
25009
25105
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25010
25106
|
onClick: function onClick() {
|
|
25107
|
+
setopenmenuCanvas(false);
|
|
25011
25108
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
25012
25109
|
setmenuactive(false);
|
|
25013
25110
|
}
|
|
@@ -25071,6 +25168,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25071
25168
|
}, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
25072
25169
|
"class": "".concat(header_cssstyles.userbtn_respContainer) + ' anim d-flex align-items-center justify-content-start p-0 m-0 ',
|
|
25073
25170
|
onClick: function onClick() {
|
|
25171
|
+
setopenmenuCanvas(false);
|
|
25074
25172
|
routingcountext(StaticPagesLinksContext.Login);
|
|
25075
25173
|
setmenuactive(false);
|
|
25076
25174
|
}
|
|
@@ -25081,6 +25179,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25081
25179
|
}, langdetect == 'en' ? 'Login/Register' : 'تسجيل دخول/إنشاء حساب')), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
25082
25180
|
"class": "".concat(header_cssstyles.userbtn_respContainer) + ' anim d-flex align-items-center justify-content-start p-0 m-0 ',
|
|
25083
25181
|
onClick: function onClick() {
|
|
25182
|
+
setopenmenuCanvas(false);
|
|
25084
25183
|
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
25085
25184
|
setmenuactive(false);
|
|
25086
25185
|
}
|
|
@@ -25265,6 +25364,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25265
25364
|
}
|
|
25266
25365
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25267
25366
|
onClick: function onClick() {
|
|
25367
|
+
setopenmenuCanvas(false);
|
|
25268
25368
|
routingcountext(item.navigationroute, false, '');
|
|
25269
25369
|
setopenCnvas(false);
|
|
25270
25370
|
}
|
|
@@ -25284,6 +25384,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25284
25384
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25285
25385
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
25286
25386
|
onClick: function onClick() {
|
|
25387
|
+
setopenmenuCanvas(false);
|
|
25287
25388
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
25288
25389
|
setopenCnvas(false);
|
|
25289
25390
|
}
|
|
@@ -25301,6 +25402,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25301
25402
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25302
25403
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
25303
25404
|
onClick: function onClick() {
|
|
25405
|
+
setopenmenuCanvas(false);
|
|
25304
25406
|
routingcountext(StaticPagesLinksContext.Policies);
|
|
25305
25407
|
setmenuactive(false);
|
|
25306
25408
|
}
|
|
@@ -25319,6 +25421,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25319
25421
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
25320
25422
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25321
25423
|
onClick: function onClick() {
|
|
25424
|
+
setopenmenuCanvas(false);
|
|
25322
25425
|
routingcountext(StaticPagesLinksContext.PrivacyPolicy);
|
|
25323
25426
|
setmenuactive(false);
|
|
25324
25427
|
}
|
|
@@ -25337,6 +25440,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25337
25440
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
25338
25441
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25339
25442
|
onClick: function onClick() {
|
|
25443
|
+
setopenmenuCanvas(false);
|
|
25340
25444
|
routingcountext(StaticPagesLinksContext.ShippingPolicy);
|
|
25341
25445
|
setmenuactive(false);
|
|
25342
25446
|
}
|
|
@@ -25355,6 +25459,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25355
25459
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
25356
25460
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25357
25461
|
onClick: function onClick() {
|
|
25462
|
+
setopenmenuCanvas(false);
|
|
25358
25463
|
routingcountext(StaticPagesLinksContext.RefundPolicy);
|
|
25359
25464
|
setmenuactive(false);
|
|
25360
25465
|
}
|
|
@@ -25373,6 +25478,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25373
25478
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
25374
25479
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25375
25480
|
onClick: function onClick() {
|
|
25481
|
+
setopenmenuCanvas(false);
|
|
25376
25482
|
routingcountext(StaticPagesLinksContext.TermsConditions);
|
|
25377
25483
|
setmenuactive(false);
|
|
25378
25484
|
}
|
|
@@ -25391,6 +25497,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25391
25497
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
25392
25498
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25393
25499
|
onClick: function onClick() {
|
|
25500
|
+
setopenmenuCanvas(false);
|
|
25394
25501
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
25395
25502
|
setmenuactive(false);
|
|
25396
25503
|
}
|
|
@@ -25454,6 +25561,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25454
25561
|
}, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
25455
25562
|
"class": "".concat(header_cssstyles.userbtn_respContainer) + ' anim d-flex align-items-center justify-content-start p-0 m-0 ',
|
|
25456
25563
|
onClick: function onClick() {
|
|
25564
|
+
setopenmenuCanvas(false);
|
|
25457
25565
|
routingcountext(StaticPagesLinksContext.Login);
|
|
25458
25566
|
setmenuactive(false);
|
|
25459
25567
|
}
|
|
@@ -25464,6 +25572,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25464
25572
|
}, langdetect == 'en' ? 'Login/Register' : 'تسجيل دخول/إنشاء حساب')), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
25465
25573
|
"class": "".concat(header_cssstyles.userbtn_respContainer) + ' anim d-flex align-items-center justify-content-start p-0 m-0 ',
|
|
25466
25574
|
onClick: function onClick() {
|
|
25575
|
+
setopenmenuCanvas(false);
|
|
25467
25576
|
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
25468
25577
|
setmenuactive(false);
|
|
25469
25578
|
}
|
|
@@ -25616,6 +25725,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25616
25725
|
}
|
|
25617
25726
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25618
25727
|
onClick: function onClick() {
|
|
25728
|
+
setopenmenuCanvas(false);
|
|
25729
|
+
setopenmenuCanvas(false);
|
|
25619
25730
|
routingcountext(item.navigationroute, false, '');
|
|
25620
25731
|
setopenCnvas(false);
|
|
25621
25732
|
}
|
|
@@ -25643,6 +25754,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25643
25754
|
}
|
|
25644
25755
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25645
25756
|
onClick: function onClick() {
|
|
25757
|
+
setopenmenuCanvas(false);
|
|
25646
25758
|
routingcountext(item.navigationroute, false, '');
|
|
25647
25759
|
setopenCnvas(false);
|
|
25648
25760
|
}
|
|
@@ -25662,6 +25774,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25662
25774
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25663
25775
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
25664
25776
|
onClick: function onClick() {
|
|
25777
|
+
setopenmenuCanvas(false);
|
|
25665
25778
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
25666
25779
|
setopenCnvas(false);
|
|
25667
25780
|
}
|
|
@@ -25679,6 +25792,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25679
25792
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25680
25793
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
25681
25794
|
onClick: function onClick() {
|
|
25795
|
+
setopenmenuCanvas(false);
|
|
25682
25796
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
25683
25797
|
setopenCnvas(false);
|
|
25684
25798
|
}
|
|
@@ -25696,6 +25810,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25696
25810
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25697
25811
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
25698
25812
|
onClick: function onClick() {
|
|
25813
|
+
setopenmenuCanvas(false);
|
|
25699
25814
|
routingcountext(StaticPagesLinksContext.Policies);
|
|
25700
25815
|
setmenuactive(false);
|
|
25701
25816
|
}
|
|
@@ -25714,6 +25829,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25714
25829
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
25715
25830
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25716
25831
|
onClick: function onClick() {
|
|
25832
|
+
setopenmenuCanvas(false);
|
|
25717
25833
|
routingcountext(StaticPagesLinksContext.PrivacyPolicy);
|
|
25718
25834
|
setmenuactive(false);
|
|
25719
25835
|
}
|
|
@@ -25732,6 +25848,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25732
25848
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
25733
25849
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25734
25850
|
onClick: function onClick() {
|
|
25851
|
+
setopenmenuCanvas(false);
|
|
25735
25852
|
routingcountext(StaticPagesLinksContext.ShippingPolicy);
|
|
25736
25853
|
setmenuactive(false);
|
|
25737
25854
|
}
|
|
@@ -25750,6 +25867,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25750
25867
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
25751
25868
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25752
25869
|
onClick: function onClick() {
|
|
25870
|
+
setopenmenuCanvas(false);
|
|
25753
25871
|
routingcountext(StaticPagesLinksContext.RefundPolicy);
|
|
25754
25872
|
setmenuactive(false);
|
|
25755
25873
|
}
|
|
@@ -25768,6 +25886,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25768
25886
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
25769
25887
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25770
25888
|
onClick: function onClick() {
|
|
25889
|
+
setopenmenuCanvas(false);
|
|
25771
25890
|
routingcountext(StaticPagesLinksContext.TermsConditions);
|
|
25772
25891
|
setmenuactive(false);
|
|
25773
25892
|
}
|
|
@@ -31966,7 +32085,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
31966
32085
|
function ownKeys$1W(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; }
|
|
31967
32086
|
function _objectSpread$1W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1W(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
31968
32087
|
var Simpleheader = function Simpleheader(props) {
|
|
31969
|
-
var _header_cssstyles, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$
|
|
32088
|
+
var _header_cssstyles, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$i4, _authdetailsContext$c2, _authdetailsContext$i5, _authdetailsContext$i6, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
31970
32089
|
var actions = props.actions;
|
|
31971
32090
|
var _useState = React.useState(''),
|
|
31972
32091
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -32513,7 +32632,12 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32513
32632
|
"class": ' h-100 d-flex align-items-center '
|
|
32514
32633
|
}, /*#__PURE__*/React__default["default"].createElement(HiUserCircle.HiUserCircle, {
|
|
32515
32634
|
size: sectionproperties.userBtnTextfontsize
|
|
32516
|
-
}))
|
|
32635
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32636
|
+
className: "mx-2",
|
|
32637
|
+
style: {
|
|
32638
|
+
fontSize: 18
|
|
32639
|
+
}
|
|
32640
|
+
}, "\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644")), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32517
32641
|
"class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
32518
32642
|
sytle: {
|
|
32519
32643
|
position: 'relative'
|
|
@@ -32679,7 +32803,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32679
32803
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
32680
32804
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32681
32805
|
"class": "ml-2 mr-2"
|
|
32682
|
-
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
32806
|
+
}, "English"))))))), 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 && sectionproperties.showcurrency == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32683
32807
|
"class": ' d-flex align-items-center justify-content-end '
|
|
32684
32808
|
}, /*#__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", {
|
|
32685
32809
|
"class": ' d-flex align-items-center justify-content-center '
|
|
@@ -32691,8 +32815,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32691
32815
|
"class": ' row m-0 w-100 d-flex align-items-center '
|
|
32692
32816
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32693
32817
|
"class": "m-0 p-0 ml-2 mr-2"
|
|
32694
|
-
}, 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$
|
|
32695
|
-
var _authdetailsContext$
|
|
32818
|
+
}, 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) {
|
|
32819
|
+
var _authdetailsContext$i7;
|
|
32696
32820
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32697
32821
|
onClick: function onClick() {
|
|
32698
32822
|
setcurrencyfunccontext(item);
|
|
@@ -32712,7 +32836,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32712
32836
|
}
|
|
32713
32837
|
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32714
32838
|
"class": 'ml-2 mr-2'
|
|
32715
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
32839
|
+
}, langdetect == 'en' ? 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", {
|
|
32716
32840
|
"class": "col-lg-12 p-0"
|
|
32717
32841
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
32718
32842
|
"class": "m-0"
|
|
@@ -33360,7 +33484,10 @@ var Header8 = function Header8(props) {
|
|
|
33360
33484
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
33361
33485
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
33362
33486
|
}
|
|
33363
|
-
},
|
|
33487
|
+
}, /*#__PURE__*/React__default["default"].createElement(FloatingIcons, {
|
|
33488
|
+
sectionpropertiesprops: sectionproperties,
|
|
33489
|
+
actions: actions
|
|
33490
|
+
}), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33364
33491
|
"class": "col-lg-12 p-0 d-md-none d-sm-none"
|
|
33365
33492
|
}, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
33366
33493
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -68004,23 +68131,39 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68004
68131
|
}), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68005
68132
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
68006
68133
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68134
|
+
// alert(JSON.stringify(cardsarray[7]));
|
|
68007
68135
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68008
|
-
"class": sectionproperties.numofcols == '2' ? ' flip-card h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' flip-card h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' flip-card h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' flip-card h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
|
|
68136
|
+
"class": (cardinfoitem === null || cardinfoitem === void 0 ? void 0 : cardinfoitem.cardobj_descripen) == undefined ? sectionproperties.numofcols == '2' ? ' flip-card flip-cardnonhover h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' flip-card flip-cardnonhover h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' flip-card flip-cardnonhover h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' flip-card flip-cardnonhover h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '2' ? ' flip-card h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' flip-card h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' flip-card h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' flip-card h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
|
|
68009
68137
|
style: {
|
|
68010
68138
|
zIndex: 2,
|
|
68011
68139
|
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
68012
68140
|
paddingRight: sectionproperties.marginhorizontal + 'px',
|
|
68013
|
-
marginBottom: sectionproperties.innersectionmarginbottom + 'px'
|
|
68141
|
+
marginBottom: sectionproperties.innersectionmarginbottom + 'px',
|
|
68142
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : ''
|
|
68143
|
+
},
|
|
68144
|
+
onClick: function onClick() {
|
|
68145
|
+
if (cardinfoitem.iscardclickable == 'Yes') {
|
|
68146
|
+
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
68147
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
68148
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
68149
|
+
window.open(cardinfoitem.btnlink, '_self');
|
|
68150
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
68151
|
+
window.open(cardinfoitem.btnlink, '_blank');
|
|
68152
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
68153
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
68154
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
68155
|
+
}
|
|
68156
|
+
}
|
|
68014
68157
|
}
|
|
68015
68158
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68016
68159
|
"class": "flip-card-inner",
|
|
68017
68160
|
style: {
|
|
68018
|
-
background:
|
|
68161
|
+
background: cardinfoitem.cardbgcolorfromarray,
|
|
68019
68162
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
68020
68163
|
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
|
|
68021
68164
|
}
|
|
68022
68165
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68023
|
-
"class":
|
|
68166
|
+
"class": cardinfoitem.cardobj_descripen != '' ? 'flip-card-front d-flex align-items-center' : 'd-flex align-items-center'
|
|
68024
68167
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68025
68168
|
"class": "row m-0 w-100"
|
|
68026
68169
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -68052,9 +68195,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68052
68195
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
68053
68196
|
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
68054
68197
|
style: {
|
|
68055
|
-
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
68198
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
68199
|
+
color: cardinfoitem.text1colorfromarray
|
|
68056
68200
|
}
|
|
68057
|
-
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68201
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), cardinfoitem.cardobj_descripen != '' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68058
68202
|
"class": "flip-card-back allcentered"
|
|
68059
68203
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68060
68204
|
"class": "row m-0 w-100 allcentered"
|
|
@@ -68089,7 +68233,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68089
68233
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
68090
68234
|
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
68091
68235
|
style: {
|
|
68092
|
-
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
68236
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
68237
|
+
color: cardinfoitem.text1colorfromarray
|
|
68093
68238
|
}
|
|
68094
68239
|
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68095
68240
|
"class": "col-lg-12 d-flex p-0",
|