tabexseriescomponents 0.2.993 → 0.2.994
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 +102 -120
- package/dist/index.esm.js +102 -120
- package/dist/index.umd.js +105 -123
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -54,6 +54,7 @@ var AiOutlinePlus = require('@react-icons/all-files/ai/AiOutlinePlus');
|
|
|
54
54
|
var AiOutlineCheck = require('@react-icons/all-files/ai/AiOutlineCheck');
|
|
55
55
|
var DatePicker = require('react-datepicker');
|
|
56
56
|
var FiCalendar = require('@react-icons/all-files/fi/FiCalendar');
|
|
57
|
+
require('@mui/system');
|
|
57
58
|
var reactHorizontalScrollingMenu = require('react-horizontal-scrolling-menu');
|
|
58
59
|
var material = require('@mui/material');
|
|
59
60
|
var HiOutlinePhone = require('@react-icons/all-files/hi/HiOutlinePhone');
|
|
@@ -77,7 +78,6 @@ var FiCheckCircle = require('@react-icons/all-files/fi/FiCheckCircle');
|
|
|
77
78
|
var BiPhone = require('@react-icons/all-files/bi/BiPhone');
|
|
78
79
|
var Select$4 = require('react-select');
|
|
79
80
|
var PhoneInput = require('react-phone-input-2');
|
|
80
|
-
require('@mui/system');
|
|
81
81
|
var BsChevronLeft = require('@react-icons/all-files/bs/BsChevronLeft');
|
|
82
82
|
var BsChevronRight = require('@react-icons/all-files/bs/BsChevronRight');
|
|
83
83
|
require('@react-icons/all-files/ri/RiArrowUpSLine');
|
|
@@ -2071,7 +2071,7 @@ var Variantoptions = function Variantoptions(props) {
|
|
|
2071
2071
|
};
|
|
2072
2072
|
|
|
2073
2073
|
var ProductExtras = function ProductExtras(props) {
|
|
2074
|
-
var _fetchProductInfoQuer
|
|
2074
|
+
var _fetchProductInfoQuer;
|
|
2075
2075
|
props.actions.lang;
|
|
2076
2076
|
var langdetect = props.actions.langdetect;
|
|
2077
2077
|
var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
|
|
@@ -2081,8 +2081,10 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2081
2081
|
props.actions.addtocardpayloadobj;
|
|
2082
2082
|
props.actions.setaddtocardpayloadobj;
|
|
2083
2083
|
props.actions;
|
|
2084
|
-
fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.productid;
|
|
2084
|
+
var productid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.productid;
|
|
2085
2085
|
// const templatepropcontext = props.actions.templatepropcontext;
|
|
2086
|
+
|
|
2087
|
+
var addtocartfunc = props.addtocartfunc;
|
|
2086
2088
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
2087
2089
|
props.actions.productinfo_cssstyles;
|
|
2088
2090
|
var _useState = React.useState([]),
|
|
@@ -2105,9 +2107,20 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2105
2107
|
_useState0 = _slicedToArray__default["default"](_useState9, 2);
|
|
2106
2108
|
_useState0[0];
|
|
2107
2109
|
_useState0[1];
|
|
2110
|
+
var _useState1 = React.useState([]),
|
|
2111
|
+
_useState10 = _slicedToArray__default["default"](_useState1, 2),
|
|
2112
|
+
product_prod_extras_array = _useState10[0],
|
|
2113
|
+
setproduct_prod_extras_array = _useState10[1];
|
|
2108
2114
|
React.useEffect(function () {
|
|
2109
2115
|
if (fetchProductInfoQueryContext.isSuccess) ;
|
|
2110
2116
|
}, [filterproductreviews]);
|
|
2117
|
+
React.useEffect(function () {
|
|
2118
|
+
if (fetchProductInfoQueryContext.isSuccess) {
|
|
2119
|
+
var _fetchProductInfoQuer2;
|
|
2120
|
+
var tempprodextraarr = _toConsumableArray__default["default"](fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer2 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.productinfo) === null || _fetchProductInfoQuer2 === void 0 ? void 0 : _fetchProductInfoQuer2.product_extras);
|
|
2121
|
+
setproduct_prod_extras_array(_toConsumableArray__default["default"](tempprodextraarr));
|
|
2122
|
+
}
|
|
2123
|
+
}, [fetchProductInfoQueryContext.isSuccess, fetchProductInfoQueryContext.data]);
|
|
2111
2124
|
var formstyles = {
|
|
2112
2125
|
input_label_name: glamor.css({
|
|
2113
2126
|
color: sectionproperties.form_labelcolor,
|
|
@@ -2124,7 +2137,7 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2124
2137
|
};
|
|
2125
2138
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2126
2139
|
className: 'row w-100 ml-0 mr-0 mt-3'
|
|
2127
|
-
},
|
|
2140
|
+
}, product_prod_extras_array === null || product_prod_extras_array === void 0 ? void 0 : product_prod_extras_array.map(function (item, index) {
|
|
2128
2141
|
var _item$productinfo, _item$productinfo2, _item$productinfo3, _item$productinfo4;
|
|
2129
2142
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2130
2143
|
"class": props.srcfromprops == 'servicestyle2' ? 'col-lg-12 col-sm-12 p-0 mb-3' : 'col-lg-6 col-sm-12 p-0 mb-3'
|
|
@@ -2168,7 +2181,32 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2168
2181
|
style: {
|
|
2169
2182
|
flex: 1
|
|
2170
2183
|
},
|
|
2171
|
-
"class": "text-black cursor-pointer "
|
|
2184
|
+
"class": "text-black cursor-pointer ",
|
|
2185
|
+
onClick: function onClick() {
|
|
2186
|
+
var _item$productinfo5;
|
|
2187
|
+
var quantity = 0;
|
|
2188
|
+
var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
|
|
2189
|
+
if (parseFloat(tempproduct_prod_extras_array[index].quantity) <= 0) {
|
|
2190
|
+
quantity = 0;
|
|
2191
|
+
} else {
|
|
2192
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
2193
|
+
}
|
|
2194
|
+
quantity = quantity - 1;
|
|
2195
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
2196
|
+
addtocartfunc(false, {
|
|
2197
|
+
functype: 'add',
|
|
2198
|
+
item_type: 'Extras',
|
|
2199
|
+
productid: item === null || item === void 0 || (_item$productinfo5 = item.productinfo) === null || _item$productinfo5 === void 0 ? void 0 : _item$productinfo5.productid,
|
|
2200
|
+
main_ref_productid: productid,
|
|
2201
|
+
variantid: '',
|
|
2202
|
+
quantity: quantity,
|
|
2203
|
+
date: '',
|
|
2204
|
+
time: '',
|
|
2205
|
+
from: '',
|
|
2206
|
+
to: '',
|
|
2207
|
+
extrafields: []
|
|
2208
|
+
});
|
|
2209
|
+
}
|
|
2172
2210
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2173
2211
|
className: 'h-100 allcentered'
|
|
2174
2212
|
}, /*#__PURE__*/React__default["default"].createElement(FiMinus.FiMinus, {
|
|
@@ -2179,11 +2217,34 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2179
2217
|
flex: 1,
|
|
2180
2218
|
fontSize: 18
|
|
2181
2219
|
}
|
|
2182
|
-
},
|
|
2220
|
+
}, item === null || item === void 0 ? void 0 : item.quantity), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2183
2221
|
style: {
|
|
2184
2222
|
flex: 1
|
|
2185
2223
|
},
|
|
2186
|
-
"class": "text-black cursor-pointer "
|
|
2224
|
+
"class": "text-black cursor-pointer ",
|
|
2225
|
+
onClick: function onClick() {
|
|
2226
|
+
var _item$productinfo6;
|
|
2227
|
+
var quantity = 0;
|
|
2228
|
+
var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
|
|
2229
|
+
if (tempproduct_prod_extras_array[index].quantity != undefined && tempproduct_prod_extras_array[index].quantity != null && tempproduct_prod_extras_array[index].quantity != 0) {
|
|
2230
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
2231
|
+
}
|
|
2232
|
+
quantity = quantity + 1;
|
|
2233
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
2234
|
+
addtocartfunc(false, {
|
|
2235
|
+
functype: 'add',
|
|
2236
|
+
item_type: 'Extras',
|
|
2237
|
+
productid: item === null || item === void 0 || (_item$productinfo6 = item.productinfo) === null || _item$productinfo6 === void 0 ? void 0 : _item$productinfo6.productid,
|
|
2238
|
+
main_ref_productid: productid,
|
|
2239
|
+
variantid: '',
|
|
2240
|
+
quantity: quantity,
|
|
2241
|
+
date: '',
|
|
2242
|
+
time: '',
|
|
2243
|
+
from: '',
|
|
2244
|
+
to: '',
|
|
2245
|
+
extrafields: []
|
|
2246
|
+
});
|
|
2247
|
+
}
|
|
2187
2248
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2188
2249
|
className: 'h-100 allcentered'
|
|
2189
2250
|
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, {
|
|
@@ -7738,7 +7799,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
7738
7799
|
};
|
|
7739
7800
|
|
|
7740
7801
|
var Service_itemtype = function Service_itemtype(props) {
|
|
7741
|
-
var _css, _authdetailsContext$i, _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20,
|
|
7802
|
+
var _css, _authdetailsContext$i, _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _sizeguideimage$;
|
|
7742
7803
|
var lang = props.actions.lang;
|
|
7743
7804
|
var langdetect = props.actions.langdetect;
|
|
7744
7805
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -7794,12 +7855,6 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
7794
7855
|
settitle(fetchProductInfoQueryContext.data.data.productinfo.name_en);
|
|
7795
7856
|
setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinform/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
7796
7857
|
}, [props.itemprops]);
|
|
7797
|
-
var Slideshowsettings = {
|
|
7798
|
-
indicators: true,
|
|
7799
|
-
arrows: true,
|
|
7800
|
-
pauseOnHover: false,
|
|
7801
|
-
scale: 2
|
|
7802
|
-
};
|
|
7803
7858
|
function stringIsEnglish(str) {
|
|
7804
7859
|
var titlelang = 'English';
|
|
7805
7860
|
var arabic = /[\u0600-\u06FF]/;
|
|
@@ -7863,7 +7918,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
7863
7918
|
};
|
|
7864
7919
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7865
7920
|
"class": ' col-lg-12 p-0 '
|
|
7866
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instid) != '
|
|
7921
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instid) != '68b59be871aaf' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7867
7922
|
"class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
|
|
7868
7923
|
style: {
|
|
7869
7924
|
minHeight: sectionproperties.height + 'vh'
|
|
@@ -8582,7 +8637,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8582
8637
|
paddingLeft: langdetect == 'en' ? '.5em' : 0,
|
|
8583
8638
|
paddingRight: langdetect == 'ar' ? '.5rem' : 0
|
|
8584
8639
|
}
|
|
8585
|
-
}, StoreInfoprops()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '
|
|
8640
|
+
}, StoreInfoprops()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '68b59be871aaf' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8586
8641
|
"class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
|
|
8587
8642
|
style: {
|
|
8588
8643
|
minHeight: sectionproperties.height + 'vh',
|
|
@@ -8591,53 +8646,28 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8591
8646
|
paddingTop: '60px'
|
|
8592
8647
|
}
|
|
8593
8648
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8594
|
-
"class": 'col-lg-12 p-0 d-flex justify-content-center h-sm-auto
|
|
8595
|
-
style: {
|
|
8596
|
-
height: '60vh'
|
|
8597
|
-
}
|
|
8649
|
+
"class": 'col-lg-12 p-0 d-flex justify-content-center h-sm-auto mb-5'
|
|
8598
8650
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8599
|
-
"class": '
|
|
8600
|
-
|
|
8601
|
-
|
|
8602
|
-
|
|
8603
|
-
|
|
8604
|
-
|
|
8605
|
-
|
|
8606
|
-
|
|
8607
|
-
|
|
8608
|
-
|
|
8609
|
-
|
|
8610
|
-
|
|
8611
|
-
|
|
8612
|
-
|
|
8613
|
-
|
|
8614
|
-
|
|
8615
|
-
|
|
8616
|
-
|
|
8617
|
-
|
|
8618
|
-
|
|
8619
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8620
|
-
"class": 'p-0 align-items-center d-flex',
|
|
8621
|
-
key: index,
|
|
8622
|
-
style: _defineProperty__default["default"]({
|
|
8623
|
-
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
8624
|
-
width: '100%',
|
|
8625
|
-
height: '100%'
|
|
8626
|
-
}, "height", '60vh')
|
|
8627
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
8628
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8629
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8630
|
-
path: item.path,
|
|
8631
|
-
style: {
|
|
8632
|
-
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
8633
|
-
margin: 0,
|
|
8634
|
-
padding: 0,
|
|
8635
|
-
width: '100%',
|
|
8636
|
-
height: '100%'
|
|
8637
|
-
}
|
|
8638
|
-
})));
|
|
8639
|
-
}
|
|
8640
|
-
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8651
|
+
"class": 'row m-0 w-100'
|
|
8652
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer17 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productinfo) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productimages) === null || _fetchProductInfoQuer17 === void 0 ? void 0 : _fetchProductInfoQuer17.length) != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer18 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.productinfo) === null || _fetchProductInfoQuer18 === void 0 ? void 0 : _fetchProductInfoQuer18.productimages.map(function (item, index) {
|
|
8653
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8654
|
+
"class": "col-lg-3 col-md-4 col-md-6 mb-md-2"
|
|
8655
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8656
|
+
"class": ' w-100 h-100',
|
|
8657
|
+
style: {}
|
|
8658
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
8659
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8660
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8661
|
+
path: '/tr:w-500,h-500/' + item.path,
|
|
8662
|
+
style: {
|
|
8663
|
+
width: '100%',
|
|
8664
|
+
height: '100%',
|
|
8665
|
+
objectFit: 'contain',
|
|
8666
|
+
borderRadius: 20
|
|
8667
|
+
},
|
|
8668
|
+
loading: "lazy"
|
|
8669
|
+
})));
|
|
8670
|
+
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8641
8671
|
"class": "col-lg-8"
|
|
8642
8672
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8643
8673
|
"class": "row m-0 w-100",
|
|
@@ -8663,58 +8693,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8663
8693
|
}, /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
8664
8694
|
actions: props.actions,
|
|
8665
8695
|
srcfromprops: 'servicestyle2'
|
|
8666
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8667
|
-
"class": "col-lg-12 p-0 mb-3"
|
|
8668
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8669
|
-
"class": "m-0 p-0",
|
|
8670
|
-
style: {
|
|
8671
|
-
color: '#000',
|
|
8672
|
-
fontSize: 20,
|
|
8673
|
-
fontWeight: 600
|
|
8674
|
-
}
|
|
8675
|
-
}, "What's Included:")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8676
|
-
"class": "col-lg-12 text-start p-md-0"
|
|
8677
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8678
|
-
className: "row m-0 w-100"
|
|
8679
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer21 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productinfo) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productfeatures) === null || _fetchProductInfoQuer21 === void 0 ? void 0 : _fetchProductInfoQuer21.map(function (fitem, findex) {
|
|
8680
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8681
|
-
"class": "col-lg-12 col-md-12 p-0 mb-3 mt-2"
|
|
8682
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8683
|
-
"class": "row m-0 w-100 text-start"
|
|
8684
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8685
|
-
"class": "col-lg-12 text-start mb-3 text-uppercase p-0"
|
|
8686
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8687
|
-
style: {
|
|
8688
|
-
width: '30px'
|
|
8689
|
-
},
|
|
8690
|
-
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
8691
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
8692
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8693
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8694
|
-
path: fitem === null || fitem === void 0 ? void 0 : fitem.feature_image_url,
|
|
8695
|
-
loading: "lazy",
|
|
8696
|
-
style: {
|
|
8697
|
-
maxWidth: '100%',
|
|
8698
|
-
maxHeight: '100%'
|
|
8699
|
-
}
|
|
8700
|
-
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8701
|
-
"class": "m-0 p-0",
|
|
8702
|
-
style: {
|
|
8703
|
-
color: sectionproperties.featurecolor,
|
|
8704
|
-
fontWeight: sectionproperties.featurefontweight,
|
|
8705
|
-
fontSize: sectionproperties.featurefontsize
|
|
8706
|
-
}
|
|
8707
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8708
|
-
"class": "col-lg-12 text-start text-capitalize"
|
|
8709
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8710
|
-
"class": "m-0 p-0",
|
|
8711
|
-
style: {
|
|
8712
|
-
color: sectionproperties.featurevaluecolor,
|
|
8713
|
-
fontWeight: sectionproperties.featurevaluefontweight,
|
|
8714
|
-
fontSize: sectionproperties.featurevaluefontsize
|
|
8715
|
-
}
|
|
8716
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar))));
|
|
8717
|
-
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8696
|
+
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8718
8697
|
"class": "col-lg-4"
|
|
8719
8698
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8720
8699
|
"class": "row m-0 w-100 p-3",
|
|
@@ -8723,15 +8702,12 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8723
8702
|
borderRadius: 10,
|
|
8724
8703
|
boxShadow: '0 0 10px #ccc'
|
|
8725
8704
|
}
|
|
8726
|
-
}, /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
8705
|
+
}, sectionproperties.showDefaultPricingSection == 'Show' && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
8727
8706
|
actions: props.actions,
|
|
8728
8707
|
srcfromprops: 'servicestyle2'
|
|
8729
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8708
|
+
}), sectionproperties.showDefaultPricingSection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8730
8709
|
"class": "col-12 p-0"
|
|
8731
|
-
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement(
|
|
8732
|
-
actions: props.actions,
|
|
8733
|
-
srcfromprops: 'servicestyle2'
|
|
8734
|
-
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
8710
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
8735
8711
|
actions: {
|
|
8736
8712
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
8737
8713
|
sectionproperties: sectionproperties,
|
|
@@ -8750,6 +8726,12 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8750
8726
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
8751
8727
|
addtofavoritescontext: addtofavoritescontext
|
|
8752
8728
|
}
|
|
8729
|
+
}), /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
8730
|
+
actions: props.actions
|
|
8731
|
+
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
8732
|
+
actions: props.actions,
|
|
8733
|
+
srcfromprops: 'servicestyle2',
|
|
8734
|
+
addtocartfunc: addtocartfunc
|
|
8753
8735
|
})))), sizeguideimage.length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
8754
8736
|
show: opensizeguidemodal,
|
|
8755
8737
|
onHide: function onHide() {
|
package/dist/index.esm.js
CHANGED
|
@@ -52,6 +52,7 @@ import { AiOutlinePlus } from '@react-icons/all-files/ai/AiOutlinePlus';
|
|
|
52
52
|
import { AiOutlineCheck } from '@react-icons/all-files/ai/AiOutlineCheck';
|
|
53
53
|
import DatePicker from 'react-datepicker';
|
|
54
54
|
import { FiCalendar } from '@react-icons/all-files/fi/FiCalendar';
|
|
55
|
+
import '@mui/system';
|
|
55
56
|
import { ScrollMenu } from 'react-horizontal-scrolling-menu';
|
|
56
57
|
import { Box, Tabs, Tab } from '@mui/material';
|
|
57
58
|
import { HiOutlinePhone } from '@react-icons/all-files/hi/HiOutlinePhone';
|
|
@@ -75,7 +76,6 @@ import { FiCheckCircle } from '@react-icons/all-files/fi/FiCheckCircle';
|
|
|
75
76
|
import { BiPhone } from '@react-icons/all-files/bi/BiPhone';
|
|
76
77
|
import Select$4 from 'react-select';
|
|
77
78
|
import PhoneInput from 'react-phone-input-2';
|
|
78
|
-
import '@mui/system';
|
|
79
79
|
import { BsChevronLeft } from '@react-icons/all-files/bs/BsChevronLeft';
|
|
80
80
|
import { BsChevronRight } from '@react-icons/all-files/bs/BsChevronRight';
|
|
81
81
|
import '@react-icons/all-files/ri/RiArrowUpSLine';
|
|
@@ -2020,7 +2020,7 @@ var Variantoptions = function Variantoptions(props) {
|
|
|
2020
2020
|
};
|
|
2021
2021
|
|
|
2022
2022
|
var ProductExtras = function ProductExtras(props) {
|
|
2023
|
-
var _fetchProductInfoQuer
|
|
2023
|
+
var _fetchProductInfoQuer;
|
|
2024
2024
|
props.actions.lang;
|
|
2025
2025
|
var langdetect = props.actions.langdetect;
|
|
2026
2026
|
var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
|
|
@@ -2030,8 +2030,10 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2030
2030
|
props.actions.addtocardpayloadobj;
|
|
2031
2031
|
props.actions.setaddtocardpayloadobj;
|
|
2032
2032
|
props.actions;
|
|
2033
|
-
fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.productid;
|
|
2033
|
+
var productid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.productid;
|
|
2034
2034
|
// const templatepropcontext = props.actions.templatepropcontext;
|
|
2035
|
+
|
|
2036
|
+
var addtocartfunc = props.addtocartfunc;
|
|
2035
2037
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
2036
2038
|
props.actions.productinfo_cssstyles;
|
|
2037
2039
|
var _useState = useState([]),
|
|
@@ -2054,9 +2056,20 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2054
2056
|
_useState0 = _slicedToArray(_useState9, 2);
|
|
2055
2057
|
_useState0[0];
|
|
2056
2058
|
_useState0[1];
|
|
2059
|
+
var _useState1 = useState([]),
|
|
2060
|
+
_useState10 = _slicedToArray(_useState1, 2),
|
|
2061
|
+
product_prod_extras_array = _useState10[0],
|
|
2062
|
+
setproduct_prod_extras_array = _useState10[1];
|
|
2057
2063
|
useEffect(function () {
|
|
2058
2064
|
if (fetchProductInfoQueryContext.isSuccess) ;
|
|
2059
2065
|
}, [filterproductreviews]);
|
|
2066
|
+
useEffect(function () {
|
|
2067
|
+
if (fetchProductInfoQueryContext.isSuccess) {
|
|
2068
|
+
var _fetchProductInfoQuer2;
|
|
2069
|
+
var tempprodextraarr = _toConsumableArray(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer2 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.productinfo) === null || _fetchProductInfoQuer2 === void 0 ? void 0 : _fetchProductInfoQuer2.product_extras);
|
|
2070
|
+
setproduct_prod_extras_array(_toConsumableArray(tempprodextraarr));
|
|
2071
|
+
}
|
|
2072
|
+
}, [fetchProductInfoQueryContext.isSuccess, fetchProductInfoQueryContext.data]);
|
|
2060
2073
|
var formstyles = {
|
|
2061
2074
|
input_label_name: css({
|
|
2062
2075
|
color: sectionproperties.form_labelcolor,
|
|
@@ -2073,7 +2086,7 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2073
2086
|
};
|
|
2074
2087
|
return /*#__PURE__*/React.createElement("div", {
|
|
2075
2088
|
className: 'row w-100 ml-0 mr-0 mt-3'
|
|
2076
|
-
},
|
|
2089
|
+
}, product_prod_extras_array === null || product_prod_extras_array === void 0 ? void 0 : product_prod_extras_array.map(function (item, index) {
|
|
2077
2090
|
var _item$productinfo, _item$productinfo2, _item$productinfo3, _item$productinfo4;
|
|
2078
2091
|
return /*#__PURE__*/React.createElement("div", {
|
|
2079
2092
|
"class": props.srcfromprops == 'servicestyle2' ? 'col-lg-12 col-sm-12 p-0 mb-3' : 'col-lg-6 col-sm-12 p-0 mb-3'
|
|
@@ -2117,7 +2130,32 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2117
2130
|
style: {
|
|
2118
2131
|
flex: 1
|
|
2119
2132
|
},
|
|
2120
|
-
"class": "text-black cursor-pointer "
|
|
2133
|
+
"class": "text-black cursor-pointer ",
|
|
2134
|
+
onClick: function onClick() {
|
|
2135
|
+
var _item$productinfo5;
|
|
2136
|
+
var quantity = 0;
|
|
2137
|
+
var tempproduct_prod_extras_array = _toConsumableArray(product_prod_extras_array);
|
|
2138
|
+
if (parseFloat(tempproduct_prod_extras_array[index].quantity) <= 0) {
|
|
2139
|
+
quantity = 0;
|
|
2140
|
+
} else {
|
|
2141
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
2142
|
+
}
|
|
2143
|
+
quantity = quantity - 1;
|
|
2144
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
2145
|
+
addtocartfunc(false, {
|
|
2146
|
+
functype: 'add',
|
|
2147
|
+
item_type: 'Extras',
|
|
2148
|
+
productid: item === null || item === void 0 || (_item$productinfo5 = item.productinfo) === null || _item$productinfo5 === void 0 ? void 0 : _item$productinfo5.productid,
|
|
2149
|
+
main_ref_productid: productid,
|
|
2150
|
+
variantid: '',
|
|
2151
|
+
quantity: quantity,
|
|
2152
|
+
date: '',
|
|
2153
|
+
time: '',
|
|
2154
|
+
from: '',
|
|
2155
|
+
to: '',
|
|
2156
|
+
extrafields: []
|
|
2157
|
+
});
|
|
2158
|
+
}
|
|
2121
2159
|
}, /*#__PURE__*/React.createElement("i", {
|
|
2122
2160
|
className: 'h-100 allcentered'
|
|
2123
2161
|
}, /*#__PURE__*/React.createElement(FiMinus, {
|
|
@@ -2128,11 +2166,34 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
2128
2166
|
flex: 1,
|
|
2129
2167
|
fontSize: 18
|
|
2130
2168
|
}
|
|
2131
|
-
},
|
|
2169
|
+
}, item === null || item === void 0 ? void 0 : item.quantity), /*#__PURE__*/React.createElement("span", {
|
|
2132
2170
|
style: {
|
|
2133
2171
|
flex: 1
|
|
2134
2172
|
},
|
|
2135
|
-
"class": "text-black cursor-pointer "
|
|
2173
|
+
"class": "text-black cursor-pointer ",
|
|
2174
|
+
onClick: function onClick() {
|
|
2175
|
+
var _item$productinfo6;
|
|
2176
|
+
var quantity = 0;
|
|
2177
|
+
var tempproduct_prod_extras_array = _toConsumableArray(product_prod_extras_array);
|
|
2178
|
+
if (tempproduct_prod_extras_array[index].quantity != undefined && tempproduct_prod_extras_array[index].quantity != null && tempproduct_prod_extras_array[index].quantity != 0) {
|
|
2179
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
2180
|
+
}
|
|
2181
|
+
quantity = quantity + 1;
|
|
2182
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
2183
|
+
addtocartfunc(false, {
|
|
2184
|
+
functype: 'add',
|
|
2185
|
+
item_type: 'Extras',
|
|
2186
|
+
productid: item === null || item === void 0 || (_item$productinfo6 = item.productinfo) === null || _item$productinfo6 === void 0 ? void 0 : _item$productinfo6.productid,
|
|
2187
|
+
main_ref_productid: productid,
|
|
2188
|
+
variantid: '',
|
|
2189
|
+
quantity: quantity,
|
|
2190
|
+
date: '',
|
|
2191
|
+
time: '',
|
|
2192
|
+
from: '',
|
|
2193
|
+
to: '',
|
|
2194
|
+
extrafields: []
|
|
2195
|
+
});
|
|
2196
|
+
}
|
|
2136
2197
|
}, /*#__PURE__*/React.createElement("i", {
|
|
2137
2198
|
className: 'h-100 allcentered'
|
|
2138
2199
|
}, /*#__PURE__*/React.createElement(FiPlus, {
|
|
@@ -7687,7 +7748,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
7687
7748
|
};
|
|
7688
7749
|
|
|
7689
7750
|
var Service_itemtype = function Service_itemtype(props) {
|
|
7690
|
-
var _css, _authdetailsContext$i, _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20,
|
|
7751
|
+
var _css, _authdetailsContext$i, _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _sizeguideimage$;
|
|
7691
7752
|
var lang = props.actions.lang;
|
|
7692
7753
|
var langdetect = props.actions.langdetect;
|
|
7693
7754
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -7743,12 +7804,6 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
7743
7804
|
settitle(fetchProductInfoQueryContext.data.data.productinfo.name_en);
|
|
7744
7805
|
setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinform/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
7745
7806
|
}, [props.itemprops]);
|
|
7746
|
-
var Slideshowsettings = {
|
|
7747
|
-
indicators: true,
|
|
7748
|
-
arrows: true,
|
|
7749
|
-
pauseOnHover: false,
|
|
7750
|
-
scale: 2
|
|
7751
|
-
};
|
|
7752
7807
|
function stringIsEnglish(str) {
|
|
7753
7808
|
var titlelang = 'English';
|
|
7754
7809
|
var arabic = /[\u0600-\u06FF]/;
|
|
@@ -7812,7 +7867,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
7812
7867
|
};
|
|
7813
7868
|
return /*#__PURE__*/React.createElement("div", {
|
|
7814
7869
|
"class": ' col-lg-12 p-0 '
|
|
7815
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instid) != '
|
|
7870
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instid) != '68b59be871aaf' && /*#__PURE__*/React.createElement("div", {
|
|
7816
7871
|
"class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
|
|
7817
7872
|
style: {
|
|
7818
7873
|
minHeight: sectionproperties.height + 'vh'
|
|
@@ -8531,7 +8586,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8531
8586
|
paddingLeft: langdetect == 'en' ? '.5em' : 0,
|
|
8532
8587
|
paddingRight: langdetect == 'ar' ? '.5rem' : 0
|
|
8533
8588
|
}
|
|
8534
|
-
}, StoreInfoprops()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '
|
|
8589
|
+
}, StoreInfoprops()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '68b59be871aaf' && /*#__PURE__*/React.createElement("div", {
|
|
8535
8590
|
"class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
|
|
8536
8591
|
style: {
|
|
8537
8592
|
minHeight: sectionproperties.height + 'vh',
|
|
@@ -8540,53 +8595,28 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8540
8595
|
paddingTop: '60px'
|
|
8541
8596
|
}
|
|
8542
8597
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8543
|
-
"class": 'col-lg-12 p-0 d-flex justify-content-center h-sm-auto
|
|
8544
|
-
style: {
|
|
8545
|
-
height: '60vh'
|
|
8546
|
-
}
|
|
8598
|
+
"class": 'col-lg-12 p-0 d-flex justify-content-center h-sm-auto mb-5'
|
|
8547
8599
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8548
|
-
"class": '
|
|
8549
|
-
|
|
8550
|
-
|
|
8551
|
-
|
|
8552
|
-
|
|
8553
|
-
|
|
8554
|
-
|
|
8555
|
-
|
|
8556
|
-
|
|
8557
|
-
|
|
8558
|
-
|
|
8559
|
-
|
|
8560
|
-
|
|
8561
|
-
|
|
8562
|
-
|
|
8563
|
-
|
|
8564
|
-
|
|
8565
|
-
|
|
8566
|
-
|
|
8567
|
-
|
|
8568
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
8569
|
-
"class": 'p-0 align-items-center d-flex',
|
|
8570
|
-
key: index,
|
|
8571
|
-
style: _defineProperty({
|
|
8572
|
-
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
8573
|
-
width: '100%',
|
|
8574
|
-
height: '100%'
|
|
8575
|
-
}, "height", '60vh')
|
|
8576
|
-
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
8577
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8578
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8579
|
-
path: item.path,
|
|
8580
|
-
style: {
|
|
8581
|
-
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
8582
|
-
margin: 0,
|
|
8583
|
-
padding: 0,
|
|
8584
|
-
width: '100%',
|
|
8585
|
-
height: '100%'
|
|
8586
|
-
}
|
|
8587
|
-
})));
|
|
8588
|
-
}
|
|
8589
|
-
}))))), /*#__PURE__*/React.createElement("div", {
|
|
8600
|
+
"class": 'row m-0 w-100'
|
|
8601
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer17 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productinfo) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productimages) === null || _fetchProductInfoQuer17 === void 0 ? void 0 : _fetchProductInfoQuer17.length) != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer18 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.productinfo) === null || _fetchProductInfoQuer18 === void 0 ? void 0 : _fetchProductInfoQuer18.productimages.map(function (item, index) {
|
|
8602
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
8603
|
+
"class": "col-lg-3 col-md-4 col-md-6 mb-md-2"
|
|
8604
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8605
|
+
"class": ' w-100 h-100',
|
|
8606
|
+
style: {}
|
|
8607
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
8608
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8609
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8610
|
+
path: '/tr:w-500,h-500/' + item.path,
|
|
8611
|
+
style: {
|
|
8612
|
+
width: '100%',
|
|
8613
|
+
height: '100%',
|
|
8614
|
+
objectFit: 'contain',
|
|
8615
|
+
borderRadius: 20
|
|
8616
|
+
},
|
|
8617
|
+
loading: "lazy"
|
|
8618
|
+
})));
|
|
8619
|
+
})))), /*#__PURE__*/React.createElement("div", {
|
|
8590
8620
|
"class": "col-lg-8"
|
|
8591
8621
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8592
8622
|
"class": "row m-0 w-100",
|
|
@@ -8612,58 +8642,7 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8612
8642
|
}, /*#__PURE__*/React.createElement(DescriptionContent, {
|
|
8613
8643
|
actions: props.actions,
|
|
8614
8644
|
srcfromprops: 'servicestyle2'
|
|
8615
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
8616
|
-
"class": "col-lg-12 p-0 mb-3"
|
|
8617
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
8618
|
-
"class": "m-0 p-0",
|
|
8619
|
-
style: {
|
|
8620
|
-
color: '#000',
|
|
8621
|
-
fontSize: 20,
|
|
8622
|
-
fontWeight: 600
|
|
8623
|
-
}
|
|
8624
|
-
}, "What's Included:")), /*#__PURE__*/React.createElement("div", {
|
|
8625
|
-
"class": "col-lg-12 text-start p-md-0"
|
|
8626
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
8627
|
-
className: "row m-0 w-100"
|
|
8628
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer21 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productinfo) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productfeatures) === null || _fetchProductInfoQuer21 === void 0 ? void 0 : _fetchProductInfoQuer21.map(function (fitem, findex) {
|
|
8629
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
8630
|
-
"class": "col-lg-12 col-md-12 p-0 mb-3 mt-2"
|
|
8631
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
8632
|
-
"class": "row m-0 w-100 text-start"
|
|
8633
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
8634
|
-
"class": "col-lg-12 text-start mb-3 text-uppercase p-0"
|
|
8635
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
8636
|
-
style: {
|
|
8637
|
-
width: '30px'
|
|
8638
|
-
},
|
|
8639
|
-
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
8640
|
-
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
8641
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8642
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8643
|
-
path: fitem === null || fitem === void 0 ? void 0 : fitem.feature_image_url,
|
|
8644
|
-
loading: "lazy",
|
|
8645
|
-
style: {
|
|
8646
|
-
maxWidth: '100%',
|
|
8647
|
-
maxHeight: '100%'
|
|
8648
|
-
}
|
|
8649
|
-
})), /*#__PURE__*/React.createElement("p", {
|
|
8650
|
-
"class": "m-0 p-0",
|
|
8651
|
-
style: {
|
|
8652
|
-
color: sectionproperties.featurecolor,
|
|
8653
|
-
fontWeight: sectionproperties.featurefontweight,
|
|
8654
|
-
fontSize: sectionproperties.featurefontsize
|
|
8655
|
-
}
|
|
8656
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
8657
|
-
"class": "col-lg-12 text-start text-capitalize"
|
|
8658
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
8659
|
-
"class": "m-0 p-0",
|
|
8660
|
-
style: {
|
|
8661
|
-
color: sectionproperties.featurevaluecolor,
|
|
8662
|
-
fontWeight: sectionproperties.featurevaluefontweight,
|
|
8663
|
-
fontSize: sectionproperties.featurevaluefontsize
|
|
8664
|
-
}
|
|
8665
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar))));
|
|
8666
|
-
}))))), /*#__PURE__*/React.createElement("div", {
|
|
8645
|
+
})))), /*#__PURE__*/React.createElement("div", {
|
|
8667
8646
|
"class": "col-lg-4"
|
|
8668
8647
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8669
8648
|
"class": "row m-0 w-100 p-3",
|
|
@@ -8672,15 +8651,12 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8672
8651
|
borderRadius: 10,
|
|
8673
8652
|
boxShadow: '0 0 10px #ccc'
|
|
8674
8653
|
}
|
|
8675
|
-
}, /*#__PURE__*/React.createElement(ProductHeaderPricing, {
|
|
8654
|
+
}, sectionproperties.showDefaultPricingSection == 'Show' && /*#__PURE__*/React.createElement(ProductHeaderPricing, {
|
|
8676
8655
|
actions: props.actions,
|
|
8677
8656
|
srcfromprops: 'servicestyle2'
|
|
8678
|
-
}), /*#__PURE__*/React.createElement("div", {
|
|
8657
|
+
}), sectionproperties.showDefaultPricingSection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
8679
8658
|
"class": "col-12 p-0"
|
|
8680
|
-
}, /*#__PURE__*/React.createElement("hr", null)), /*#__PURE__*/React.createElement(
|
|
8681
|
-
actions: props.actions,
|
|
8682
|
-
srcfromprops: 'servicestyle2'
|
|
8683
|
-
}), /*#__PURE__*/React.createElement(Serviceinfotabs, {
|
|
8659
|
+
}, /*#__PURE__*/React.createElement("hr", null)), /*#__PURE__*/React.createElement(Serviceinfotabs, {
|
|
8684
8660
|
actions: {
|
|
8685
8661
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
8686
8662
|
sectionproperties: sectionproperties,
|
|
@@ -8699,6 +8675,12 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
8699
8675
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
8700
8676
|
addtofavoritescontext: addtofavoritescontext
|
|
8701
8677
|
}
|
|
8678
|
+
}), /*#__PURE__*/React.createElement(Variantoptions, {
|
|
8679
|
+
actions: props.actions
|
|
8680
|
+
}), /*#__PURE__*/React.createElement(ProductExtras, {
|
|
8681
|
+
actions: props.actions,
|
|
8682
|
+
srcfromprops: 'servicestyle2',
|
|
8683
|
+
addtocartfunc: addtocartfunc
|
|
8702
8684
|
})))), sizeguideimage.length != 0 && /*#__PURE__*/React.createElement(Modal, {
|
|
8703
8685
|
show: opensizeguidemodal,
|
|
8704
8686
|
onHide: function onHide() {
|
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/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), 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('@babel/runtime/helpers/typeof'), require('@babel/runtime/helpers/extends'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/io5/IoCall'), require('@react-icons/all-files/fa/FaPlus'), require('@react-icons/all-files/fa/FaMinus'), require('@react-icons/all-files/fi/FiBox'), require('react-slideshow-image'), require('@react-icons/all-files/ri/RiArrowGoBackLine'), require('react-accessible-accordion'), 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-icons/all-files/hi/HiOutlinePlusCircle'), require('@react-icons/all-files/hi/HiOutlineMinusCircle'), require('react-textarea-autosize'), require('react-input-range'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-datepicker'), require('@react-icons/all-files/fi/FiCalendar'), 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-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-select'), require('react-phone-input-2'), require('@
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', '@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', '@babel/runtime/helpers/typeof', '@babel/runtime/helpers/extends', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/io5/IoCall', '@react-icons/all-files/fa/FaPlus', '@react-icons/all-files/fa/FaMinus', '@react-icons/all-files/fi/FiBox', 'react-slideshow-image', '@react-icons/all-files/ri/RiArrowGoBackLine', 'react-accessible-accordion', '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-icons/all-files/hi/HiOutlinePlusCircle', '@react-icons/all-files/hi/HiOutlineMinusCircle', 'react-textarea-autosize', 'react-input-range', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-datepicker', '@react-icons/all-files/fi/FiCalendar', '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-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-select', 'react-phone-input-2', '@
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._possibleConstructorReturn, global._getPrototypeOf, global._inherits, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global._typeof, global._extends, 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.FaWhatsapp, global.IoCall, global.FaPlus, global.FaMinus, global.FiBox$1, global.reactSlideshowImage, global.RiArrowGoBackLine, global.reactAccessibleAccordion, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, null, null, global.TextareaAutosize, global.InputRange, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.DatePicker, global.FiCalendar, 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.Dropdown, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.Select$4, global.PhoneInput,
|
|
5
|
-
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _possibleConstructorReturn, _getPrototypeOf, _inherits, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, _typeof, _extends, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, FaWhatsapp, IoCall, FaPlus, FaMinus, FiBox$1, reactSlideshowImage, RiArrowGoBackLine, reactAccessibleAccordion, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, HiOutlinePlusCircle, HiOutlineMinusCircle, TextareaAutosize, InputRange, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, DatePicker, FiCalendar, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, Dropdown, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, Select$4, PhoneInput,
|
|
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/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), 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('@babel/runtime/helpers/typeof'), require('@babel/runtime/helpers/extends'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/io5/IoCall'), require('@react-icons/all-files/fa/FaPlus'), require('@react-icons/all-files/fa/FaMinus'), require('@react-icons/all-files/fi/FiBox'), require('react-slideshow-image'), require('@react-icons/all-files/ri/RiArrowGoBackLine'), require('react-accessible-accordion'), 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-icons/all-files/hi/HiOutlinePlusCircle'), require('@react-icons/all-files/hi/HiOutlineMinusCircle'), require('react-textarea-autosize'), require('react-input-range'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('react-datepicker'), require('@react-icons/all-files/fi/FiCalendar'), require('@mui/system'), 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-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-select'), 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-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-intersection-observer'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiSliders'), 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/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/fa/FaLinkedinIn'), require('@react-icons/all-files/fa/FaMap'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/md/MdArrowBack'), 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/md/MdKeyboardArrowUp'), require('@react-icons/all-files/ri/RiUserSettingsLine'), require('@react-icons/all-files/hi/HiUserCircle'), 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/fi/FiArrowUpRight'), require('@react-icons/all-files/bi/BiUserCircle'), require('@react-icons/all-files/fi/FiArrowUpLeft'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/fa/FaSnapchat'), require('@react-icons/all-files/fi/FiHome'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/fa/FaGoogle'), require('@react-icons/all-files/ai/AiOutlineLinkedin'), require('@react-icons/all-files/fa/FaPinterestP'), require('@react-icons/all-files/fa/FaTripadvisor'), require('@react-icons/all-files/fa/FaBehance'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('axios'), require('@react-icons/all-files/go/GoStar'), require('@react-icons/all-files/io/IoIosStar'), require('react-countdown-circle-timer'), require('react-type-animation'), require('react-animated-numbers'), require('react-background-slideshow'), 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/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', '@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', '@babel/runtime/helpers/typeof', '@babel/runtime/helpers/extends', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/io5/IoCall', '@react-icons/all-files/fa/FaPlus', '@react-icons/all-files/fa/FaMinus', '@react-icons/all-files/fi/FiBox', 'react-slideshow-image', '@react-icons/all-files/ri/RiArrowGoBackLine', 'react-accessible-accordion', '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-icons/all-files/hi/HiOutlinePlusCircle', '@react-icons/all-files/hi/HiOutlineMinusCircle', 'react-textarea-autosize', 'react-input-range', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', 'react-datepicker', '@react-icons/all-files/fi/FiCalendar', '@mui/system', '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-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-select', '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-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-intersection-observer', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiSliders', '@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/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/fa/FaLinkedinIn', '@react-icons/all-files/fa/FaMap', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/md/MdArrowBack', '@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/md/MdKeyboardArrowUp', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/hi/HiUserCircle', '@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/fi/FiArrowUpRight', '@react-icons/all-files/bi/BiUserCircle', '@react-icons/all-files/fi/FiArrowUpLeft', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/fa/FaSnapchat', '@react-icons/all-files/fi/FiHome', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/fa/FaGoogle', '@react-icons/all-files/ai/AiOutlineLinkedin', '@react-icons/all-files/fa/FaPinterestP', '@react-icons/all-files/fa/FaTripadvisor', '@react-icons/all-files/fa/FaBehance', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', 'axios', '@react-icons/all-files/go/GoStar', '@react-icons/all-files/io/IoIosStar', 'react-countdown-circle-timer', 'react-type-animation', 'react-animated-numbers', 'react-background-slideshow', '@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._possibleConstructorReturn, global._getPrototypeOf, global._inherits, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global._typeof, global._extends, 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.FaWhatsapp, global.IoCall, global.FaPlus, global.FaMinus, global.FiBox$1, global.reactSlideshowImage, global.RiArrowGoBackLine, global.reactAccessibleAccordion, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, null, null, global.TextareaAutosize, global.InputRange, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.DatePicker, global.FiCalendar, null, 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.Dropdown, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.Select$4, global.PhoneInput, global.BsChevronLeft, global.BsChevronRight, null, null, null, null, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.reactIntersectionObserver, global.FiFilter, global.FiSliders, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, 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.FaLinkedinIn, global.FaMap, global.FiMenu, global.BsChevronDown, global.IoClose, global.MdArrowBack, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.MdKeyboardArrowUp, global.RiUserSettingsLine, global.HiUserCircle, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.FiGlobe, global.FiArrowUpRight, global.BiUserCircle, global.FiArrowUpLeft, global.GoLocation, global.FaSnapchat, global.FiHome, global.RiRoadMapLine, global.HiOutlineClock, global.FaGoogle, global.AiOutlineLinkedin, global.FaPinterestP, global.FaTripadvisor, global.FaBehance, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.axios, global.GoStar, global.IoIosStar, global.reactCountdownCircleTimer, global.reactTypeAnimation, global.AnimatedNumbers, global.BackgroundSlideshow, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
|
|
5
|
+
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _possibleConstructorReturn, _getPrototypeOf, _inherits, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, _typeof, _extends, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, FaWhatsapp, IoCall, FaPlus, FaMinus, FiBox$1, reactSlideshowImage, RiArrowGoBackLine, reactAccessibleAccordion, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, HiOutlinePlusCircle, HiOutlineMinusCircle, TextareaAutosize, InputRange, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, DatePicker, FiCalendar, system, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, Dropdown, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, Select$4, PhoneInput, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, reactIntersectionObserver, FiFilter, FiSliders, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FaLinkedinIn, FaMap, FiMenu, BsChevronDown, IoClose, MdArrowBack, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, MdKeyboardArrowUp, RiUserSettingsLine, HiUserCircle, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, FiGlobe, FiArrowUpRight, BiUserCircle, FiArrowUpLeft, GoLocation, FaSnapchat, FiHome, RiRoadMapLine, HiOutlineClock, FaGoogle, AiOutlineLinkedin, FaPinterestP, FaTripadvisor, FaBehance, FaArrowAltCircleRight, FaArrowAltCircleLeft, axios, GoStar, IoIosStar, reactCountdownCircleTimer, reactTypeAnimation, AnimatedNumbers, BackgroundSlideshow, 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
|
|
|
@@ -1880,7 +1880,7 @@
|
|
|
1880
1880
|
};
|
|
1881
1881
|
|
|
1882
1882
|
var ProductExtras = function ProductExtras(props) {
|
|
1883
|
-
var _fetchProductInfoQuer
|
|
1883
|
+
var _fetchProductInfoQuer;
|
|
1884
1884
|
props.actions.lang;
|
|
1885
1885
|
var langdetect = props.actions.langdetect;
|
|
1886
1886
|
var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
|
|
@@ -1890,8 +1890,10 @@
|
|
|
1890
1890
|
props.actions.addtocardpayloadobj;
|
|
1891
1891
|
props.actions.setaddtocardpayloadobj;
|
|
1892
1892
|
props.actions;
|
|
1893
|
-
fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.productid;
|
|
1893
|
+
var productid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.productid;
|
|
1894
1894
|
// const templatepropcontext = props.actions.templatepropcontext;
|
|
1895
|
+
|
|
1896
|
+
var addtocartfunc = props.addtocartfunc;
|
|
1895
1897
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
1896
1898
|
props.actions.productinfo_cssstyles;
|
|
1897
1899
|
var _useState = React.useState([]),
|
|
@@ -1914,9 +1916,20 @@
|
|
|
1914
1916
|
_useState0 = _slicedToArray__default["default"](_useState9, 2);
|
|
1915
1917
|
_useState0[0];
|
|
1916
1918
|
_useState0[1];
|
|
1919
|
+
var _useState1 = React.useState([]),
|
|
1920
|
+
_useState10 = _slicedToArray__default["default"](_useState1, 2),
|
|
1921
|
+
product_prod_extras_array = _useState10[0],
|
|
1922
|
+
setproduct_prod_extras_array = _useState10[1];
|
|
1917
1923
|
React.useEffect(function () {
|
|
1918
1924
|
if (fetchProductInfoQueryContext.isSuccess) ;
|
|
1919
1925
|
}, [filterproductreviews]);
|
|
1926
|
+
React.useEffect(function () {
|
|
1927
|
+
if (fetchProductInfoQueryContext.isSuccess) {
|
|
1928
|
+
var _fetchProductInfoQuer2;
|
|
1929
|
+
var tempprodextraarr = _toConsumableArray__default["default"](fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer2 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.productinfo) === null || _fetchProductInfoQuer2 === void 0 ? void 0 : _fetchProductInfoQuer2.product_extras);
|
|
1930
|
+
setproduct_prod_extras_array(_toConsumableArray__default["default"](tempprodextraarr));
|
|
1931
|
+
}
|
|
1932
|
+
}, [fetchProductInfoQueryContext.isSuccess, fetchProductInfoQueryContext.data]);
|
|
1920
1933
|
var formstyles = {
|
|
1921
1934
|
input_label_name: glamor.css({
|
|
1922
1935
|
color: sectionproperties.form_labelcolor,
|
|
@@ -1933,7 +1946,7 @@
|
|
|
1933
1946
|
};
|
|
1934
1947
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1935
1948
|
className: 'row w-100 ml-0 mr-0 mt-3'
|
|
1936
|
-
},
|
|
1949
|
+
}, product_prod_extras_array === null || product_prod_extras_array === void 0 ? void 0 : product_prod_extras_array.map(function (item, index) {
|
|
1937
1950
|
var _item$productinfo, _item$productinfo2, _item$productinfo3, _item$productinfo4;
|
|
1938
1951
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1939
1952
|
"class": props.srcfromprops == 'servicestyle2' ? 'col-lg-12 col-sm-12 p-0 mb-3' : 'col-lg-6 col-sm-12 p-0 mb-3'
|
|
@@ -1977,7 +1990,32 @@
|
|
|
1977
1990
|
style: {
|
|
1978
1991
|
flex: 1
|
|
1979
1992
|
},
|
|
1980
|
-
"class": "text-black cursor-pointer "
|
|
1993
|
+
"class": "text-black cursor-pointer ",
|
|
1994
|
+
onClick: function onClick() {
|
|
1995
|
+
var _item$productinfo5;
|
|
1996
|
+
var quantity = 0;
|
|
1997
|
+
var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
|
|
1998
|
+
if (parseFloat(tempproduct_prod_extras_array[index].quantity) <= 0) {
|
|
1999
|
+
quantity = 0;
|
|
2000
|
+
} else {
|
|
2001
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
2002
|
+
}
|
|
2003
|
+
quantity = quantity - 1;
|
|
2004
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
2005
|
+
addtocartfunc(false, {
|
|
2006
|
+
functype: 'add',
|
|
2007
|
+
item_type: 'Extras',
|
|
2008
|
+
productid: item === null || item === void 0 || (_item$productinfo5 = item.productinfo) === null || _item$productinfo5 === void 0 ? void 0 : _item$productinfo5.productid,
|
|
2009
|
+
main_ref_productid: productid,
|
|
2010
|
+
variantid: '',
|
|
2011
|
+
quantity: quantity,
|
|
2012
|
+
date: '',
|
|
2013
|
+
time: '',
|
|
2014
|
+
from: '',
|
|
2015
|
+
to: '',
|
|
2016
|
+
extrafields: []
|
|
2017
|
+
});
|
|
2018
|
+
}
|
|
1981
2019
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
1982
2020
|
className: 'h-100 allcentered'
|
|
1983
2021
|
}, /*#__PURE__*/React__default["default"].createElement(FiMinus.FiMinus, {
|
|
@@ -1988,11 +2026,34 @@
|
|
|
1988
2026
|
flex: 1,
|
|
1989
2027
|
fontSize: 18
|
|
1990
2028
|
}
|
|
1991
|
-
},
|
|
2029
|
+
}, item === null || item === void 0 ? void 0 : item.quantity), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1992
2030
|
style: {
|
|
1993
2031
|
flex: 1
|
|
1994
2032
|
},
|
|
1995
|
-
"class": "text-black cursor-pointer "
|
|
2033
|
+
"class": "text-black cursor-pointer ",
|
|
2034
|
+
onClick: function onClick() {
|
|
2035
|
+
var _item$productinfo6;
|
|
2036
|
+
var quantity = 0;
|
|
2037
|
+
var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
|
|
2038
|
+
if (tempproduct_prod_extras_array[index].quantity != undefined && tempproduct_prod_extras_array[index].quantity != null && tempproduct_prod_extras_array[index].quantity != 0) {
|
|
2039
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
2040
|
+
}
|
|
2041
|
+
quantity = quantity + 1;
|
|
2042
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
2043
|
+
addtocartfunc(false, {
|
|
2044
|
+
functype: 'add',
|
|
2045
|
+
item_type: 'Extras',
|
|
2046
|
+
productid: item === null || item === void 0 || (_item$productinfo6 = item.productinfo) === null || _item$productinfo6 === void 0 ? void 0 : _item$productinfo6.productid,
|
|
2047
|
+
main_ref_productid: productid,
|
|
2048
|
+
variantid: '',
|
|
2049
|
+
quantity: quantity,
|
|
2050
|
+
date: '',
|
|
2051
|
+
time: '',
|
|
2052
|
+
from: '',
|
|
2053
|
+
to: '',
|
|
2054
|
+
extrafields: []
|
|
2055
|
+
});
|
|
2056
|
+
}
|
|
1996
2057
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
1997
2058
|
className: 'h-100 allcentered'
|
|
1998
2059
|
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, {
|
|
@@ -7547,7 +7608,7 @@
|
|
|
7547
7608
|
};
|
|
7548
7609
|
|
|
7549
7610
|
var Service_itemtype = function Service_itemtype(props) {
|
|
7550
|
-
var _css, _authdetailsContext$i, _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20,
|
|
7611
|
+
var _css, _authdetailsContext$i, _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _sizeguideimage$;
|
|
7551
7612
|
var lang = props.actions.lang;
|
|
7552
7613
|
var langdetect = props.actions.langdetect;
|
|
7553
7614
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -7603,12 +7664,6 @@
|
|
|
7603
7664
|
settitle(fetchProductInfoQueryContext.data.data.productinfo.name_en);
|
|
7604
7665
|
setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinform/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
7605
7666
|
}, [props.itemprops]);
|
|
7606
|
-
var Slideshowsettings = {
|
|
7607
|
-
indicators: true,
|
|
7608
|
-
arrows: true,
|
|
7609
|
-
pauseOnHover: false,
|
|
7610
|
-
scale: 2
|
|
7611
|
-
};
|
|
7612
7667
|
function stringIsEnglish(str) {
|
|
7613
7668
|
var titlelang = 'English';
|
|
7614
7669
|
var arabic = /[\u0600-\u06FF]/;
|
|
@@ -7672,7 +7727,7 @@
|
|
|
7672
7727
|
};
|
|
7673
7728
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7674
7729
|
"class": ' col-lg-12 p-0 '
|
|
7675
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instid) != '
|
|
7730
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.instid) != '68b59be871aaf' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7676
7731
|
"class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
|
|
7677
7732
|
style: {
|
|
7678
7733
|
minHeight: sectionproperties.height + 'vh'
|
|
@@ -8391,7 +8446,7 @@
|
|
|
8391
8446
|
paddingLeft: langdetect == 'en' ? '.5em' : 0,
|
|
8392
8447
|
paddingRight: langdetect == 'ar' ? '.5rem' : 0
|
|
8393
8448
|
}
|
|
8394
|
-
}, StoreInfoprops()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '
|
|
8449
|
+
}, StoreInfoprops()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '68b59be871aaf' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8395
8450
|
"class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
|
|
8396
8451
|
style: {
|
|
8397
8452
|
minHeight: sectionproperties.height + 'vh',
|
|
@@ -8400,53 +8455,28 @@
|
|
|
8400
8455
|
paddingTop: '60px'
|
|
8401
8456
|
}
|
|
8402
8457
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8403
|
-
"class": 'col-lg-12 p-0 d-flex justify-content-center h-sm-auto
|
|
8404
|
-
style: {
|
|
8405
|
-
height: '60vh'
|
|
8406
|
-
}
|
|
8458
|
+
"class": 'col-lg-12 p-0 d-flex justify-content-center h-sm-auto mb-5'
|
|
8407
8459
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8408
|
-
"class": '
|
|
8409
|
-
|
|
8410
|
-
|
|
8411
|
-
|
|
8412
|
-
|
|
8413
|
-
|
|
8414
|
-
|
|
8415
|
-
|
|
8416
|
-
|
|
8417
|
-
|
|
8418
|
-
|
|
8419
|
-
|
|
8420
|
-
|
|
8421
|
-
|
|
8422
|
-
|
|
8423
|
-
|
|
8424
|
-
|
|
8425
|
-
|
|
8426
|
-
|
|
8427
|
-
|
|
8428
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8429
|
-
"class": 'p-0 align-items-center d-flex',
|
|
8430
|
-
key: index,
|
|
8431
|
-
style: _defineProperty__default["default"]({
|
|
8432
|
-
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
8433
|
-
width: '100%',
|
|
8434
|
-
height: '100%'
|
|
8435
|
-
}, "height", '60vh')
|
|
8436
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
8437
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8438
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8439
|
-
path: item.path,
|
|
8440
|
-
style: {
|
|
8441
|
-
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
8442
|
-
margin: 0,
|
|
8443
|
-
padding: 0,
|
|
8444
|
-
width: '100%',
|
|
8445
|
-
height: '100%'
|
|
8446
|
-
}
|
|
8447
|
-
})));
|
|
8448
|
-
}
|
|
8449
|
-
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8460
|
+
"class": 'row m-0 w-100'
|
|
8461
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer17 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productinfo) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productimages) === null || _fetchProductInfoQuer17 === void 0 ? void 0 : _fetchProductInfoQuer17.length) != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer18 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.productinfo) === null || _fetchProductInfoQuer18 === void 0 ? void 0 : _fetchProductInfoQuer18.productimages.map(function (item, index) {
|
|
8462
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8463
|
+
"class": "col-lg-3 col-md-4 col-md-6 mb-md-2"
|
|
8464
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8465
|
+
"class": ' w-100 h-100',
|
|
8466
|
+
style: {}
|
|
8467
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
8468
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8469
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8470
|
+
path: '/tr:w-500,h-500/' + item.path,
|
|
8471
|
+
style: {
|
|
8472
|
+
width: '100%',
|
|
8473
|
+
height: '100%',
|
|
8474
|
+
objectFit: 'contain',
|
|
8475
|
+
borderRadius: 20
|
|
8476
|
+
},
|
|
8477
|
+
loading: "lazy"
|
|
8478
|
+
})));
|
|
8479
|
+
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8450
8480
|
"class": "col-lg-8"
|
|
8451
8481
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8452
8482
|
"class": "row m-0 w-100",
|
|
@@ -8472,58 +8502,7 @@
|
|
|
8472
8502
|
}, /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
8473
8503
|
actions: props.actions,
|
|
8474
8504
|
srcfromprops: 'servicestyle2'
|
|
8475
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8476
|
-
"class": "col-lg-12 p-0 mb-3"
|
|
8477
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8478
|
-
"class": "m-0 p-0",
|
|
8479
|
-
style: {
|
|
8480
|
-
color: '#000',
|
|
8481
|
-
fontSize: 20,
|
|
8482
|
-
fontWeight: 600
|
|
8483
|
-
}
|
|
8484
|
-
}, "What's Included:")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8485
|
-
"class": "col-lg-12 text-start p-md-0"
|
|
8486
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8487
|
-
className: "row m-0 w-100"
|
|
8488
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer21 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productinfo) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productfeatures) === null || _fetchProductInfoQuer21 === void 0 ? void 0 : _fetchProductInfoQuer21.map(function (fitem, findex) {
|
|
8489
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8490
|
-
"class": "col-lg-12 col-md-12 p-0 mb-3 mt-2"
|
|
8491
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8492
|
-
"class": "row m-0 w-100 text-start"
|
|
8493
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8494
|
-
"class": "col-lg-12 text-start mb-3 text-uppercase p-0"
|
|
8495
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8496
|
-
style: {
|
|
8497
|
-
width: '30px'
|
|
8498
|
-
},
|
|
8499
|
-
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
8500
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
8501
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8502
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8503
|
-
path: fitem === null || fitem === void 0 ? void 0 : fitem.feature_image_url,
|
|
8504
|
-
loading: "lazy",
|
|
8505
|
-
style: {
|
|
8506
|
-
maxWidth: '100%',
|
|
8507
|
-
maxHeight: '100%'
|
|
8508
|
-
}
|
|
8509
|
-
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8510
|
-
"class": "m-0 p-0",
|
|
8511
|
-
style: {
|
|
8512
|
-
color: sectionproperties.featurecolor,
|
|
8513
|
-
fontWeight: sectionproperties.featurefontweight,
|
|
8514
|
-
fontSize: sectionproperties.featurefontsize
|
|
8515
|
-
}
|
|
8516
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8517
|
-
"class": "col-lg-12 text-start text-capitalize"
|
|
8518
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8519
|
-
"class": "m-0 p-0",
|
|
8520
|
-
style: {
|
|
8521
|
-
color: sectionproperties.featurevaluecolor,
|
|
8522
|
-
fontWeight: sectionproperties.featurevaluefontweight,
|
|
8523
|
-
fontSize: sectionproperties.featurevaluefontsize
|
|
8524
|
-
}
|
|
8525
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar))));
|
|
8526
|
-
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8505
|
+
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8527
8506
|
"class": "col-lg-4"
|
|
8528
8507
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8529
8508
|
"class": "row m-0 w-100 p-3",
|
|
@@ -8532,15 +8511,12 @@
|
|
|
8532
8511
|
borderRadius: 10,
|
|
8533
8512
|
boxShadow: '0 0 10px #ccc'
|
|
8534
8513
|
}
|
|
8535
|
-
}, /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
8514
|
+
}, sectionproperties.showDefaultPricingSection == 'Show' && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
8536
8515
|
actions: props.actions,
|
|
8537
8516
|
srcfromprops: 'servicestyle2'
|
|
8538
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8517
|
+
}), sectionproperties.showDefaultPricingSection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8539
8518
|
"class": "col-12 p-0"
|
|
8540
|
-
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement(
|
|
8541
|
-
actions: props.actions,
|
|
8542
|
-
srcfromprops: 'servicestyle2'
|
|
8543
|
-
}), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
8519
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement(Serviceinfotabs, {
|
|
8544
8520
|
actions: {
|
|
8545
8521
|
fetchProductInfoQueryContext: fetchProductInfoQueryContext,
|
|
8546
8522
|
sectionproperties: sectionproperties,
|
|
@@ -8559,6 +8535,12 @@
|
|
|
8559
8535
|
StaticPagesLinksContext: StaticPagesLinksContext,
|
|
8560
8536
|
addtofavoritescontext: addtofavoritescontext
|
|
8561
8537
|
}
|
|
8538
|
+
}), /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
8539
|
+
actions: props.actions
|
|
8540
|
+
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
8541
|
+
actions: props.actions,
|
|
8542
|
+
srcfromprops: 'servicestyle2',
|
|
8543
|
+
addtocartfunc: addtocartfunc
|
|
8562
8544
|
})))), sizeguideimage.length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
8563
8545
|
show: opensizeguidemodal,
|
|
8564
8546
|
onHide: function onHide() {
|