tabexseriescomponents 0.2.744 → 0.2.745
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 +171 -67
- package/dist/index.esm.js +171 -67
- package/dist/index.umd.js +174 -71
- 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;
|
|
@@ -24738,7 +24819,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24738
24819
|
}, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
24739
24820
|
size: 22,
|
|
24740
24821
|
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", {
|
|
24822
|
+
}))), 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
24823
|
"class": 'd-flex align-items-center pl-1 pr-1 pt-1',
|
|
24743
24824
|
style: {}
|
|
24744
24825
|
}, /*#__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 +24832,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24751
24832
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
24752
24833
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
24753
24834
|
"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$
|
|
24835
|
+
}, 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) {
|
|
24836
|
+
var _authdetailsContext$i6;
|
|
24756
24837
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
24757
24838
|
"class": "m-0 p-0",
|
|
24758
24839
|
onClick: function onClick() {
|
|
@@ -24774,7 +24855,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24774
24855
|
}
|
|
24775
24856
|
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
24776
24857
|
"class": 'ml-2 mr-2'
|
|
24777
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
24858
|
+
}, 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
24859
|
"class": "col-lg-12 p-0"
|
|
24779
24860
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
24780
24861
|
"class": "m-0"
|
|
@@ -31966,7 +32047,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
31966
32047
|
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
32048
|
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
32049
|
var Simpleheader = function Simpleheader(props) {
|
|
31969
|
-
var _header_cssstyles, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$
|
|
32050
|
+
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
32051
|
var actions = props.actions;
|
|
31971
32052
|
var _useState = React.useState(''),
|
|
31972
32053
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -32513,7 +32594,12 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32513
32594
|
"class": ' h-100 d-flex align-items-center '
|
|
32514
32595
|
}, /*#__PURE__*/React__default["default"].createElement(HiUserCircle.HiUserCircle, {
|
|
32515
32596
|
size: sectionproperties.userBtnTextfontsize
|
|
32516
|
-
}))
|
|
32597
|
+
})), (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", {
|
|
32598
|
+
className: "mx-2",
|
|
32599
|
+
style: {
|
|
32600
|
+
fontSize: 18
|
|
32601
|
+
}
|
|
32602
|
+
}, "\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644")), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32517
32603
|
"class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
32518
32604
|
sytle: {
|
|
32519
32605
|
position: 'relative'
|
|
@@ -32679,7 +32765,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32679
32765
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
32680
32766
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32681
32767
|
"class": "ml-2 mr-2"
|
|
32682
|
-
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
32768
|
+
}, "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
32769
|
"class": ' d-flex align-items-center justify-content-end '
|
|
32684
32770
|
}, /*#__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
32771
|
"class": ' d-flex align-items-center justify-content-center '
|
|
@@ -32691,8 +32777,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32691
32777
|
"class": ' row m-0 w-100 d-flex align-items-center '
|
|
32692
32778
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32693
32779
|
"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$
|
|
32780
|
+
}, 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) {
|
|
32781
|
+
var _authdetailsContext$i7;
|
|
32696
32782
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32697
32783
|
onClick: function onClick() {
|
|
32698
32784
|
setcurrencyfunccontext(item);
|
|
@@ -32712,7 +32798,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32712
32798
|
}
|
|
32713
32799
|
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32714
32800
|
"class": 'ml-2 mr-2'
|
|
32715
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
32801
|
+
}, 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
32802
|
"class": "col-lg-12 p-0"
|
|
32717
32803
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
32718
32804
|
"class": "m-0"
|
|
@@ -68004,23 +68090,39 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68004
68090
|
}), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68005
68091
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
68006
68092
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68093
|
+
// alert(JSON.stringify(cardsarray[7]));
|
|
68007
68094
|
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,
|
|
68095
|
+
"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
68096
|
style: {
|
|
68010
68097
|
zIndex: 2,
|
|
68011
68098
|
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
68012
68099
|
paddingRight: sectionproperties.marginhorizontal + 'px',
|
|
68013
|
-
marginBottom: sectionproperties.innersectionmarginbottom + 'px'
|
|
68100
|
+
marginBottom: sectionproperties.innersectionmarginbottom + 'px',
|
|
68101
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : ''
|
|
68102
|
+
},
|
|
68103
|
+
onClick: function onClick() {
|
|
68104
|
+
if (cardinfoitem.iscardclickable == 'Yes') {
|
|
68105
|
+
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
68106
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
68107
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
68108
|
+
window.open(cardinfoitem.btnlink, '_self');
|
|
68109
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
68110
|
+
window.open(cardinfoitem.btnlink, '_blank');
|
|
68111
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
68112
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
68113
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
68114
|
+
}
|
|
68115
|
+
}
|
|
68014
68116
|
}
|
|
68015
68117
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68016
68118
|
"class": "flip-card-inner",
|
|
68017
68119
|
style: {
|
|
68018
|
-
background:
|
|
68120
|
+
background: cardinfoitem.cardbgcolorfromarray,
|
|
68019
68121
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
68020
68122
|
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
|
|
68021
68123
|
}
|
|
68022
68124
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68023
|
-
"class":
|
|
68125
|
+
"class": cardinfoitem.cardobj_descripen != '' ? 'flip-card-front d-flex align-items-center' : 'd-flex align-items-center'
|
|
68024
68126
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68025
68127
|
"class": "row m-0 w-100"
|
|
68026
68128
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -68052,9 +68154,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68052
68154
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
68053
68155
|
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
68054
68156
|
style: {
|
|
68055
|
-
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
68157
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
68158
|
+
color: cardinfoitem.text1colorfromarray
|
|
68056
68159
|
}
|
|
68057
|
-
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68160
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), cardinfoitem.cardobj_descripen != '' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68058
68161
|
"class": "flip-card-back allcentered"
|
|
68059
68162
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68060
68163
|
"class": "row m-0 w-100 allcentered"
|
|
@@ -68089,7 +68192,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68089
68192
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
68090
68193
|
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
68091
68194
|
style: {
|
|
68092
|
-
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
68195
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
68196
|
+
color: cardinfoitem.text1colorfromarray
|
|
68093
68197
|
}
|
|
68094
68198
|
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68095
68199
|
"class": "col-lg-12 d-flex p-0",
|