tabexseriescomponents 0.0.372 → 0.0.374
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 +62 -40
- package/dist/index.esm.js +62 -40
- package/dist/index.umd.js +65 -44
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -132,6 +132,7 @@ var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
|
|
|
132
132
|
var FaTelegramPlane = require('@react-icons/all-files/fa/FaTelegramPlane');
|
|
133
133
|
var FaPhoneAlt = require('@react-icons/all-files/fa/FaPhoneAlt');
|
|
134
134
|
var FaPhone = require('@react-icons/all-files/fa/FaPhone');
|
|
135
|
+
var FiGlobe = require('@react-icons/all-files/fi/FiGlobe');
|
|
135
136
|
var BiUserCircle = require('@react-icons/all-files/bi/BiUserCircle');
|
|
136
137
|
var GoLocation = require('@react-icons/all-files/go/GoLocation');
|
|
137
138
|
var RiRoadMapLine = require('@react-icons/all-files/ri/RiRoadMapLine');
|
|
@@ -2410,11 +2411,14 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2410
2411
|
marginTop: sectionproperties.gallerystyle == 'Style 2' ? '3rem' : 0
|
|
2411
2412
|
}
|
|
2412
2413
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2413
|
-
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'
|
|
2414
|
+
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',
|
|
2415
|
+
style: {
|
|
2416
|
+
marginBottom: sectionproperties.evencols == 'Yes' ? '60px' : 0
|
|
2417
|
+
}
|
|
2414
2418
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2415
2419
|
className: 'row m-0 w-100'
|
|
2416
2420
|
}, sectionproperties.gallerystyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2417
|
-
className:
|
|
2421
|
+
className: sectionproperties.evencols == 'Yes' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 mb-md-5 pb-md-5 pl-1 pr-1' : 'col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1'
|
|
2418
2422
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2419
2423
|
className: sectionproperties.maximizegalleryfullscreen == 'Yes' ? ' col-lg-12 p-0 maximize ' : 'col-lg-12 p-0',
|
|
2420
2424
|
style: {
|
|
@@ -2451,9 +2455,16 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2451
2455
|
showFullscreenButton: true,
|
|
2452
2456
|
startIndex: currentshowingimageindex
|
|
2453
2457
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2454
|
-
className: sectionproperties.gallerystyle == 'Style 1' ? langdetect == 'en' ? 'col-xl-7 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-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2458
|
+
className: sectionproperties.gallerystyle == 'Style 1' ? sectionproperties.evencols == 'Yes' ? langdetect == 'en' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-4 pr-0 pl-md-0 pr-md-0 pt-md-5' : 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-0 pr-4 pl-md-0 pr-md-0 pt-md-5' : langdetect == 'en' ? 'col-xl-7 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-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2459
|
+
// className={
|
|
2460
|
+
// sectionproperties.gallerystyle == 'Style 1'
|
|
2461
|
+
// ? langdetect == 'en'
|
|
2462
|
+
// ? 'col-xl-6 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0'
|
|
2463
|
+
// : 'col-xl-6 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0'
|
|
2464
|
+
// : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2465
|
+
// }
|
|
2455
2466
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2456
|
-
className:
|
|
2467
|
+
className: sectionproperties.evencols == 'Yes' ? 'row m-0 w-100 mt-md-5' : 'row m-0 w-100'
|
|
2457
2468
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2458
2469
|
className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.productcanrate) == 1 ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.btnposition == 'Top' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
|
|
2459
2470
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -4703,6 +4714,9 @@ var Productinfo = function Productinfo(props) {
|
|
|
4703
4714
|
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
4704
4715
|
setTabIndex(0);
|
|
4705
4716
|
settabname('descriptiontab');
|
|
4717
|
+
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
|
|
4718
|
+
settabname('shippingpolicytab');
|
|
4719
|
+
}
|
|
4706
4720
|
}
|
|
4707
4721
|
}, [StatePagePropertiesContext]);
|
|
4708
4722
|
React.useEffect(function () {
|
|
@@ -35946,7 +35960,10 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
35946
35960
|
};
|
|
35947
35961
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35948
35962
|
"class": "row m-0 w-100 d-flex align-items-center justify-content-center "
|
|
35949
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
35963
|
+
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
35964
|
+
sectionpropertiesprops: sectionproperties,
|
|
35965
|
+
actions: actions
|
|
35966
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35950
35967
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
|
|
35951
35968
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35952
35969
|
"class": "row m-0 w-100 "
|
|
@@ -36182,39 +36199,13 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
36182
36199
|
}
|
|
36183
36200
|
}, langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36184
36201
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
|
|
36185
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
36186
|
-
|
|
36187
|
-
|
|
36188
|
-
maxWidth: '2vh',
|
|
36189
|
-
maxHeight: '2vh'
|
|
36190
|
-
}
|
|
36191
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36192
|
-
style: {
|
|
36193
|
-
height: '20px',
|
|
36194
|
-
width: '1.5px',
|
|
36195
|
-
background: '#e6e6e6'
|
|
36196
|
-
},
|
|
36197
|
-
"class": "ml-2 mr-2"
|
|
36198
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36199
|
-
"class": "m-0 p-0"
|
|
36200
|
-
}, "\u0639")), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36202
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiGlobe.FiGlobe, {
|
|
36203
|
+
size: sectionproperties.language_container_fontsize
|
|
36204
|
+
})), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36201
36205
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
|
|
36202
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
36203
|
-
|
|
36204
|
-
|
|
36205
|
-
maxWidth: '2vh',
|
|
36206
|
-
maxHeight: '2vh'
|
|
36207
|
-
}
|
|
36208
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36209
|
-
style: {
|
|
36210
|
-
height: '20px',
|
|
36211
|
-
width: '1.5px',
|
|
36212
|
-
background: '#e6e6e6'
|
|
36213
|
-
},
|
|
36214
|
-
"class": "ml-2 mr-2"
|
|
36215
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36216
|
-
"class": "m-0 p-0"
|
|
36217
|
-
}, "En")))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36206
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiGlobe.FiGlobe, {
|
|
36207
|
+
size: sectionproperties.language_container_fontsize
|
|
36208
|
+
})))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36218
36209
|
"class": "col-lg-12 d-flex align-items-center p-0"
|
|
36219
36210
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36220
36211
|
"class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
|
|
@@ -38259,6 +38250,20 @@ var Footer2 = function Footer2(props) {
|
|
|
38259
38250
|
marginLeft: sectionproperties.vl_ml + 'px',
|
|
38260
38251
|
marginRight: sectionproperties.vl_mr + 'px',
|
|
38261
38252
|
background: sectionproperties.vl_bg
|
|
38253
|
+
}),
|
|
38254
|
+
apptore: glamor.css({
|
|
38255
|
+
width: '7%',
|
|
38256
|
+
objectFit: 'contain',
|
|
38257
|
+
'@media (max-width: 800px)': {
|
|
38258
|
+
width: '30%'
|
|
38259
|
+
}
|
|
38260
|
+
}),
|
|
38261
|
+
googleplay: glamor.css({
|
|
38262
|
+
width: '7%',
|
|
38263
|
+
objectFit: 'contain',
|
|
38264
|
+
'@media (max-width: 800px)': {
|
|
38265
|
+
width: '30%'
|
|
38266
|
+
}
|
|
38262
38267
|
})
|
|
38263
38268
|
};
|
|
38264
38269
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -38434,7 +38439,23 @@ var Footer2 = function Footer2(props) {
|
|
|
38434
38439
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
38435
38440
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
38436
38441
|
size: sectionproperties.footerinfoicon_fontsize
|
|
38437
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en))))
|
|
38442
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38443
|
+
"class": "col-lg-12 d-flex align-items-center justify-content-center p-sm-0"
|
|
38444
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
38445
|
+
"class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
38446
|
+
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
38447
|
+
onClick: function onClick() {
|
|
38448
|
+
var _authdetailsContext$i11;
|
|
38449
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
|
|
38450
|
+
}
|
|
38451
|
+
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
38452
|
+
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
38453
|
+
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
38454
|
+
onClick: function onClick() {
|
|
38455
|
+
var _authdetailsContext$i12;
|
|
38456
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
|
|
38457
|
+
}
|
|
38458
|
+
})))));
|
|
38438
38459
|
};
|
|
38439
38460
|
|
|
38440
38461
|
function ownKeys$1v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -61656,9 +61677,10 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
61656
61677
|
zIndex: 10000
|
|
61657
61678
|
}
|
|
61658
61679
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61659
|
-
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 ',
|
|
61680
|
+
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 wordbreak-md-2 ',
|
|
61660
61681
|
style: {
|
|
61661
|
-
fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic'
|
|
61682
|
+
fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic',
|
|
61683
|
+
textAlign: sectionproperties.generaltext_position == 'Centered' ? 'center' : 'start'
|
|
61662
61684
|
}
|
|
61663
61685
|
}, item.name))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
61664
61686
|
"class": "".concat(cardstyles$1.buttons_container) + ' m-0 p-0 '
|
package/dist/index.esm.js
CHANGED
|
@@ -130,6 +130,7 @@ import { AiFillPhone } from '@react-icons/all-files/ai/AiFillPhone';
|
|
|
130
130
|
import { FaTelegramPlane } from '@react-icons/all-files/fa/FaTelegramPlane';
|
|
131
131
|
import { FaPhoneAlt } from '@react-icons/all-files/fa/FaPhoneAlt';
|
|
132
132
|
import { FaPhone } from '@react-icons/all-files/fa/FaPhone';
|
|
133
|
+
import { FiGlobe } from '@react-icons/all-files/fi/FiGlobe';
|
|
133
134
|
import { BiUserCircle } from '@react-icons/all-files/bi/BiUserCircle';
|
|
134
135
|
import { GoLocation } from '@react-icons/all-files/go/GoLocation';
|
|
135
136
|
import { RiRoadMapLine } from '@react-icons/all-files/ri/RiRoadMapLine';
|
|
@@ -2361,11 +2362,14 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2361
2362
|
marginTop: sectionproperties.gallerystyle == 'Style 2' ? '3rem' : 0
|
|
2362
2363
|
}
|
|
2363
2364
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2364
|
-
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'
|
|
2365
|
+
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',
|
|
2366
|
+
style: {
|
|
2367
|
+
marginBottom: sectionproperties.evencols == 'Yes' ? '60px' : 0
|
|
2368
|
+
}
|
|
2365
2369
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2366
2370
|
className: 'row m-0 w-100'
|
|
2367
2371
|
}, sectionproperties.gallerystyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
|
|
2368
|
-
className:
|
|
2372
|
+
className: sectionproperties.evencols == 'Yes' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 mb-md-5 pb-md-5 pl-1 pr-1' : 'col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1'
|
|
2369
2373
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2370
2374
|
className: sectionproperties.maximizegalleryfullscreen == 'Yes' ? ' col-lg-12 p-0 maximize ' : 'col-lg-12 p-0',
|
|
2371
2375
|
style: {
|
|
@@ -2402,9 +2406,16 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2402
2406
|
showFullscreenButton: true,
|
|
2403
2407
|
startIndex: currentshowingimageindex
|
|
2404
2408
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
2405
|
-
className: sectionproperties.gallerystyle == 'Style 1' ? langdetect == 'en' ? 'col-xl-7 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-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2409
|
+
className: sectionproperties.gallerystyle == 'Style 1' ? sectionproperties.evencols == 'Yes' ? langdetect == 'en' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-4 pr-0 pl-md-0 pr-md-0 pt-md-5' : 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-0 pr-4 pl-md-0 pr-md-0 pt-md-5' : langdetect == 'en' ? 'col-xl-7 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-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2410
|
+
// className={
|
|
2411
|
+
// sectionproperties.gallerystyle == 'Style 1'
|
|
2412
|
+
// ? langdetect == 'en'
|
|
2413
|
+
// ? 'col-xl-6 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0'
|
|
2414
|
+
// : 'col-xl-6 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0'
|
|
2415
|
+
// : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2416
|
+
// }
|
|
2406
2417
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2407
|
-
className:
|
|
2418
|
+
className: sectionproperties.evencols == 'Yes' ? 'row m-0 w-100 mt-md-5' : 'row m-0 w-100'
|
|
2408
2419
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2409
2420
|
className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.productcanrate) == 1 ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.btnposition == 'Top' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
|
|
2410
2421
|
}, /*#__PURE__*/React.createElement("p", {
|
|
@@ -4654,6 +4665,9 @@ var Productinfo = function Productinfo(props) {
|
|
|
4654
4665
|
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
4655
4666
|
setTabIndex(0);
|
|
4656
4667
|
settabname('descriptiontab');
|
|
4668
|
+
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
|
|
4669
|
+
settabname('shippingpolicytab');
|
|
4670
|
+
}
|
|
4657
4671
|
}
|
|
4658
4672
|
}, [StatePagePropertiesContext]);
|
|
4659
4673
|
useEffect(function () {
|
|
@@ -35897,7 +35911,10 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
35897
35911
|
};
|
|
35898
35912
|
return /*#__PURE__*/React.createElement("div", {
|
|
35899
35913
|
"class": "row m-0 w-100 d-flex align-items-center justify-content-center "
|
|
35900
|
-
}, /*#__PURE__*/React.createElement(
|
|
35914
|
+
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React.createElement(DownloadApp, {
|
|
35915
|
+
sectionpropertiesprops: sectionproperties,
|
|
35916
|
+
actions: actions
|
|
35917
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
35901
35918
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
|
|
35902
35919
|
}, /*#__PURE__*/React.createElement("div", {
|
|
35903
35920
|
"class": "row m-0 w-100 "
|
|
@@ -36133,39 +36150,13 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
36133
36150
|
}
|
|
36134
36151
|
}, langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
|
|
36135
36152
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
|
|
36136
|
-
}, /*#__PURE__*/React.createElement(
|
|
36137
|
-
|
|
36138
|
-
|
|
36139
|
-
maxWidth: '2vh',
|
|
36140
|
-
maxHeight: '2vh'
|
|
36141
|
-
}
|
|
36142
|
-
}), /*#__PURE__*/React.createElement("div", {
|
|
36143
|
-
style: {
|
|
36144
|
-
height: '20px',
|
|
36145
|
-
width: '1.5px',
|
|
36146
|
-
background: '#e6e6e6'
|
|
36147
|
-
},
|
|
36148
|
-
"class": "ml-2 mr-2"
|
|
36149
|
-
}), /*#__PURE__*/React.createElement("p", {
|
|
36150
|
-
"class": "m-0 p-0"
|
|
36151
|
-
}, "\u0639")), langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
|
36153
|
+
}, /*#__PURE__*/React.createElement(FiGlobe, {
|
|
36154
|
+
size: sectionproperties.language_container_fontsize
|
|
36155
|
+
})), langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
|
36152
36156
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
|
|
36153
|
-
}, /*#__PURE__*/React.createElement(
|
|
36154
|
-
|
|
36155
|
-
|
|
36156
|
-
maxWidth: '2vh',
|
|
36157
|
-
maxHeight: '2vh'
|
|
36158
|
-
}
|
|
36159
|
-
}), /*#__PURE__*/React.createElement("div", {
|
|
36160
|
-
style: {
|
|
36161
|
-
height: '20px',
|
|
36162
|
-
width: '1.5px',
|
|
36163
|
-
background: '#e6e6e6'
|
|
36164
|
-
},
|
|
36165
|
-
"class": "ml-2 mr-2"
|
|
36166
|
-
}), /*#__PURE__*/React.createElement("p", {
|
|
36167
|
-
"class": "m-0 p-0"
|
|
36168
|
-
}, "En")))))))), /*#__PURE__*/React.createElement("div", {
|
|
36157
|
+
}, /*#__PURE__*/React.createElement(FiGlobe, {
|
|
36158
|
+
size: sectionproperties.language_container_fontsize
|
|
36159
|
+
})))))))), /*#__PURE__*/React.createElement("div", {
|
|
36169
36160
|
"class": "col-lg-12 d-flex align-items-center p-0"
|
|
36170
36161
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36171
36162
|
"class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
|
|
@@ -38210,6 +38201,20 @@ var Footer2 = function Footer2(props) {
|
|
|
38210
38201
|
marginLeft: sectionproperties.vl_ml + 'px',
|
|
38211
38202
|
marginRight: sectionproperties.vl_mr + 'px',
|
|
38212
38203
|
background: sectionproperties.vl_bg
|
|
38204
|
+
}),
|
|
38205
|
+
apptore: css({
|
|
38206
|
+
width: '7%',
|
|
38207
|
+
objectFit: 'contain',
|
|
38208
|
+
'@media (max-width: 800px)': {
|
|
38209
|
+
width: '30%'
|
|
38210
|
+
}
|
|
38211
|
+
}),
|
|
38212
|
+
googleplay: css({
|
|
38213
|
+
width: '7%',
|
|
38214
|
+
objectFit: 'contain',
|
|
38215
|
+
'@media (max-width: 800px)': {
|
|
38216
|
+
width: '30%'
|
|
38217
|
+
}
|
|
38213
38218
|
})
|
|
38214
38219
|
};
|
|
38215
38220
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -38385,7 +38390,23 @@ var Footer2 = function Footer2(props) {
|
|
|
38385
38390
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
38386
38391
|
}, /*#__PURE__*/React.createElement(IoLocationSharp, {
|
|
38387
38392
|
size: sectionproperties.footerinfoicon_fontsize
|
|
38388
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en))))
|
|
38393
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
38394
|
+
"class": "col-lg-12 d-flex align-items-center justify-content-center p-sm-0"
|
|
38395
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
38396
|
+
"class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
38397
|
+
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
38398
|
+
onClick: function onClick() {
|
|
38399
|
+
var _authdetailsContext$i11;
|
|
38400
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
|
|
38401
|
+
}
|
|
38402
|
+
}), /*#__PURE__*/React.createElement("img", {
|
|
38403
|
+
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
38404
|
+
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
38405
|
+
onClick: function onClick() {
|
|
38406
|
+
var _authdetailsContext$i12;
|
|
38407
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
|
|
38408
|
+
}
|
|
38409
|
+
})))));
|
|
38389
38410
|
};
|
|
38390
38411
|
|
|
38391
38412
|
function ownKeys$1v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -61607,9 +61628,10 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
61607
61628
|
zIndex: 10000
|
|
61608
61629
|
}
|
|
61609
61630
|
}, /*#__PURE__*/React.createElement("p", {
|
|
61610
|
-
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 ',
|
|
61631
|
+
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 wordbreak-md-2 ',
|
|
61611
61632
|
style: {
|
|
61612
|
-
fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic'
|
|
61633
|
+
fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic',
|
|
61634
|
+
textAlign: sectionproperties.generaltext_position == 'Centered' ? 'center' : 'start'
|
|
61613
61635
|
}
|
|
61614
61636
|
}, item.name))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("ul", {
|
|
61615
61637
|
"class": "".concat(cardstyles$1.buttons_container) + ' m-0 p-0 '
|
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('@babel/runtime/helpers/toConsumableArray'), 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('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-player'), 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('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), 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/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/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/fa/FaFacebook'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), 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/ai/AiOutlineClose'), require('@react-icons/all-files/vsc/VscMenu'), require('@react-icons/all-files/vsc/VscHeart'), require('@react-icons/all-files/io5/IoSearchOutline'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/io5/IoClose'), 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/AiOutlinePhone'), 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/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/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/bi/BiUserCircle'), 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-icons/all-files/fa/FaLinkedinIn'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('react-select'), 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', '@babel/runtime/helpers/toConsumableArray', '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', '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-player', '@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', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@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/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/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/fa/FaFacebook', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@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/ai/AiOutlineClose', '@react-icons/all-files/vsc/VscMenu', '@react-icons/all-files/vsc/VscHeart', '@react-icons/all-files/io5/IoSearchOutline', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/io5/IoClose', '@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/AiOutlinePhone', '@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/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/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/bi/BiUserCircle', '@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-icons/all-files/fa/FaLinkedinIn', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', 'react-select', '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._toConsumableArray, 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.TextareaAutosize, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.HiOutlineTrash, global.BiSad, global.FiCalendar, global.Dropdown, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, 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.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, global.FaWhatsapp, 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.AiOutlineClose, global.VscMenu, global.VscHeart, global.IoSearchOutline, global.AiFillYoutube, global.IoLogoTiktok, global.FiMenu, global.IoClose, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.BsChevronDown, global.RiUserSettingsLine, global.HiUserCircle, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.BiUserCircle, global.GoLocation, global.RiRoadMapLine, global.HiOutlineClock, global.AiOutlineLinkedin, global.FaLinkedinIn, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.Select$5, 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, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, TextareaAutosize, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, HiOutlineTrash, BiSad, FiCalendar, Dropdown, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, reactAccessibleAccordion, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FiFilter, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, FaWhatsapp, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FiMenu, IoClose, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, BsChevronDown, RiUserSettingsLine, HiUserCircle, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, BiUserCircle, GoLocation, RiRoadMapLine, HiOutlineClock, AiOutlineLinkedin, FaLinkedinIn, FaArrowAltCircleRight, FaArrowAltCircleLeft, Select$5, 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('@babel/runtime/helpers/toConsumableArray'), 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('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-player'), 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('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), 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/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/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/fa/FaFacebook'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), 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/ai/AiOutlineClose'), require('@react-icons/all-files/vsc/VscMenu'), require('@react-icons/all-files/vsc/VscHeart'), require('@react-icons/all-files/io5/IoSearchOutline'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/io5/IoClose'), 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/AiOutlinePhone'), 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/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/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/fi/FiGlobe'), require('@react-icons/all-files/bi/BiUserCircle'), 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-icons/all-files/fa/FaLinkedinIn'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('react-select'), 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', '@babel/runtime/helpers/toConsumableArray', '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', '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-player', '@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', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@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/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/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/fa/FaFacebook', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@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/ai/AiOutlineClose', '@react-icons/all-files/vsc/VscMenu', '@react-icons/all-files/vsc/VscHeart', '@react-icons/all-files/io5/IoSearchOutline', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/io5/IoClose', '@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/AiOutlinePhone', '@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/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/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/fi/FiGlobe', '@react-icons/all-files/bi/BiUserCircle', '@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-icons/all-files/fa/FaLinkedinIn', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', 'react-select', '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._toConsumableArray, 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.TextareaAutosize, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.HiOutlineTrash, global.BiSad, global.FiCalendar, global.Dropdown, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, 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.FiFilter, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, global.FaWhatsapp, 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.AiOutlineClose, global.VscMenu, global.VscHeart, global.IoSearchOutline, global.AiFillYoutube, global.IoLogoTiktok, global.FiMenu, global.IoClose, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.BsChevronDown, global.RiUserSettingsLine, global.HiUserCircle, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.FiGlobe, global.BiUserCircle, global.GoLocation, global.RiRoadMapLine, global.HiOutlineClock, global.AiOutlineLinkedin, global.FaLinkedinIn, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.Select$5, 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, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, TextareaAutosize, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, HiOutlineTrash, BiSad, FiCalendar, Dropdown, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, reactAccessibleAccordion, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FiFilter, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, FaWhatsapp, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FiMenu, IoClose, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, BsChevronDown, RiUserSettingsLine, HiUserCircle, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, FiGlobe, BiUserCircle, GoLocation, RiRoadMapLine, HiOutlineClock, AiOutlineLinkedin, FaLinkedinIn, FaArrowAltCircleRight, FaArrowAltCircleLeft, Select$5, 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
|
|
|
@@ -2243,11 +2243,14 @@
|
|
|
2243
2243
|
marginTop: sectionproperties.gallerystyle == 'Style 2' ? '3rem' : 0
|
|
2244
2244
|
}
|
|
2245
2245
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2246
|
-
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'
|
|
2246
|
+
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',
|
|
2247
|
+
style: {
|
|
2248
|
+
marginBottom: sectionproperties.evencols == 'Yes' ? '60px' : 0
|
|
2249
|
+
}
|
|
2247
2250
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2248
2251
|
className: 'row m-0 w-100'
|
|
2249
2252
|
}, sectionproperties.gallerystyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2250
|
-
className:
|
|
2253
|
+
className: sectionproperties.evencols == 'Yes' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 mb-md-5 pb-md-5 pl-1 pr-1' : 'col-xl-5 col-lg-4 col-md-12 col-sm-12 mb-md-5 pb-md-4 pl-1 pr-1'
|
|
2251
2254
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2252
2255
|
className: sectionproperties.maximizegalleryfullscreen == 'Yes' ? ' col-lg-12 p-0 maximize ' : 'col-lg-12 p-0',
|
|
2253
2256
|
style: {
|
|
@@ -2284,9 +2287,16 @@
|
|
|
2284
2287
|
showFullscreenButton: true,
|
|
2285
2288
|
startIndex: currentshowingimageindex
|
|
2286
2289
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2287
|
-
className: sectionproperties.gallerystyle == 'Style 1' ? langdetect == 'en' ? 'col-xl-7 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-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2290
|
+
className: sectionproperties.gallerystyle == 'Style 1' ? sectionproperties.evencols == 'Yes' ? langdetect == 'en' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-4 pr-0 pl-md-0 pr-md-0 pt-md-5' : 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-0 pr-4 pl-md-0 pr-md-0 pt-md-5' : langdetect == 'en' ? 'col-xl-7 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-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2291
|
+
// className={
|
|
2292
|
+
// sectionproperties.gallerystyle == 'Style 1'
|
|
2293
|
+
// ? langdetect == 'en'
|
|
2294
|
+
// ? 'col-xl-6 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0'
|
|
2295
|
+
// : 'col-xl-6 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0'
|
|
2296
|
+
// : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2297
|
+
// }
|
|
2288
2298
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2289
|
-
className:
|
|
2299
|
+
className: sectionproperties.evencols == 'Yes' ? 'row m-0 w-100 mt-md-5' : 'row m-0 w-100'
|
|
2290
2300
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2291
2301
|
className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.productcanrate) == 1 ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.btnposition == 'Top' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex justify-content-start align-items-center' : 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
|
|
2292
2302
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -4536,6 +4546,9 @@
|
|
|
4536
4546
|
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
4537
4547
|
setTabIndex(0);
|
|
4538
4548
|
settabname('descriptiontab');
|
|
4549
|
+
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
|
|
4550
|
+
settabname('shippingpolicytab');
|
|
4551
|
+
}
|
|
4539
4552
|
}
|
|
4540
4553
|
}, [StatePagePropertiesContext]);
|
|
4541
4554
|
React.useEffect(function () {
|
|
@@ -35779,7 +35792,10 @@
|
|
|
35779
35792
|
};
|
|
35780
35793
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35781
35794
|
"class": "row m-0 w-100 d-flex align-items-center justify-content-center "
|
|
35782
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
35795
|
+
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
35796
|
+
sectionpropertiesprops: sectionproperties,
|
|
35797
|
+
actions: actions
|
|
35798
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35783
35799
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
|
|
35784
35800
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35785
35801
|
"class": "row m-0 w-100 "
|
|
@@ -36015,39 +36031,13 @@
|
|
|
36015
36031
|
}
|
|
36016
36032
|
}, langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36017
36033
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
|
|
36018
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
36019
|
-
|
|
36020
|
-
|
|
36021
|
-
maxWidth: '2vh',
|
|
36022
|
-
maxHeight: '2vh'
|
|
36023
|
-
}
|
|
36024
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36025
|
-
style: {
|
|
36026
|
-
height: '20px',
|
|
36027
|
-
width: '1.5px',
|
|
36028
|
-
background: '#e6e6e6'
|
|
36029
|
-
},
|
|
36030
|
-
"class": "ml-2 mr-2"
|
|
36031
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36032
|
-
"class": "m-0 p-0"
|
|
36033
|
-
}, "\u0639")), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36034
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiGlobe.FiGlobe, {
|
|
36035
|
+
size: sectionproperties.language_container_fontsize
|
|
36036
|
+
})), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36034
36037
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered '
|
|
36035
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
36036
|
-
|
|
36037
|
-
|
|
36038
|
-
maxWidth: '2vh',
|
|
36039
|
-
maxHeight: '2vh'
|
|
36040
|
-
}
|
|
36041
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36042
|
-
style: {
|
|
36043
|
-
height: '20px',
|
|
36044
|
-
width: '1.5px',
|
|
36045
|
-
background: '#e6e6e6'
|
|
36046
|
-
},
|
|
36047
|
-
"class": "ml-2 mr-2"
|
|
36048
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
36049
|
-
"class": "m-0 p-0"
|
|
36050
|
-
}, "En")))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36038
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiGlobe.FiGlobe, {
|
|
36039
|
+
size: sectionproperties.language_container_fontsize
|
|
36040
|
+
})))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36051
36041
|
"class": "col-lg-12 d-flex align-items-center p-0"
|
|
36052
36042
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36053
36043
|
"class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
|
|
@@ -38092,6 +38082,20 @@
|
|
|
38092
38082
|
marginLeft: sectionproperties.vl_ml + 'px',
|
|
38093
38083
|
marginRight: sectionproperties.vl_mr + 'px',
|
|
38094
38084
|
background: sectionproperties.vl_bg
|
|
38085
|
+
}),
|
|
38086
|
+
apptore: glamor.css({
|
|
38087
|
+
width: '7%',
|
|
38088
|
+
objectFit: 'contain',
|
|
38089
|
+
'@media (max-width: 800px)': {
|
|
38090
|
+
width: '30%'
|
|
38091
|
+
}
|
|
38092
|
+
}),
|
|
38093
|
+
googleplay: glamor.css({
|
|
38094
|
+
width: '7%',
|
|
38095
|
+
objectFit: 'contain',
|
|
38096
|
+
'@media (max-width: 800px)': {
|
|
38097
|
+
width: '30%'
|
|
38098
|
+
}
|
|
38095
38099
|
})
|
|
38096
38100
|
};
|
|
38097
38101
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -38267,7 +38271,23 @@
|
|
|
38267
38271
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
38268
38272
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
38269
38273
|
size: sectionproperties.footerinfoicon_fontsize
|
|
38270
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en))))
|
|
38274
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38275
|
+
"class": "col-lg-12 d-flex align-items-center justify-content-center p-sm-0"
|
|
38276
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
38277
|
+
"class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
38278
|
+
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
38279
|
+
onClick: function onClick() {
|
|
38280
|
+
var _authdetailsContext$i11;
|
|
38281
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
|
|
38282
|
+
}
|
|
38283
|
+
}), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
38284
|
+
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
|
|
38285
|
+
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
38286
|
+
onClick: function onClick() {
|
|
38287
|
+
var _authdetailsContext$i12;
|
|
38288
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
|
|
38289
|
+
}
|
|
38290
|
+
})))));
|
|
38271
38291
|
};
|
|
38272
38292
|
|
|
38273
38293
|
function ownKeys$1v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -61489,9 +61509,10 @@
|
|
|
61489
61509
|
zIndex: 10000
|
|
61490
61510
|
}
|
|
61491
61511
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61492
|
-
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 ',
|
|
61512
|
+
"class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 wordbreak-md-2 ',
|
|
61493
61513
|
style: {
|
|
61494
|
-
fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic'
|
|
61514
|
+
fontStyle: sectionproperties.generaltext_position == 'Centered' ? 'normal' : 'italic',
|
|
61515
|
+
textAlign: sectionproperties.generaltext_position == 'Centered' ? 'center' : 'start'
|
|
61495
61516
|
}
|
|
61496
61517
|
}, item.name))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
61497
61518
|
"class": "".concat(cardstyles$1.buttons_container) + ' m-0 p-0 '
|