tabexseriescomponents 0.0.807 → 0.0.809
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 +556 -412
- package/dist/index.esm.js +556 -412
- package/dist/index.umd.js +556 -412
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -688,8 +688,8 @@ var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
|
688
688
|
}));
|
|
689
689
|
};
|
|
690
690
|
|
|
691
|
-
function ownKeys$
|
|
692
|
-
function _objectSpread$
|
|
691
|
+
function ownKeys$2B(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
692
|
+
function _objectSpread$2B(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2B(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2B(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
693
693
|
var Login = function Login(props) {
|
|
694
694
|
var _css;
|
|
695
695
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -765,7 +765,7 @@ var Login = function Login(props) {
|
|
|
765
765
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
766
766
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
767
767
|
});
|
|
768
|
-
setsectionproperties(_objectSpread$
|
|
768
|
+
setsectionproperties(_objectSpread$2B({}, secpropobj));
|
|
769
769
|
}
|
|
770
770
|
}, [StatePagePropertiesContext]);
|
|
771
771
|
React.useEffect(function () {
|
|
@@ -932,9 +932,9 @@ var Login = function Login(props) {
|
|
|
932
932
|
className: "".concat(loginstyles2.form_control),
|
|
933
933
|
value: payloadobj.email,
|
|
934
934
|
onChange: function onChange(event) {
|
|
935
|
-
var temppayloadobj = _objectSpread$
|
|
935
|
+
var temppayloadobj = _objectSpread$2B({}, payloadobj);
|
|
936
936
|
temppayloadobj.email = event.target.value;
|
|
937
|
-
setpayloadobj(_objectSpread$
|
|
937
|
+
setpayloadobj(_objectSpread$2B({}, temppayloadobj));
|
|
938
938
|
},
|
|
939
939
|
style: {
|
|
940
940
|
background: sectionproperties.input_bgcolor
|
|
@@ -956,9 +956,9 @@ var Login = function Login(props) {
|
|
|
956
956
|
textplaceholder: "",
|
|
957
957
|
value: payloadobj.password,
|
|
958
958
|
onChange: function onChange(event) {
|
|
959
|
-
var temppayloadobj = _objectSpread$
|
|
959
|
+
var temppayloadobj = _objectSpread$2B({}, payloadobj);
|
|
960
960
|
temppayloadobj.password = event.target.value;
|
|
961
|
-
setpayloadobj(_objectSpread$
|
|
961
|
+
setpayloadobj(_objectSpread$2B({}, temppayloadobj));
|
|
962
962
|
},
|
|
963
963
|
style: {
|
|
964
964
|
background: sectionproperties.input_bgcolor
|
|
@@ -1135,9 +1135,9 @@ var Login = function Login(props) {
|
|
|
1135
1135
|
className: "".concat(loginstyles2.form_control),
|
|
1136
1136
|
value: forgotpasswordpayload.email,
|
|
1137
1137
|
onChange: function onChange(event) {
|
|
1138
|
-
var temppayloadobj = _objectSpread$
|
|
1138
|
+
var temppayloadobj = _objectSpread$2B({}, forgotpasswordpayload);
|
|
1139
1139
|
temppayloadobj.email = event.target.value;
|
|
1140
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1140
|
+
setforgotpasswordpayload(_objectSpread$2B({}, temppayloadobj));
|
|
1141
1141
|
},
|
|
1142
1142
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1143
1143
|
style: {
|
|
@@ -1152,9 +1152,9 @@ var Login = function Login(props) {
|
|
|
1152
1152
|
className: "".concat(loginstyles2.form_control),
|
|
1153
1153
|
value: forgotpasswordpayload.code,
|
|
1154
1154
|
onChange: function onChange(event) {
|
|
1155
|
-
var temppayloadobj = _objectSpread$
|
|
1155
|
+
var temppayloadobj = _objectSpread$2B({}, forgotpasswordpayload);
|
|
1156
1156
|
temppayloadobj.code = event.target.value;
|
|
1157
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1157
|
+
setforgotpasswordpayload(_objectSpread$2B({}, temppayloadobj));
|
|
1158
1158
|
},
|
|
1159
1159
|
style: {
|
|
1160
1160
|
background: sectionproperties.input_bgcolor
|
|
@@ -1168,9 +1168,9 @@ var Login = function Login(props) {
|
|
|
1168
1168
|
className: "".concat(loginstyles2.form_control),
|
|
1169
1169
|
value: forgotpasswordpayload.newpassword,
|
|
1170
1170
|
onChange: function onChange(event) {
|
|
1171
|
-
var temppayloadobj = _objectSpread$
|
|
1171
|
+
var temppayloadobj = _objectSpread$2B({}, forgotpasswordpayload);
|
|
1172
1172
|
temppayloadobj.newpassword = event.target.value;
|
|
1173
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1173
|
+
setforgotpasswordpayload(_objectSpread$2B({}, temppayloadobj));
|
|
1174
1174
|
},
|
|
1175
1175
|
style: {
|
|
1176
1176
|
background: sectionproperties.input_bgcolor
|
|
@@ -1184,9 +1184,9 @@ var Login = function Login(props) {
|
|
|
1184
1184
|
className: "".concat(loginstyles2.form_control),
|
|
1185
1185
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
1186
1186
|
onChange: function onChange(event) {
|
|
1187
|
-
var temppayloadobj = _objectSpread$
|
|
1187
|
+
var temppayloadobj = _objectSpread$2B({}, forgotpasswordpayload);
|
|
1188
1188
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
1189
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1189
|
+
setforgotpasswordpayload(_objectSpread$2B({}, temppayloadobj));
|
|
1190
1190
|
},
|
|
1191
1191
|
style: {
|
|
1192
1192
|
background: sectionproperties.input_bgcolor
|
|
@@ -1198,7 +1198,7 @@ var Login = function Login(props) {
|
|
|
1198
1198
|
onClick: function onClick() {
|
|
1199
1199
|
if (forgotpasswordpayload.email.length != 0) {
|
|
1200
1200
|
var runfunc = false;
|
|
1201
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
1201
|
+
var tempforgotpasswordpayload = _objectSpread$2B({}, forgotpasswordpayload);
|
|
1202
1202
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
1203
1203
|
if (forgetpasswordstage == 'verify') {
|
|
1204
1204
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -1249,11 +1249,11 @@ var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rig
|
|
|
1249
1249
|
var loginstyles = {"rightContainer":"signup-module_rightContainer__yEcoL","rightContainerTrans":"signup-module_rightContainerTrans__fkdBH","rightContainerText":"signup-module_rightContainerText__-pvN-","form_control":"signup-module_form_control__7s76W","anim-shadow":"signup-module_anim-shadow__CsxhG","login_input_icon":"signup-module_login_input_icon__RDTS0","form_control_border_none":"signup-module_form_control_border_none__HjUMS","disabled":"signup-module_disabled__h55ao","leftcontainer":"signup-module_leftcontainer__bqfnN","form_controltextarea":"signup-module_form_controltextarea__-LGz6","checkbox":"signup-module_checkbox__8ejBx","checkbox_label":"signup-module_checkbox_label__d84Q2","checkbox_sub":"signup-module_checkbox_sub__WQLUX","checkboxtranslated":"signup-module_checkboxtranslated__4xHR-","showpassword_input_icon":"signup-module_showpassword_input_icon__cVHRS","showpassword_input_icontrans":"signup-module_showpassword_input_icontrans__vmV5q"};
|
|
1250
1250
|
styleInject(css_248z$J);
|
|
1251
1251
|
|
|
1252
|
-
function ownKeys$
|
|
1253
|
-
function _objectSpread$
|
|
1252
|
+
function ownKeys$2A(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1253
|
+
function _objectSpread$2A(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2A(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2A(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
1254
1254
|
var selectcustomStyles = {
|
|
1255
1255
|
option: function option(provided, state) {
|
|
1256
|
-
return _objectSpread$
|
|
1256
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1257
1257
|
borderBottom: '1px solid #e6e6e6',
|
|
1258
1258
|
backgroundColor: state.isSelected ? '' : '',
|
|
1259
1259
|
padding: 5,
|
|
@@ -1282,7 +1282,7 @@ var selectcustomStyles = {
|
|
|
1282
1282
|
};
|
|
1283
1283
|
var selectcustomStylesTranslated = {
|
|
1284
1284
|
option: function option(provided, state) {
|
|
1285
|
-
return _objectSpread$
|
|
1285
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1286
1286
|
borderBottom: '1px solid #e6e6e6',
|
|
1287
1287
|
backgroundColor: state.isSelected ? '' : '',
|
|
1288
1288
|
padding: 5,
|
|
@@ -1311,14 +1311,14 @@ var selectcustomStylesTranslated = {
|
|
|
1311
1311
|
};
|
|
1312
1312
|
},
|
|
1313
1313
|
placeholder: function placeholder(provided, state) {
|
|
1314
|
-
return _objectSpread$
|
|
1314
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1315
1315
|
textAlign: 'right'
|
|
1316
1316
|
});
|
|
1317
1317
|
}
|
|
1318
1318
|
};
|
|
1319
1319
|
var defaultstyles = {
|
|
1320
1320
|
option: function option(provided, state) {
|
|
1321
|
-
return _objectSpread$
|
|
1321
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1322
1322
|
borderBottom: '1px solid #e6e6e6',
|
|
1323
1323
|
backgroundColor: state.isSelected ? '' : '',
|
|
1324
1324
|
padding: 5,
|
|
@@ -1345,21 +1345,21 @@ var defaultstyles = {
|
|
|
1345
1345
|
});
|
|
1346
1346
|
},
|
|
1347
1347
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1348
|
-
return _objectSpread$
|
|
1348
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1349
1349
|
'&:hover': {
|
|
1350
1350
|
// color: '#eac435',
|
|
1351
1351
|
}
|
|
1352
1352
|
});
|
|
1353
1353
|
},
|
|
1354
1354
|
placeholder: function placeholder(provided, state) {
|
|
1355
|
-
return _objectSpread$
|
|
1355
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1356
1356
|
color: '#000000'
|
|
1357
1357
|
});
|
|
1358
1358
|
}
|
|
1359
1359
|
};
|
|
1360
1360
|
var defaultstyleswhite = {
|
|
1361
1361
|
option: function option(provided, state) {
|
|
1362
|
-
return _objectSpread$
|
|
1362
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1363
1363
|
borderBottom: '1px solid #e6e6e6',
|
|
1364
1364
|
backgroundColor: state.isSelected ? '' : '',
|
|
1365
1365
|
padding: 5,
|
|
@@ -1382,7 +1382,7 @@ var defaultstyleswhite = {
|
|
|
1382
1382
|
};
|
|
1383
1383
|
},
|
|
1384
1384
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1385
|
-
return _objectSpread$
|
|
1385
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1386
1386
|
'&:hover': {
|
|
1387
1387
|
// color: '#eac435',
|
|
1388
1388
|
}
|
|
@@ -1391,7 +1391,7 @@ var defaultstyleswhite = {
|
|
|
1391
1391
|
};
|
|
1392
1392
|
var defaultstylestranslatedwhite = {
|
|
1393
1393
|
option: function option(provided, state) {
|
|
1394
|
-
return _objectSpread$
|
|
1394
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1395
1395
|
borderBottom: '1px solid #e6e6e6',
|
|
1396
1396
|
backgroundColor: state.isSelected ? '' : '',
|
|
1397
1397
|
padding: 5,
|
|
@@ -1422,21 +1422,21 @@ var defaultstylestranslatedwhite = {
|
|
|
1422
1422
|
};
|
|
1423
1423
|
},
|
|
1424
1424
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1425
|
-
return _objectSpread$
|
|
1425
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1426
1426
|
'&:hover': {
|
|
1427
1427
|
// color: '#eac435',
|
|
1428
1428
|
}
|
|
1429
1429
|
});
|
|
1430
1430
|
},
|
|
1431
1431
|
placeholder: function placeholder(provided, state) {
|
|
1432
|
-
return _objectSpread$
|
|
1432
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1433
1433
|
textAlign: 'right'
|
|
1434
1434
|
});
|
|
1435
1435
|
}
|
|
1436
1436
|
};
|
|
1437
1437
|
var defaultstylestranslated = {
|
|
1438
1438
|
option: function option(provided, state) {
|
|
1439
|
-
return _objectSpread$
|
|
1439
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1440
1440
|
borderBottom: '1px solid #e6e6e6',
|
|
1441
1441
|
backgroundColor: state.isSelected ? '' : '',
|
|
1442
1442
|
padding: 5,
|
|
@@ -1467,14 +1467,14 @@ var defaultstylestranslated = {
|
|
|
1467
1467
|
};
|
|
1468
1468
|
},
|
|
1469
1469
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1470
|
-
return _objectSpread$
|
|
1470
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1471
1471
|
'&:hover': {
|
|
1472
1472
|
// color: '#eac435',
|
|
1473
1473
|
}
|
|
1474
1474
|
});
|
|
1475
1475
|
},
|
|
1476
1476
|
placeholder: function placeholder(provided, state) {
|
|
1477
|
-
return _objectSpread$
|
|
1477
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1478
1478
|
textAlign: 'right',
|
|
1479
1479
|
color: '#000000'
|
|
1480
1480
|
});
|
|
@@ -1482,7 +1482,7 @@ var defaultstylestranslated = {
|
|
|
1482
1482
|
};
|
|
1483
1483
|
var defaultstylesnone = {
|
|
1484
1484
|
option: function option(provided, state) {
|
|
1485
|
-
return _objectSpread$
|
|
1485
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1486
1486
|
borderBottom: '1px solid #e6e6e6',
|
|
1487
1487
|
backgroundColor: state.isSelected ? '' : '',
|
|
1488
1488
|
padding: 5,
|
|
@@ -1510,7 +1510,7 @@ var defaultstylesnone = {
|
|
|
1510
1510
|
};
|
|
1511
1511
|
},
|
|
1512
1512
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1513
|
-
return _objectSpread$
|
|
1513
|
+
return _objectSpread$2A(_objectSpread$2A({}, provided), {}, {
|
|
1514
1514
|
'&:hover': {
|
|
1515
1515
|
// color: '#eac435',
|
|
1516
1516
|
}
|
|
@@ -2289,8 +2289,8 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
2289
2289
|
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(Math.round(parseInt(fetchProductInfoQueryContext.data.data.productinfo.hassale == 0 ? parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2) : parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2)) * (fetchProductInfoQueryContext.data.data.productinfo.prodaffpercentprofit / 100))).toFixed(0), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))));
|
|
2290
2290
|
};
|
|
2291
2291
|
|
|
2292
|
-
function ownKeys$
|
|
2293
|
-
function _objectSpread$
|
|
2292
|
+
function ownKeys$2z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2293
|
+
function _objectSpread$2z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
2294
2294
|
var ProductExtraFields = function ProductExtraFields(props) {
|
|
2295
2295
|
var _fetchProductInfoQuer, _css, _fetchProductInfoQuer2;
|
|
2296
2296
|
props.actions.lang;
|
|
@@ -2345,9 +2345,9 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2345
2345
|
});
|
|
2346
2346
|
}
|
|
2347
2347
|
setproductextravaluesarray(_toConsumableArray__default["default"](tempproductextravaluesarray));
|
|
2348
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2348
|
+
var tempaddtocardpayloadobj = _objectSpread$2z({}, addtocardpayloadobj);
|
|
2349
2349
|
tempaddtocardpayloadobj.extrafields = tempproductextravaluesarray;
|
|
2350
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2350
|
+
setaddtocardpayloadobj(_objectSpread$2z({}, tempaddtocardpayloadobj));
|
|
2351
2351
|
};
|
|
2352
2352
|
var formstyles = {
|
|
2353
2353
|
input_label_name: glamor.css({
|
|
@@ -2580,8 +2580,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2580
2580
|
})))));
|
|
2581
2581
|
};
|
|
2582
2582
|
|
|
2583
|
-
function ownKeys$
|
|
2584
|
-
function _objectSpread$
|
|
2583
|
+
function ownKeys$2y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2584
|
+
function _objectSpread$2y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
2585
2585
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2586
2586
|
var _authdetailsContext$i, _authdetailsContext$i2, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer42, _fetchProductInfoQuer43, _fetchProductInfoQuer45, _fetchProductInfoQuer46, _fetchProductInfoQuer47, _fetchProductInfoQuer49, _fetchProductInfoQuer50, _fetchProductInfoQuer51, _fetchProductInfoQuer52, _fetchProductInfoQuer53, _fetchProductInfoQuer54, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer55, _fetchProductInfoQuer56, _fetchProductInfoQuer57, _fetchProductInfoQuer58, _fetchProductInfoQuer59, _fetchProductInfoQuer60, _fetchProductInfoQuer61, _fetchProductInfoQuer62, _fetchProductInfoQuer63, _fetchProductInfoQuer64, _fetchProductInfoQuer65, _fetchProductInfoQuer66, _fetchProductInfoQuer67;
|
|
2587
2587
|
var lang = props.actions.lang;
|
|
@@ -3264,7 +3264,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3264
3264
|
var _fetchProductInfoQuer32, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35;
|
|
3265
3265
|
var quantitystepincrearse = 1;
|
|
3266
3266
|
// var finalquantity = 0;
|
|
3267
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
3267
|
+
var tempaddtocardpayloadobj = _objectSpread$2y({}, addtocardpayloadobj);
|
|
3268
3268
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer32 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.productinfo) === null || _fetchProductInfoQuer32 === void 0 ? void 0 : _fetchProductInfoQuer32.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer33 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.productinfo) === null || _fetchProductInfoQuer33 === void 0 ? void 0 : _fetchProductInfoQuer33.quantitystepincrearse) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer34 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.productinfo) === null || _fetchProductInfoQuer34 === void 0 ? void 0 : _fetchProductInfoQuer34.quantitystepincrearse) != 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer35 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.productinfo) === null || _fetchProductInfoQuer35 === void 0 ? void 0 : _fetchProductInfoQuer35.quantitystepincrearse) != '') {
|
|
3269
3269
|
var _fetchProductInfoQuer36;
|
|
3270
3270
|
quantitystepincrearse = parseInt(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer36 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.productinfo) === null || _fetchProductInfoQuer36 === void 0 ? void 0 : _fetchProductInfoQuer36.quantitystepincrearse);
|
|
@@ -3273,7 +3273,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3273
3273
|
if (finalquantity >= 0) {
|
|
3274
3274
|
tempaddtocardpayloadobj.quantity = finalquantity;
|
|
3275
3275
|
}
|
|
3276
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3276
|
+
setaddtocardpayloadobj(_objectSpread$2y({}, tempaddtocardpayloadobj));
|
|
3277
3277
|
// var tempaddtocardpayloadobj = {
|
|
3278
3278
|
// ...addtocardpayloadobj,
|
|
3279
3279
|
// };
|
|
@@ -3310,7 +3310,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3310
3310
|
onClick: function onClick() {
|
|
3311
3311
|
var _fetchProductInfoQuer37, _fetchProductInfoQuer38, _fetchProductInfoQuer39, _fetchProductInfoQuer40;
|
|
3312
3312
|
var quantitystepincrearse = 1;
|
|
3313
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
3313
|
+
var tempaddtocardpayloadobj = _objectSpread$2y({}, addtocardpayloadobj);
|
|
3314
3314
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer37 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.productinfo) === null || _fetchProductInfoQuer37 === void 0 ? void 0 : _fetchProductInfoQuer37.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer38 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.productinfo) === null || _fetchProductInfoQuer38 === void 0 ? void 0 : _fetchProductInfoQuer38.quantitystepincrearse) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer39 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.productinfo) === null || _fetchProductInfoQuer39 === void 0 ? void 0 : _fetchProductInfoQuer39.quantitystepincrearse) != 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer40 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.productinfo) === null || _fetchProductInfoQuer40 === void 0 ? void 0 : _fetchProductInfoQuer40.quantitystepincrearse) != '') {
|
|
3315
3315
|
var _fetchProductInfoQuer41;
|
|
3316
3316
|
quantitystepincrearse = parseInt(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer41 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.productinfo) === null || _fetchProductInfoQuer41 === void 0 ? void 0 : _fetchProductInfoQuer41.quantitystepincrearse);
|
|
@@ -3320,7 +3320,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3320
3320
|
// else {
|
|
3321
3321
|
// tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity + 1;
|
|
3322
3322
|
// }
|
|
3323
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3323
|
+
setaddtocardpayloadobj(_objectSpread$2y({}, tempaddtocardpayloadobj));
|
|
3324
3324
|
}
|
|
3325
3325
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
3326
3326
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-up' : 'h-100 allcentered'
|
|
@@ -3345,13 +3345,13 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3345
3345
|
value: addtocardpayloadobj.quantity,
|
|
3346
3346
|
onChange: function onChange(event) {
|
|
3347
3347
|
if (event.target.value == NaN || event.target.value == undefined || event.target.value == null || event.target.value == '') {
|
|
3348
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
3348
|
+
var tempaddtocardpayloadobj = _objectSpread$2y({}, addtocardpayloadobj);
|
|
3349
3349
|
tempaddtocardpayloadobj.quantity = 1;
|
|
3350
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3350
|
+
setaddtocardpayloadobj(_objectSpread$2y({}, tempaddtocardpayloadobj));
|
|
3351
3351
|
} else {
|
|
3352
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
3352
|
+
var tempaddtocardpayloadobj = _objectSpread$2y({}, addtocardpayloadobj);
|
|
3353
3353
|
tempaddtocardpayloadobj.quantity = parseInt(event.target.value);
|
|
3354
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3354
|
+
setaddtocardpayloadobj(_objectSpread$2y({}, tempaddtocardpayloadobj));
|
|
3355
3355
|
}
|
|
3356
3356
|
}
|
|
3357
3357
|
})), sectionproperties.featuresposition != 'Under Name' && sectionproperties.featuresposition == 'Under Description' && sectionproperties.featurestyle != 'Table' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -4080,8 +4080,8 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
4080
4080
|
})))))));
|
|
4081
4081
|
};
|
|
4082
4082
|
|
|
4083
|
-
function ownKeys$
|
|
4084
|
-
function _objectSpread$
|
|
4083
|
+
function ownKeys$2x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4084
|
+
function _objectSpread$2x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2x(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4085
4085
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
4086
4086
|
var _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer20, _fetchProductInfoQuer21;
|
|
4087
4087
|
var langdetect = props.actions.langdetect;
|
|
@@ -4138,7 +4138,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4138
4138
|
disableddates = _useState12[0],
|
|
4139
4139
|
setdisableddates = _useState12[1];
|
|
4140
4140
|
React.useEffect(function () {
|
|
4141
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4141
|
+
setaddtocardpayloadobj(_objectSpread$2x(_objectSpread$2x({}, addtocardpayloadobj), {}, {
|
|
4142
4142
|
item_type: 'service'
|
|
4143
4143
|
}));
|
|
4144
4144
|
}, [tabsarray]);
|
|
@@ -4154,16 +4154,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4154
4154
|
if (diffDays.toString() != 'NaN') {
|
|
4155
4155
|
if (date2 <= date1) {
|
|
4156
4156
|
NotificationManager.warning('', 'Please choose another date.');
|
|
4157
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4157
|
+
setaddtocardpayloadobj(_objectSpread$2x(_objectSpread$2x({}, addtocardpayloadobj), {}, {
|
|
4158
4158
|
quantity: 0
|
|
4159
4159
|
}));
|
|
4160
4160
|
} else {
|
|
4161
4161
|
if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
|
|
4162
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4162
|
+
setaddtocardpayloadobj(_objectSpread$2x(_objectSpread$2x({}, addtocardpayloadobj), {}, {
|
|
4163
4163
|
quantity: diffDays
|
|
4164
4164
|
}));
|
|
4165
4165
|
} else {
|
|
4166
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4166
|
+
setaddtocardpayloadobj(_objectSpread$2x(_objectSpread$2x({}, addtocardpayloadobj), {}, {
|
|
4167
4167
|
quantity: 0
|
|
4168
4168
|
}));
|
|
4169
4169
|
NotificationManager.warning('', 'Max: ' + fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant + ', Min: ' + fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant);
|
|
@@ -4180,7 +4180,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4180
4180
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.disabled_dates.length) != 0) {
|
|
4181
4181
|
var _fetchProductInfoQuer5;
|
|
4182
4182
|
//
|
|
4183
|
-
var tempdisableddates = _objectSpread$
|
|
4183
|
+
var tempdisableddates = _objectSpread$2x({}, disableddates);
|
|
4184
4184
|
tempdisableddates = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.disabled_dates.map(function (dateStr) {
|
|
4185
4185
|
return new Date(dateStr);
|
|
4186
4186
|
});
|
|
@@ -4398,7 +4398,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4398
4398
|
}
|
|
4399
4399
|
if (reservedslotArrtobetaken.length != 0) {
|
|
4400
4400
|
reservedslottobetaken = reservedslotArrtobetaken[0].slot;
|
|
4401
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4401
|
+
setaddtocardpayloadobj(_objectSpread$2x(_objectSpread$2x({}, addtocardpayloadobj), {}, {
|
|
4402
4402
|
time: reservedslottobetaken,
|
|
4403
4403
|
reserved_slots: reservedslotArrtobetaken,
|
|
4404
4404
|
quantity: parseInt(reservedslotArrtobetaken.length)
|
|
@@ -4457,7 +4457,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4457
4457
|
selected: selectedfromdate,
|
|
4458
4458
|
excludeDates: disableddates,
|
|
4459
4459
|
onChange: function onChange(date) {
|
|
4460
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4460
|
+
setaddtocardpayloadobj(_objectSpread$2x(_objectSpread$2x({}, addtocardpayloadobj), {}, {
|
|
4461
4461
|
from: date
|
|
4462
4462
|
}));
|
|
4463
4463
|
setselectedfromdate(date);
|
|
@@ -4478,7 +4478,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4478
4478
|
selected: selectedtodate,
|
|
4479
4479
|
excludeDates: disableddates,
|
|
4480
4480
|
onChange: function onChange(date) {
|
|
4481
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4481
|
+
setaddtocardpayloadobj(_objectSpread$2x(_objectSpread$2x({}, addtocardpayloadobj), {}, {
|
|
4482
4482
|
to: date
|
|
4483
4483
|
}));
|
|
4484
4484
|
setselectedtodate(date);
|
|
@@ -4517,7 +4517,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4517
4517
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
4518
4518
|
onChange: function onChange(event) {
|
|
4519
4519
|
// setaddtocardpayloadobj({ ...addtocardpayloadobj, date: event.target.value });
|
|
4520
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4520
|
+
setaddtocardpayloadobj(_objectSpread$2x(_objectSpread$2x({}, addtocardpayloadobj), {}, {
|
|
4521
4521
|
date: event.target.value,
|
|
4522
4522
|
time: '',
|
|
4523
4523
|
reservedslotArrtobetaken: [],
|
|
@@ -4592,7 +4592,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4592
4592
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
4593
4593
|
"class": TabsStyles.booknow_btn_resp + ' allcentered ',
|
|
4594
4594
|
onClick: function onClick() {
|
|
4595
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4595
|
+
setaddtocardpayloadobj(_objectSpread$2x(_objectSpread$2x({}, addtocardpayloadobj), {}, {
|
|
4596
4596
|
time: item.slot
|
|
4597
4597
|
}));
|
|
4598
4598
|
}
|
|
@@ -5930,8 +5930,8 @@ var Article_itemtype = function Article_itemtype(props) {
|
|
|
5930
5930
|
})))))))));
|
|
5931
5931
|
};
|
|
5932
5932
|
|
|
5933
|
-
function ownKeys$
|
|
5934
|
-
function _objectSpread$
|
|
5933
|
+
function ownKeys$2w(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5934
|
+
function _objectSpread$2w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2w(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5935
5935
|
var AddReview = function AddReview(props) {
|
|
5936
5936
|
var _css;
|
|
5937
5937
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -5983,7 +5983,7 @@ var AddReview = function AddReview(props) {
|
|
|
5983
5983
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
5984
5984
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5985
5985
|
});
|
|
5986
|
-
setsectionproperties(_objectSpread$
|
|
5986
|
+
setsectionproperties(_objectSpread$2w({}, secpropobj));
|
|
5987
5987
|
}
|
|
5988
5988
|
}, [StatePagePropertiesContext]);
|
|
5989
5989
|
React.useEffect(function () {
|
|
@@ -5992,7 +5992,7 @@ var AddReview = function AddReview(props) {
|
|
|
5992
5992
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[pageindexcontext]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
5993
5993
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5994
5994
|
});
|
|
5995
|
-
setsectionproperties(_objectSpread$
|
|
5995
|
+
setsectionproperties(_objectSpread$2w({}, secpropobj));
|
|
5996
5996
|
}, [pageindexcontext]);
|
|
5997
5997
|
var reviewstyles = {
|
|
5998
5998
|
submitreviewbtn: glamor.css({
|
|
@@ -6118,9 +6118,9 @@ var AddReview = function AddReview(props) {
|
|
|
6118
6118
|
}),
|
|
6119
6119
|
activeColor: "#ffd700",
|
|
6120
6120
|
onChange: function onChange(event) {
|
|
6121
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
6121
|
+
var tempreviewpayloadobj = _objectSpread$2w({}, reviewpayloadobj);
|
|
6122
6122
|
tempreviewpayloadobj.reviewrate = event;
|
|
6123
|
-
setreviewpayloadobj(_objectSpread$
|
|
6123
|
+
setreviewpayloadobj(_objectSpread$2w({}, tempreviewpayloadobj));
|
|
6124
6124
|
}
|
|
6125
6125
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6126
6126
|
"class": "col-lg-12"
|
|
@@ -6134,9 +6134,9 @@ var AddReview = function AddReview(props) {
|
|
|
6134
6134
|
"class": reviewstyles.form_control,
|
|
6135
6135
|
value: reviewpayloadobj.reviewname,
|
|
6136
6136
|
onChange: function onChange(event) {
|
|
6137
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
6137
|
+
var tempreviewpayloadobj = _objectSpread$2w({}, reviewpayloadobj);
|
|
6138
6138
|
tempreviewpayloadobj.reviewname = event.target.value;
|
|
6139
|
-
setreviewpayloadobj(_objectSpread$
|
|
6139
|
+
setreviewpayloadobj(_objectSpread$2w({}, tempreviewpayloadobj));
|
|
6140
6140
|
}
|
|
6141
6141
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6142
6142
|
"class": "col-lg-12 mb-4"
|
|
@@ -6146,9 +6146,9 @@ var AddReview = function AddReview(props) {
|
|
|
6146
6146
|
"class": reviewstyles.form_control,
|
|
6147
6147
|
value: reviewpayloadobj.reviewtitle,
|
|
6148
6148
|
onChange: function onChange(event) {
|
|
6149
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
6149
|
+
var tempreviewpayloadobj = _objectSpread$2w({}, reviewpayloadobj);
|
|
6150
6150
|
tempreviewpayloadobj.reviewtitle = event.target.value;
|
|
6151
|
-
setreviewpayloadobj(_objectSpread$
|
|
6151
|
+
setreviewpayloadobj(_objectSpread$2w({}, tempreviewpayloadobj));
|
|
6152
6152
|
}
|
|
6153
6153
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6154
6154
|
"class": "col-lg-12 mb-4"
|
|
@@ -6159,9 +6159,9 @@ var AddReview = function AddReview(props) {
|
|
|
6159
6159
|
"class": reviewstyles.form_control + ' form_control ',
|
|
6160
6160
|
value: reviewpayloadobj.reviewbody,
|
|
6161
6161
|
onChange: function onChange(event) {
|
|
6162
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
6162
|
+
var tempreviewpayloadobj = _objectSpread$2w({}, reviewpayloadobj);
|
|
6163
6163
|
tempreviewpayloadobj.reviewbody = event.target.value;
|
|
6164
|
-
setreviewpayloadobj(_objectSpread$
|
|
6164
|
+
setreviewpayloadobj(_objectSpread$2w({}, tempreviewpayloadobj));
|
|
6165
6165
|
},
|
|
6166
6166
|
style: {
|
|
6167
6167
|
resize: 'none',
|
|
@@ -6196,8 +6196,8 @@ var AddReview = function AddReview(props) {
|
|
|
6196
6196
|
}, langdetect == 'en' ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)));
|
|
6197
6197
|
};
|
|
6198
6198
|
|
|
6199
|
-
function ownKeys$
|
|
6200
|
-
function _objectSpread$
|
|
6199
|
+
function ownKeys$2v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6200
|
+
function _objectSpread$2v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2v(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6201
6201
|
var ProductReviews = function ProductReviews(props) {
|
|
6202
6202
|
var _fetchProductInfoQuer, _fetchProductInfoQuer3, _fetchProductInfoQuer4;
|
|
6203
6203
|
props.actions.lang;
|
|
@@ -6431,7 +6431,7 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
6431
6431
|
size: "md",
|
|
6432
6432
|
"class": "reviewmodal"
|
|
6433
6433
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement(AddReview, {
|
|
6434
|
-
actions: _objectSpread$
|
|
6434
|
+
actions: _objectSpread$2v(_objectSpread$2v({}, actions), {}, {
|
|
6435
6435
|
productid: productid,
|
|
6436
6436
|
canuserreview: canuserreview,
|
|
6437
6437
|
addreviewcallback: addreviewcallback
|
|
@@ -6439,8 +6439,8 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
6439
6439
|
}))));
|
|
6440
6440
|
};
|
|
6441
6441
|
|
|
6442
|
-
function ownKeys$
|
|
6443
|
-
function _objectSpread$
|
|
6442
|
+
function ownKeys$2u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6443
|
+
function _objectSpread$2u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2u(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6444
6444
|
var Productinfo = function Productinfo(props) {
|
|
6445
6445
|
var _css, _ref, _ref2, _ref3, _fetchProductInfoQuer46, _fetchProductInfoQuer47, _fetchProductInfoQuer48, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _fetchProductInfoQuer49, _fetchProductInfoQuer50, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer51, _fetchProductInfoQuer52, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12;
|
|
6446
6446
|
var _useState = React.useState({}),
|
|
@@ -6469,7 +6469,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6469
6469
|
setfetchProductInfoQueryContext = _useState4[1];
|
|
6470
6470
|
React.useEffect(function () {
|
|
6471
6471
|
if (fetchProductInfoQueryContextProps.isSuccess) {
|
|
6472
|
-
setProductInfoObj(_objectSpread$
|
|
6472
|
+
setProductInfoObj(_objectSpread$2u({}, fetchProductInfoQueryContextProps.data));
|
|
6473
6473
|
setfetchProductInfoQueryContext(fetchProductInfoQueryContextProps);
|
|
6474
6474
|
}
|
|
6475
6475
|
}, [props.actions, props, fetchProductInfoQueryContextProps.data, fetchProductInfoQueryContextProps.isSuccess]);
|
|
@@ -6594,7 +6594,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6594
6594
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
6595
6595
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6596
6596
|
});
|
|
6597
|
-
setsectionproperties(_objectSpread$
|
|
6597
|
+
setsectionproperties(_objectSpread$2u({}, secpropobj));
|
|
6598
6598
|
setTabIndex(0);
|
|
6599
6599
|
settabname('descriptiontab');
|
|
6600
6600
|
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom' && (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 || (_fetchProductInfoQuer = _fetchProductInfoQuer.product_videos) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.length) == 0) {
|
|
@@ -6637,7 +6637,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6637
6637
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[pageindexcontext]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
6638
6638
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6639
6639
|
});
|
|
6640
|
-
setsectionproperties(_objectSpread$
|
|
6640
|
+
setsectionproperties(_objectSpread$2u({}, secpropobj));
|
|
6641
6641
|
}, [pageindexcontext]);
|
|
6642
6642
|
React.useEffect(function () {
|
|
6643
6643
|
if (productidparam == undefined) {
|
|
@@ -6664,12 +6664,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
6664
6664
|
}
|
|
6665
6665
|
}, [ProductInfoObj, isloaded]);
|
|
6666
6666
|
var productidassigner = function productidassigner(productid) {
|
|
6667
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
6667
|
+
var tempFetchQueriesEngineContext = _objectSpread$2u({}, FetchQueriesEngineContext);
|
|
6668
6668
|
tempFetchQueriesEngineContext.fetchproductinfo = true;
|
|
6669
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
6670
|
-
var tempfetchproductinfoObjContext = _objectSpread$
|
|
6669
|
+
setFetchQueriesEngineContext(_objectSpread$2u({}, tempFetchQueriesEngineContext));
|
|
6670
|
+
var tempfetchproductinfoObjContext = _objectSpread$2u({}, fetchproductinfoObjContext);
|
|
6671
6671
|
tempfetchproductinfoObjContext.productid = productid;
|
|
6672
|
-
setfetchproductinfoObjContext(_objectSpread$
|
|
6672
|
+
setfetchproductinfoObjContext(_objectSpread$2u({}, tempfetchproductinfoObjContext));
|
|
6673
6673
|
};
|
|
6674
6674
|
React.useEffect(function () {
|
|
6675
6675
|
if (!fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && ikimagecredcontext != undefined) {
|
|
@@ -6721,7 +6721,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6721
6721
|
setproductimagesarray([].concat(tempproductimagesarray));
|
|
6722
6722
|
variantchecker();
|
|
6723
6723
|
var quantitystepincrearse = 1;
|
|
6724
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
6724
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
6725
6725
|
tempaddtocardpayloadobj.productid = fetchProductInfoQueryContext.data.data.productinfo.productid;
|
|
6726
6726
|
// setaddtocardpayloadobj({ ...tempaddtocardpayloadobj });
|
|
6727
6727
|
setRelatedProductsTagid(fetchProductInfoQueryContext.data.data.productinfo.maintagid);
|
|
@@ -6746,7 +6746,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6746
6746
|
quantitystepincrearse = parseInt(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer19 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer19 === void 0 || (_fetchProductInfoQuer19 = _fetchProductInfoQuer19.data) === null || _fetchProductInfoQuer19 === void 0 || (_fetchProductInfoQuer19 = _fetchProductInfoQuer19.productinfo) === null || _fetchProductInfoQuer19 === void 0 ? void 0 : _fetchProductInfoQuer19.quantitystepincrearse);
|
|
6747
6747
|
}
|
|
6748
6748
|
tempaddtocardpayloadobj.quantity = quantitystepincrearse;
|
|
6749
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
6749
|
+
setaddtocardpayloadobj(_objectSpread$2u({}, tempaddtocardpayloadobj));
|
|
6750
6750
|
}
|
|
6751
6751
|
}
|
|
6752
6752
|
}, [fetchProductInfoQueryContext.isSuccess, fetchProductInfoQueryContext.data, ikimagecredcontext]);
|
|
@@ -6786,7 +6786,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6786
6786
|
});
|
|
6787
6787
|
variantchecker();
|
|
6788
6788
|
variantcompleting();
|
|
6789
|
-
setProductInfoObj(_objectSpread$
|
|
6789
|
+
setProductInfoObj(_objectSpread$2u({}, productarr));
|
|
6790
6790
|
};
|
|
6791
6791
|
var variantchecker = function variantchecker() {
|
|
6792
6792
|
var productarr = ProductInfoObj;
|
|
@@ -6860,16 +6860,16 @@ var Productinfo = function Productinfo(props) {
|
|
|
6860
6860
|
});
|
|
6861
6861
|
}
|
|
6862
6862
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
6863
|
-
setProductInfoObj(_objectSpread$
|
|
6863
|
+
setProductInfoObj(_objectSpread$2u({}, productarr));
|
|
6864
6864
|
setisloaded(true);
|
|
6865
6865
|
}
|
|
6866
6866
|
}
|
|
6867
6867
|
};
|
|
6868
6868
|
var variantcompleting = function variantcompleting() {
|
|
6869
6869
|
setvariantindexcompleted('');
|
|
6870
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
6870
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
6871
6871
|
tempaddtocardpayloadobj.variantid = '';
|
|
6872
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
6872
|
+
setaddtocardpayloadobj(_objectSpread$2u({}, tempaddtocardpayloadobj));
|
|
6873
6873
|
var productarr = ProductInfoObj;
|
|
6874
6874
|
var selectedoptionsvalues = [];
|
|
6875
6875
|
productarr.data.productinfo.productoptions.forEach(function (productoptionsitem, productoptionsindex) {
|
|
@@ -6902,7 +6902,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6902
6902
|
NotificationManager.warning('', 'Variant Not Found');
|
|
6903
6903
|
} else {
|
|
6904
6904
|
variantid = variantobj.variantid;
|
|
6905
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
6905
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
6906
6906
|
tempaddtocardpayloadobj.variantid = variantid;
|
|
6907
6907
|
var variantimageindex = 0;
|
|
6908
6908
|
productimagesarray === null || productimagesarray === void 0 || productimagesarray.forEach(function (tempimageitem, tempimageindex) {
|
|
@@ -6917,14 +6917,14 @@ var Productinfo = function Productinfo(props) {
|
|
|
6917
6917
|
}
|
|
6918
6918
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
6919
6919
|
setcurrentshowingimageindex(variantimageindex);
|
|
6920
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
6920
|
+
setaddtocardpayloadobj(_objectSpread$2u({}, tempaddtocardpayloadobj));
|
|
6921
6921
|
setvariantindexcompleted(ProductVariantIndex);
|
|
6922
6922
|
setvariantindex(ProductVariantIndex);
|
|
6923
6923
|
}
|
|
6924
6924
|
}
|
|
6925
6925
|
});
|
|
6926
6926
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
6927
|
-
setProductInfoObj(_objectSpread$
|
|
6927
|
+
setProductInfoObj(_objectSpread$2u({}, productarr));
|
|
6928
6928
|
};
|
|
6929
6929
|
var addtocartfunc = function addtocartfunc(forcetocheckout) {
|
|
6930
6930
|
var runfunc = false;
|
|
@@ -6948,7 +6948,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6948
6948
|
}
|
|
6949
6949
|
if (runfunc == true) {
|
|
6950
6950
|
var _fetchProductInfoQuer21, _fetchProductInfoQuer22;
|
|
6951
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
6951
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
6952
6952
|
tempaddtocardpayloadobj.isproductforcedtocheckout = 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 ? void 0 : _fetchProductInfoQuer21.isproductforcedtocheckout;
|
|
6953
6953
|
tempaddtocardpayloadobj.vendorid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer22 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.data) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.productinfo) === null || _fetchProductInfoQuer22 === void 0 ? void 0 : _fetchProductInfoQuer22.vendorproviderid;
|
|
6954
6954
|
if (forcetocheckoutvalue != undefined) {
|
|
@@ -6987,7 +6987,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6987
6987
|
};
|
|
6988
6988
|
var validateextrafields = function validateextrafields() {
|
|
6989
6989
|
var _fetchProductInfoQuer29;
|
|
6990
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
6990
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
6991
6991
|
var status = false;
|
|
6992
6992
|
var reason = '';
|
|
6993
6993
|
var missingitemsfound = [];
|
|
@@ -8091,7 +8091,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
8091
8091
|
}))), /*#__PURE__*/React__default["default"].createElement(material.Box, {
|
|
8092
8092
|
"class": "w-100 mt-5 mb-4"
|
|
8093
8093
|
}, tabname == 'descriptiontab' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
8094
|
-
actions: _objectSpread$
|
|
8094
|
+
actions: _objectSpread$2u(_objectSpread$2u({}, actions), {}, {
|
|
8095
8095
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
8096
8096
|
sectionproperties: sectionproperties
|
|
8097
8097
|
})
|
|
@@ -8139,7 +8139,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
8139
8139
|
})), tabname == 'reviewstab' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8140
8140
|
"class": "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0"
|
|
8141
8141
|
}, /*#__PURE__*/React__default["default"].createElement(ProductReviews, {
|
|
8142
|
-
actions: _objectSpread$
|
|
8142
|
+
actions: _objectSpread$2u(_objectSpread$2u({}, actions), {}, {
|
|
8143
8143
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
8144
8144
|
sectionproperties: sectionproperties
|
|
8145
8145
|
})
|
|
@@ -8156,8 +8156,8 @@ var css_248z$I = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu_
|
|
|
8156
8156
|
var staticroutersidenav = {"vertical_nav_menu":"staticroutersidenav-module_vertical_nav_menu__p0mIj","sidebar_item":"staticroutersidenav-module_sidebar_item__3F9Q1","sidenav_page_name":"staticroutersidenav-module_sidenav_page_name__46AJV","sidenav_icon_cont":"staticroutersidenav-module_sidenav_icon_cont__O8YSe","metismenu_icon":"staticroutersidenav-module_metismenu_icon__EcRZ1","sidenav_active":"staticroutersidenav-module_sidenav_active__IjRo0","horizontal_nav_menu":"staticroutersidenav-module_horizontal_nav_menu__6V32S","sidebar_itemlastchild":"staticroutersidenav-module_sidebar_itemlastchild__9O187"};
|
|
8157
8157
|
styleInject(css_248z$I);
|
|
8158
8158
|
|
|
8159
|
-
function ownKeys$
|
|
8160
|
-
function _objectSpread$
|
|
8159
|
+
function ownKeys$2t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
8160
|
+
function _objectSpread$2t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2t(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
8161
8161
|
var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
8162
8162
|
var _useState = React.useState(props.currentpageprops),
|
|
8163
8163
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -8193,7 +8193,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
8193
8193
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[CurrentPageId]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
8194
8194
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8195
8195
|
});
|
|
8196
|
-
setsectionproperties(_objectSpread$
|
|
8196
|
+
setsectionproperties(_objectSpread$2t({}, secpropobj));
|
|
8197
8197
|
}
|
|
8198
8198
|
}, [CurrentPageId]);
|
|
8199
8199
|
var styles = {
|
|
@@ -8359,8 +8359,8 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
8359
8359
|
}))))));
|
|
8360
8360
|
};
|
|
8361
8361
|
|
|
8362
|
-
function ownKeys$
|
|
8363
|
-
function _objectSpread$
|
|
8362
|
+
function ownKeys$2s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
8363
|
+
function _objectSpread$2s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2s(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
8364
8364
|
var Ordershistory = function Ordershistory(props) {
|
|
8365
8365
|
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchorderhistoryQue2, _fetchorderhistoryQue3, _fetchorderhistoryQue4, _fetchorderhistoryQue5;
|
|
8366
8366
|
var lang = props.actions.lang;
|
|
@@ -8413,9 +8413,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
8413
8413
|
setorderindex = _useState14[1];
|
|
8414
8414
|
React.useEffect(function () {
|
|
8415
8415
|
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
|
|
8416
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
8416
|
+
var tempFetchQueriesEngineContext = _objectSpread$2s({}, FetchQueriesEngineContext);
|
|
8417
8417
|
tempFetchQueriesEngineContext.orderhistory = true;
|
|
8418
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
8418
|
+
setFetchQueriesEngineContext(_objectSpread$2s({}, tempFetchQueriesEngineContext));
|
|
8419
8419
|
}
|
|
8420
8420
|
}, []);
|
|
8421
8421
|
var _useState15 = React.useState(''),
|
|
@@ -8436,7 +8436,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
8436
8436
|
props === null || props === void 0 || (_props$actions = props.actions) === null || _props$actions === void 0 || (_props$actions = _props$actions.StatePagePropertiesContext) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageobj) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageproperties) === null || _props$actions === void 0 || _props$actions.forEach(function (arrayItem, arrayindex) {
|
|
8437
8437
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8438
8438
|
});
|
|
8439
|
-
setsectionproperties(_objectSpread$
|
|
8439
|
+
setsectionproperties(_objectSpread$2s({}, secpropobj));
|
|
8440
8440
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
8441
8441
|
var orderhistory_cssstyles = {
|
|
8442
8442
|
variantcontainer: glamor.css({
|
|
@@ -9393,8 +9393,8 @@ var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_c
|
|
|
9393
9393
|
var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
|
|
9394
9394
|
styleInject(css_248z$H);
|
|
9395
9395
|
|
|
9396
|
-
function ownKeys$
|
|
9397
|
-
function _objectSpread$
|
|
9396
|
+
function ownKeys$2r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9397
|
+
function _objectSpread$2r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2r(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9398
9398
|
var Wishlist = function Wishlist(props) {
|
|
9399
9399
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
9400
9400
|
props.actions.lang;
|
|
@@ -9425,13 +9425,13 @@ var Wishlist = function Wishlist(props) {
|
|
|
9425
9425
|
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
9426
9426
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9427
9427
|
});
|
|
9428
|
-
setsectionproperties(_objectSpread$
|
|
9428
|
+
setsectionproperties(_objectSpread$2r({}, secpropobj));
|
|
9429
9429
|
}
|
|
9430
9430
|
}, [StatePagePropertiesContext]);
|
|
9431
9431
|
React.useEffect(function () {
|
|
9432
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
9432
|
+
var tempFetchQueriesEngineContext = _objectSpread$2r({}, FetchQueriesEngineContext);
|
|
9433
9433
|
tempFetchQueriesEngineContext.fetchfavoriteproducts = true;
|
|
9434
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
9434
|
+
setFetchQueriesEngineContext(_objectSpread$2r({}, tempFetchQueriesEngineContext));
|
|
9435
9435
|
}, []);
|
|
9436
9436
|
React.useEffect(function () {
|
|
9437
9437
|
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
@@ -9440,7 +9440,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
9440
9440
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
9441
9441
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9442
9442
|
});
|
|
9443
|
-
setsectionproperties(_objectSpread$
|
|
9443
|
+
setsectionproperties(_objectSpread$2r({}, secpropobj));
|
|
9444
9444
|
}
|
|
9445
9445
|
}, [StatePagePropertiesContext]);
|
|
9446
9446
|
var wishlist_cssstyles = {
|
|
@@ -10059,8 +10059,8 @@ var Wishlist = function Wishlist(props) {
|
|
|
10059
10059
|
})));
|
|
10060
10060
|
};
|
|
10061
10061
|
|
|
10062
|
-
function ownKeys$
|
|
10063
|
-
function _objectSpread$
|
|
10062
|
+
function ownKeys$2q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
10063
|
+
function _objectSpread$2q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2q(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10064
10064
|
var Viewcart = function Viewcart(props) {
|
|
10065
10065
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchcustomercartQue7, _fetchcustomercartQue8;
|
|
10066
10066
|
var lang = props.actions.lang;
|
|
@@ -10092,7 +10092,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
10092
10092
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
10093
10093
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
10094
10094
|
});
|
|
10095
|
-
setsectionproperties(_objectSpread$
|
|
10095
|
+
setsectionproperties(_objectSpread$2q({}, secpropobj));
|
|
10096
10096
|
}
|
|
10097
10097
|
}, [StatePagePropertiesContext]);
|
|
10098
10098
|
React.useEffect(function () {
|
|
@@ -10680,8 +10680,8 @@ var css_248z$G = "/* Forms */\n.form-module_form_control__4-RGw {\n display:
|
|
|
10680
10680
|
var formstyles = {"form_control":"form-module_form_control__4-RGw","textarea":"form-module_textarea__zG0ed","form_control_border_none":"form-module_form_control_border_none__TJvdZ","disabled":"form-module_disabled__AtvSI","input_label_name":"form-module_input_label_name__416wN","input_label_name-bolder":"form-module_input_label_name-bolder__UQn0a","input_icon":"form-module_input_icon__X-CzC","radiobtn_label":"form-module_radiobtn_label__-4Hoi","text-grey":"form-module_text-grey__JdZMY","radiobtn_label_translated":"form-module_radiobtn_label_translated__WN5Jj","checkbox":"form-module_checkbox__XPkWy","checkbox_label":"form-module_checkbox_label__VvcKs","checkbox_sub":"form-module_checkbox_sub__QWYil","checkboxtranslated":"form-module_checkboxtranslated__zvEV-"};
|
|
10681
10681
|
styleInject(css_248z$G);
|
|
10682
10682
|
|
|
10683
|
-
function ownKeys$
|
|
10684
|
-
function _objectSpread$
|
|
10683
|
+
function ownKeys$2p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
10684
|
+
function _objectSpread$2p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2p(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10685
10685
|
var Select$3 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
10686
10686
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
10687
10687
|
});
|
|
@@ -10756,7 +10756,7 @@ var Checkout = function Checkout(props) {
|
|
|
10756
10756
|
props === null || props === void 0 || (_props$actions = props.actions) === null || _props$actions === void 0 || (_props$actions = _props$actions.StatePagePropertiesContext) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageobj) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageproperties) === null || _props$actions === void 0 || _props$actions.forEach(function (arrayItem, arrayindex) {
|
|
10757
10757
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
10758
10758
|
});
|
|
10759
|
-
setsectionproperties(_objectSpread$
|
|
10759
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
10760
10760
|
}, [props.actions.StatePagePropertiesContext]);
|
|
10761
10761
|
React.useEffect(function () {
|
|
10762
10762
|
var Canorder = false;
|
|
@@ -10776,10 +10776,10 @@ var Checkout = function Checkout(props) {
|
|
|
10776
10776
|
}
|
|
10777
10777
|
if (Canorder == true) {
|
|
10778
10778
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7;
|
|
10779
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10779
|
+
var tempFetchQueriesEngineContext = _objectSpread$2p({}, FetchQueriesEngineContext);
|
|
10780
10780
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
10781
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
10782
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10781
|
+
setFetchQueriesEngineContext(_objectSpread$2p({}, tempFetchQueriesEngineContext));
|
|
10782
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2p({}, FetchTabexStatesPayloadobjContext);
|
|
10783
10783
|
if (
|
|
10784
10784
|
// Aya
|
|
10785
10785
|
!fetchcustomercartQueryContext.isFetching && fetchcustomercartQueryContext.isSuccess && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != undefined && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.customercart.countryid) != null &&
|
|
@@ -10796,7 +10796,7 @@ var Checkout = function Checkout(props) {
|
|
|
10796
10796
|
var _fetchcustomercartQue8;
|
|
10797
10797
|
tempFetchTabexStatesPayloadobjContext.state_id = fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue8 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue8 === void 0 || (_fetchcustomercartQue8 = _fetchcustomercartQue8.data) === null || _fetchcustomercartQue8 === void 0 ? void 0 : _fetchcustomercartQue8.customercart.stateid;
|
|
10798
10798
|
}
|
|
10799
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10799
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2p({}, tempFetchTabexStatesPayloadobjContext));
|
|
10800
10800
|
} else {
|
|
10801
10801
|
// NotificationManager.warning('', lang.pleaselogintocheckout);
|
|
10802
10802
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -11788,10 +11788,10 @@ var Checkout = function Checkout(props) {
|
|
|
11788
11788
|
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue68 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue68 === void 0 || (_fetchcustomercartQue68 = _fetchcustomercartQue68.data) === null || _fetchcustomercartQue68 === void 0 ? void 0 : _fetchcustomercartQue68.customercart.countryid);
|
|
11789
11789
|
}),
|
|
11790
11790
|
onChange: function onChange(option) {
|
|
11791
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11791
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2p({}, FetchTabexStatesPayloadobjContext);
|
|
11792
11792
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
11793
11793
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
11794
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11794
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2p({}, tempFetchTabexStatesPayloadobjContext));
|
|
11795
11795
|
cartinfoupdater('countryid', option.id);
|
|
11796
11796
|
},
|
|
11797
11797
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -11840,10 +11840,10 @@ var Checkout = function Checkout(props) {
|
|
|
11840
11840
|
onChange: function onChange(option) {
|
|
11841
11841
|
var _fetchcustomercartQue70;
|
|
11842
11842
|
if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue70 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue70 === void 0 || (_fetchcustomercartQue70 = _fetchcustomercartQue70.data) === null || _fetchcustomercartQue70 === void 0 ? void 0 : _fetchcustomercartQue70.customercart.countryid.length) != 0) {
|
|
11843
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11843
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2p({}, FetchTabexStatesPayloadobjContext);
|
|
11844
11844
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
11845
11845
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
11846
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11846
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2p({}, tempFetchTabexStatesPayloadobjContext));
|
|
11847
11847
|
cartinfoupdater('stateid', option.id);
|
|
11848
11848
|
} else {
|
|
11849
11849
|
NotificationManager.warning('', 'Please Choose Country Or State');
|
|
@@ -12326,8 +12326,8 @@ var Checkout = function Checkout(props) {
|
|
|
12326
12326
|
}, Mycart())))));
|
|
12327
12327
|
};
|
|
12328
12328
|
|
|
12329
|
-
function ownKeys$
|
|
12330
|
-
function _objectSpread$
|
|
12329
|
+
function ownKeys$2o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12330
|
+
function _objectSpread$2o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2o(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12331
12331
|
var VendorPage = function VendorPage(props) {
|
|
12332
12332
|
var _useState = React.useState(''),
|
|
12333
12333
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -12360,7 +12360,7 @@ var VendorPage = function VendorPage(props) {
|
|
|
12360
12360
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12361
12361
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12362
12362
|
});
|
|
12363
|
-
setsectionproperties(_objectSpread$
|
|
12363
|
+
setsectionproperties(_objectSpread$2o({}, secpropobj));
|
|
12364
12364
|
}
|
|
12365
12365
|
}, [StatePagePropertiesContext]);
|
|
12366
12366
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -12483,8 +12483,8 @@ var VendorPage = function VendorPage(props) {
|
|
|
12483
12483
|
})));
|
|
12484
12484
|
};
|
|
12485
12485
|
|
|
12486
|
-
function ownKeys$
|
|
12487
|
-
function _objectSpread$
|
|
12486
|
+
function ownKeys$2n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12487
|
+
function _objectSpread$2n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2n(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12488
12488
|
var Select$2 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
12489
12489
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
12490
12490
|
});
|
|
@@ -12594,46 +12594,46 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12594
12594
|
}
|
|
12595
12595
|
}, [fetchAuthorizationQueryContext.isSuccess]);
|
|
12596
12596
|
React.useEffect(function () {
|
|
12597
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
12597
|
+
var tempFetchQueriesEngineContext = _objectSpread$2n({}, FetchQueriesEngineContext);
|
|
12598
12598
|
tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
12599
12599
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
12600
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
12601
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
12600
|
+
setFetchQueriesEngineContext(_objectSpread$2n({}, tempFetchQueriesEngineContext));
|
|
12601
|
+
var tempFetchQueriesEngineContext = _objectSpread$2n({}, FetchQueriesEngineContext);
|
|
12602
12602
|
}, []);
|
|
12603
12603
|
React.useEffect(function () {
|
|
12604
12604
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
12605
|
-
setsectionproperties(_objectSpread$
|
|
12605
|
+
setsectionproperties(_objectSpread$2n({}, props.sectionpropertiesprops));
|
|
12606
12606
|
}
|
|
12607
12607
|
}, [props.sectionpropertiesprops]);
|
|
12608
12608
|
React.useEffect(function () {
|
|
12609
12609
|
if (fetchinstitutecustomerinfosignupQueryContext.isSuccess) {
|
|
12610
12610
|
if (authdetailsContext.loggedin == true) {
|
|
12611
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
12612
|
-
setpayloadobj(_objectSpread$
|
|
12613
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
12611
|
+
var tempcustomerinfoobj = _objectSpread$2n({}, fetchinstitutecustomerinfosignupQueryContext.data.data.customerinfo);
|
|
12612
|
+
setpayloadobj(_objectSpread$2n({}, tempcustomerinfoobj));
|
|
12613
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2n({}, FetchTabexStatesPayloadobjContext);
|
|
12614
12614
|
if (tempcustomerinfoobj.countryid != null) {
|
|
12615
12615
|
tempFetchTabexStatesPayloadobjContext.country_id = tempcustomerinfoobj.countryid;
|
|
12616
12616
|
}
|
|
12617
12617
|
if (tempcustomerinfoobj.stateid != null) {
|
|
12618
12618
|
tempFetchTabexStatesPayloadobjContext.state_id = tempcustomerinfoobj.stateid;
|
|
12619
12619
|
}
|
|
12620
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
12620
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2n({}, tempFetchTabexStatesPayloadobjContext));
|
|
12621
12621
|
setdataloaded(true);
|
|
12622
12622
|
} else {
|
|
12623
12623
|
var _fetchinstitutecustom;
|
|
12624
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
12624
|
+
var tempcustomerinfoobj = _objectSpread$2n({}, payloadobj);
|
|
12625
12625
|
if (Array.isArray(fetchinstitutecustomerinfosignupQueryContext === null || fetchinstitutecustomerinfosignupQueryContext === void 0 || (_fetchinstitutecustom = fetchinstitutecustomerinfosignupQueryContext.data) === null || _fetchinstitutecustom === void 0 || (_fetchinstitutecustom = _fetchinstitutecustom.data) === null || _fetchinstitutecustom === void 0 ? void 0 : _fetchinstitutecustom.instsignupformvalues)) {
|
|
12626
12626
|
tempcustomerinfoobj.instsignupformvalues = _toConsumableArray__default["default"](fetchinstitutecustomerinfosignupQueryContext.data.data.instsignupformvalues);
|
|
12627
12627
|
}
|
|
12628
|
-
setpayloadobj(_objectSpread$
|
|
12628
|
+
setpayloadobj(_objectSpread$2n({}, tempcustomerinfoobj));
|
|
12629
12629
|
setdataloaded(true);
|
|
12630
12630
|
}
|
|
12631
12631
|
}
|
|
12632
12632
|
}, [fetchinstitutecustomerinfosignupQueryContext.isSuccess, fetchinstitutecustomerinfosignupQueryContext.data, authdetailsContext]);
|
|
12633
12633
|
var payloadobjchange = function payloadobjchange(key, value) {
|
|
12634
|
-
var temppayloadobj = _objectSpread$
|
|
12634
|
+
var temppayloadobj = _objectSpread$2n({}, payloadobj);
|
|
12635
12635
|
temppayloadobj[key] = value;
|
|
12636
|
-
setpayloadobj(_objectSpread$
|
|
12636
|
+
setpayloadobj(_objectSpread$2n({}, temppayloadobj));
|
|
12637
12637
|
};
|
|
12638
12638
|
var validateEmailstring = function validateEmailstring(email) {
|
|
12639
12639
|
return String(email).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
|
|
@@ -12713,7 +12713,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12713
12713
|
};
|
|
12714
12714
|
var signupbuttonfunc = function signupbuttonfunc() {
|
|
12715
12715
|
if (verifypayload() == true) {
|
|
12716
|
-
var temppayloadobj = _objectSpread$
|
|
12716
|
+
var temppayloadobj = _objectSpread$2n({}, payloadobj);
|
|
12717
12717
|
if (authdetailsContext.loggedin == true) {
|
|
12718
12718
|
temppayloadobj.functype = 'edit';
|
|
12719
12719
|
} else {
|
|
@@ -12873,10 +12873,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12873
12873
|
color: sectionproperties.inputfieldcolor
|
|
12874
12874
|
},
|
|
12875
12875
|
onChange: function onChange(event, country) {
|
|
12876
|
-
var temp = _objectSpread$
|
|
12876
|
+
var temp = _objectSpread$2n({}, payloadobj);
|
|
12877
12877
|
temp.mobile = event;
|
|
12878
12878
|
temp.countrydialcode = country.dialCode;
|
|
12879
|
-
setpayloadobj(_objectSpread$
|
|
12879
|
+
setpayloadobj(_objectSpread$2n({}, temp));
|
|
12880
12880
|
// payloadobjchange('mobile', event);
|
|
12881
12881
|
|
|
12882
12882
|
// alert(JSON.stringify(country));
|
|
@@ -12932,10 +12932,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12932
12932
|
return option.id == payloadobj.countryid;
|
|
12933
12933
|
}),
|
|
12934
12934
|
onChange: function onChange(option) {
|
|
12935
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
12935
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2n({}, FetchTabexStatesPayloadobjContext);
|
|
12936
12936
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
12937
12937
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
12938
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
12938
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2n({}, tempFetchTabexStatesPayloadobjContext));
|
|
12939
12939
|
payloadobjchange('countryid', option.id);
|
|
12940
12940
|
},
|
|
12941
12941
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -12964,10 +12964,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12964
12964
|
return option.id == payloadobj.countryid;
|
|
12965
12965
|
}),
|
|
12966
12966
|
onChange: function onChange(option) {
|
|
12967
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
12967
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2n({}, FetchTabexStatesPayloadobjContext);
|
|
12968
12968
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
12969
12969
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
12970
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
12970
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2n({}, tempFetchTabexStatesPayloadobjContext));
|
|
12971
12971
|
payloadobjchange('countryid', option.id);
|
|
12972
12972
|
},
|
|
12973
12973
|
styles: langdetect == 'en' ? defaultstyleswhite : defaultstylestranslatedwhite,
|
|
@@ -13016,10 +13016,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13016
13016
|
return option.id == payloadobj.stateid;
|
|
13017
13017
|
}),
|
|
13018
13018
|
onChange: function onChange(option) {
|
|
13019
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13019
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2n({}, FetchTabexStatesPayloadobjContext);
|
|
13020
13020
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
13021
13021
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
13022
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13022
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2n({}, tempFetchTabexStatesPayloadobjContext));
|
|
13023
13023
|
payloadobjchange('stateid', option.id);
|
|
13024
13024
|
},
|
|
13025
13025
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -13048,10 +13048,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13048
13048
|
return option.id == payloadobj.stateid;
|
|
13049
13049
|
}),
|
|
13050
13050
|
onChange: function onChange(option) {
|
|
13051
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13051
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2n({}, FetchTabexStatesPayloadobjContext);
|
|
13052
13052
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
13053
13053
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
13054
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13054
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2n({}, tempFetchTabexStatesPayloadobjContext));
|
|
13055
13055
|
payloadobjchange('stateid', option.id);
|
|
13056
13056
|
},
|
|
13057
13057
|
styles: langdetect == 'en' ? defaultstyleswhite : defaultstylestranslatedwhite,
|
|
@@ -13221,9 +13221,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13221
13221
|
value: item.customersignupvalue,
|
|
13222
13222
|
textplaceholder: "",
|
|
13223
13223
|
onChange: function onChange(event) {
|
|
13224
|
-
var temppayloadobj = _objectSpread$
|
|
13224
|
+
var temppayloadobj = _objectSpread$2n({}, payloadobj);
|
|
13225
13225
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
13226
|
-
setpayloadobj(_objectSpread$
|
|
13226
|
+
setpayloadobj(_objectSpread$2n({}, temppayloadobj));
|
|
13227
13227
|
},
|
|
13228
13228
|
style: {
|
|
13229
13229
|
background: 'transparent'
|
|
@@ -13237,13 +13237,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13237
13237
|
className: formstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
13238
13238
|
checked: item.customersignupvalue == 1 ? true : false,
|
|
13239
13239
|
onChange: function onChange() {
|
|
13240
|
-
var temppayloadobj = _objectSpread$
|
|
13240
|
+
var temppayloadobj = _objectSpread$2n({}, payloadobj);
|
|
13241
13241
|
if (temppayloadobj.instsignupformvalues[index].customersignupvalue == 1) {
|
|
13242
13242
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 0;
|
|
13243
13243
|
} else {
|
|
13244
13244
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 1;
|
|
13245
13245
|
}
|
|
13246
|
-
setpayloadobj(_objectSpread$
|
|
13246
|
+
setpayloadobj(_objectSpread$2n({}, temppayloadobj));
|
|
13247
13247
|
}
|
|
13248
13248
|
}), /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
13249
13249
|
viewBox: "0 0 21 21",
|
|
@@ -13260,9 +13260,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13260
13260
|
value: item.customersignupvalue,
|
|
13261
13261
|
textplaceholder: "",
|
|
13262
13262
|
onChange: function onChange(event) {
|
|
13263
|
-
var temppayloadobj = _objectSpread$
|
|
13263
|
+
var temppayloadobj = _objectSpread$2n({}, payloadobj);
|
|
13264
13264
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
13265
|
-
setpayloadobj(_objectSpread$
|
|
13265
|
+
setpayloadobj(_objectSpread$2n({}, temppayloadobj));
|
|
13266
13266
|
}
|
|
13267
13267
|
}, /*#__PURE__*/React__default["default"].createElement("option", {
|
|
13268
13268
|
value: '',
|
|
@@ -13277,9 +13277,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13277
13277
|
value: item.customersignupvalue,
|
|
13278
13278
|
textplaceholder: "",
|
|
13279
13279
|
onChange: function onChange(event) {
|
|
13280
|
-
var temppayloadobj = _objectSpread$
|
|
13280
|
+
var temppayloadobj = _objectSpread$2n({}, payloadobj);
|
|
13281
13281
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
13282
|
-
setpayloadobj(_objectSpread$
|
|
13282
|
+
setpayloadobj(_objectSpread$2n({}, temppayloadobj));
|
|
13283
13283
|
},
|
|
13284
13284
|
style: {
|
|
13285
13285
|
resize: 'none'
|
|
@@ -13640,7 +13640,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13640
13640
|
className: "".concat(formstyles.form_control),
|
|
13641
13641
|
value: validateemailpayload.code,
|
|
13642
13642
|
onChange: function onChange(event) {
|
|
13643
|
-
setvalidateemailpayload(_objectSpread$
|
|
13643
|
+
setvalidateemailpayload(_objectSpread$2n(_objectSpread$2n({}, validateemailpayload), {}, {
|
|
13644
13644
|
code: event.target.value
|
|
13645
13645
|
}));
|
|
13646
13646
|
},
|
|
@@ -13668,12 +13668,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13668
13668
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
13669
13669
|
if (data.data.status) {
|
|
13670
13670
|
if (data.data.functype == 'sendcode') {
|
|
13671
|
-
setvalidateemailpayload(_objectSpread$
|
|
13671
|
+
setvalidateemailpayload(_objectSpread$2n(_objectSpread$2n({}, validateemailpayload), {}, {
|
|
13672
13672
|
step: 'verifycode'
|
|
13673
13673
|
}));
|
|
13674
13674
|
}
|
|
13675
13675
|
if (data.data.functype == 'verifycode') {
|
|
13676
|
-
setvalidateemailpayload(_objectSpread$
|
|
13676
|
+
setvalidateemailpayload(_objectSpread$2n(_objectSpread$2n({}, validateemailpayload), {}, {
|
|
13677
13677
|
isvalidated: true
|
|
13678
13678
|
}));
|
|
13679
13679
|
setvalidateemailmodal(false);
|
|
@@ -13768,7 +13768,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13768
13768
|
className: "".concat(formstyles.form_control),
|
|
13769
13769
|
value: validatephonenumberpayload.code,
|
|
13770
13770
|
onChange: function onChange(event) {
|
|
13771
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
13771
|
+
setvalidatephonenumberpayload(_objectSpread$2n(_objectSpread$2n({}, validatephonenumberpayload), {}, {
|
|
13772
13772
|
code: event.target.value
|
|
13773
13773
|
}));
|
|
13774
13774
|
},
|
|
@@ -13795,12 +13795,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13795
13795
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
13796
13796
|
if (data.data.status) {
|
|
13797
13797
|
if (data.data.functype == 'sendcode') {
|
|
13798
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
13798
|
+
setvalidatephonenumberpayload(_objectSpread$2n(_objectSpread$2n({}, validatephonenumberpayload), {}, {
|
|
13799
13799
|
step: 'verifycode'
|
|
13800
13800
|
}));
|
|
13801
13801
|
}
|
|
13802
13802
|
if (data.data.functype == 'verifycode') {
|
|
13803
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
13803
|
+
setvalidatephonenumberpayload(_objectSpread$2n(_objectSpread$2n({}, validatephonenumberpayload), {}, {
|
|
13804
13804
|
isvalidated: true
|
|
13805
13805
|
}));
|
|
13806
13806
|
setvalidatephonenumbermodal(false);
|
|
@@ -13836,8 +13836,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13836
13836
|
}, validatephonenumberpayload.step == 'sendcode' ? lang.sendcode : lang.verifycode))))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
13837
13837
|
};
|
|
13838
13838
|
|
|
13839
|
-
function ownKeys$
|
|
13840
|
-
function _objectSpread$
|
|
13839
|
+
function ownKeys$2m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
13840
|
+
function _objectSpread$2m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2m(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13841
13841
|
var Signup = function Signup(props) {
|
|
13842
13842
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
13843
13843
|
props.actions.CurrentSrcTypeContext;
|
|
@@ -13885,7 +13885,7 @@ var Signup = function Signup(props) {
|
|
|
13885
13885
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13886
13886
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13887
13887
|
});
|
|
13888
|
-
setsectionproperties(_objectSpread$
|
|
13888
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
13889
13889
|
}
|
|
13890
13890
|
}, [StatePagePropertiesContext]);
|
|
13891
13891
|
var loginstyles2 = {
|
|
@@ -14028,8 +14028,8 @@ var Signup = function Signup(props) {
|
|
|
14028
14028
|
}, SignupContent()));
|
|
14029
14029
|
};
|
|
14030
14030
|
|
|
14031
|
-
function ownKeys$
|
|
14032
|
-
function _objectSpread$
|
|
14031
|
+
function ownKeys$2l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14032
|
+
function _objectSpread$2l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2l(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14033
14033
|
var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
14034
14034
|
var _css;
|
|
14035
14035
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -14095,7 +14095,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
14095
14095
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
14096
14096
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14097
14097
|
});
|
|
14098
|
-
setsectionproperties(_objectSpread$
|
|
14098
|
+
setsectionproperties(_objectSpread$2l({}, secpropobj));
|
|
14099
14099
|
}
|
|
14100
14100
|
}, [StatePagePropertiesContext]);
|
|
14101
14101
|
var loginstyles2 = {
|
|
@@ -14196,7 +14196,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
14196
14196
|
className: "".concat(loginstyles2.form_control),
|
|
14197
14197
|
value: affsignuppayload.name,
|
|
14198
14198
|
onChange: function onChange(event) {
|
|
14199
|
-
setaffsignuppayload(_objectSpread$
|
|
14199
|
+
setaffsignuppayload(_objectSpread$2l(_objectSpread$2l({}, affsignuppayload), {}, {
|
|
14200
14200
|
name: event.target.value
|
|
14201
14201
|
}));
|
|
14202
14202
|
},
|
|
@@ -14212,7 +14212,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
14212
14212
|
className: "".concat(loginstyles2.form_control),
|
|
14213
14213
|
value: affsignuppayload.email,
|
|
14214
14214
|
onChange: function onChange(event) {
|
|
14215
|
-
setaffsignuppayload(_objectSpread$
|
|
14215
|
+
setaffsignuppayload(_objectSpread$2l(_objectSpread$2l({}, affsignuppayload), {}, {
|
|
14216
14216
|
email: event.target.value
|
|
14217
14217
|
}));
|
|
14218
14218
|
},
|
|
@@ -14230,10 +14230,10 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
14230
14230
|
autoFormat: true,
|
|
14231
14231
|
value: affsignuppayload.phonenumber,
|
|
14232
14232
|
onChange: function onChange(event, country) {
|
|
14233
|
-
var temp = _objectSpread$
|
|
14233
|
+
var temp = _objectSpread$2l({}, affsignuppayload);
|
|
14234
14234
|
temp.phonenumber = event;
|
|
14235
14235
|
temp.countrydialcode = country.dialCode;
|
|
14236
|
-
setaffsignuppayload(_objectSpread$
|
|
14236
|
+
setaffsignuppayload(_objectSpread$2l({}, temp));
|
|
14237
14237
|
// setaffsignuppayload({ ...affsignuppayload, phonenumber: event.target.value });
|
|
14238
14238
|
},
|
|
14239
14239
|
style: {
|
|
@@ -14248,7 +14248,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
14248
14248
|
className: "".concat(loginstyles2.form_control),
|
|
14249
14249
|
value: affsignuppayload.ssn,
|
|
14250
14250
|
onChange: function onChange(event) {
|
|
14251
|
-
setaffsignuppayload(_objectSpread$
|
|
14251
|
+
setaffsignuppayload(_objectSpread$2l(_objectSpread$2l({}, affsignuppayload), {}, {
|
|
14252
14252
|
ssn: event.target.value
|
|
14253
14253
|
}));
|
|
14254
14254
|
},
|
|
@@ -14264,7 +14264,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
14264
14264
|
className: "".concat(loginstyles2.form_control),
|
|
14265
14265
|
value: affsignuppayload.password,
|
|
14266
14266
|
onChange: function onChange(event) {
|
|
14267
|
-
setaffsignuppayload(_objectSpread$
|
|
14267
|
+
setaffsignuppayload(_objectSpread$2l(_objectSpread$2l({}, affsignuppayload), {}, {
|
|
14268
14268
|
password: event.target.value
|
|
14269
14269
|
}));
|
|
14270
14270
|
},
|
|
@@ -14280,7 +14280,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
14280
14280
|
className: "".concat(loginstyles2.form_control),
|
|
14281
14281
|
value: affsignuppayload.confirmpassword,
|
|
14282
14282
|
onChange: function onChange(event) {
|
|
14283
|
-
setaffsignuppayload(_objectSpread$
|
|
14283
|
+
setaffsignuppayload(_objectSpread$2l(_objectSpread$2l({}, affsignuppayload), {}, {
|
|
14284
14284
|
confirmpassword: event.target.value
|
|
14285
14285
|
}));
|
|
14286
14286
|
},
|
|
@@ -14332,8 +14332,8 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
14332
14332
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar)))))))));
|
|
14333
14333
|
};
|
|
14334
14334
|
|
|
14335
|
-
function ownKeys$
|
|
14336
|
-
function _objectSpread$
|
|
14335
|
+
function ownKeys$2k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14336
|
+
function _objectSpread$2k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2k(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14337
14337
|
var AccountInformation = function AccountInformation(props) {
|
|
14338
14338
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
14339
14339
|
var lang = props.actions.lang;
|
|
@@ -14360,7 +14360,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
14360
14360
|
props === null || props === void 0 || (_props$actions = props.actions) === null || _props$actions === void 0 || (_props$actions = _props$actions.StatePagePropertiesContext) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageobj) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageproperties) === null || _props$actions === void 0 || _props$actions.forEach(function (arrayItem, arrayindex) {
|
|
14361
14361
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14362
14362
|
});
|
|
14363
|
-
setsectionproperties(_objectSpread$
|
|
14363
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
14364
14364
|
}, [props.actions.StatePagePropertiesContext]);
|
|
14365
14365
|
React.useEffect(function () {
|
|
14366
14366
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
@@ -14522,8 +14522,8 @@ var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n heigh
|
|
|
14522
14522
|
var tabstyles = {"tabs":"tabs-module_tabs__36dMY","tabsul":"tabs-module_tabsul__wNZqy","tabsli":"tabs-module_tabsli__-uR10","active":"tabs-module_active__6wLfI","tabsliheaderresp":"tabs-module_tabsliheaderresp__TPNhh","accordionContainer":"tabs-module_accordionContainer__-MSW5","policiestabs":"tabs-module_policiestabs__nopXD"};
|
|
14523
14523
|
styleInject(css_248z$F);
|
|
14524
14524
|
|
|
14525
|
-
function ownKeys$
|
|
14526
|
-
function _objectSpread$
|
|
14525
|
+
function ownKeys$2j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14526
|
+
function _objectSpread$2j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2j(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14527
14527
|
var Policies = function Policies(props) {
|
|
14528
14528
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchInstitutePolici, _fetchInstitutePolici2, _fetchInstitutePolici3;
|
|
14529
14529
|
var _useState = React.useState(''),
|
|
@@ -14554,7 +14554,7 @@ var Policies = function Policies(props) {
|
|
|
14554
14554
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
14555
14555
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14556
14556
|
});
|
|
14557
|
-
setsectionproperties(_objectSpread$
|
|
14557
|
+
setsectionproperties(_objectSpread$2j({}, secpropobj));
|
|
14558
14558
|
}
|
|
14559
14559
|
}, [StatePagePropertiesContext]);
|
|
14560
14560
|
React.useEffect(function () {
|
|
@@ -14567,9 +14567,9 @@ var Policies = function Policies(props) {
|
|
|
14567
14567
|
}
|
|
14568
14568
|
}, []);
|
|
14569
14569
|
React.useEffect(function () {
|
|
14570
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
14570
|
+
var tempFetchQueriesEngineContext = _objectSpread$2j({}, FetchQueriesEngineContext);
|
|
14571
14571
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
14572
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
14572
|
+
setFetchQueriesEngineContext(_objectSpread$2j({}, tempFetchQueriesEngineContext));
|
|
14573
14573
|
}, []);
|
|
14574
14574
|
var _useState7 = React.useState([]),
|
|
14575
14575
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -14799,8 +14799,8 @@ var css_248z$E = ".cart-module_cartslider_container__idend {\n transition: 0.
|
|
|
14799
14799
|
var cartstyles = {"cartslider_container":"cart-module_cartslider_container__idend","close_menu_icon_cont":"cart-module_close_menu_icon_cont__uh-pE","cart_slider_imagecont":"cart-module_cart_slider_imagecont__tnHMt","checkout_cart_slider_imagecont":"cart-module_checkout_cart_slider_imagecont__UX2ct","checkout_quantity_cont":"cart-module_checkout_quantity_cont__Rr3RO","btn_circle":"cart-module_btn_circle__p-BDZ","cart_progress_card":"cart-module_cart_progress_card__jEFwg","cart_progress_card_active":"cart-module_cart_progress_card_active__gQzWT","trash_btn":"cart-module_trash_btn__bHQxy","btn_apply":"cart-module_btn_apply__phbo8","checkout_card_card":"cart-module_checkout_card_card__4zUo9"};
|
|
14800
14800
|
styleInject(css_248z$E);
|
|
14801
14801
|
|
|
14802
|
-
function ownKeys$
|
|
14803
|
-
function _objectSpread$
|
|
14802
|
+
function ownKeys$2i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14803
|
+
function _objectSpread$2i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2i(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14804
14804
|
var CartSlider = function CartSlider(props) {
|
|
14805
14805
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12, _fetchcustomercartQue13, _fetchcustomercartQue14, _fetchcustomercartQue15;
|
|
14806
14806
|
var lang = props.actions.lang;
|
|
@@ -14867,7 +14867,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
14867
14867
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[CurrentPageId]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
14868
14868
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14869
14869
|
});
|
|
14870
|
-
setsectionproperties(_objectSpread$
|
|
14870
|
+
setsectionproperties(_objectSpread$2i({}, secpropobj));
|
|
14871
14871
|
}, [CurrentPageId]);
|
|
14872
14872
|
React.useEffect(function () {
|
|
14873
14873
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -14877,7 +14877,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
14877
14877
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
14878
14878
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14879
14879
|
});
|
|
14880
|
-
setsectionproperties(_objectSpread$
|
|
14880
|
+
setsectionproperties(_objectSpread$2i({}, secpropobj));
|
|
14881
14881
|
}
|
|
14882
14882
|
}
|
|
14883
14883
|
}, [StatePagePropertiesContext]);
|
|
@@ -15490,8 +15490,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
15490
15490
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
|
15491
15491
|
};
|
|
15492
15492
|
|
|
15493
|
-
function ownKeys$
|
|
15494
|
-
function _objectSpread$
|
|
15493
|
+
function ownKeys$2h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15494
|
+
function _objectSpread$2h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2h(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15495
15495
|
var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
15496
15496
|
var _useState = React.useState(''),
|
|
15497
15497
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
@@ -15535,7 +15535,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
15535
15535
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[CurrentPageId]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
15536
15536
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
15537
15537
|
});
|
|
15538
|
-
setsectionproperties(_objectSpread$
|
|
15538
|
+
setsectionproperties(_objectSpread$2h({}, secpropobj));
|
|
15539
15539
|
}, [CurrentPageId]);
|
|
15540
15540
|
React.useEffect(function () {
|
|
15541
15541
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -15545,7 +15545,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
15545
15545
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
15546
15546
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
15547
15547
|
});
|
|
15548
|
-
setsectionproperties(_objectSpread$
|
|
15548
|
+
setsectionproperties(_objectSpread$2h({}, secpropobj));
|
|
15549
15549
|
}
|
|
15550
15550
|
}
|
|
15551
15551
|
}, [StatePagePropertiesContext]);
|
|
@@ -15773,8 +15773,8 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
15773
15773
|
}, CategoriesDropdown()));
|
|
15774
15774
|
};
|
|
15775
15775
|
|
|
15776
|
-
function ownKeys$
|
|
15777
|
-
function _objectSpread$
|
|
15776
|
+
function ownKeys$2g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15777
|
+
function _objectSpread$2g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2g(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15778
15778
|
var OrderSuccess = function OrderSuccess(props) {
|
|
15779
15779
|
var _props$actions2;
|
|
15780
15780
|
props.actions.lang;
|
|
@@ -15853,7 +15853,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
15853
15853
|
props === null || props === void 0 || (_props$actions = props.actions) === null || _props$actions === void 0 || (_props$actions = _props$actions.StatePagePropertiesContext) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageobj) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageproperties) === null || _props$actions === void 0 || _props$actions.forEach(function (arrayItem, arrayindex) {
|
|
15854
15854
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
15855
15855
|
});
|
|
15856
|
-
setsectionproperties(_objectSpread$
|
|
15856
|
+
setsectionproperties(_objectSpread$2g({}, secpropobj));
|
|
15857
15857
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
15858
15858
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
15859
15859
|
var ordersuccessstyle = {
|
|
@@ -15951,8 +15951,8 @@ var css_248z$D = ".filter-module_timeline__ROm9Q .filter-module_border_left_line
|
|
|
15951
15951
|
var filterstyles = {"timeline":"filter-module_timeline__ROm9Q","border_left_line":"filter-module_border_left_line__IkxXK","btn_item":"filter-module_btn_item__GoKTf","timelineinnercont_active":"filter-module_timelineinnercont_active__2sLI7","timeline_text":"filter-module_timeline_text__NgaGy","timelineinnercont":"filter-module_timelineinnercont__Zme9K","timelinetrans":"filter-module_timelinetrans__KzVCg","filterslider_container":"filter-module_filterslider_container__I-7sG","filterslider_container_opened":"filter-module_filterslider_container_opened__2eZes","outercontainer":"filter-module_outercontainer__kmY9b","innercontainer":"filter-module_innercontainer__VKukp","card":"filter-module_card__7yDs0"};
|
|
15952
15952
|
styleInject(css_248z$D);
|
|
15953
15953
|
|
|
15954
|
-
function ownKeys$
|
|
15955
|
-
function _objectSpread$
|
|
15954
|
+
function ownKeys$2f(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15955
|
+
function _objectSpread$2f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2f(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15956
15956
|
var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
15957
15957
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
15958
15958
|
});
|
|
@@ -16135,11 +16135,11 @@ var Filter$1 = function Filter(props) {
|
|
|
16135
16135
|
}
|
|
16136
16136
|
timeoutRef.current = setTimeout(function () {
|
|
16137
16137
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
16138
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16138
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
16139
16139
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
16140
16140
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
16141
16141
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16142
|
-
setProductFilterObjContext(_objectSpread$
|
|
16142
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
16143
16143
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
16144
16144
|
}
|
|
16145
16145
|
}, 500);
|
|
@@ -16254,33 +16254,33 @@ var Filter$1 = function Filter(props) {
|
|
|
16254
16254
|
}, [ProductFilterObjContext, fetchCategoriesQueryContext.isSuccess, fetchcollectionsQueryContext.isSuccess, instcollections]);
|
|
16255
16255
|
React.useEffect(function () {
|
|
16256
16256
|
if (productfeatuesarr.length != 0) {
|
|
16257
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16257
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
16258
16258
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
16259
|
-
setProductFilterObjContext(_objectSpread$
|
|
16259
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
16260
16260
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16261
16261
|
}
|
|
16262
16262
|
}, [productfeatuesarr]);
|
|
16263
16263
|
React.useEffect(function () {
|
|
16264
16264
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
16265
16265
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
16266
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
16266
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2f({}, FetchTabexStatesPayloadobjContext);
|
|
16267
16267
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
16268
16268
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
16269
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
16269
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2f({}, tempFetchTabexStatesPayloadobjContext));
|
|
16270
16270
|
}
|
|
16271
16271
|
}
|
|
16272
16272
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
16273
16273
|
var filterupdater = function filterupdater() {
|
|
16274
16274
|
setTimeout(function () {
|
|
16275
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16275
|
+
var tempFetchQueriesEngineContext = _objectSpread$2f({}, FetchQueriesEngineContext);
|
|
16276
16276
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
16277
16277
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
16278
16278
|
}, 100);
|
|
16279
16279
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
16280
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
16280
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2f({}, FetchTabexStatesPayloadobjContext);
|
|
16281
16281
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
16282
16282
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
16283
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
16283
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2f({}, tempFetchTabexStatesPayloadobjContext));
|
|
16284
16284
|
}
|
|
16285
16285
|
if (instfilters.length != 0) {
|
|
16286
16286
|
var _ProductFilterObjCont4;
|
|
@@ -16342,7 +16342,7 @@ var Filter$1 = function Filter(props) {
|
|
|
16342
16342
|
}
|
|
16343
16343
|
};
|
|
16344
16344
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
16345
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16345
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
16346
16346
|
if (type == 'clearfilters') {
|
|
16347
16347
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
16348
16348
|
} else {
|
|
@@ -16366,13 +16366,13 @@ var Filter$1 = function Filter(props) {
|
|
|
16366
16366
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
16367
16367
|
}
|
|
16368
16368
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16369
|
-
setProductFilterObjContext(_objectSpread$
|
|
16369
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
16370
16370
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16371
16371
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
16372
16372
|
};
|
|
16373
16373
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
16374
16374
|
var _tempfetchproductsfil2;
|
|
16375
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16375
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
16376
16376
|
var CollectionExists = false;
|
|
16377
16377
|
if (tempfetchproductsfilerobjcontext.ProductFetchingType == 'Parent Collection' && tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter == undefined) {
|
|
16378
16378
|
tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
|
|
@@ -16399,7 +16399,7 @@ var Filter$1 = function Filter(props) {
|
|
|
16399
16399
|
}
|
|
16400
16400
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16401
16401
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
16402
|
-
setProductFilterObjContext(_objectSpread$
|
|
16402
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
16403
16403
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16404
16404
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
16405
16405
|
};
|
|
@@ -16742,6 +16742,15 @@ var Filter$1 = function Filter(props) {
|
|
|
16742
16742
|
tempproductfeatuesarr[attrindex].value = slecitem.value_en;
|
|
16743
16743
|
isattrexists = true;
|
|
16744
16744
|
}
|
|
16745
|
+
// if (attritem.id == slecitem.featureid) {
|
|
16746
|
+
// if (tempproductfeatuesarr[attrindex].value == slecitem.value_en) {
|
|
16747
|
+
// tempproductfeatuesarr.splice(attrindex, 1);
|
|
16748
|
+
// isattrexists = true;
|
|
16749
|
+
// } else {
|
|
16750
|
+
// tempproductfeatuesarr[attrindex].value = slecitem.value_en;
|
|
16751
|
+
// isattrexists = true;
|
|
16752
|
+
// }
|
|
16753
|
+
// }
|
|
16745
16754
|
});
|
|
16746
16755
|
}
|
|
16747
16756
|
if (isattrexists == false) {
|
|
@@ -17193,14 +17202,14 @@ var Filter$1 = function Filter(props) {
|
|
|
17193
17202
|
return option.id == ProductFilterObjContext.countryid;
|
|
17194
17203
|
}),
|
|
17195
17204
|
onChange: function onChange(option) {
|
|
17196
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
17205
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2f({}, FetchTabexStatesPayloadobjContext);
|
|
17197
17206
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
17198
17207
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
17199
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
17200
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17208
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2f({}, tempFetchTabexStatesPayloadobjContext));
|
|
17209
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17201
17210
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
17202
17211
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17203
|
-
setProductFilterObjContext(_objectSpread$
|
|
17212
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17204
17213
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
17205
17214
|
},
|
|
17206
17215
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -17237,14 +17246,14 @@ var Filter$1 = function Filter(props) {
|
|
|
17237
17246
|
return option.id == ProductFilterObjContext.stateid;
|
|
17238
17247
|
}),
|
|
17239
17248
|
onChange: function onChange(option) {
|
|
17240
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
17249
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2f({}, FetchTabexStatesPayloadobjContext);
|
|
17241
17250
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
17242
17251
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
17243
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
17244
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17252
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2f({}, tempFetchTabexStatesPayloadobjContext));
|
|
17253
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17245
17254
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
17246
17255
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17247
|
-
setProductFilterObjContext(_objectSpread$
|
|
17256
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17248
17257
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
17249
17258
|
},
|
|
17250
17259
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -17281,10 +17290,10 @@ var Filter$1 = function Filter(props) {
|
|
|
17281
17290
|
return option.id == ProductFilterObjContext.cityid;
|
|
17282
17291
|
}),
|
|
17283
17292
|
onChange: function onChange(option) {
|
|
17284
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17293
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17285
17294
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
17286
17295
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17287
|
-
setProductFilterObjContext(_objectSpread$
|
|
17296
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17288
17297
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
17289
17298
|
},
|
|
17290
17299
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -17327,10 +17336,14 @@ var Filter$1 = function Filter(props) {
|
|
|
17327
17336
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
17328
17337
|
,
|
|
17329
17338
|
maxValue: parseInt(5000),
|
|
17330
|
-
minValue: parseInt(
|
|
17339
|
+
minValue: parseInt(1),
|
|
17331
17340
|
value: price_rangevalue,
|
|
17332
17341
|
onChange: function onChange(value) {
|
|
17333
|
-
|
|
17342
|
+
// alert(JSON.stringify(value));
|
|
17343
|
+
// if (value.min == 0) {
|
|
17344
|
+
// value.min = 1;
|
|
17345
|
+
// }
|
|
17346
|
+
setprice_rangevalue(_objectSpread$2f({}, value));
|
|
17334
17347
|
}
|
|
17335
17348
|
})));
|
|
17336
17349
|
};
|
|
@@ -17340,11 +17353,11 @@ var Filter$1 = function Filter(props) {
|
|
|
17340
17353
|
}
|
|
17341
17354
|
timeoutRef_price.current = setTimeout(function () {
|
|
17342
17355
|
if (pricevalue2.min != '' && pricevalue2.max != '') {
|
|
17343
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17356
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17344
17357
|
tempfetchproductsfilerobjcontext.price_min = pricevalue2.min;
|
|
17345
17358
|
tempfetchproductsfilerobjcontext.price_max = pricevalue2.max;
|
|
17346
17359
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17347
|
-
setProductFilterObjContext(_objectSpread$
|
|
17360
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17348
17361
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
17349
17362
|
}
|
|
17350
17363
|
}, 500);
|
|
@@ -17355,11 +17368,11 @@ var Filter$1 = function Filter(props) {
|
|
|
17355
17368
|
}
|
|
17356
17369
|
timeoutRef__range_price.current = setTimeout(function () {
|
|
17357
17370
|
if (price_rangevalue.min != '' && price_rangevalue.max != '') {
|
|
17358
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17371
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17359
17372
|
tempfetchproductsfilerobjcontext.price_min = price_rangevalue.min;
|
|
17360
17373
|
tempfetchproductsfilerobjcontext.price_max = price_rangevalue.max;
|
|
17361
17374
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17362
|
-
setProductFilterObjContext(_objectSpread$
|
|
17375
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17363
17376
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
17364
17377
|
}
|
|
17365
17378
|
}, 500);
|
|
@@ -17379,9 +17392,9 @@ var Filter$1 = function Filter(props) {
|
|
|
17379
17392
|
type: "text",
|
|
17380
17393
|
value: pricevalue2.min,
|
|
17381
17394
|
onChange: function onChange(event) {
|
|
17382
|
-
var temppricevalue = _objectSpread$
|
|
17395
|
+
var temppricevalue = _objectSpread$2f({}, pricevalue2);
|
|
17383
17396
|
temppricevalue.min = event.target.value;
|
|
17384
|
-
setpricevalue2(_objectSpread$
|
|
17397
|
+
setpricevalue2(_objectSpread$2f({}, temppricevalue));
|
|
17385
17398
|
// var temppayloadobj = { ...pricefrom };
|
|
17386
17399
|
// temppayloadobj = event.target.value;
|
|
17387
17400
|
// setpricefrom({ ...temppayloadobj });
|
|
@@ -17407,9 +17420,9 @@ var Filter$1 = function Filter(props) {
|
|
|
17407
17420
|
// var temppayloadobj = { ...priceto };
|
|
17408
17421
|
// temppayloadobj = event.target.value;
|
|
17409
17422
|
// setpriceto({ ...temppayloadobj });
|
|
17410
|
-
var temppricevalue = _objectSpread$
|
|
17423
|
+
var temppricevalue = _objectSpread$2f({}, pricevalue2);
|
|
17411
17424
|
temppricevalue.max = event.target.value;
|
|
17412
|
-
setpricevalue2(_objectSpread$
|
|
17425
|
+
setpricevalue2(_objectSpread$2f({}, temppricevalue));
|
|
17413
17426
|
},
|
|
17414
17427
|
style: {
|
|
17415
17428
|
width: '100%',
|
|
@@ -17433,7 +17446,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17433
17446
|
borderRadius: 100
|
|
17434
17447
|
},
|
|
17435
17448
|
onClick: function onClick() {
|
|
17436
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17449
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17437
17450
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
17438
17451
|
delete tempfetchproductsfilerobjcontext.price_max;
|
|
17439
17452
|
delete tempfetchproductsfilerobjcontext.price_min;
|
|
@@ -17445,7 +17458,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17445
17458
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17446
17459
|
// tempfetchproductsfilerobjcontext.collections = [];
|
|
17447
17460
|
|
|
17448
|
-
setProductFilterObjContext(_objectSpread$
|
|
17461
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17449
17462
|
}
|
|
17450
17463
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17451
17464
|
"class": "m-0 p-0 text-white"
|
|
@@ -17546,14 +17559,14 @@ var Filter$1 = function Filter(props) {
|
|
|
17546
17559
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
17547
17560
|
},
|
|
17548
17561
|
onClick: function onClick() {
|
|
17549
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17562
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17550
17563
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
17551
17564
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
17552
17565
|
} else {
|
|
17553
17566
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
17554
17567
|
}
|
|
17555
17568
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17556
|
-
setProductFilterObjContext(_objectSpread$
|
|
17569
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17557
17570
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
17558
17571
|
setsortbycontext(valueitem.name);
|
|
17559
17572
|
}
|
|
@@ -17726,14 +17739,14 @@ var Filter$1 = function Filter(props) {
|
|
|
17726
17739
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17727
17740
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
|
|
17728
17741
|
onClick: function onClick() {
|
|
17729
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17742
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17730
17743
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
17731
17744
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
17732
17745
|
} else {
|
|
17733
17746
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
17734
17747
|
}
|
|
17735
17748
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17736
|
-
setProductFilterObjContext(_objectSpread$
|
|
17749
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17737
17750
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
17738
17751
|
}
|
|
17739
17752
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -17768,7 +17781,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17768
17781
|
minValue: 0,
|
|
17769
17782
|
value: raterangevalue,
|
|
17770
17783
|
onChange: function onChange(value) {
|
|
17771
|
-
setraterangevalue(_objectSpread$
|
|
17784
|
+
setraterangevalue(_objectSpread$2f({}, value));
|
|
17772
17785
|
}
|
|
17773
17786
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17774
17787
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -17822,11 +17835,11 @@ var Filter$1 = function Filter(props) {
|
|
|
17822
17835
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(item.isfilterselected ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n ") + ' d-flex align-items-center pb-3 col-12 ',
|
|
17823
17836
|
onClick: function onClick() {
|
|
17824
17837
|
var _tempfetchproductsfil3;
|
|
17825
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17838
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17826
17839
|
// alert(JSON.stringify(tempfetchproductsfilerobjcontext));
|
|
17827
17840
|
tempfetchproductsfilerobjcontext.vendorsarr = [];
|
|
17828
17841
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil3 = tempfetchproductsfilerobjcontext.vendorsarr) === null || _tempfetchproductsfil3 === void 0 || _tempfetchproductsfil3.push(item.vendorid);
|
|
17829
|
-
setProductFilterObjContext(_objectSpread$
|
|
17842
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17830
17843
|
var temp = _toConsumableArray__default["default"](vendorarr);
|
|
17831
17844
|
temp === null || temp === void 0 || temp.forEach(function (instfilteritem, instfilterindex) {
|
|
17832
17845
|
instfilteritem.isfilterselected = false;
|
|
@@ -17952,13 +17965,13 @@ var Filter$1 = function Filter(props) {
|
|
|
17952
17965
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
|
|
17953
17966
|
onClick: function onClick() {
|
|
17954
17967
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
17955
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17968
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
17956
17969
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
17957
17970
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
17958
17971
|
} else {
|
|
17959
17972
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
17960
17973
|
}
|
|
17961
|
-
setProductFilterObjContext(_objectSpread$
|
|
17974
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
17962
17975
|
}
|
|
17963
17976
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17964
17977
|
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
|
|
@@ -18091,14 +18104,14 @@ var Filter$1 = function Filter(props) {
|
|
|
18091
18104
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18092
18105
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
|
|
18093
18106
|
onClick: function onClick() {
|
|
18094
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18107
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
18095
18108
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
18096
18109
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
18097
18110
|
} else {
|
|
18098
18111
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
18099
18112
|
}
|
|
18100
18113
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18101
|
-
setProductFilterObjContext(_objectSpread$
|
|
18114
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
18102
18115
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
18103
18116
|
}
|
|
18104
18117
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -18133,7 +18146,7 @@ var Filter$1 = function Filter(props) {
|
|
|
18133
18146
|
minValue: 0,
|
|
18134
18147
|
value: raterangevalue,
|
|
18135
18148
|
onChange: function onChange(value) {
|
|
18136
|
-
setraterangevalue(_objectSpread$
|
|
18149
|
+
setraterangevalue(_objectSpread$2f({}, value));
|
|
18137
18150
|
}
|
|
18138
18151
|
}))))), sectionproperties.showpricefilterfromto == 'Show' && PriceFromToFilter(), sectionproperties.showpricerangefilter == 'Show' && PriceInputRangeFilter(), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.showdynamicfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18139
18152
|
"class": "row m-0 w-100 mb-3"
|
|
@@ -18260,14 +18273,14 @@ var Filter$1 = function Filter(props) {
|
|
|
18260
18273
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18261
18274
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n ") + ' d-flex align-items-center pb-3 ',
|
|
18262
18275
|
onClick: function onClick() {
|
|
18263
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18276
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2f({}, ProductFilterObjContext);
|
|
18264
18277
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
18265
18278
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
18266
18279
|
} else {
|
|
18267
18280
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
18268
18281
|
}
|
|
18269
18282
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18270
|
-
setProductFilterObjContext(_objectSpread$
|
|
18283
|
+
setProductFilterObjContext(_objectSpread$2f({}, tempfetchproductsfilerobjcontext));
|
|
18271
18284
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
18272
18285
|
setsortbycontext(valueitem.name);
|
|
18273
18286
|
}
|
|
@@ -18298,9 +18311,9 @@ var Filter$1 = function Filter(props) {
|
|
|
18298
18311
|
type: "text",
|
|
18299
18312
|
value: pricefrom,
|
|
18300
18313
|
onChange: function onChange(event) {
|
|
18301
|
-
var temppricevalue = _objectSpread$
|
|
18314
|
+
var temppricevalue = _objectSpread$2f({}, pricevalue2);
|
|
18302
18315
|
temppricevalue.min = event.target.value;
|
|
18303
|
-
setpricevalue2(_objectSpread$
|
|
18316
|
+
setpricevalue2(_objectSpread$2f({}, temppricevalue));
|
|
18304
18317
|
},
|
|
18305
18318
|
style: {
|
|
18306
18319
|
background: '#fff',
|
|
@@ -18320,9 +18333,9 @@ var Filter$1 = function Filter(props) {
|
|
|
18320
18333
|
type: "text",
|
|
18321
18334
|
value: priceto,
|
|
18322
18335
|
onChange: function onChange(event) {
|
|
18323
|
-
var temppricevalue = _objectSpread$
|
|
18336
|
+
var temppricevalue = _objectSpread$2f({}, pricevalue2);
|
|
18324
18337
|
temppricevalue.max = event.target.value;
|
|
18325
|
-
setpricevalue2(_objectSpread$
|
|
18338
|
+
setpricevalue2(_objectSpread$2f({}, temppricevalue));
|
|
18326
18339
|
},
|
|
18327
18340
|
style: {
|
|
18328
18341
|
width: '100%',
|
|
@@ -18363,8 +18376,8 @@ var Filter$1 = function Filter(props) {
|
|
|
18363
18376
|
})))))))))));
|
|
18364
18377
|
};
|
|
18365
18378
|
|
|
18366
|
-
function ownKeys$
|
|
18367
|
-
function _objectSpread$
|
|
18379
|
+
function ownKeys$2e(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
18380
|
+
function _objectSpread$2e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2e(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2e(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
18368
18381
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
18369
18382
|
props.actions.lang;
|
|
18370
18383
|
var langdetect = props.actions.langdetect;
|
|
@@ -18527,7 +18540,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
18527
18540
|
// };
|
|
18528
18541
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
18529
18542
|
var _tempfetchproductsfil;
|
|
18530
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18543
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2e({}, ProductFilterObjContext);
|
|
18531
18544
|
var CollectionExists = false;
|
|
18532
18545
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.categories) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
18533
18546
|
if (filteritem == collectionid) {
|
|
@@ -18544,7 +18557,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
18544
18557
|
}
|
|
18545
18558
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18546
18559
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
18547
|
-
setProductFilterObjContext(_objectSpread$
|
|
18560
|
+
setProductFilterObjContext(_objectSpread$2e({}, tempfetchproductsfilerobjcontext));
|
|
18548
18561
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
18549
18562
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
18550
18563
|
};
|
|
@@ -18601,8 +18614,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
18601
18614
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
18602
18615
|
var image_serverbaselink = 'https://tabexseriesmedia.s3.eu-north-1.amazonaws.com';
|
|
18603
18616
|
|
|
18604
|
-
function ownKeys$
|
|
18605
|
-
function _objectSpread$
|
|
18617
|
+
function ownKeys$2d(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
18618
|
+
function _objectSpread$2d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2d(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2d(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
18606
18619
|
var CardsSection = function CardsSection(props) {
|
|
18607
18620
|
var refscr = /*#__PURE__*/React.createRef();
|
|
18608
18621
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -18685,7 +18698,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
18685
18698
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
18686
18699
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
18687
18700
|
});
|
|
18688
|
-
setsectionproperties(_objectSpread$
|
|
18701
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
18689
18702
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
18690
18703
|
setfetchingtype('products');
|
|
18691
18704
|
var lcproductfetchingtype = 'Random';
|
|
@@ -18759,9 +18772,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
18759
18772
|
}
|
|
18760
18773
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
18761
18774
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
18762
|
-
setProductFilterObjContext(_objectSpread$
|
|
18775
|
+
setProductFilterObjContext(_objectSpread$2d({}, tempfetchproductsfilerobjcontext));
|
|
18763
18776
|
}
|
|
18764
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18777
|
+
setFetchQueriesEngineContext(_objectSpread$2d({}, tempFetchQueriesEngineContext));
|
|
18765
18778
|
}
|
|
18766
18779
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
18767
18780
|
React.useEffect(function () {
|
|
@@ -19091,9 +19104,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
19091
19104
|
// Example items, to simulate fetching from another resources.
|
|
19092
19105
|
var handlePageClick = function handlePageClick(event) {
|
|
19093
19106
|
props.scrolltotop();
|
|
19094
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
19107
|
+
var tempProductFilterObjContext = _objectSpread$2d({}, ProductFilterObjContext);
|
|
19095
19108
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
19096
|
-
setProductFilterObjContext(_objectSpread$
|
|
19109
|
+
setProductFilterObjContext(_objectSpread$2d({}, tempProductFilterObjContext));
|
|
19097
19110
|
var pasturl = '';
|
|
19098
19111
|
if (props.grouptypeprops != undefined) {
|
|
19099
19112
|
if (props.collectionidprops != undefined) {
|
|
@@ -20241,8 +20254,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
20241
20254
|
}, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
|
|
20242
20255
|
};
|
|
20243
20256
|
|
|
20244
|
-
function ownKeys$
|
|
20245
|
-
function _objectSpread$
|
|
20257
|
+
function ownKeys$2c(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20258
|
+
function _objectSpread$2c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2c(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2c(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20246
20259
|
var InnerGroups = function InnerGroups(props) {
|
|
20247
20260
|
var _useState = React.useState(''),
|
|
20248
20261
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -20283,7 +20296,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
20283
20296
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
20284
20297
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
20285
20298
|
});
|
|
20286
|
-
setsectionproperties(_objectSpread$
|
|
20299
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
20287
20300
|
}
|
|
20288
20301
|
}, [StatePagePropertiesContext]);
|
|
20289
20302
|
// useEffect(() => {
|
|
@@ -20299,14 +20312,14 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
20299
20312
|
backgroundColor: sectionproperties.backgroundColor
|
|
20300
20313
|
}
|
|
20301
20314
|
}, /*#__PURE__*/React__default["default"].createElement(CardsSection, {
|
|
20302
|
-
actions: _objectSpread$
|
|
20315
|
+
actions: _objectSpread$2c(_objectSpread$2c({}, actions), {}, {
|
|
20303
20316
|
fetchingtype: grouptypeparams
|
|
20304
20317
|
})
|
|
20305
20318
|
}));
|
|
20306
20319
|
};
|
|
20307
20320
|
|
|
20308
|
-
function ownKeys$
|
|
20309
|
-
function _objectSpread$
|
|
20321
|
+
function ownKeys$2b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20322
|
+
function _objectSpread$2b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2b(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2b(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20310
20323
|
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
20311
20324
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
20312
20325
|
var _useState = React.useState(''),
|
|
@@ -20338,7 +20351,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
20338
20351
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
20339
20352
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
20340
20353
|
});
|
|
20341
|
-
setsectionproperties(_objectSpread$
|
|
20354
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
20342
20355
|
}
|
|
20343
20356
|
}, [StatePagePropertiesContext]);
|
|
20344
20357
|
React.useEffect(function () {
|
|
@@ -20351,9 +20364,9 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
20351
20364
|
}
|
|
20352
20365
|
}, []);
|
|
20353
20366
|
React.useEffect(function () {
|
|
20354
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
20367
|
+
var tempFetchQueriesEngineContext = _objectSpread$2b({}, FetchQueriesEngineContext);
|
|
20355
20368
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
20356
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
20369
|
+
setFetchQueriesEngineContext(_objectSpread$2b({}, tempFetchQueriesEngineContext));
|
|
20357
20370
|
}, []);
|
|
20358
20371
|
var _useState7 = React.useState([]),
|
|
20359
20372
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -20488,8 +20501,8 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
20488
20501
|
}))))));
|
|
20489
20502
|
};
|
|
20490
20503
|
|
|
20491
|
-
function ownKeys$
|
|
20492
|
-
function _objectSpread$
|
|
20504
|
+
function ownKeys$2a(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20505
|
+
function _objectSpread$2a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2a(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2a(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20493
20506
|
var RefundPolicy = function RefundPolicy(props) {
|
|
20494
20507
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
20495
20508
|
var _useState = React.useState(''),
|
|
@@ -20521,7 +20534,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
20521
20534
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
20522
20535
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
20523
20536
|
});
|
|
20524
|
-
setsectionproperties(_objectSpread$
|
|
20537
|
+
setsectionproperties(_objectSpread$2a({}, secpropobj));
|
|
20525
20538
|
}
|
|
20526
20539
|
}, [StatePagePropertiesContext]);
|
|
20527
20540
|
React.useEffect(function () {
|
|
@@ -20534,9 +20547,9 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
20534
20547
|
}
|
|
20535
20548
|
}, []);
|
|
20536
20549
|
React.useEffect(function () {
|
|
20537
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
20550
|
+
var tempFetchQueriesEngineContext = _objectSpread$2a({}, FetchQueriesEngineContext);
|
|
20538
20551
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
20539
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
20552
|
+
setFetchQueriesEngineContext(_objectSpread$2a({}, tempFetchQueriesEngineContext));
|
|
20540
20553
|
}, []);
|
|
20541
20554
|
var _useState7 = React.useState([]),
|
|
20542
20555
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -20671,8 +20684,8 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
20671
20684
|
}))))));
|
|
20672
20685
|
};
|
|
20673
20686
|
|
|
20674
|
-
function ownKeys$
|
|
20675
|
-
function _objectSpread$
|
|
20687
|
+
function ownKeys$29(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20688
|
+
function _objectSpread$29(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$29(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$29(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20676
20689
|
var ShippingPolicy = function ShippingPolicy(props) {
|
|
20677
20690
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
20678
20691
|
var _useState = React.useState(''),
|
|
@@ -20703,7 +20716,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
20703
20716
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
20704
20717
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
20705
20718
|
});
|
|
20706
|
-
setsectionproperties(_objectSpread$
|
|
20719
|
+
setsectionproperties(_objectSpread$29({}, secpropobj));
|
|
20707
20720
|
}
|
|
20708
20721
|
}, [StatePagePropertiesContext]);
|
|
20709
20722
|
React.useEffect(function () {
|
|
@@ -20716,9 +20729,9 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
20716
20729
|
}
|
|
20717
20730
|
}, []);
|
|
20718
20731
|
React.useEffect(function () {
|
|
20719
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
20732
|
+
var tempFetchQueriesEngineContext = _objectSpread$29({}, FetchQueriesEngineContext);
|
|
20720
20733
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
20721
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
20734
|
+
setFetchQueriesEngineContext(_objectSpread$29({}, tempFetchQueriesEngineContext));
|
|
20722
20735
|
}, []);
|
|
20723
20736
|
var _useState7 = React.useState([]),
|
|
20724
20737
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -20797,8 +20810,8 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
20797
20810
|
})))));
|
|
20798
20811
|
};
|
|
20799
20812
|
|
|
20800
|
-
function ownKeys$
|
|
20801
|
-
function _objectSpread$
|
|
20813
|
+
function ownKeys$28(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20814
|
+
function _objectSpread$28(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$28(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$28(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20802
20815
|
var TermsConditions = function TermsConditions(props) {
|
|
20803
20816
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
20804
20817
|
var _useState = React.useState(''),
|
|
@@ -20829,7 +20842,7 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
20829
20842
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
20830
20843
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
20831
20844
|
});
|
|
20832
|
-
setsectionproperties(_objectSpread$
|
|
20845
|
+
setsectionproperties(_objectSpread$28({}, secpropobj));
|
|
20833
20846
|
}
|
|
20834
20847
|
}, [StatePagePropertiesContext]);
|
|
20835
20848
|
React.useEffect(function () {
|
|
@@ -20842,9 +20855,9 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
20842
20855
|
}
|
|
20843
20856
|
}, []);
|
|
20844
20857
|
React.useEffect(function () {
|
|
20845
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
20858
|
+
var tempFetchQueriesEngineContext = _objectSpread$28({}, FetchQueriesEngineContext);
|
|
20846
20859
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
20847
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
20860
|
+
setFetchQueriesEngineContext(_objectSpread$28({}, tempFetchQueriesEngineContext));
|
|
20848
20861
|
}, []);
|
|
20849
20862
|
var _useState7 = React.useState([]),
|
|
20850
20863
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -20923,8 +20936,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
20923
20936
|
})))));
|
|
20924
20937
|
};
|
|
20925
20938
|
|
|
20926
|
-
function ownKeys$
|
|
20927
|
-
function _objectSpread$
|
|
20939
|
+
function ownKeys$27(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20940
|
+
function _objectSpread$27(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$27(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$27(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20928
20941
|
var Resetpassword = function Resetpassword(props) {
|
|
20929
20942
|
var _css2;
|
|
20930
20943
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -20975,7 +20988,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
20975
20988
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
20976
20989
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
20977
20990
|
});
|
|
20978
|
-
setsectionproperties(_objectSpread$
|
|
20991
|
+
setsectionproperties(_objectSpread$27({}, secpropobj));
|
|
20979
20992
|
}
|
|
20980
20993
|
}, [StatePagePropertiesContext]);
|
|
20981
20994
|
React.useEffect(function () {
|
|
@@ -21102,9 +21115,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
21102
21115
|
className: "".concat(loginstyles2.form_control),
|
|
21103
21116
|
value: forgotpasswordpayload.email,
|
|
21104
21117
|
onChange: function onChange(event) {
|
|
21105
|
-
var temppayloadobj = _objectSpread$
|
|
21118
|
+
var temppayloadobj = _objectSpread$27({}, forgotpasswordpayload);
|
|
21106
21119
|
temppayloadobj.email = event.target.value;
|
|
21107
|
-
setforgotpasswordpayload(_objectSpread$
|
|
21120
|
+
setforgotpasswordpayload(_objectSpread$27({}, temppayloadobj));
|
|
21108
21121
|
},
|
|
21109
21122
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
21110
21123
|
style: {
|
|
@@ -21119,9 +21132,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
21119
21132
|
className: "".concat(loginstyles2.form_control),
|
|
21120
21133
|
value: forgotpasswordpayload.code,
|
|
21121
21134
|
onChange: function onChange(event) {
|
|
21122
|
-
var temppayloadobj = _objectSpread$
|
|
21135
|
+
var temppayloadobj = _objectSpread$27({}, forgotpasswordpayload);
|
|
21123
21136
|
temppayloadobj.code = event.target.value;
|
|
21124
|
-
setforgotpasswordpayload(_objectSpread$
|
|
21137
|
+
setforgotpasswordpayload(_objectSpread$27({}, temppayloadobj));
|
|
21125
21138
|
},
|
|
21126
21139
|
style: {
|
|
21127
21140
|
background: sectionproperties.input_bgcolor
|
|
@@ -21135,9 +21148,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
21135
21148
|
className: "".concat(loginstyles2.form_control),
|
|
21136
21149
|
value: forgotpasswordpayload.newpassword,
|
|
21137
21150
|
onChange: function onChange(event) {
|
|
21138
|
-
var temppayloadobj = _objectSpread$
|
|
21151
|
+
var temppayloadobj = _objectSpread$27({}, forgotpasswordpayload);
|
|
21139
21152
|
temppayloadobj.newpassword = event.target.value;
|
|
21140
|
-
setforgotpasswordpayload(_objectSpread$
|
|
21153
|
+
setforgotpasswordpayload(_objectSpread$27({}, temppayloadobj));
|
|
21141
21154
|
},
|
|
21142
21155
|
style: {
|
|
21143
21156
|
background: sectionproperties.input_bgcolor
|
|
@@ -21151,9 +21164,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
21151
21164
|
className: "".concat(loginstyles2.form_control),
|
|
21152
21165
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
21153
21166
|
onChange: function onChange(event) {
|
|
21154
|
-
var temppayloadobj = _objectSpread$
|
|
21167
|
+
var temppayloadobj = _objectSpread$27({}, forgotpasswordpayload);
|
|
21155
21168
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
21156
|
-
setforgotpasswordpayload(_objectSpread$
|
|
21169
|
+
setforgotpasswordpayload(_objectSpread$27({}, temppayloadobj));
|
|
21157
21170
|
},
|
|
21158
21171
|
style: {
|
|
21159
21172
|
background: sectionproperties.input_bgcolor
|
|
@@ -21165,7 +21178,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
21165
21178
|
onClick: function onClick() {
|
|
21166
21179
|
if (forgotpasswordpayload.email.length != 0) {
|
|
21167
21180
|
var runfunc = false;
|
|
21168
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
21181
|
+
var tempforgotpasswordpayload = _objectSpread$27({}, forgotpasswordpayload);
|
|
21169
21182
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
21170
21183
|
if (forgetpasswordstage == 'verify') {
|
|
21171
21184
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -21450,8 +21463,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
21450
21463
|
}, lang.nosearchresults)))))));
|
|
21451
21464
|
};
|
|
21452
21465
|
|
|
21453
|
-
function ownKeys$
|
|
21454
|
-
function _objectSpread$
|
|
21466
|
+
function ownKeys$26(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21467
|
+
function _objectSpread$26(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$26(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$26(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
21455
21468
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
21456
21469
|
var _textarray$, _textarray$2;
|
|
21457
21470
|
props.actions;
|
|
@@ -21472,12 +21485,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
21472
21485
|
settextarray = _useState6[1];
|
|
21473
21486
|
React.useEffect(function () {
|
|
21474
21487
|
if (props.sectionpropertiesprops != undefined) {
|
|
21475
|
-
setsectionproperties(_objectSpread$
|
|
21488
|
+
setsectionproperties(_objectSpread$26({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
21476
21489
|
}
|
|
21477
21490
|
}, [props.sectionpropertiesprops]);
|
|
21478
21491
|
React.useEffect(function () {
|
|
21479
21492
|
if (props.templateproperties_contextprops != undefined) {
|
|
21480
|
-
settemplateproperties_context(_objectSpread$
|
|
21493
|
+
settemplateproperties_context(_objectSpread$26({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
21481
21494
|
}
|
|
21482
21495
|
}, [props.templateproperties_contextprops]);
|
|
21483
21496
|
React.useEffect(function () {
|
|
@@ -21534,8 +21547,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
21534
21547
|
var headerstyles$f = {"sub_outercontainer":"subheader-module_sub_outercontainer__-z5ZD","nav__item":"subheader-module_nav__item__8oLkw","link":"subheader-module_link__7IEBY","dropmenu":"subheader-module_dropmenu__lL4Sc","active":"subheader-module_active__MjZNG","subheader":"subheader-module_subheader__aW8fS"};
|
|
21535
21548
|
styleInject(css_248z$B);
|
|
21536
21549
|
|
|
21537
|
-
function ownKeys$
|
|
21538
|
-
function _objectSpread$
|
|
21550
|
+
function ownKeys$25(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21551
|
+
function _objectSpread$25(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$25(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$25(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
21539
21552
|
var Subheader = function Subheader(props) {
|
|
21540
21553
|
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$subheaderprope18, _props$subheaderprope19, _templatepropcontext$3, _fetchCategoriesQuery3, _authdetailsContext$i3, _fetchCategoriesQuery4, _authdetailsContext$i4, _fetchCategoriesQuery5, _props$subheaderprope34, _props$subheaderprope35, _props$subheaderprope36, _props$subheaderprope37, _fetchCategoriesQuery6, _fetchCategoriesQuery7, _props$subheaderprope40, _props$subheaderprope41, _props$subheaderprope42, _props$subheaderprope43, _fetchCategoriesQuery9, _fetchCategoriesQuery10;
|
|
21541
21554
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -21584,12 +21597,12 @@ var Subheader = function Subheader(props) {
|
|
|
21584
21597
|
React.useEffect(function () {
|
|
21585
21598
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
21586
21599
|
tempFetchQueriesEngineContext.categories = true;
|
|
21587
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
21600
|
+
setFetchQueriesEngineContext(_objectSpread$25({}, tempFetchQueriesEngineContext));
|
|
21588
21601
|
// alert(JSON.stringify(authdetailsContext));
|
|
21589
21602
|
}, []);
|
|
21590
21603
|
React.useEffect(function () {
|
|
21591
21604
|
if (props.sectionpropertiesprops != undefined) {
|
|
21592
|
-
setsectionproperties(_objectSpread$
|
|
21605
|
+
setsectionproperties(_objectSpread$25({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
21593
21606
|
}
|
|
21594
21607
|
}, [props.sectionpropertiesprops]);
|
|
21595
21608
|
// useEffect(() => {
|
|
@@ -22229,8 +22242,8 @@ var Subheader = function Subheader(props) {
|
|
|
22229
22242
|
})))))));
|
|
22230
22243
|
};
|
|
22231
22244
|
|
|
22232
|
-
function ownKeys$
|
|
22233
|
-
function _objectSpread$
|
|
22245
|
+
function ownKeys$24(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
22246
|
+
function _objectSpread$24(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$24(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$24(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22234
22247
|
var Headerresponsive = function Headerresponsive(props) {
|
|
22235
22248
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
22236
22249
|
var actions = props.actions;
|
|
@@ -22265,7 +22278,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
22265
22278
|
setpcollarray = _useState6[1];
|
|
22266
22279
|
React.useEffect(function () {
|
|
22267
22280
|
if (props.sectionpropertiesprops != undefined) {
|
|
22268
|
-
setsectionproperties(_objectSpread$
|
|
22281
|
+
setsectionproperties(_objectSpread$24({}, props.sectionpropertiesprops));
|
|
22269
22282
|
}
|
|
22270
22283
|
}, [props.sectionpropertiesprops]);
|
|
22271
22284
|
var _useState7 = React.useState([]),
|
|
@@ -23431,8 +23444,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
23431
23444
|
})))))));
|
|
23432
23445
|
};
|
|
23433
23446
|
|
|
23434
|
-
function ownKeys$
|
|
23435
|
-
function _objectSpread$
|
|
23447
|
+
function ownKeys$23(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
23448
|
+
function _objectSpread$23(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$23(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$23(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
23436
23449
|
var DownloadApp = function DownloadApp(props) {
|
|
23437
23450
|
props.actions;
|
|
23438
23451
|
props.actions.lang;
|
|
@@ -23457,7 +23470,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
23457
23470
|
}, [sectionproperties]);
|
|
23458
23471
|
React.useEffect(function () {
|
|
23459
23472
|
if (props.sectionpropertiesprops != undefined) {
|
|
23460
|
-
setsectionproperties(_objectSpread$
|
|
23473
|
+
setsectionproperties(_objectSpread$23({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
23461
23474
|
}
|
|
23462
23475
|
}, [props.sectionpropertiesprops]);
|
|
23463
23476
|
var header_cssstyles = {
|
|
@@ -23510,8 +23523,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
23510
23523
|
}))));
|
|
23511
23524
|
};
|
|
23512
23525
|
|
|
23513
|
-
function ownKeys$
|
|
23514
|
-
function _objectSpread$
|
|
23526
|
+
function ownKeys$22(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
23527
|
+
function _objectSpread$22(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$22(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$22(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
23515
23528
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
23516
23529
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16;
|
|
23517
23530
|
props.actions;
|
|
@@ -23527,12 +23540,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
23527
23540
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
23528
23541
|
React.useEffect(function () {
|
|
23529
23542
|
if (props.sectionpropertiesprops != undefined) {
|
|
23530
|
-
setsectionproperties(_objectSpread$
|
|
23543
|
+
setsectionproperties(_objectSpread$22({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
23531
23544
|
}
|
|
23532
23545
|
}, [props.sectionpropertiesprops]);
|
|
23533
23546
|
React.useEffect(function () {
|
|
23534
23547
|
if (props.templateproperties_contextprops != undefined) {
|
|
23535
|
-
settemplateproperties_context(_objectSpread$
|
|
23548
|
+
settemplateproperties_context(_objectSpread$22({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
23536
23549
|
}
|
|
23537
23550
|
}, [props.templateproperties_contextprops]);
|
|
23538
23551
|
var header_cssstyles = {
|
|
@@ -23636,8 +23649,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
23636
23649
|
})));
|
|
23637
23650
|
};
|
|
23638
23651
|
|
|
23639
|
-
function ownKeys$
|
|
23640
|
-
function _objectSpread$
|
|
23652
|
+
function ownKeys$21(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
23653
|
+
function _objectSpread$21(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$21(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$21(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
23641
23654
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
23642
23655
|
var _authdetailsContext$i3, _authdetailsContext$i4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _returnpolicyobj23, _returnpolicyobj24;
|
|
23643
23656
|
var actions = props.actions;
|
|
@@ -23677,7 +23690,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23677
23690
|
var scrollYposittionprops = props.actions.scrollYposittionprops;
|
|
23678
23691
|
React.useEffect(function () {
|
|
23679
23692
|
if (props.sectionpropertiesprops != undefined) {
|
|
23680
|
-
setsectionproperties(_objectSpread$
|
|
23693
|
+
setsectionproperties(_objectSpread$21({}, props.sectionpropertiesprops));
|
|
23681
23694
|
}
|
|
23682
23695
|
}, [props.sectionpropertiesprops]);
|
|
23683
23696
|
var _useState9 = React.useState([]),
|
|
@@ -25471,8 +25484,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25471
25484
|
}, lang.logout))))))))));
|
|
25472
25485
|
};
|
|
25473
25486
|
|
|
25474
|
-
function ownKeys$
|
|
25475
|
-
function _objectSpread$
|
|
25487
|
+
function ownKeys$20(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
25488
|
+
function _objectSpread$20(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$20(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$20(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
25476
25489
|
var ElegantHeader = function ElegantHeader(props) {
|
|
25477
25490
|
var _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i8, _authdetailsContext$i9;
|
|
25478
25491
|
var _useState = React.useState(''),
|
|
@@ -25526,7 +25539,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
25526
25539
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
25527
25540
|
});
|
|
25528
25541
|
}
|
|
25529
|
-
setsectionproperties(_objectSpread$
|
|
25542
|
+
setsectionproperties(_objectSpread$20({}, secpropobj));
|
|
25530
25543
|
}, [StatePagePropertiesContext]);
|
|
25531
25544
|
React.useEffect(function () {
|
|
25532
25545
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -26277,8 +26290,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
26277
26290
|
var headerstyles$e = {"header_container":"Gotoheader-module_header_container__f-O-q","topbar_item_container":"Gotoheader-module_topbar_item_container__qiBbU","topbar_item":"Gotoheader-module_topbar_item__rYdqG","badge_counter_header_notifications":"Gotoheader-module_badge_counter_header_notifications__a3aCj","header_divider":"Gotoheader-module_header_divider__KE8o6","searchbar":"Gotoheader-module_searchbar__xRQAq","searchbaractive":"Gotoheader-module_searchbaractive__ECT3T"};
|
|
26278
26291
|
styleInject(css_248z$A);
|
|
26279
26292
|
|
|
26280
|
-
function ownKeys$
|
|
26281
|
-
function _objectSpread$
|
|
26293
|
+
function ownKeys$1$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
26294
|
+
function _objectSpread$1$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1$(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
26282
26295
|
var Gotoheader = function Gotoheader(props) {
|
|
26283
26296
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
26284
26297
|
var _useState = React.useState(''),
|
|
@@ -26318,7 +26331,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
26318
26331
|
});
|
|
26319
26332
|
}
|
|
26320
26333
|
}
|
|
26321
|
-
setsectionproperties(_objectSpread$
|
|
26334
|
+
setsectionproperties(_objectSpread$1$({}, secpropobj));
|
|
26322
26335
|
}, [StatePagePropertiesContext]);
|
|
26323
26336
|
var _useState3 = React.useState([]),
|
|
26324
26337
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -27031,8 +27044,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
27031
27044
|
var headerstyles$d = {"lowerHeaderContainer":"CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY","navbar":"CategoryFeaturingHeader-module_navbar__KrZoa","navbar_item":"CategoryFeaturingHeader-module_navbar_item__x7kUB","badge_counter_header_notifications":"CategoryFeaturingHeader-module_badge_counter_header_notifications__OMiIG","searchbar":"CategoryFeaturingHeader-module_searchbar__QVi6T","searchbaractive":"CategoryFeaturingHeader-module_searchbaractive__SDflG"};
|
|
27032
27045
|
styleInject(css_248z$z);
|
|
27033
27046
|
|
|
27034
|
-
function ownKeys$
|
|
27035
|
-
function _objectSpread$
|
|
27047
|
+
function ownKeys$1_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
27048
|
+
function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
27036
27049
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
27037
27050
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
27038
27051
|
var _useState = React.useState(''),
|
|
@@ -27080,7 +27093,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
27080
27093
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
27081
27094
|
});
|
|
27082
27095
|
}
|
|
27083
|
-
setsectionproperties(_objectSpread$
|
|
27096
|
+
setsectionproperties(_objectSpread$1_({}, secpropobj));
|
|
27084
27097
|
}, [StatePagePropertiesContext]);
|
|
27085
27098
|
React.useEffect(function () {
|
|
27086
27099
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -27996,8 +28009,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
27996
28009
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
27997
28010
|
styleInject(css_248z$y);
|
|
27998
28011
|
|
|
27999
|
-
function ownKeys$
|
|
28000
|
-
function _objectSpread$
|
|
28012
|
+
function ownKeys$1Z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
28013
|
+
function _objectSpread$1Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
28001
28014
|
var ClassicHeader = function ClassicHeader(props) {
|
|
28002
28015
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
|
|
28003
28016
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -28034,7 +28047,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
28034
28047
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28035
28048
|
});
|
|
28036
28049
|
}
|
|
28037
|
-
setsectionproperties(_objectSpread$
|
|
28050
|
+
setsectionproperties(_objectSpread$1Z({}, secpropobj));
|
|
28038
28051
|
}, [StatePagePropertiesContext]);
|
|
28039
28052
|
var _useState3 = React.useState([]),
|
|
28040
28053
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -29212,8 +29225,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
29212
29225
|
var headerstyles$b = {"header_container":"CTAHeader-module_header_container__In9j3","topbar_item_container":"CTAHeader-module_topbar_item_container__yiKBc","badge_counter_header_notifications":"CTAHeader-module_badge_counter_header_notifications__LwrZ5","searchbar":"CTAHeader-module_searchbar__lDR8a","searchbaractive":"CTAHeader-module_searchbaractive__mPoEm"};
|
|
29213
29226
|
styleInject(css_248z$x);
|
|
29214
29227
|
|
|
29215
|
-
function ownKeys$
|
|
29216
|
-
function _objectSpread$
|
|
29228
|
+
function ownKeys$1Y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
29229
|
+
function _objectSpread$1Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
29217
29230
|
var CTAHeader = function CTAHeader(props) {
|
|
29218
29231
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i14, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i22;
|
|
29219
29232
|
var actions = props.actions;
|
|
@@ -29261,7 +29274,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
29261
29274
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
29262
29275
|
});
|
|
29263
29276
|
}
|
|
29264
|
-
setsectionproperties(_objectSpread$
|
|
29277
|
+
setsectionproperties(_objectSpread$1Y({}, secpropobj));
|
|
29265
29278
|
}, [StatePagePropertiesContext]);
|
|
29266
29279
|
React.useEffect(function () {
|
|
29267
29280
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -30316,8 +30329,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
30316
30329
|
var headerstyles$a = {"header_innercontainer":"Header_threesectionslogocentered-module_header_innercontainer__yjjgZ","navbar_item":"Header_threesectionslogocentered-module_navbar_item__YMaF8","navbar_item_text":"Header_threesectionslogocentered-module_navbar_item_text__0DPls","navbar_item_active":"Header_threesectionslogocentered-module_navbar_item_active__ladUm","searchbarcont":"Header_threesectionslogocentered-module_searchbarcont__9MNXO","badge_counter_header_notifications":"Header_threesectionslogocentered-module_badge_counter_header_notifications__qekYU","searchbar":"Header_threesectionslogocentered-module_searchbar__5KdKx","searchbaractive":"Header_threesectionslogocentered-module_searchbaractive__8Pp-9"};
|
|
30317
30330
|
styleInject(css_248z$w);
|
|
30318
30331
|
|
|
30319
|
-
function ownKeys$
|
|
30320
|
-
function _objectSpread$
|
|
30332
|
+
function ownKeys$1X(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
30333
|
+
function _objectSpread$1X(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1X(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1X(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
30321
30334
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
30322
30335
|
var _authdetailsContext$i3, _authdetailsContext$i10, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i15;
|
|
30323
30336
|
var _useState = React.useState(''),
|
|
@@ -30359,7 +30372,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
30359
30372
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30360
30373
|
});
|
|
30361
30374
|
}
|
|
30362
|
-
setsectionproperties(_objectSpread$
|
|
30375
|
+
setsectionproperties(_objectSpread$1X({}, secpropobj));
|
|
30363
30376
|
}, [StatePagePropertiesContext]);
|
|
30364
30377
|
var _useState5 = React.useState([]),
|
|
30365
30378
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -31390,8 +31403,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
31390
31403
|
var headerstyles$9 = {"headercontainer":"Simpleheader-module_headercontainer__H09AD","navbar":"Simpleheader-module_navbar__lLQ9F","header_cart":"Simpleheader-module_header_cart__GG895","header_badge":"Simpleheader-module_header_badge__cW4uV","nav__item":"Simpleheader-module_nav__item__txPCh","link":"Simpleheader-module_link__aI5DF","badge_counter_header_notifications":"Simpleheader-module_badge_counter_header_notifications__9NFCv","searchbar":"Simpleheader-module_searchbar__-iAVU","searchbaractive":"Simpleheader-module_searchbaractive__9RFRQ"};
|
|
31391
31404
|
styleInject(css_248z$v);
|
|
31392
31405
|
|
|
31393
|
-
function ownKeys$
|
|
31394
|
-
function _objectSpread$
|
|
31406
|
+
function ownKeys$1W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
31407
|
+
function _objectSpread$1W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1W(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
31395
31408
|
var Simpleheader = function Simpleheader(props) {
|
|
31396
31409
|
var _header_cssstyles, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i4, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i5, _authdetailsContext$i6, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
31397
31410
|
var actions = props.actions;
|
|
@@ -31439,7 +31452,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
31439
31452
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31440
31453
|
});
|
|
31441
31454
|
}
|
|
31442
|
-
setsectionproperties(_objectSpread$
|
|
31455
|
+
setsectionproperties(_objectSpread$1W({}, secpropobj));
|
|
31443
31456
|
}, [StatePagePropertiesContext]);
|
|
31444
31457
|
React.useEffect(function () {
|
|
31445
31458
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -32324,8 +32337,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32324
32337
|
}))))))));
|
|
32325
32338
|
};
|
|
32326
32339
|
|
|
32327
|
-
function ownKeys$
|
|
32328
|
-
function _objectSpread$
|
|
32340
|
+
function ownKeys$1V(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
32341
|
+
function _objectSpread$1V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1V(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
32329
32342
|
var Header8 = function Header8(props) {
|
|
32330
32343
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i9, _authdetailsContext$i11, _authdetailsContext$i13, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i14, _authdetailsContext$i16, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20, _fetchcustomercartQue4, _fetchcustomercartQue5;
|
|
32331
32344
|
var actions = props.actions;
|
|
@@ -32382,7 +32395,7 @@ var Header8 = function Header8(props) {
|
|
|
32382
32395
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32383
32396
|
});
|
|
32384
32397
|
}
|
|
32385
|
-
setsectionproperties(_objectSpread$
|
|
32398
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
32386
32399
|
}, [StatePagePropertiesContext]);
|
|
32387
32400
|
var subtotalcart = function subtotalcart() {
|
|
32388
32401
|
var _fetchcustomercartQue;
|
|
@@ -34224,8 +34237,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
34224
34237
|
var headerstyles$8 = {"header_innercontainer":"headerresturant-module_header_innercontainer__K3I1g","navbar_item":"headerresturant-module_navbar_item__Exl8b","navbar_item_text":"headerresturant-module_navbar_item_text__psv09","navbar_item_active":"headerresturant-module_navbar_item_active__8BCbD","searchbarcont":"headerresturant-module_searchbarcont__4VPWj","language_cont":"headerresturant-module_language_cont__LwHIK","badge_counter_header_notifications":"headerresturant-module_badge_counter_header_notifications__mGA2-"};
|
|
34225
34238
|
styleInject(css_248z$u);
|
|
34226
34239
|
|
|
34227
|
-
function ownKeys$
|
|
34228
|
-
function _objectSpread$
|
|
34240
|
+
function ownKeys$1U(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
34241
|
+
function _objectSpread$1U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1U(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
34229
34242
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
34230
34243
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
34231
34244
|
var _useState = React.useState(''),
|
|
@@ -34261,7 +34274,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
34261
34274
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34262
34275
|
});
|
|
34263
34276
|
}
|
|
34264
|
-
setsectionproperties(_objectSpread$
|
|
34277
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
34265
34278
|
}, [StatePagePropertiesContext]);
|
|
34266
34279
|
var _useState3 = React.useState([]),
|
|
34267
34280
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -34879,8 +34892,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
34879
34892
|
var headerstyles$7 = {"lowerHeaderContainer":"header_contactinfo-module_lowerHeaderContainer__toB3m","navbar_item":"header_contactinfo-module_navbar_item__T6mXT","navbar_item_text":"header_contactinfo-module_navbar_item_text__dSoH9","navbar_item_active":"header_contactinfo-module_navbar_item_active__eiC3f","badge_counter_header_notifications":"header_contactinfo-module_badge_counter_header_notifications__gWKN6"};
|
|
34880
34893
|
styleInject(css_248z$t);
|
|
34881
34894
|
|
|
34882
|
-
function ownKeys$
|
|
34883
|
-
function _objectSpread$
|
|
34895
|
+
function ownKeys$1T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
34896
|
+
function _objectSpread$1T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1T(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
34884
34897
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
34885
34898
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
34886
34899
|
var _useState = React.useState(''),
|
|
@@ -34917,7 +34930,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
34917
34930
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34918
34931
|
});
|
|
34919
34932
|
}
|
|
34920
|
-
setsectionproperties(_objectSpread$
|
|
34933
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
34921
34934
|
}, [StatePagePropertiesContext]);
|
|
34922
34935
|
var _useState3 = React.useState(false),
|
|
34923
34936
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -35695,8 +35708,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
35695
35708
|
}))))))));
|
|
35696
35709
|
};
|
|
35697
35710
|
|
|
35698
|
-
function ownKeys$
|
|
35699
|
-
function _objectSpread$
|
|
35711
|
+
function ownKeys$1S(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
35712
|
+
function _objectSpread$1S(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1S(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1S(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
35700
35713
|
var Modernheader = function Modernheader(props) {
|
|
35701
35714
|
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
35702
35715
|
var _useState = React.useState(''),
|
|
@@ -35743,7 +35756,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
35743
35756
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
35744
35757
|
});
|
|
35745
35758
|
}
|
|
35746
|
-
setsectionproperties(_objectSpread$
|
|
35759
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
35747
35760
|
}, [StatePagePropertiesContext]);
|
|
35748
35761
|
React.useEffect(function () {
|
|
35749
35762
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -36561,8 +36574,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
36561
36574
|
}))))))));
|
|
36562
36575
|
};
|
|
36563
36576
|
|
|
36564
|
-
function ownKeys$
|
|
36565
|
-
function _objectSpread$
|
|
36577
|
+
function ownKeys$1R(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
36578
|
+
function _objectSpread$1R(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1R(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1R(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
36566
36579
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
36567
36580
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
36568
36581
|
var _useState = React.useState(''),
|
|
@@ -36600,7 +36613,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
36600
36613
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
36601
36614
|
});
|
|
36602
36615
|
}
|
|
36603
|
-
setsectionproperties(_objectSpread$
|
|
36616
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
36604
36617
|
}, [StatePagePropertiesContext]);
|
|
36605
36618
|
var _useState3 = React.useState([]),
|
|
36606
36619
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -37245,8 +37258,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
37245
37258
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
37246
37259
|
styleInject(css_248z$s);
|
|
37247
37260
|
|
|
37248
|
-
function ownKeys$
|
|
37249
|
-
function _objectSpread$
|
|
37261
|
+
function ownKeys$1Q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
37262
|
+
function _objectSpread$1Q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Q(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
37250
37263
|
var StylishHeader = function StylishHeader(props) {
|
|
37251
37264
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
37252
37265
|
var _useState = React.useState(''),
|
|
@@ -37287,7 +37300,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
37287
37300
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37288
37301
|
});
|
|
37289
37302
|
}
|
|
37290
|
-
setsectionproperties(_objectSpread$
|
|
37303
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
37291
37304
|
}, [StatePagePropertiesContext]);
|
|
37292
37305
|
var _useState5 = React.useState([]),
|
|
37293
37306
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -38050,8 +38063,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
38050
38063
|
var headerstyles$5 = {"lowerHeaderContainer":"threetieredheader-module_lowerHeaderContainer__hl0gc","navbar":"threetieredheader-module_navbar__Le5Kz","navbar_item":"threetieredheader-module_navbar_item__9VQR-","navbar_item_text":"threetieredheader-module_navbar_item_text__G7M4B","navbar_item_active":"threetieredheader-module_navbar_item_active__qGXP2","badge_counter_header_notifications":"threetieredheader-module_badge_counter_header_notifications__fmXNP","searchbar":"threetieredheader-module_searchbar__CMeCp","searchbaractive":"threetieredheader-module_searchbaractive__jQeUr"};
|
|
38051
38064
|
styleInject(css_248z$r);
|
|
38052
38065
|
|
|
38053
|
-
function ownKeys$
|
|
38054
|
-
function _objectSpread$
|
|
38066
|
+
function ownKeys$1P(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
38067
|
+
function _objectSpread$1P(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1P(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1P(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
38055
38068
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
38056
38069
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
38057
38070
|
var actions = props.actions;
|
|
@@ -38089,7 +38102,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
38089
38102
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38090
38103
|
});
|
|
38091
38104
|
}
|
|
38092
|
-
setsectionproperties(_objectSpread$
|
|
38105
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
38093
38106
|
}, [StatePagePropertiesContext]);
|
|
38094
38107
|
var _useState3 = React.useState([]),
|
|
38095
38108
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -38929,8 +38942,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
38929
38942
|
var headerstyles$4 = {"headerMiddleContainer":"SearchFocusedHeader-module_headerMiddleContainer__P6xTy","navbar":"SearchFocusedHeader-module_navbar__S8cPA","navbar_item":"SearchFocusedHeader-module_navbar_item__0oxbl","badge_counter_header_notifications":"SearchFocusedHeader-module_badge_counter_header_notifications__2qUaH","searchbar":"SearchFocusedHeader-module_searchbar__uJotQ","searchbaractive":"SearchFocusedHeader-module_searchbaractive__eZgrZ"};
|
|
38930
38943
|
styleInject(css_248z$q);
|
|
38931
38944
|
|
|
38932
|
-
function ownKeys$
|
|
38933
|
-
function _objectSpread$
|
|
38945
|
+
function ownKeys$1O(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
38946
|
+
function _objectSpread$1O(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1O(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1O(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
38934
38947
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
38935
38948
|
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
38936
38949
|
var lang = props.actions.lang;
|
|
@@ -38997,7 +39010,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
38997
39010
|
});
|
|
38998
39011
|
}
|
|
38999
39012
|
}
|
|
39000
|
-
setsectionproperties(_objectSpread$
|
|
39013
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
39001
39014
|
}, [StatePagePropertiesContext]);
|
|
39002
39015
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
39003
39016
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -39931,8 +39944,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
39931
39944
|
var headerstyles$3 = {"headerMiddleContainer":"HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX","navbar_item":"HeaderWithUtilityBar-module_navbar_item__VR64E","badge_counter_header_notifications":"HeaderWithUtilityBar-module_badge_counter_header_notifications__-I6Pm","searchbar":"HeaderWithUtilityBar-module_searchbar__3rwMD","searchbaractive":"HeaderWithUtilityBar-module_searchbaractive__3gHHs"};
|
|
39932
39945
|
styleInject(css_248z$p);
|
|
39933
39946
|
|
|
39934
|
-
function ownKeys$
|
|
39935
|
-
function _objectSpread$
|
|
39947
|
+
function ownKeys$1N(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
39948
|
+
function _objectSpread$1N(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1N(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1N(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
39936
39949
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
39937
39950
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
39938
39951
|
var lang = props.actions.lang;
|
|
@@ -39976,7 +39989,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
39976
39989
|
});
|
|
39977
39990
|
}
|
|
39978
39991
|
}
|
|
39979
|
-
setsectionproperties(_objectSpread$
|
|
39992
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
39980
39993
|
}, [StatePagePropertiesContext]);
|
|
39981
39994
|
var _useState5 = React.useState([]),
|
|
39982
39995
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -40707,8 +40720,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
40707
40720
|
var headerstyles$2 = {"nav__item":"HeaderWithAdSlider-module_nav__item__lmbKL","link":"HeaderWithAdSlider-module_link__9hhKh","badge_counter_header_notifications":"HeaderWithAdSlider-module_badge_counter_header_notifications__Shv1O","searchbar":"HeaderWithAdSlider-module_searchbar__Dqa-y","searchbaractive":"HeaderWithAdSlider-module_searchbaractive__c7gv6"};
|
|
40708
40721
|
styleInject(css_248z$o);
|
|
40709
40722
|
|
|
40710
|
-
function ownKeys$
|
|
40711
|
-
function _objectSpread$
|
|
40723
|
+
function ownKeys$1M(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
40724
|
+
function _objectSpread$1M(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1M(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1M(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
40712
40725
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
40713
40726
|
var _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
40714
40727
|
var _useState = React.useState(''),
|
|
@@ -40746,7 +40759,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
40746
40759
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40747
40760
|
});
|
|
40748
40761
|
}
|
|
40749
|
-
setsectionproperties(_objectSpread$
|
|
40762
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
40750
40763
|
}, [StatePagePropertiesContext]);
|
|
40751
40764
|
var _useState3 = React.useState([]),
|
|
40752
40765
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -41485,8 +41498,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
41485
41498
|
var headerstyles$1 = {"headercontainer":"HeaderWithSearchOnCenter-module_headercontainer__hEPeK","navbar":"HeaderWithSearchOnCenter-module_navbar__4UEjw","header_cart":"HeaderWithSearchOnCenter-module_header_cart__3m4dH","header_badge":"HeaderWithSearchOnCenter-module_header_badge__TeMF5","nav__item":"HeaderWithSearchOnCenter-module_nav__item__xRxTI","link":"HeaderWithSearchOnCenter-module_link__wYKus","badge_counter_header_notifications":"HeaderWithSearchOnCenter-module_badge_counter_header_notifications__GXHqw","searchbar":"HeaderWithSearchOnCenter-module_searchbar__H6b-F","searchbaractive":"HeaderWithSearchOnCenter-module_searchbaractive__yWggL"};
|
|
41486
41499
|
styleInject(css_248z$n);
|
|
41487
41500
|
|
|
41488
|
-
function ownKeys$
|
|
41489
|
-
function _objectSpread$
|
|
41501
|
+
function ownKeys$1L(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41502
|
+
function _objectSpread$1L(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1L(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1L(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41490
41503
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
41491
41504
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
41492
41505
|
var _useState = React.useState(''),
|
|
@@ -41523,7 +41536,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
41523
41536
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41524
41537
|
});
|
|
41525
41538
|
}
|
|
41526
|
-
setsectionproperties(_objectSpread$
|
|
41539
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
41527
41540
|
}, [StatePagePropertiesContext]);
|
|
41528
41541
|
var _useState3 = React.useState([]),
|
|
41529
41542
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -42139,8 +42152,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
42139
42152
|
}));
|
|
42140
42153
|
};
|
|
42141
42154
|
|
|
42142
|
-
function ownKeys$
|
|
42143
|
-
function _objectSpread$
|
|
42155
|
+
function ownKeys$1K(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
42156
|
+
function _objectSpread$1K(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1K(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1K(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
42144
42157
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
42145
42158
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
42146
42159
|
var lang = props.actions.lang;
|
|
@@ -42188,7 +42201,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
42188
42201
|
});
|
|
42189
42202
|
}
|
|
42190
42203
|
}
|
|
42191
|
-
setsectionproperties(_objectSpread$
|
|
42204
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
42192
42205
|
}, [StatePagePropertiesContext]);
|
|
42193
42206
|
React.useEffect(function () {
|
|
42194
42207
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -43128,8 +43141,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
43128
43141
|
var headerstyles = {"headercontainer":"NewHeader-module_headercontainer__qY3Tj","navbar":"NewHeader-module_navbar__kLzIy","header_cart":"NewHeader-module_header_cart__wRj2v","header_badge":"NewHeader-module_header_badge__Et-AS","nav__item":"NewHeader-module_nav__item__jRv-r","link":"NewHeader-module_link__4ixBg","badge_counter_header_notifications":"NewHeader-module_badge_counter_header_notifications__GpVQI","searchbar":"NewHeader-module_searchbar__1aYXU","searchbaractive":"NewHeader-module_searchbaractive__Uv--y"};
|
|
43129
43142
|
styleInject(css_248z$m);
|
|
43130
43143
|
|
|
43131
|
-
function ownKeys$
|
|
43132
|
-
function _objectSpread$
|
|
43144
|
+
function ownKeys$1J(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
43145
|
+
function _objectSpread$1J(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1J(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1J(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43133
43146
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
43134
43147
|
var _textarray$, _textarray$2, _authdetailsContext$i, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
43135
43148
|
var _useState = React.useState(''),
|
|
@@ -43170,7 +43183,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
43170
43183
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43171
43184
|
});
|
|
43172
43185
|
}
|
|
43173
|
-
setsectionproperties(_objectSpread$
|
|
43186
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
43174
43187
|
}, [StatePagePropertiesContext]);
|
|
43175
43188
|
var _useState5 = React.useState([]),
|
|
43176
43189
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -43999,6 +44012,161 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
43999
44012
|
}));
|
|
44000
44013
|
};
|
|
44001
44014
|
|
|
44015
|
+
function ownKeys$1I(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
44016
|
+
function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
44017
|
+
var FloatingIcons = function FloatingIcons(props) {
|
|
44018
|
+
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
44019
|
+
var _useState = React.useState(''),
|
|
44020
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
44021
|
+
sectionproperties = _useState2[0],
|
|
44022
|
+
setsectionproperties = _useState2[1];
|
|
44023
|
+
var langdetect = props.actions.langdetect;
|
|
44024
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
44025
|
+
var routingcountext = props.actions.routingcountext;
|
|
44026
|
+
React.useEffect(function () {
|
|
44027
|
+
if (props.sectionpropertiesprops != undefined) {
|
|
44028
|
+
setsectionproperties(_objectSpread$1I({}, props.sectionpropertiesprops));
|
|
44029
|
+
}
|
|
44030
|
+
}, [props.sectionpropertiesprops]);
|
|
44031
|
+
var header_cssstyles = {
|
|
44032
|
+
floatingwaicon: glamor.css({
|
|
44033
|
+
position: 'fixed',
|
|
44034
|
+
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
44035
|
+
right: sectionproperties.floatingwhatsapppositionfromright + 'px',
|
|
44036
|
+
zIndex: 999999,
|
|
44037
|
+
transition: 'all 0.3s ease-out',
|
|
44038
|
+
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
44039
|
+
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
44040
|
+
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
44041
|
+
borderRadius: sectionproperties.floatingwhatsappiconborderradius + 'px',
|
|
44042
|
+
fontSize: sectionproperties.floatingwhatsappiconfontsize + 'px',
|
|
44043
|
+
color: sectionproperties.floatingwhatsappiconcolor,
|
|
44044
|
+
':hover': {
|
|
44045
|
+
color: sectionproperties.floatingwhatsappiconcoloronhover,
|
|
44046
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
44047
|
+
}
|
|
44048
|
+
}),
|
|
44049
|
+
fbfloatingicon: glamor.css({
|
|
44050
|
+
position: 'fixed',
|
|
44051
|
+
bottom: sectionproperties.floatingfbfrombottom + 'px',
|
|
44052
|
+
right: sectionproperties.floatingfbfromright + 'px',
|
|
44053
|
+
zIndex: 999999,
|
|
44054
|
+
transition: 'all 0.3s ease-out',
|
|
44055
|
+
width: sectionproperties.floatingfbiconwidth + 'px',
|
|
44056
|
+
height: sectionproperties.floatingfbiconheight + 'px',
|
|
44057
|
+
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
44058
|
+
borderRadius: sectionproperties.floatingfbiconborderradius + 'px',
|
|
44059
|
+
fontSize: sectionproperties.floatingfbiconfontsize + 'px',
|
|
44060
|
+
color: sectionproperties.floatingfbiconiconcolor,
|
|
44061
|
+
':hover': {
|
|
44062
|
+
// color: 'white',
|
|
44063
|
+
// background: '#1877F2',
|
|
44064
|
+
color: sectionproperties.floatingfbiconiconcoloronhover,
|
|
44065
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
44066
|
+
}
|
|
44067
|
+
}),
|
|
44068
|
+
floatingbtn: glamor.css({
|
|
44069
|
+
position: 'fixed',
|
|
44070
|
+
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
44071
|
+
right: sectionproperties.floatingbtnfromright + 'px',
|
|
44072
|
+
zIndex: 999999,
|
|
44073
|
+
transition: 'all 0.3s ease-out',
|
|
44074
|
+
width: sectionproperties.floatingbtnwidth + 'px',
|
|
44075
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
44076
|
+
background: sectionproperties.floatingbtnbg,
|
|
44077
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
44078
|
+
color: sectionproperties.floatingbtncolor,
|
|
44079
|
+
borderRadius: sectionproperties.floatingbuttonborderradius + 'px',
|
|
44080
|
+
':hover': {
|
|
44081
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
44082
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
44083
|
+
transitions: '.3s',
|
|
44084
|
+
cursor: 'pointer'
|
|
44085
|
+
}
|
|
44086
|
+
// '@media (max-width: 800px)': {
|
|
44087
|
+
// width: '50%',
|
|
44088
|
+
// },
|
|
44089
|
+
})
|
|
44090
|
+
};
|
|
44091
|
+
var whatsappUrl = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessageen);
|
|
44092
|
+
var whatsappUrl_ar = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessagear);
|
|
44093
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44094
|
+
"class": '',
|
|
44095
|
+
style: {
|
|
44096
|
+
position: 'relative'
|
|
44097
|
+
}
|
|
44098
|
+
}, sectionproperties.showfloatingwaicon == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
44099
|
+
href: langdetect == 'en' ? whatsappUrl : whatsappUrl_ar,
|
|
44100
|
+
target: "_blank",
|
|
44101
|
+
rel: "noopener noreferrer",
|
|
44102
|
+
style: {},
|
|
44103
|
+
"class": header_cssstyles.floatingwaicon + ' allcentered px-2 py-1 cursor-pointer '
|
|
44104
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
44105
|
+
size: sectionproperties.floatingwhatsappiconiconfontsize
|
|
44106
|
+
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
44107
|
+
"class": langdetect == 'en' ? 'ml-1' : 'mr-1'
|
|
44108
|
+
}, langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar)), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44109
|
+
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
44110
|
+
onClick: function onClick() {
|
|
44111
|
+
var _authdetailsContext$i3;
|
|
44112
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
|
|
44113
|
+
var _authdetailsContext$i4;
|
|
44114
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
|
|
44115
|
+
}
|
|
44116
|
+
}
|
|
44117
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
44118
|
+
size: 20
|
|
44119
|
+
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44120
|
+
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
44121
|
+
onClick: function onClick() {
|
|
44122
|
+
var _authdetailsContext$i5;
|
|
44123
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
|
|
44124
|
+
var _authdetailsContext$i6;
|
|
44125
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
|
|
44126
|
+
}
|
|
44127
|
+
}
|
|
44128
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
44129
|
+
size: 20
|
|
44130
|
+
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44131
|
+
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
44132
|
+
onClick: function onClick() {
|
|
44133
|
+
var _authdetailsContext$i7;
|
|
44134
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
44135
|
+
var _authdetailsContext$i8;
|
|
44136
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
44137
|
+
}
|
|
44138
|
+
}
|
|
44139
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
44140
|
+
size: 20
|
|
44141
|
+
})), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44142
|
+
"class": header_cssstyles.floatingbtn + ' allcentered cursor-pointer ',
|
|
44143
|
+
style: {},
|
|
44144
|
+
onClick: function onClick() {
|
|
44145
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
44146
|
+
}
|
|
44147
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
44148
|
+
"class": "m-0 p-0"
|
|
44149
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
44150
|
+
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
44151
|
+
target: '_self',
|
|
44152
|
+
style: {
|
|
44153
|
+
position: 'fixed',
|
|
44154
|
+
bottom: sectionproperties.callppositionfrombottom + 'px',
|
|
44155
|
+
right: sectionproperties.callppositionfromright + 'px',
|
|
44156
|
+
zIndex: 999999,
|
|
44157
|
+
transition: 'all 0.3s ease-out'
|
|
44158
|
+
}
|
|
44159
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44160
|
+
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center mr-2' : 'h-100 d-flex align-items-center justify-content-center ml-2'
|
|
44161
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
44162
|
+
size: 30,
|
|
44163
|
+
color: sectionproperties.uppersection_iconcolor,
|
|
44164
|
+
style: {
|
|
44165
|
+
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
44166
|
+
}
|
|
44167
|
+
}))));
|
|
44168
|
+
};
|
|
44169
|
+
|
|
44002
44170
|
function ownKeys$1H(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
44003
44171
|
function _objectSpread$1H(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1H(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1H(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
44004
44172
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
@@ -44316,23 +44484,6 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
44316
44484
|
color: sectionproperties.closeSlider_colorOnHover
|
|
44317
44485
|
}
|
|
44318
44486
|
}),
|
|
44319
|
-
floatingbtn: glamor.css({
|
|
44320
|
-
width: sectionproperties.floatingbtnwidth + '%',
|
|
44321
|
-
height: sectionproperties.floatingbtnheight + 'px',
|
|
44322
|
-
background: sectionproperties.floatingbtnbg,
|
|
44323
|
-
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
44324
|
-
color: sectionproperties.floatingbtncolor,
|
|
44325
|
-
borderRadius: 10,
|
|
44326
|
-
':hover': {
|
|
44327
|
-
color: sectionproperties.floatingbtncolorhover,
|
|
44328
|
-
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
44329
|
-
transitions: '.3s',
|
|
44330
|
-
cursor: 'pointer'
|
|
44331
|
-
},
|
|
44332
|
-
'@media (max-width: 800px)': {
|
|
44333
|
-
width: '50%'
|
|
44334
|
-
}
|
|
44335
|
-
}),
|
|
44336
44487
|
collectionname: glamor.css({
|
|
44337
44488
|
fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
|
|
44338
44489
|
color: sectionproperties.collectionsectiontextcolor,
|
|
@@ -44343,24 +44494,17 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
44343
44494
|
}
|
|
44344
44495
|
})
|
|
44345
44496
|
};
|
|
44346
|
-
|
|
44347
|
-
|
|
44497
|
+
"https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessageen);
|
|
44498
|
+
"https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessagear);
|
|
44348
44499
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44349
44500
|
"class": "".concat(headerstyles$g.header_container) + ' headeroffcanvas row m-0 w-100 d-flex justify-content-center ',
|
|
44350
44501
|
style: {
|
|
44351
44502
|
position: 'relative'
|
|
44352
44503
|
}
|
|
44353
|
-
},
|
|
44354
|
-
|
|
44355
|
-
|
|
44356
|
-
|
|
44357
|
-
style: {},
|
|
44358
|
-
"class": header_cssstyles.floatingwaicon + ' allcentered px-2 py-1 cursor-pointer '
|
|
44359
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
44360
|
-
size: sectionproperties.floatingwhatsappiconiconfontsize
|
|
44361
|
-
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
44362
|
-
"class": langdetect == 'en' ? 'ml-1' : 'mr-1'
|
|
44363
|
-
}, langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar)), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
44504
|
+
}, /*#__PURE__*/React__default["default"].createElement(FloatingIcons, {
|
|
44505
|
+
sectionpropertiesprops: sectionproperties,
|
|
44506
|
+
actions: actions
|
|
44507
|
+
}), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
44364
44508
|
sectionpropertiesprops: sectionproperties,
|
|
44365
44509
|
templateproperties_contextprops: templateproperties_context,
|
|
44366
44510
|
actions: actions
|