tabexseriescomponents 0.0.328 → 0.0.330
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 +68 -23
- package/dist/index.esm.js +69 -24
- package/dist/index.umd.js +71 -27
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -130,6 +130,7 @@ var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
|
|
|
130
130
|
var GoLocation = require('@react-icons/all-files/go/GoLocation');
|
|
131
131
|
var RiRoadMapLine = require('@react-icons/all-files/ri/RiRoadMapLine');
|
|
132
132
|
var HiOutlineClock = require('@react-icons/all-files/hi/HiOutlineClock');
|
|
133
|
+
var AiOutlineLinkedin = require('@react-icons/all-files/ai/AiOutlineLinkedin');
|
|
133
134
|
var Select$5 = require('react-select');
|
|
134
135
|
var ReactPlayer = require('react-player');
|
|
135
136
|
var BackgroundSlideshow = require('react-background-slideshow');
|
|
@@ -2092,6 +2093,16 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2092
2093
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.WhatsappIcon, {
|
|
2093
2094
|
size: 40,
|
|
2094
2095
|
round: true
|
|
2096
|
+
}))), sectionproperties.showsharelinkedin == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2097
|
+
className: "Demo__some-network ml-2 mr-2"
|
|
2098
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinShareButton, {
|
|
2099
|
+
url: shareUrl,
|
|
2100
|
+
title: title,
|
|
2101
|
+
separator: ":: ",
|
|
2102
|
+
className: "Demo__some-network__share-button"
|
|
2103
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinIcon, {
|
|
2104
|
+
size: 40,
|
|
2105
|
+
round: true
|
|
2095
2106
|
}))))));
|
|
2096
2107
|
};
|
|
2097
2108
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -2135,7 +2146,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2135
2146
|
marginTop: sectionproperties.gallerystyle == 'Style 2' ? '3rem' : 0
|
|
2136
2147
|
}
|
|
2137
2148
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2138
|
-
className: sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' && sectionproperties.showstoreinfo2 == 'Hide' && sectionproperties.showstoreinfo1 == 'Hide' ? 'col-lg-12' : langdetect == 'en' ? 'col-lg-9 pl-0 mb-md-3 p-md-0' : 'col-lg-9 pr-0 mb-md-3 p-md-0'
|
|
2149
|
+
className: sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' && sectionproperties.showstoreinfo2 == 'Hide' && sectionproperties.showstoreinfo1 == 'Hide' ? 'col-lg-12' : sectionproperties.storeinfoposition == 'Below Information' ? 'col-lg-12' : langdetect == 'en' ? 'col-lg-9 pl-0 mb-md-3 p-md-0' : 'col-lg-9 pr-0 mb-md-3 p-md-0'
|
|
2139
2150
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2140
2151
|
className: 'row m-0 w-100'
|
|
2141
2152
|
}, sectionproperties.gallerystyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -3459,6 +3470,16 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
3459
3470
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.WhatsappIcon, {
|
|
3460
3471
|
size: 40,
|
|
3461
3472
|
round: true
|
|
3473
|
+
}))), sectionproperties.showsharelinkedin == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3474
|
+
className: "Demo__some-network ml-2 mr-2"
|
|
3475
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinShareButton, {
|
|
3476
|
+
url: shareUrl,
|
|
3477
|
+
title: title,
|
|
3478
|
+
separator: ":: ",
|
|
3479
|
+
className: "Demo__some-network__share-button"
|
|
3480
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinIcon, {
|
|
3481
|
+
size: 40,
|
|
3482
|
+
round: true
|
|
3462
3483
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3463
3484
|
className: langdetect == 'en' ? sectionproperties.galleryNumberOfCols == 4 ? 'col-xl-8 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : sectionproperties.galleryNumberOfCols == 4 ? 'col-xl-8 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0'
|
|
3464
3485
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -5626,8 +5647,8 @@ var Productinfo = function Productinfo(props) {
|
|
|
5626
5647
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5627
5648
|
className: ' m-0 p-0 wordbreak ',
|
|
5628
5649
|
style: {
|
|
5629
|
-
lineClamp: 10,
|
|
5630
|
-
WebkitLineClamp: 10,
|
|
5650
|
+
// lineClamp: 10,
|
|
5651
|
+
// WebkitLineClamp: 10,
|
|
5631
5652
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
5632
5653
|
},
|
|
5633
5654
|
dangerouslySetInnerHTML: {
|
|
@@ -5638,8 +5659,8 @@ var Productinfo = function Productinfo(props) {
|
|
|
5638
5659
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5639
5660
|
className: ' m-0 p-0 wordbreak ',
|
|
5640
5661
|
style: {
|
|
5641
|
-
lineClamp: 10,
|
|
5642
|
-
WebkitLineClamp: 10,
|
|
5662
|
+
// lineClamp: 10,
|
|
5663
|
+
// WebkitLineClamp: 10,
|
|
5643
5664
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
5644
5665
|
},
|
|
5645
5666
|
dangerouslySetInnerHTML: {
|
|
@@ -36580,7 +36601,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
36580
36601
|
function ownKeys$1l(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; }
|
|
36581
36602
|
function _objectSpread$1l(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1l(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1l(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
36582
36603
|
var ModernFooter = function ModernFooter(props) {
|
|
36583
|
-
var _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$
|
|
36604
|
+
var _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
36584
36605
|
var _useState = React.useState(''),
|
|
36585
36606
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
36586
36607
|
sectionproperties = _useState2[0],
|
|
@@ -36661,6 +36682,16 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36661
36682
|
color: sectionproperties.instgrambtnTextcoloronhover
|
|
36662
36683
|
}
|
|
36663
36684
|
}),
|
|
36685
|
+
linkedin_btn: glamor.css({
|
|
36686
|
+
cursor: 'pointer',
|
|
36687
|
+
fontSize: sectionproperties.linkedinbtnfontsize + 'px',
|
|
36688
|
+
color: sectionproperties.linkedinbtnTextcolor,
|
|
36689
|
+
fontWeight: sectionproperties.footersubtitle__fontweight,
|
|
36690
|
+
transition: '.3s',
|
|
36691
|
+
':hover': {
|
|
36692
|
+
color: sectionproperties.linkedinbtnTextcoloronhover
|
|
36693
|
+
}
|
|
36694
|
+
}),
|
|
36664
36695
|
footerinfotext: glamor.css({
|
|
36665
36696
|
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
36666
36697
|
color: sectionproperties.footerinfotext_color,
|
|
@@ -36823,7 +36854,21 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36823
36854
|
}, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
36824
36855
|
"class": 'mr-2',
|
|
36825
36856
|
size: sectionproperties.whatsappiconfontsize
|
|
36826
|
-
}), sectionproperties.whatsapplinktext))))
|
|
36857
|
+
}), sectionproperties.whatsapplinktext)), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36858
|
+
"class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
|
|
36859
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36860
|
+
"class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
|
|
36861
|
+
onClick: function onClick() {
|
|
36862
|
+
var _authdetailsContext$i11;
|
|
36863
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
|
|
36864
|
+
var _authdetailsContext$i12;
|
|
36865
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
|
|
36866
|
+
}
|
|
36867
|
+
}
|
|
36868
|
+
}, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(AiOutlineLinkedin.AiOutlineLinkedin, {
|
|
36869
|
+
"class": 'mr-2',
|
|
36870
|
+
size: sectionproperties.linkedinbtniconfontsize
|
|
36871
|
+
}), sectionproperties.linkedinlinktext)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36827
36872
|
"class": sectionproperties.showdownloadsection == 'Show' || sectionproperties.showpaymentfooter == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mt-md-3' : 'col-lg-4 col-md-12 col-sm-12 mt-md-3'
|
|
36828
36873
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36829
36874
|
"class": "row m-0 w-100"
|
|
@@ -36846,7 +36891,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36846
36891
|
}
|
|
36847
36892
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
36848
36893
|
size: sectionproperties.footerinfoicon_fontsize
|
|
36849
|
-
})), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36894
|
+
})), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36850
36895
|
"class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
|
|
36851
36896
|
onClick: function onClick() {
|
|
36852
36897
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
@@ -36865,14 +36910,14 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36865
36910
|
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36866
36911
|
"class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
|
|
36867
36912
|
onClick: function onClick() {
|
|
36868
|
-
var _authdetailsContext$
|
|
36869
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36913
|
+
var _authdetailsContext$i14, _authdetailsContext$i15;
|
|
36914
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : (_authdetailsContext$i15 = _authdetailsContext$i14.contactinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.email), '_self');
|
|
36870
36915
|
}
|
|
36871
36916
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36872
36917
|
"class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
|
|
36873
36918
|
onClick: function onClick() {
|
|
36874
|
-
var _authdetailsContext$
|
|
36875
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36919
|
+
var _authdetailsContext$i16, _authdetailsContext$i17;
|
|
36920
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : (_authdetailsContext$i17 = _authdetailsContext$i16.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.email), '_self');
|
|
36876
36921
|
},
|
|
36877
36922
|
style: {
|
|
36878
36923
|
textTransform: 'none'
|
|
@@ -36883,7 +36928,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36883
36928
|
marginRight: langdetect == 'en' ? '0.5rem' : 0,
|
|
36884
36929
|
marginLeft: langdetect == 'ar' ? '0.5rem' : 0
|
|
36885
36930
|
}
|
|
36886
|
-
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36931
|
+
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : (_authdetailsContext$i19 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36887
36932
|
"class": "col-lg-3 col-md-12 col-sm-12 mt-md-3"
|
|
36888
36933
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36889
36934
|
className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
|
|
@@ -36895,15 +36940,15 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36895
36940
|
"class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
|
|
36896
36941
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
36897
36942
|
onClick: function onClick() {
|
|
36898
|
-
var _authdetailsContext$
|
|
36899
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36943
|
+
var _authdetailsContext$i20;
|
|
36944
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.mobileapplink_appstore, '_blank');
|
|
36900
36945
|
}
|
|
36901
36946
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
36902
36947
|
"class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
|
|
36903
36948
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
36904
36949
|
onClick: function onClick() {
|
|
36905
|
-
var _authdetailsContext$
|
|
36906
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36950
|
+
var _authdetailsContext$i21;
|
|
36951
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
|
|
36907
36952
|
}
|
|
36908
36953
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36909
36954
|
"class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
|
|
@@ -36911,15 +36956,15 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36911
36956
|
"class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
|
|
36912
36957
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
36913
36958
|
onClick: function onClick() {
|
|
36914
|
-
var _authdetailsContext$
|
|
36915
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36959
|
+
var _authdetailsContext$i22;
|
|
36960
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
|
|
36916
36961
|
}
|
|
36917
36962
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
36918
36963
|
"class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
|
|
36919
36964
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
36920
36965
|
onClick: function onClick() {
|
|
36921
|
-
var _authdetailsContext$
|
|
36922
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36966
|
+
var _authdetailsContext$i23;
|
|
36967
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.mobileapplink_playstore, '_blank');
|
|
36923
36968
|
}
|
|
36924
36969
|
}))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36925
36970
|
"class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
|
|
@@ -43177,7 +43222,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
43177
43222
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43178
43223
|
"class": "row m-0 w-100 allcentered"
|
|
43179
43224
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43180
|
-
"class":
|
|
43225
|
+
"class": sectionproperties.showpricerange == 'Show' ? 'col-lg-9 p-0' : 'col-lg-12 p-0'
|
|
43181
43226
|
}, /*#__PURE__*/React__default["default"].createElement(CustomerAddressForm
|
|
43182
43227
|
// customeraddressrequierd={customeraddressrequierd}
|
|
43183
43228
|
// payloadobj={payloadobj}
|
|
@@ -43194,7 +43239,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
43194
43239
|
fetchTabexCountriesQueryContext: fetchTabexCountriesQueryContext,
|
|
43195
43240
|
fetchTabexStatesQueryContext: fetchTabexStatesQueryContext,
|
|
43196
43241
|
fetchTabexCitiesQueryContext: fetchTabexCitiesQueryContext
|
|
43197
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43242
|
+
})), sectionproperties.showpricerange == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43198
43243
|
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
43199
43244
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
43200
43245
|
className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
|
package/dist/index.esm.js
CHANGED
|
@@ -29,7 +29,7 @@ import { FiShoppingBag } from '@react-icons/all-files/fi/FiShoppingBag';
|
|
|
29
29
|
import { FiShoppingCart } from '@react-icons/all-files/fi/FiShoppingCart';
|
|
30
30
|
import { AiFillStar as AiFillStar$1 } from '@react-icons/all-files/ai/AiFillStar';
|
|
31
31
|
import { AiOutlineStar } from '@react-icons/all-files/ai/AiOutlineStar';
|
|
32
|
-
import { FacebookShareButton, FacebookIcon, TwitterShareButton, TwitterIcon, WhatsappShareButton, WhatsappIcon } from 'react-share';
|
|
32
|
+
import { FacebookShareButton, FacebookIcon, TwitterShareButton, TwitterIcon, WhatsappShareButton, WhatsappIcon, LinkedinShareButton, LinkedinIcon } from 'react-share';
|
|
33
33
|
import { FiMinus } from '@react-icons/all-files/fi/FiMinus';
|
|
34
34
|
import { FiPlus } from '@react-icons/all-files/fi/FiPlus';
|
|
35
35
|
import ReactStars from 'react-rating-stars-component';
|
|
@@ -128,6 +128,7 @@ import { AiOutlinePhone } from '@react-icons/all-files/ai/AiOutlinePhone';
|
|
|
128
128
|
import { GoLocation } from '@react-icons/all-files/go/GoLocation';
|
|
129
129
|
import { RiRoadMapLine } from '@react-icons/all-files/ri/RiRoadMapLine';
|
|
130
130
|
import { HiOutlineClock } from '@react-icons/all-files/hi/HiOutlineClock';
|
|
131
|
+
import { AiOutlineLinkedin } from '@react-icons/all-files/ai/AiOutlineLinkedin';
|
|
131
132
|
import Select$5 from 'react-select';
|
|
132
133
|
import ReactPlayer from 'react-player';
|
|
133
134
|
import BackgroundSlideshow from 'react-background-slideshow';
|
|
@@ -2045,6 +2046,16 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2045
2046
|
}, /*#__PURE__*/React.createElement(WhatsappIcon, {
|
|
2046
2047
|
size: 40,
|
|
2047
2048
|
round: true
|
|
2049
|
+
}))), sectionproperties.showsharelinkedin == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
2050
|
+
className: "Demo__some-network ml-2 mr-2"
|
|
2051
|
+
}, /*#__PURE__*/React.createElement(LinkedinShareButton, {
|
|
2052
|
+
url: shareUrl,
|
|
2053
|
+
title: title,
|
|
2054
|
+
separator: ":: ",
|
|
2055
|
+
className: "Demo__some-network__share-button"
|
|
2056
|
+
}, /*#__PURE__*/React.createElement(LinkedinIcon, {
|
|
2057
|
+
size: 40,
|
|
2058
|
+
round: true
|
|
2048
2059
|
}))))));
|
|
2049
2060
|
};
|
|
2050
2061
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -2088,7 +2099,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2088
2099
|
marginTop: sectionproperties.gallerystyle == 'Style 2' ? '3rem' : 0
|
|
2089
2100
|
}
|
|
2090
2101
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2091
|
-
className: sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' && sectionproperties.showstoreinfo2 == 'Hide' && sectionproperties.showstoreinfo1 == 'Hide' ? 'col-lg-12' : langdetect == 'en' ? 'col-lg-9 pl-0 mb-md-3 p-md-0' : 'col-lg-9 pr-0 mb-md-3 p-md-0'
|
|
2102
|
+
className: sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' && sectionproperties.showstoreinfo2 == 'Hide' && sectionproperties.showstoreinfo1 == 'Hide' ? 'col-lg-12' : sectionproperties.storeinfoposition == 'Below Information' ? 'col-lg-12' : langdetect == 'en' ? 'col-lg-9 pl-0 mb-md-3 p-md-0' : 'col-lg-9 pr-0 mb-md-3 p-md-0'
|
|
2092
2103
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2093
2104
|
className: 'row m-0 w-100'
|
|
2094
2105
|
}, sectionproperties.gallerystyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -3412,6 +3423,16 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
3412
3423
|
}, /*#__PURE__*/React.createElement(WhatsappIcon, {
|
|
3413
3424
|
size: 40,
|
|
3414
3425
|
round: true
|
|
3426
|
+
}))), sectionproperties.showsharelinkedin == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
3427
|
+
className: "Demo__some-network ml-2 mr-2"
|
|
3428
|
+
}, /*#__PURE__*/React.createElement(LinkedinShareButton, {
|
|
3429
|
+
url: shareUrl,
|
|
3430
|
+
title: title,
|
|
3431
|
+
separator: ":: ",
|
|
3432
|
+
className: "Demo__some-network__share-button"
|
|
3433
|
+
}, /*#__PURE__*/React.createElement(LinkedinIcon, {
|
|
3434
|
+
size: 40,
|
|
3435
|
+
round: true
|
|
3415
3436
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
3416
3437
|
className: langdetect == 'en' ? sectionproperties.galleryNumberOfCols == 4 ? 'col-xl-8 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : sectionproperties.galleryNumberOfCols == 4 ? 'col-xl-8 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0'
|
|
3417
3438
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -5579,8 +5600,8 @@ var Productinfo = function Productinfo(props) {
|
|
|
5579
5600
|
}, /*#__PURE__*/React.createElement("p", {
|
|
5580
5601
|
className: ' m-0 p-0 wordbreak ',
|
|
5581
5602
|
style: {
|
|
5582
|
-
lineClamp: 10,
|
|
5583
|
-
WebkitLineClamp: 10,
|
|
5603
|
+
// lineClamp: 10,
|
|
5604
|
+
// WebkitLineClamp: 10,
|
|
5584
5605
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
5585
5606
|
},
|
|
5586
5607
|
dangerouslySetInnerHTML: {
|
|
@@ -5591,8 +5612,8 @@ var Productinfo = function Productinfo(props) {
|
|
|
5591
5612
|
}, /*#__PURE__*/React.createElement("p", {
|
|
5592
5613
|
className: ' m-0 p-0 wordbreak ',
|
|
5593
5614
|
style: {
|
|
5594
|
-
lineClamp: 10,
|
|
5595
|
-
WebkitLineClamp: 10,
|
|
5615
|
+
// lineClamp: 10,
|
|
5616
|
+
// WebkitLineClamp: 10,
|
|
5596
5617
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
5597
5618
|
},
|
|
5598
5619
|
dangerouslySetInnerHTML: {
|
|
@@ -36533,7 +36554,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
36533
36554
|
function ownKeys$1l(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; }
|
|
36534
36555
|
function _objectSpread$1l(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1l(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1l(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
36535
36556
|
var ModernFooter = function ModernFooter(props) {
|
|
36536
|
-
var _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$
|
|
36557
|
+
var _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
36537
36558
|
var _useState = useState(''),
|
|
36538
36559
|
_useState2 = _slicedToArray(_useState, 2),
|
|
36539
36560
|
sectionproperties = _useState2[0],
|
|
@@ -36614,6 +36635,16 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36614
36635
|
color: sectionproperties.instgrambtnTextcoloronhover
|
|
36615
36636
|
}
|
|
36616
36637
|
}),
|
|
36638
|
+
linkedin_btn: css({
|
|
36639
|
+
cursor: 'pointer',
|
|
36640
|
+
fontSize: sectionproperties.linkedinbtnfontsize + 'px',
|
|
36641
|
+
color: sectionproperties.linkedinbtnTextcolor,
|
|
36642
|
+
fontWeight: sectionproperties.footersubtitle__fontweight,
|
|
36643
|
+
transition: '.3s',
|
|
36644
|
+
':hover': {
|
|
36645
|
+
color: sectionproperties.linkedinbtnTextcoloronhover
|
|
36646
|
+
}
|
|
36647
|
+
}),
|
|
36617
36648
|
footerinfotext: css({
|
|
36618
36649
|
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
36619
36650
|
color: sectionproperties.footerinfotext_color,
|
|
@@ -36776,7 +36807,21 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36776
36807
|
}, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
36777
36808
|
"class": 'mr-2',
|
|
36778
36809
|
size: sectionproperties.whatsappiconfontsize
|
|
36779
|
-
}), sectionproperties.whatsapplinktext))))
|
|
36810
|
+
}), sectionproperties.whatsapplinktext)), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
36811
|
+
"class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
|
|
36812
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
36813
|
+
"class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
|
|
36814
|
+
onClick: function onClick() {
|
|
36815
|
+
var _authdetailsContext$i11;
|
|
36816
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
|
|
36817
|
+
var _authdetailsContext$i12;
|
|
36818
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
|
|
36819
|
+
}
|
|
36820
|
+
}
|
|
36821
|
+
}, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React.createElement(AiOutlineLinkedin, {
|
|
36822
|
+
"class": 'mr-2',
|
|
36823
|
+
size: sectionproperties.linkedinbtniconfontsize
|
|
36824
|
+
}), sectionproperties.linkedinlinktext)))), /*#__PURE__*/React.createElement("div", {
|
|
36780
36825
|
"class": sectionproperties.showdownloadsection == 'Show' || sectionproperties.showpaymentfooter == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mt-md-3' : 'col-lg-4 col-md-12 col-sm-12 mt-md-3'
|
|
36781
36826
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36782
36827
|
"class": "row m-0 w-100"
|
|
@@ -36799,7 +36844,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36799
36844
|
}
|
|
36800
36845
|
}, /*#__PURE__*/React.createElement(IoLocationSharp, {
|
|
36801
36846
|
size: sectionproperties.footerinfoicon_fontsize
|
|
36802
|
-
})), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36847
|
+
})), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
36803
36848
|
"class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
|
|
36804
36849
|
onClick: function onClick() {
|
|
36805
36850
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
@@ -36818,14 +36863,14 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36818
36863
|
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
36819
36864
|
"class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
|
|
36820
36865
|
onClick: function onClick() {
|
|
36821
|
-
var _authdetailsContext$
|
|
36822
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36866
|
+
var _authdetailsContext$i14, _authdetailsContext$i15;
|
|
36867
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : (_authdetailsContext$i15 = _authdetailsContext$i14.contactinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.email), '_self');
|
|
36823
36868
|
}
|
|
36824
36869
|
}, /*#__PURE__*/React.createElement("p", {
|
|
36825
36870
|
"class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
|
|
36826
36871
|
onClick: function onClick() {
|
|
36827
|
-
var _authdetailsContext$
|
|
36828
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36872
|
+
var _authdetailsContext$i16, _authdetailsContext$i17;
|
|
36873
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : (_authdetailsContext$i17 = _authdetailsContext$i16.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.email), '_self');
|
|
36829
36874
|
},
|
|
36830
36875
|
style: {
|
|
36831
36876
|
textTransform: 'none'
|
|
@@ -36836,7 +36881,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36836
36881
|
marginRight: langdetect == 'en' ? '0.5rem' : 0,
|
|
36837
36882
|
marginLeft: langdetect == 'ar' ? '0.5rem' : 0
|
|
36838
36883
|
}
|
|
36839
|
-
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36884
|
+
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : (_authdetailsContext$i19 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
36840
36885
|
"class": "col-lg-3 col-md-12 col-sm-12 mt-md-3"
|
|
36841
36886
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36842
36887
|
className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
|
|
@@ -36848,15 +36893,15 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36848
36893
|
"class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
|
|
36849
36894
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
36850
36895
|
onClick: function onClick() {
|
|
36851
|
-
var _authdetailsContext$
|
|
36852
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36896
|
+
var _authdetailsContext$i20;
|
|
36897
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.mobileapplink_appstore, '_blank');
|
|
36853
36898
|
}
|
|
36854
36899
|
}), /*#__PURE__*/React.createElement("img", {
|
|
36855
36900
|
"class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
|
|
36856
36901
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
36857
36902
|
onClick: function onClick() {
|
|
36858
|
-
var _authdetailsContext$
|
|
36859
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36903
|
+
var _authdetailsContext$i21;
|
|
36904
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
|
|
36860
36905
|
}
|
|
36861
36906
|
})), /*#__PURE__*/React.createElement("div", {
|
|
36862
36907
|
"class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
|
|
@@ -36864,15 +36909,15 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36864
36909
|
"class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
|
|
36865
36910
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
36866
36911
|
onClick: function onClick() {
|
|
36867
|
-
var _authdetailsContext$
|
|
36868
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36912
|
+
var _authdetailsContext$i22;
|
|
36913
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
|
|
36869
36914
|
}
|
|
36870
36915
|
}), /*#__PURE__*/React.createElement("img", {
|
|
36871
36916
|
"class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
|
|
36872
36917
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
36873
36918
|
onClick: function onClick() {
|
|
36874
|
-
var _authdetailsContext$
|
|
36875
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36919
|
+
var _authdetailsContext$i23;
|
|
36920
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.mobileapplink_playstore, '_blank');
|
|
36876
36921
|
}
|
|
36877
36922
|
}))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
36878
36923
|
"class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
|
|
@@ -43130,7 +43175,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
43130
43175
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43131
43176
|
"class": "row m-0 w-100 allcentered"
|
|
43132
43177
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43133
|
-
"class":
|
|
43178
|
+
"class": sectionproperties.showpricerange == 'Show' ? 'col-lg-9 p-0' : 'col-lg-12 p-0'
|
|
43134
43179
|
}, /*#__PURE__*/React.createElement(CustomerAddressForm
|
|
43135
43180
|
// customeraddressrequierd={customeraddressrequierd}
|
|
43136
43181
|
// payloadobj={payloadobj}
|
|
@@ -43147,7 +43192,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
43147
43192
|
fetchTabexCountriesQueryContext: fetchTabexCountriesQueryContext,
|
|
43148
43193
|
fetchTabexStatesQueryContext: fetchTabexStatesQueryContext,
|
|
43149
43194
|
fetchTabexCitiesQueryContext: fetchTabexCitiesQueryContext
|
|
43150
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
43195
|
+
})), sectionproperties.showpricerange == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43151
43196
|
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
43152
43197
|
}, /*#__PURE__*/React.createElement("label", {
|
|
43153
43198
|
className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
|
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('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-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('@babel/runtime/helpers/toConsumableArray'), require('react-textarea-autosize'), 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('@mui/material'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), 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/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('@react-icons/all-files/fi/FiCalendar'), require('react-bootstrap/Dropdown'), 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-phone-input-2'), require('@react-icons/all-files/ai/AiOutlineEye'), require('@react-icons/all-files/ai/AiOutlineEyeInvisible'), 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-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-accessible-accordion'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-router-dom'), require('react-query'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-input-range'), 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/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('@react-icons/all-files/hi/HiOutlineArrowRight'), require('@react-icons/all-files/hi/HiOutlineArrowLeft'), require('react-paginate'), require('@react-icons/all-files/bi/BiGlobe'), 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/bi/BiSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/ai/AiOutlineHeart'), 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/go/GoSearch'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/ri/RiUserSettingsLine'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/hi/HiUserCircle'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/fa/FaTelegramPlane'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('react-select'), 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/fa/FaRegEye'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp')) :
|
|
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', '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-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', '@babel/runtime/helpers/toConsumableArray', 'react-textarea-autosize', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@mui/material', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@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/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', '@react-icons/all-files/fi/FiCalendar', 'react-bootstrap/Dropdown', '@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-phone-input-2', '@react-icons/all-files/ai/AiOutlineEye', '@react-icons/all-files/ai/AiOutlineEyeInvisible', '@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-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-accessible-accordion', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-router-dom', 'react-query', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-input-range', '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/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', '@react-icons/all-files/hi/HiOutlineArrowRight', '@react-icons/all-files/hi/HiOutlineArrowLeft', 'react-paginate', '@react-icons/all-files/bi/BiGlobe', '@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/bi/BiSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/ai/AiOutlineHeart', '@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/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/hi/HiUserCircle', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', 'react-select', '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/fa/FaRegEye', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp'], 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, global.imagekitioReact, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global._toConsumableArray, global.TextareaAutosize, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.HiOutlineTrash, global.BiSad, global.FiCalendar, global.Dropdown, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, null, null, global.BsChevronLeft, global.BsChevronRight, null, null, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.reactAccessibleAccordion, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.InputRange, global.reactIntersectionObserver, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.BiGlobe, 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.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.GoSearch, global.AiOutlineInstagram, global.BsChevronDown, global.RiUserSettingsLine, global.IoClose, global.HiUserCircle, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.AiFillYoutube, global.IoLogoTiktok, global.FaPhoneAlt, global.FaPhone, global.AiOutlinePhone, global.GoLocation, global.RiRoadMapLine, global.HiOutlineClock, global.Select$5, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
|
|
5
|
-
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, _toConsumableArray, TextareaAutosize, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, HiOutlineTrash, BiSad, FiCalendar, Dropdown, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, AiOutlineEye, AiOutlineEyeInvisible, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, reactAccessibleAccordion, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, GoSearch, AiOutlineInstagram, BsChevronDown, RiUserSettingsLine, IoClose, HiUserCircle, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, FaTelegramPlane, AiFillYoutube, IoLogoTiktok, FaPhoneAlt, FaPhone, AiOutlinePhone, GoLocation, RiRoadMapLine, HiOutlineClock, Select$5, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp) { '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('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-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('@babel/runtime/helpers/toConsumableArray'), require('react-textarea-autosize'), 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('@mui/material'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), 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/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('@react-icons/all-files/fi/FiCalendar'), require('react-bootstrap/Dropdown'), 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-phone-input-2'), require('@react-icons/all-files/ai/AiOutlineEye'), require('@react-icons/all-files/ai/AiOutlineEyeInvisible'), 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-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-accessible-accordion'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-router-dom'), require('react-query'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-input-range'), 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/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('@react-icons/all-files/hi/HiOutlineArrowRight'), require('@react-icons/all-files/hi/HiOutlineArrowLeft'), require('react-paginate'), require('@react-icons/all-files/bi/BiGlobe'), 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/bi/BiSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/ai/AiOutlineHeart'), 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/go/GoSearch'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/ri/RiUserSettingsLine'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/hi/HiUserCircle'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/fa/FaTelegramPlane'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/ai/AiOutlineLinkedin'), require('react-select'), 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/fa/FaRegEye'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp')) :
|
|
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', '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-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', '@babel/runtime/helpers/toConsumableArray', 'react-textarea-autosize', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-horizontal-scrolling-menu', '@mui/material', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@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/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', '@react-icons/all-files/fi/FiCalendar', 'react-bootstrap/Dropdown', '@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-phone-input-2', '@react-icons/all-files/ai/AiOutlineEye', '@react-icons/all-files/ai/AiOutlineEyeInvisible', '@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-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-accessible-accordion', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-router-dom', 'react-query', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-input-range', '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/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', '@react-icons/all-files/hi/HiOutlineArrowRight', '@react-icons/all-files/hi/HiOutlineArrowLeft', 'react-paginate', '@react-icons/all-files/bi/BiGlobe', '@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/bi/BiSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/ai/AiOutlineHeart', '@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/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/hi/HiUserCircle', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/ai/AiOutlineLinkedin', 'react-select', '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/fa/FaRegEye', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp'], 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, global.imagekitioReact, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global._toConsumableArray, global.TextareaAutosize, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.HiOutlineTrash, global.BiSad, global.FiCalendar, global.Dropdown, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, null, null, global.BsChevronLeft, global.BsChevronRight, null, null, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.reactAccessibleAccordion, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.InputRange, global.reactIntersectionObserver, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.BiGlobe, 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.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.GoSearch, global.AiOutlineInstagram, global.BsChevronDown, global.RiUserSettingsLine, global.IoClose, global.HiUserCircle, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.AiFillYoutube, global.IoLogoTiktok, global.FaPhoneAlt, global.FaPhone, global.AiOutlinePhone, global.GoLocation, global.RiRoadMapLine, global.HiOutlineClock, global.AiOutlineLinkedin, global.Select$5, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
|
|
5
|
+
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, _toConsumableArray, TextareaAutosize, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, HiOutlineTrash, BiSad, FiCalendar, Dropdown, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, AiOutlineEye, AiOutlineEyeInvisible, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, reactAccessibleAccordion, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, GoSearch, AiOutlineInstagram, BsChevronDown, RiUserSettingsLine, IoClose, HiUserCircle, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, FaTelegramPlane, AiFillYoutube, IoLogoTiktok, FaPhoneAlt, FaPhone, AiOutlinePhone, GoLocation, RiRoadMapLine, HiOutlineClock, AiOutlineLinkedin, Select$5, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -1934,6 +1934,16 @@
|
|
|
1934
1934
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.WhatsappIcon, {
|
|
1935
1935
|
size: 40,
|
|
1936
1936
|
round: true
|
|
1937
|
+
}))), sectionproperties.showsharelinkedin == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1938
|
+
className: "Demo__some-network ml-2 mr-2"
|
|
1939
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinShareButton, {
|
|
1940
|
+
url: shareUrl,
|
|
1941
|
+
title: title,
|
|
1942
|
+
separator: ":: ",
|
|
1943
|
+
className: "Demo__some-network__share-button"
|
|
1944
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinIcon, {
|
|
1945
|
+
size: 40,
|
|
1946
|
+
round: true
|
|
1937
1947
|
}))))));
|
|
1938
1948
|
};
|
|
1939
1949
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -1977,7 +1987,7 @@
|
|
|
1977
1987
|
marginTop: sectionproperties.gallerystyle == 'Style 2' ? '3rem' : 0
|
|
1978
1988
|
}
|
|
1979
1989
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1980
|
-
className: sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' && sectionproperties.showstoreinfo2 == 'Hide' && sectionproperties.showstoreinfo1 == 'Hide' ? 'col-lg-12' : langdetect == 'en' ? 'col-lg-9 pl-0 mb-md-3 p-md-0' : 'col-lg-9 pr-0 mb-md-3 p-md-0'
|
|
1990
|
+
className: sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' && sectionproperties.showstoreinfo2 == 'Hide' && sectionproperties.showstoreinfo1 == 'Hide' ? 'col-lg-12' : sectionproperties.storeinfoposition == 'Below Information' ? 'col-lg-12' : langdetect == 'en' ? 'col-lg-9 pl-0 mb-md-3 p-md-0' : 'col-lg-9 pr-0 mb-md-3 p-md-0'
|
|
1981
1991
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1982
1992
|
className: 'row m-0 w-100'
|
|
1983
1993
|
}, sectionproperties.gallerystyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -3301,6 +3311,16 @@
|
|
|
3301
3311
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.WhatsappIcon, {
|
|
3302
3312
|
size: 40,
|
|
3303
3313
|
round: true
|
|
3314
|
+
}))), sectionproperties.showsharelinkedin == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3315
|
+
className: "Demo__some-network ml-2 mr-2"
|
|
3316
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinShareButton, {
|
|
3317
|
+
url: shareUrl,
|
|
3318
|
+
title: title,
|
|
3319
|
+
separator: ":: ",
|
|
3320
|
+
className: "Demo__some-network__share-button"
|
|
3321
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinIcon, {
|
|
3322
|
+
size: 40,
|
|
3323
|
+
round: true
|
|
3304
3324
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3305
3325
|
className: langdetect == 'en' ? sectionproperties.galleryNumberOfCols == 4 ? 'col-xl-8 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : sectionproperties.galleryNumberOfCols == 4 ? 'col-xl-8 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0'
|
|
3306
3326
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -5468,8 +5488,8 @@
|
|
|
5468
5488
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5469
5489
|
className: ' m-0 p-0 wordbreak ',
|
|
5470
5490
|
style: {
|
|
5471
|
-
lineClamp: 10,
|
|
5472
|
-
WebkitLineClamp: 10,
|
|
5491
|
+
// lineClamp: 10,
|
|
5492
|
+
// WebkitLineClamp: 10,
|
|
5473
5493
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
5474
5494
|
},
|
|
5475
5495
|
dangerouslySetInnerHTML: {
|
|
@@ -5480,8 +5500,8 @@
|
|
|
5480
5500
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5481
5501
|
className: ' m-0 p-0 wordbreak ',
|
|
5482
5502
|
style: {
|
|
5483
|
-
lineClamp: 10,
|
|
5484
|
-
WebkitLineClamp: 10,
|
|
5503
|
+
// lineClamp: 10,
|
|
5504
|
+
// WebkitLineClamp: 10,
|
|
5485
5505
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
5486
5506
|
},
|
|
5487
5507
|
dangerouslySetInnerHTML: {
|
|
@@ -36422,7 +36442,7 @@
|
|
|
36422
36442
|
function ownKeys$1l(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; }
|
|
36423
36443
|
function _objectSpread$1l(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1l(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1l(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
36424
36444
|
var ModernFooter = function ModernFooter(props) {
|
|
36425
|
-
var _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$
|
|
36445
|
+
var _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
36426
36446
|
var _useState = React.useState(''),
|
|
36427
36447
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
36428
36448
|
sectionproperties = _useState2[0],
|
|
@@ -36503,6 +36523,16 @@
|
|
|
36503
36523
|
color: sectionproperties.instgrambtnTextcoloronhover
|
|
36504
36524
|
}
|
|
36505
36525
|
}),
|
|
36526
|
+
linkedin_btn: glamor.css({
|
|
36527
|
+
cursor: 'pointer',
|
|
36528
|
+
fontSize: sectionproperties.linkedinbtnfontsize + 'px',
|
|
36529
|
+
color: sectionproperties.linkedinbtnTextcolor,
|
|
36530
|
+
fontWeight: sectionproperties.footersubtitle__fontweight,
|
|
36531
|
+
transition: '.3s',
|
|
36532
|
+
':hover': {
|
|
36533
|
+
color: sectionproperties.linkedinbtnTextcoloronhover
|
|
36534
|
+
}
|
|
36535
|
+
}),
|
|
36506
36536
|
footerinfotext: glamor.css({
|
|
36507
36537
|
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
36508
36538
|
color: sectionproperties.footerinfotext_color,
|
|
@@ -36665,7 +36695,21 @@
|
|
|
36665
36695
|
}, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
36666
36696
|
"class": 'mr-2',
|
|
36667
36697
|
size: sectionproperties.whatsappiconfontsize
|
|
36668
|
-
}), sectionproperties.whatsapplinktext))))
|
|
36698
|
+
}), sectionproperties.whatsapplinktext)), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36699
|
+
"class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
|
|
36700
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36701
|
+
"class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
|
|
36702
|
+
onClick: function onClick() {
|
|
36703
|
+
var _authdetailsContext$i11;
|
|
36704
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
|
|
36705
|
+
var _authdetailsContext$i12;
|
|
36706
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
|
|
36707
|
+
}
|
|
36708
|
+
}
|
|
36709
|
+
}, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(AiOutlineLinkedin.AiOutlineLinkedin, {
|
|
36710
|
+
"class": 'mr-2',
|
|
36711
|
+
size: sectionproperties.linkedinbtniconfontsize
|
|
36712
|
+
}), sectionproperties.linkedinlinktext)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36669
36713
|
"class": sectionproperties.showdownloadsection == 'Show' || sectionproperties.showpaymentfooter == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mt-md-3' : 'col-lg-4 col-md-12 col-sm-12 mt-md-3'
|
|
36670
36714
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36671
36715
|
"class": "row m-0 w-100"
|
|
@@ -36688,7 +36732,7 @@
|
|
|
36688
36732
|
}
|
|
36689
36733
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
36690
36734
|
size: sectionproperties.footerinfoicon_fontsize
|
|
36691
|
-
})), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36735
|
+
})), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36692
36736
|
"class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
|
|
36693
36737
|
onClick: function onClick() {
|
|
36694
36738
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
@@ -36707,14 +36751,14 @@
|
|
|
36707
36751
|
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36708
36752
|
"class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
|
|
36709
36753
|
onClick: function onClick() {
|
|
36710
|
-
var _authdetailsContext$
|
|
36711
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36754
|
+
var _authdetailsContext$i14, _authdetailsContext$i15;
|
|
36755
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : (_authdetailsContext$i15 = _authdetailsContext$i14.contactinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.email), '_self');
|
|
36712
36756
|
}
|
|
36713
36757
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36714
36758
|
"class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
|
|
36715
36759
|
onClick: function onClick() {
|
|
36716
|
-
var _authdetailsContext$
|
|
36717
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36760
|
+
var _authdetailsContext$i16, _authdetailsContext$i17;
|
|
36761
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : (_authdetailsContext$i17 = _authdetailsContext$i16.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.email), '_self');
|
|
36718
36762
|
},
|
|
36719
36763
|
style: {
|
|
36720
36764
|
textTransform: 'none'
|
|
@@ -36725,7 +36769,7 @@
|
|
|
36725
36769
|
marginRight: langdetect == 'en' ? '0.5rem' : 0,
|
|
36726
36770
|
marginLeft: langdetect == 'ar' ? '0.5rem' : 0
|
|
36727
36771
|
}
|
|
36728
|
-
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36772
|
+
}), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : (_authdetailsContext$i19 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36729
36773
|
"class": "col-lg-3 col-md-12 col-sm-12 mt-md-3"
|
|
36730
36774
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36731
36775
|
className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
|
|
@@ -36737,15 +36781,15 @@
|
|
|
36737
36781
|
"class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
|
|
36738
36782
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
36739
36783
|
onClick: function onClick() {
|
|
36740
|
-
var _authdetailsContext$
|
|
36741
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36784
|
+
var _authdetailsContext$i20;
|
|
36785
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.mobileapplink_appstore, '_blank');
|
|
36742
36786
|
}
|
|
36743
36787
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
36744
36788
|
"class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
|
|
36745
36789
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
36746
36790
|
onClick: function onClick() {
|
|
36747
|
-
var _authdetailsContext$
|
|
36748
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36791
|
+
var _authdetailsContext$i21;
|
|
36792
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
|
|
36749
36793
|
}
|
|
36750
36794
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36751
36795
|
"class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
|
|
@@ -36753,15 +36797,15 @@
|
|
|
36753
36797
|
"class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
|
|
36754
36798
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
36755
36799
|
onClick: function onClick() {
|
|
36756
|
-
var _authdetailsContext$
|
|
36757
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36800
|
+
var _authdetailsContext$i22;
|
|
36801
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
|
|
36758
36802
|
}
|
|
36759
36803
|
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
36760
36804
|
"class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
|
|
36761
36805
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
36762
36806
|
onClick: function onClick() {
|
|
36763
|
-
var _authdetailsContext$
|
|
36764
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
36807
|
+
var _authdetailsContext$i23;
|
|
36808
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.mobileapplink_playstore, '_blank');
|
|
36765
36809
|
}
|
|
36766
36810
|
}))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36767
36811
|
"class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
|
|
@@ -43019,7 +43063,7 @@
|
|
|
43019
43063
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43020
43064
|
"class": "row m-0 w-100 allcentered"
|
|
43021
43065
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43022
|
-
"class":
|
|
43066
|
+
"class": sectionproperties.showpricerange == 'Show' ? 'col-lg-9 p-0' : 'col-lg-12 p-0'
|
|
43023
43067
|
}, /*#__PURE__*/React__default["default"].createElement(CustomerAddressForm
|
|
43024
43068
|
// customeraddressrequierd={customeraddressrequierd}
|
|
43025
43069
|
// payloadobj={payloadobj}
|
|
@@ -43036,7 +43080,7 @@
|
|
|
43036
43080
|
fetchTabexCountriesQueryContext: fetchTabexCountriesQueryContext,
|
|
43037
43081
|
fetchTabexStatesQueryContext: fetchTabexStatesQueryContext,
|
|
43038
43082
|
fetchTabexCitiesQueryContext: fetchTabexCitiesQueryContext
|
|
43039
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43083
|
+
})), sectionproperties.showpricerange == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43040
43084
|
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
43041
43085
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
43042
43086
|
className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
|