tabexseriescomponents 0.0.155 → 0.0.156
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 +32 -29
- package/dist/index.esm.js +32 -29
- package/dist/index.umd.js +35 -33
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -105,6 +105,7 @@ var FaPhoneAlt = require('@react-icons/all-files/fa/FaPhoneAlt');
|
|
|
105
105
|
var FaPhone = require('@react-icons/all-files/fa/FaPhone');
|
|
106
106
|
var GoLocation = require('@react-icons/all-files/go/GoLocation');
|
|
107
107
|
var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
|
|
108
|
+
var RiRoadMapLine = require('@react-icons/all-files/ri/RiRoadMapLine');
|
|
108
109
|
var HiOutlineClock = require('@react-icons/all-files/hi/HiOutlineClock');
|
|
109
110
|
var Select$2 = require('react-select');
|
|
110
111
|
var IoIosArrowRoundForward = require('@react-icons/all-files/io/IoIosArrowRoundForward');
|
|
@@ -16989,7 +16990,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
16989
16990
|
maxHeight: '100%'
|
|
16990
16991
|
}
|
|
16991
16992
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16992
|
-
"class": "col-
|
|
16993
|
+
"class": "col-lg-7 p-0 d-flex align-items-center justify-content-start h-100"
|
|
16993
16994
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16994
16995
|
"class": "scrollhorizontal w-100 align-items-center justify-content-start h-100",
|
|
16995
16996
|
style: {
|
|
@@ -17025,7 +17026,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
17025
17026
|
subheadercontentpositionprops: 'start'
|
|
17026
17027
|
}
|
|
17027
17028
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17028
|
-
"class": "col-
|
|
17029
|
+
"class": "col-lg-3 d-flex align-items-center justify-content-end"
|
|
17029
17030
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17030
17031
|
"class": 'headerdropdownml',
|
|
17031
17032
|
style: {
|
|
@@ -25429,7 +25430,7 @@ var Footer2 = function Footer2(props) {
|
|
|
25429
25430
|
function ownKeys$1c(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
25430
25431
|
function _objectSpread$1c(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1c(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1c(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
25431
25432
|
var Footer3 = function Footer3(props) {
|
|
25432
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
25433
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _authdetailsContext$i25;
|
|
25433
25434
|
var _useState = React.useState(''),
|
|
25434
25435
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
25435
25436
|
sectionproperties = _useState2[0],
|
|
@@ -25559,13 +25560,15 @@ var Footer3 = function Footer3(props) {
|
|
|
25559
25560
|
marginBottom: sectionproperties.divider_mb + 'px'
|
|
25560
25561
|
}),
|
|
25561
25562
|
viewlocation: glamor.css({
|
|
25562
|
-
|
|
25563
|
-
|
|
25563
|
+
width: sectionproperties.viewLocationWidth + 'px',
|
|
25564
|
+
height: sectionproperties.viewLocationHeight + 'px',
|
|
25564
25565
|
color: sectionproperties.viewLocationColor,
|
|
25565
|
-
|
|
25566
|
+
border: sectionproperties.viewLocationBorderWidth + 'px solid ' + sectionproperties.viewLocationBorderColor,
|
|
25567
|
+
borderRadius: sectionproperties.viewLocationborderRadius + 'px',
|
|
25566
25568
|
transition: '.3s',
|
|
25567
25569
|
':hover': {
|
|
25568
|
-
color: sectionproperties.viewLocationColorOnHover
|
|
25570
|
+
color: sectionproperties.viewLocationColorOnHover,
|
|
25571
|
+
borderColor: sectionproperties.viewLocationColorOnHover
|
|
25569
25572
|
}
|
|
25570
25573
|
})
|
|
25571
25574
|
};
|
|
@@ -25593,15 +25596,7 @@ var Footer3 = function Footer3(props) {
|
|
|
25593
25596
|
objectFit: 'contain'
|
|
25594
25597
|
},
|
|
25595
25598
|
loading: "lazy"
|
|
25596
|
-
}))), sectionproperties.
|
|
25597
|
-
"class": "col-lg-12 allcentered mb-4"
|
|
25598
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
25599
|
-
"class": footerStyles.viewlocation + ' m-0 p-0 cursor-pointer ',
|
|
25600
|
-
onClick: function onClick() {
|
|
25601
|
-
var _authdetailsContext$i;
|
|
25602
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.googlemapslink);
|
|
25603
|
-
}
|
|
25604
|
-
}, langdetect == 'en' ? sectionproperties.viewLocationContentEn : sectionproperties.viewLocationContentAr)), sectionproperties.showtitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25599
|
+
}))), sectionproperties.showtitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25605
25600
|
"class": "".concat(footerStyles.footerlogo) + ' w-100 d-flex align-items-center justify-content-center '
|
|
25606
25601
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
25607
25602
|
"class": "mb-0 p-0 font-sm-15",
|
|
@@ -25612,7 +25607,7 @@ var Footer3 = function Footer3(props) {
|
|
|
25612
25607
|
fontSize: sectionproperties.titlefontsize + 'px',
|
|
25613
25608
|
marginLeft: sectionproperties.titlemarginleft + 'px'
|
|
25614
25609
|
}
|
|
25615
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25610
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.storename_en)), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25616
25611
|
"class": "col-lg-4 col-md-12 col-sm-12 d-flex flex-row flex-md-column align-items-center justify-content-center mb-md-3 "
|
|
25617
25612
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
25618
25613
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
@@ -25638,10 +25633,10 @@ var Footer3 = function Footer3(props) {
|
|
|
25638
25633
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25639
25634
|
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25640
25635
|
onClick: function onClick() {
|
|
25641
|
-
var _authdetailsContext$
|
|
25642
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25643
|
-
var _authdetailsContext$
|
|
25644
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25636
|
+
var _authdetailsContext$i2;
|
|
25637
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
|
|
25638
|
+
var _authdetailsContext$i3;
|
|
25639
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
|
|
25645
25640
|
}
|
|
25646
25641
|
}
|
|
25647
25642
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -25649,10 +25644,10 @@ var Footer3 = function Footer3(props) {
|
|
|
25649
25644
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25650
25645
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25651
25646
|
onClick: function onClick() {
|
|
25652
|
-
var _authdetailsContext$
|
|
25653
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25654
|
-
var _authdetailsContext$
|
|
25655
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25647
|
+
var _authdetailsContext$i4;
|
|
25648
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
|
|
25649
|
+
var _authdetailsContext$i5;
|
|
25650
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
|
|
25656
25651
|
}
|
|
25657
25652
|
}
|
|
25658
25653
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -25660,14 +25655,22 @@ var Footer3 = function Footer3(props) {
|
|
|
25660
25655
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25661
25656
|
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25662
25657
|
onClick: function onClick() {
|
|
25663
|
-
var _authdetailsContext$
|
|
25664
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25665
|
-
var _authdetailsContext$
|
|
25666
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25658
|
+
var _authdetailsContext$i6;
|
|
25659
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
|
|
25660
|
+
var _authdetailsContext$i7;
|
|
25661
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber), '_blank');
|
|
25667
25662
|
}
|
|
25668
25663
|
}
|
|
25669
25664
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
25670
25665
|
size: sectionproperties.youtubebtniconfontsize
|
|
25666
|
+
})), sectionproperties.showviewLocation == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25667
|
+
"class": "".concat(footerStyles.viewlocation) + ' cursor-pointer d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25668
|
+
onClick: function onClick() {
|
|
25669
|
+
var _authdetailsContext$i8;
|
|
25670
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.googlemapslink);
|
|
25671
|
+
}
|
|
25672
|
+
}, /*#__PURE__*/React__default["default"].createElement(RiRoadMapLine.RiRoadMapLine, {
|
|
25673
|
+
size: sectionproperties.viewLocationFontSize
|
|
25671
25674
|
}))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25672
25675
|
"class": "col-lg-4 col-md-12 col-sm-12 d-flex flex-row flex-md-column align-items-center justify-content-center"
|
|
25673
25676
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
package/dist/index.esm.js
CHANGED
|
@@ -103,6 +103,7 @@ import { FaPhoneAlt } from '@react-icons/all-files/fa/FaPhoneAlt';
|
|
|
103
103
|
import { FaPhone } from '@react-icons/all-files/fa/FaPhone';
|
|
104
104
|
import { GoLocation } from '@react-icons/all-files/go/GoLocation';
|
|
105
105
|
import { AiOutlinePhone } from '@react-icons/all-files/ai/AiOutlinePhone';
|
|
106
|
+
import { RiRoadMapLine } from '@react-icons/all-files/ri/RiRoadMapLine';
|
|
106
107
|
import { HiOutlineClock } from '@react-icons/all-files/hi/HiOutlineClock';
|
|
107
108
|
import Select$2 from 'react-select';
|
|
108
109
|
import { IoIosArrowRoundForward } from '@react-icons/all-files/io/IoIosArrowRoundForward';
|
|
@@ -16946,7 +16947,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
16946
16947
|
maxHeight: '100%'
|
|
16947
16948
|
}
|
|
16948
16949
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
16949
|
-
"class": "col-
|
|
16950
|
+
"class": "col-lg-7 p-0 d-flex align-items-center justify-content-start h-100"
|
|
16950
16951
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16951
16952
|
"class": "scrollhorizontal w-100 align-items-center justify-content-start h-100",
|
|
16952
16953
|
style: {
|
|
@@ -16982,7 +16983,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
16982
16983
|
subheadercontentpositionprops: 'start'
|
|
16983
16984
|
}
|
|
16984
16985
|
})), /*#__PURE__*/React.createElement("div", {
|
|
16985
|
-
"class": "col-
|
|
16986
|
+
"class": "col-lg-3 d-flex align-items-center justify-content-end"
|
|
16986
16987
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16987
16988
|
"class": 'headerdropdownml',
|
|
16988
16989
|
style: {
|
|
@@ -25386,7 +25387,7 @@ var Footer2 = function Footer2(props) {
|
|
|
25386
25387
|
function ownKeys$1c(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
25387
25388
|
function _objectSpread$1c(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1c(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1c(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
25388
25389
|
var Footer3 = function Footer3(props) {
|
|
25389
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
25390
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _authdetailsContext$i25;
|
|
25390
25391
|
var _useState = useState(''),
|
|
25391
25392
|
_useState2 = _slicedToArray(_useState, 2),
|
|
25392
25393
|
sectionproperties = _useState2[0],
|
|
@@ -25516,13 +25517,15 @@ var Footer3 = function Footer3(props) {
|
|
|
25516
25517
|
marginBottom: sectionproperties.divider_mb + 'px'
|
|
25517
25518
|
}),
|
|
25518
25519
|
viewlocation: css({
|
|
25519
|
-
|
|
25520
|
-
|
|
25520
|
+
width: sectionproperties.viewLocationWidth + 'px',
|
|
25521
|
+
height: sectionproperties.viewLocationHeight + 'px',
|
|
25521
25522
|
color: sectionproperties.viewLocationColor,
|
|
25522
|
-
|
|
25523
|
+
border: sectionproperties.viewLocationBorderWidth + 'px solid ' + sectionproperties.viewLocationBorderColor,
|
|
25524
|
+
borderRadius: sectionproperties.viewLocationborderRadius + 'px',
|
|
25523
25525
|
transition: '.3s',
|
|
25524
25526
|
':hover': {
|
|
25525
|
-
color: sectionproperties.viewLocationColorOnHover
|
|
25527
|
+
color: sectionproperties.viewLocationColorOnHover,
|
|
25528
|
+
borderColor: sectionproperties.viewLocationColorOnHover
|
|
25526
25529
|
}
|
|
25527
25530
|
})
|
|
25528
25531
|
};
|
|
@@ -25550,15 +25553,7 @@ var Footer3 = function Footer3(props) {
|
|
|
25550
25553
|
objectFit: 'contain'
|
|
25551
25554
|
},
|
|
25552
25555
|
loading: "lazy"
|
|
25553
|
-
}))), sectionproperties.
|
|
25554
|
-
"class": "col-lg-12 allcentered mb-4"
|
|
25555
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
25556
|
-
"class": footerStyles.viewlocation + ' m-0 p-0 cursor-pointer ',
|
|
25557
|
-
onClick: function onClick() {
|
|
25558
|
-
var _authdetailsContext$i;
|
|
25559
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.googlemapslink);
|
|
25560
|
-
}
|
|
25561
|
-
}, langdetect == 'en' ? sectionproperties.viewLocationContentEn : sectionproperties.viewLocationContentAr)), sectionproperties.showtitle == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25556
|
+
}))), sectionproperties.showtitle == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25562
25557
|
"class": "".concat(footerStyles.footerlogo) + ' w-100 d-flex align-items-center justify-content-center '
|
|
25563
25558
|
}, /*#__PURE__*/React.createElement("p", {
|
|
25564
25559
|
"class": "mb-0 p-0 font-sm-15",
|
|
@@ -25569,7 +25564,7 @@ var Footer3 = function Footer3(props) {
|
|
|
25569
25564
|
fontSize: sectionproperties.titlefontsize + 'px',
|
|
25570
25565
|
marginLeft: sectionproperties.titlemarginleft + 'px'
|
|
25571
25566
|
}
|
|
25572
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25567
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.storename_en)), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25573
25568
|
"class": "col-lg-4 col-md-12 col-sm-12 d-flex flex-row flex-md-column align-items-center justify-content-center mb-md-3 "
|
|
25574
25569
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
25575
25570
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
@@ -25595,10 +25590,10 @@ var Footer3 = function Footer3(props) {
|
|
|
25595
25590
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25596
25591
|
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25597
25592
|
onClick: function onClick() {
|
|
25598
|
-
var _authdetailsContext$
|
|
25599
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25600
|
-
var _authdetailsContext$
|
|
25601
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25593
|
+
var _authdetailsContext$i2;
|
|
25594
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
|
|
25595
|
+
var _authdetailsContext$i3;
|
|
25596
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
|
|
25602
25597
|
}
|
|
25603
25598
|
}
|
|
25604
25599
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -25606,10 +25601,10 @@ var Footer3 = function Footer3(props) {
|
|
|
25606
25601
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25607
25602
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25608
25603
|
onClick: function onClick() {
|
|
25609
|
-
var _authdetailsContext$
|
|
25610
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25611
|
-
var _authdetailsContext$
|
|
25612
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25604
|
+
var _authdetailsContext$i4;
|
|
25605
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
|
|
25606
|
+
var _authdetailsContext$i5;
|
|
25607
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
|
|
25613
25608
|
}
|
|
25614
25609
|
}
|
|
25615
25610
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -25617,14 +25612,22 @@ var Footer3 = function Footer3(props) {
|
|
|
25617
25612
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25618
25613
|
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25619
25614
|
onClick: function onClick() {
|
|
25620
|
-
var _authdetailsContext$
|
|
25621
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25622
|
-
var _authdetailsContext$
|
|
25623
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25615
|
+
var _authdetailsContext$i6;
|
|
25616
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
|
|
25617
|
+
var _authdetailsContext$i7;
|
|
25618
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber), '_blank');
|
|
25624
25619
|
}
|
|
25625
25620
|
}
|
|
25626
25621
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
25627
25622
|
size: sectionproperties.youtubebtniconfontsize
|
|
25623
|
+
})), sectionproperties.showviewLocation == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25624
|
+
"class": "".concat(footerStyles.viewlocation) + ' cursor-pointer d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25625
|
+
onClick: function onClick() {
|
|
25626
|
+
var _authdetailsContext$i8;
|
|
25627
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.googlemapslink);
|
|
25628
|
+
}
|
|
25629
|
+
}, /*#__PURE__*/React.createElement(RiRoadMapLine, {
|
|
25630
|
+
size: sectionproperties.viewLocationFontSize
|
|
25628
25631
|
}))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25629
25632
|
"class": "col-lg-4 col-md-12 col-sm-12 d-flex flex-row flex-md-column align-items-center justify-content-center"
|
|
25630
25633
|
}, /*#__PURE__*/React.createElement("p", {
|
package/dist/index.umd.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('imagekitio-react'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fi/FiMapPin'), require('@react-icons/all-files/fa/FaShippingFast'), require('react-share'), require('@babel/runtime/helpers/toConsumableArray'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('react-textarea-autosize'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-accessible-accordion'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('react-router-dom'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-intersection-observer'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/hi/HiOutlineClock'), require('react-select'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-player'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'imagekitio-react', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/ri/RiSecurePaymentLine', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fi/FiMapPin', '@react-icons/all-files/fa/FaShippingFast', 'react-share', '@babel/runtime/helpers/toConsumableArray', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', 'react-textarea-autosize', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-accessible-accordion', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', 'react-router-dom', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-bootstrap/Dropdown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-intersection-observer', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/hi/HiOutlineClock', 'react-select', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-player', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.imagekitioReact, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar, global.AiOutlineStar, global.RiSecurePaymentLine, global.HiOutlinePhone, global.AiOutlineSecurityScan, global.FiMapPin, global.FaShippingFast, global.reactShare, global._toConsumableArray, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.FiLayers, global.HiOutlineTrash, global.BiSad, global.TextareaAutosize, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.reactAccessibleAccordion, global.BsChevronLeft, global.BsChevronRight, global.RiArrowUpSLine, global.RiArrowDownSLine, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.Dropdown, global.HiOutlinePlus, global.AiOutlineMinus, global.reactIntersectionObserver, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.GoSearch, global.FiUser, global.BiSearch, global.AiOutlineHeart, global.AiOutlineMail, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.AiOutlineInstagram, global.BsInfoCircle, global.AiFillPhone, global.IoClose, global.MdKeyboardArrowUp, global.BiGlobe, global.FaPhoneAlt, global.FaPhone, global.GoLocation, global.AiOutlinePhone, global.HiOutlineClock, global.Select$2, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.BsEye, global.BiTimeFive, global.IoIosArrowUp, global.FiMinus, global.FiPlus));
|
|
5
|
-
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, imagekitioReact, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart, FiShoppingBag, FiShoppingCart, AiFillStar, AiOutlineStar, RiSecurePaymentLine, HiOutlinePhone, AiOutlineSecurityScan, FiMapPin, FaShippingFast, reactShare, _toConsumableArray, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, FiLayers, HiOutlineTrash, BiSad, TextareaAutosize, HiUser, GrMail, FiCheckCircle, BiPhone, reactAccessibleAccordion, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, reactRouterDom, IoBagCheckOutline, IoBagRemoveOutline, Dropdown, HiOutlinePlus, AiOutlineMinus, reactIntersectionObserver, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, GoSearch, FiUser, BiSearch, AiOutlineHeart, AiOutlineMail, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, AiOutlineInstagram, BsInfoCircle, AiFillPhone, IoClose, MdKeyboardArrowUp, BiGlobe, FaPhoneAlt, FaPhone, GoLocation, AiOutlinePhone, HiOutlineClock, Select$2, IoIosArrowRoundForward, IoIosArrowRoundBack, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, BsEye, BiTimeFive, IoIosArrowUp, FiMinus, FiPlus) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('imagekitio-react'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fi/FiMapPin'), require('@react-icons/all-files/fa/FaShippingFast'), require('react-share'), require('@babel/runtime/helpers/toConsumableArray'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-horizontal-scrolling-menu'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('react-textarea-autosize'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-accessible-accordion'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('react-router-dom'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-intersection-observer'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('react-select'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-player'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'imagekitio-react', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/ri/RiSecurePaymentLine', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fi/FiMapPin', '@react-icons/all-files/fa/FaShippingFast', 'react-share', '@babel/runtime/helpers/toConsumableArray', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', 'react-textarea-autosize', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-accessible-accordion', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', 'react-router-dom', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-bootstrap/Dropdown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-intersection-observer', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', 'react-select', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-player', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.imagekitioReact, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar, global.AiOutlineStar, global.RiSecurePaymentLine, global.HiOutlinePhone, global.AiOutlineSecurityScan, global.FiMapPin, global.FaShippingFast, global.reactShare, global._toConsumableArray, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.FiLayers, global.HiOutlineTrash, global.BiSad, global.TextareaAutosize, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.reactAccessibleAccordion, global.BsChevronLeft, global.BsChevronRight, global.RiArrowUpSLine, global.RiArrowDownSLine, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.Dropdown, global.HiOutlinePlus, global.AiOutlineMinus, global.reactIntersectionObserver, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.GoSearch, global.FiUser, global.BiSearch, global.AiOutlineHeart, global.AiOutlineMail, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.AiOutlineInstagram, global.BsInfoCircle, global.AiFillPhone, global.IoClose, global.MdKeyboardArrowUp, global.BiGlobe, global.FaPhoneAlt, global.FaPhone, global.GoLocation, global.AiOutlinePhone, global.RiRoadMapLine, global.HiOutlineClock, global.Select$2, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.BsEye, global.BiTimeFive, global.IoIosArrowUp, global.FiMinus, global.FiPlus));
|
|
5
|
+
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, imagekitioReact, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart, FiShoppingBag, FiShoppingCart, AiFillStar, AiOutlineStar, RiSecurePaymentLine, HiOutlinePhone, AiOutlineSecurityScan, FiMapPin, FaShippingFast, reactShare, _toConsumableArray, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, FiLayers, HiOutlineTrash, BiSad, TextareaAutosize, HiUser, GrMail, FiCheckCircle, BiPhone, reactAccessibleAccordion, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, reactRouterDom, IoBagCheckOutline, IoBagRemoveOutline, Dropdown, HiOutlinePlus, AiOutlineMinus, reactIntersectionObserver, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, GoSearch, FiUser, BiSearch, AiOutlineHeart, AiOutlineMail, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, AiOutlineInstagram, BsInfoCircle, AiFillPhone, IoClose, MdKeyboardArrowUp, BiGlobe, FaPhoneAlt, FaPhone, GoLocation, AiOutlinePhone, RiRoadMapLine, HiOutlineClock, Select$2, IoIosArrowRoundForward, IoIosArrowRoundBack, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, BsEye, BiTimeFive, IoIosArrowUp, FiMinus, FiPlus) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -16854,7 +16854,7 @@
|
|
|
16854
16854
|
maxHeight: '100%'
|
|
16855
16855
|
}
|
|
16856
16856
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16857
|
-
"class": "col-
|
|
16857
|
+
"class": "col-lg-7 p-0 d-flex align-items-center justify-content-start h-100"
|
|
16858
16858
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16859
16859
|
"class": "scrollhorizontal w-100 align-items-center justify-content-start h-100",
|
|
16860
16860
|
style: {
|
|
@@ -16890,7 +16890,7 @@
|
|
|
16890
16890
|
subheadercontentpositionprops: 'start'
|
|
16891
16891
|
}
|
|
16892
16892
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16893
|
-
"class": "col-
|
|
16893
|
+
"class": "col-lg-3 d-flex align-items-center justify-content-end"
|
|
16894
16894
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16895
16895
|
"class": 'headerdropdownml',
|
|
16896
16896
|
style: {
|
|
@@ -25294,7 +25294,7 @@
|
|
|
25294
25294
|
function ownKeys$1c(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
25295
25295
|
function _objectSpread$1c(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1c(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1c(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
25296
25296
|
var Footer3 = function Footer3(props) {
|
|
25297
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
25297
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _authdetailsContext$i25;
|
|
25298
25298
|
var _useState = React.useState(''),
|
|
25299
25299
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
25300
25300
|
sectionproperties = _useState2[0],
|
|
@@ -25424,13 +25424,15 @@
|
|
|
25424
25424
|
marginBottom: sectionproperties.divider_mb + 'px'
|
|
25425
25425
|
}),
|
|
25426
25426
|
viewlocation: glamor.css({
|
|
25427
|
-
|
|
25428
|
-
|
|
25427
|
+
width: sectionproperties.viewLocationWidth + 'px',
|
|
25428
|
+
height: sectionproperties.viewLocationHeight + 'px',
|
|
25429
25429
|
color: sectionproperties.viewLocationColor,
|
|
25430
|
-
|
|
25430
|
+
border: sectionproperties.viewLocationBorderWidth + 'px solid ' + sectionproperties.viewLocationBorderColor,
|
|
25431
|
+
borderRadius: sectionproperties.viewLocationborderRadius + 'px',
|
|
25431
25432
|
transition: '.3s',
|
|
25432
25433
|
':hover': {
|
|
25433
|
-
color: sectionproperties.viewLocationColorOnHover
|
|
25434
|
+
color: sectionproperties.viewLocationColorOnHover,
|
|
25435
|
+
borderColor: sectionproperties.viewLocationColorOnHover
|
|
25434
25436
|
}
|
|
25435
25437
|
})
|
|
25436
25438
|
};
|
|
@@ -25458,15 +25460,7 @@
|
|
|
25458
25460
|
objectFit: 'contain'
|
|
25459
25461
|
},
|
|
25460
25462
|
loading: "lazy"
|
|
25461
|
-
}))), sectionproperties.
|
|
25462
|
-
"class": "col-lg-12 allcentered mb-4"
|
|
25463
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
25464
|
-
"class": footerStyles.viewlocation + ' m-0 p-0 cursor-pointer ',
|
|
25465
|
-
onClick: function onClick() {
|
|
25466
|
-
var _authdetailsContext$i;
|
|
25467
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.googlemapslink);
|
|
25468
|
-
}
|
|
25469
|
-
}, langdetect == 'en' ? sectionproperties.viewLocationContentEn : sectionproperties.viewLocationContentAr)), sectionproperties.showtitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25463
|
+
}))), sectionproperties.showtitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25470
25464
|
"class": "".concat(footerStyles.footerlogo) + ' w-100 d-flex align-items-center justify-content-center '
|
|
25471
25465
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
25472
25466
|
"class": "mb-0 p-0 font-sm-15",
|
|
@@ -25477,7 +25471,7 @@
|
|
|
25477
25471
|
fontSize: sectionproperties.titlefontsize + 'px',
|
|
25478
25472
|
marginLeft: sectionproperties.titlemarginleft + 'px'
|
|
25479
25473
|
}
|
|
25480
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25474
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.storename_en)), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25481
25475
|
"class": "col-lg-4 col-md-12 col-sm-12 d-flex flex-row flex-md-column align-items-center justify-content-center mb-md-3 "
|
|
25482
25476
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
25483
25477
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
@@ -25503,10 +25497,10 @@
|
|
|
25503
25497
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25504
25498
|
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25505
25499
|
onClick: function onClick() {
|
|
25506
|
-
var _authdetailsContext$
|
|
25507
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25508
|
-
var _authdetailsContext$
|
|
25509
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25500
|
+
var _authdetailsContext$i2;
|
|
25501
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
|
|
25502
|
+
var _authdetailsContext$i3;
|
|
25503
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
|
|
25510
25504
|
}
|
|
25511
25505
|
}
|
|
25512
25506
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -25514,10 +25508,10 @@
|
|
|
25514
25508
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25515
25509
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25516
25510
|
onClick: function onClick() {
|
|
25517
|
-
var _authdetailsContext$
|
|
25518
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25519
|
-
var _authdetailsContext$
|
|
25520
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25511
|
+
var _authdetailsContext$i4;
|
|
25512
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
|
|
25513
|
+
var _authdetailsContext$i5;
|
|
25514
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
|
|
25521
25515
|
}
|
|
25522
25516
|
}
|
|
25523
25517
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -25525,14 +25519,22 @@
|
|
|
25525
25519
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25526
25520
|
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25527
25521
|
onClick: function onClick() {
|
|
25528
|
-
var _authdetailsContext$
|
|
25529
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25530
|
-
var _authdetailsContext$
|
|
25531
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
25522
|
+
var _authdetailsContext$i6;
|
|
25523
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
|
|
25524
|
+
var _authdetailsContext$i7;
|
|
25525
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber), '_blank');
|
|
25532
25526
|
}
|
|
25533
25527
|
}
|
|
25534
25528
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
25535
25529
|
size: sectionproperties.youtubebtniconfontsize
|
|
25530
|
+
})), sectionproperties.showviewLocation == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25531
|
+
"class": "".concat(footerStyles.viewlocation) + ' cursor-pointer d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
25532
|
+
onClick: function onClick() {
|
|
25533
|
+
var _authdetailsContext$i8;
|
|
25534
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.googlemapslink);
|
|
25535
|
+
}
|
|
25536
|
+
}, /*#__PURE__*/React__default["default"].createElement(RiRoadMapLine.RiRoadMapLine, {
|
|
25537
|
+
size: sectionproperties.viewLocationFontSize
|
|
25536
25538
|
}))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25537
25539
|
"class": "col-lg-4 col-md-12 col-sm-12 d-flex flex-row flex-md-column align-items-center justify-content-center"
|
|
25538
25540
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|