tabexseriescomponents 0.0.465 → 0.0.467
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 +669 -530
- package/dist/index.esm.js +669 -530
- package/dist/index.umd.js +669 -530
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -681,8 +681,8 @@ var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
|
681
681
|
}));
|
|
682
682
|
};
|
|
683
683
|
|
|
684
|
-
function ownKeys$
|
|
685
|
-
function _objectSpread$
|
|
684
|
+
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; }
|
|
685
|
+
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; }
|
|
686
686
|
var Login = function Login(props) {
|
|
687
687
|
var _css;
|
|
688
688
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -758,7 +758,7 @@ var Login = function Login(props) {
|
|
|
758
758
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
759
759
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
760
760
|
});
|
|
761
|
-
setsectionproperties(_objectSpread$
|
|
761
|
+
setsectionproperties(_objectSpread$2w({}, secpropobj));
|
|
762
762
|
}
|
|
763
763
|
}, [StatePagePropertiesContext]);
|
|
764
764
|
React.useEffect(function () {
|
|
@@ -925,9 +925,9 @@ var Login = function Login(props) {
|
|
|
925
925
|
className: "".concat(loginstyles2.form_control),
|
|
926
926
|
value: payloadobj.email,
|
|
927
927
|
onChange: function onChange(event) {
|
|
928
|
-
var temppayloadobj = _objectSpread$
|
|
928
|
+
var temppayloadobj = _objectSpread$2w({}, payloadobj);
|
|
929
929
|
temppayloadobj.email = event.target.value;
|
|
930
|
-
setpayloadobj(_objectSpread$
|
|
930
|
+
setpayloadobj(_objectSpread$2w({}, temppayloadobj));
|
|
931
931
|
},
|
|
932
932
|
style: {
|
|
933
933
|
background: sectionproperties.input_bgcolor
|
|
@@ -949,9 +949,9 @@ var Login = function Login(props) {
|
|
|
949
949
|
textplaceholder: "",
|
|
950
950
|
value: payloadobj.password,
|
|
951
951
|
onChange: function onChange(event) {
|
|
952
|
-
var temppayloadobj = _objectSpread$
|
|
952
|
+
var temppayloadobj = _objectSpread$2w({}, payloadobj);
|
|
953
953
|
temppayloadobj.password = event.target.value;
|
|
954
|
-
setpayloadobj(_objectSpread$
|
|
954
|
+
setpayloadobj(_objectSpread$2w({}, temppayloadobj));
|
|
955
955
|
},
|
|
956
956
|
style: {
|
|
957
957
|
background: sectionproperties.input_bgcolor
|
|
@@ -1128,9 +1128,9 @@ var Login = function Login(props) {
|
|
|
1128
1128
|
className: "".concat(loginstyles2.form_control),
|
|
1129
1129
|
value: forgotpasswordpayload.email,
|
|
1130
1130
|
onChange: function onChange(event) {
|
|
1131
|
-
var temppayloadobj = _objectSpread$
|
|
1131
|
+
var temppayloadobj = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1132
1132
|
temppayloadobj.email = event.target.value;
|
|
1133
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1133
|
+
setforgotpasswordpayload(_objectSpread$2w({}, temppayloadobj));
|
|
1134
1134
|
},
|
|
1135
1135
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1136
1136
|
style: {
|
|
@@ -1145,9 +1145,9 @@ var Login = function Login(props) {
|
|
|
1145
1145
|
className: "".concat(loginstyles2.form_control),
|
|
1146
1146
|
value: forgotpasswordpayload.code,
|
|
1147
1147
|
onChange: function onChange(event) {
|
|
1148
|
-
var temppayloadobj = _objectSpread$
|
|
1148
|
+
var temppayloadobj = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1149
1149
|
temppayloadobj.code = event.target.value;
|
|
1150
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1150
|
+
setforgotpasswordpayload(_objectSpread$2w({}, temppayloadobj));
|
|
1151
1151
|
},
|
|
1152
1152
|
style: {
|
|
1153
1153
|
background: sectionproperties.input_bgcolor
|
|
@@ -1161,9 +1161,9 @@ var Login = function Login(props) {
|
|
|
1161
1161
|
className: "".concat(loginstyles2.form_control),
|
|
1162
1162
|
value: forgotpasswordpayload.newpassword,
|
|
1163
1163
|
onChange: function onChange(event) {
|
|
1164
|
-
var temppayloadobj = _objectSpread$
|
|
1164
|
+
var temppayloadobj = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1165
1165
|
temppayloadobj.newpassword = event.target.value;
|
|
1166
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1166
|
+
setforgotpasswordpayload(_objectSpread$2w({}, temppayloadobj));
|
|
1167
1167
|
},
|
|
1168
1168
|
style: {
|
|
1169
1169
|
background: sectionproperties.input_bgcolor
|
|
@@ -1177,9 +1177,9 @@ var Login = function Login(props) {
|
|
|
1177
1177
|
className: "".concat(loginstyles2.form_control),
|
|
1178
1178
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
1179
1179
|
onChange: function onChange(event) {
|
|
1180
|
-
var temppayloadobj = _objectSpread$
|
|
1180
|
+
var temppayloadobj = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1181
1181
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
1182
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1182
|
+
setforgotpasswordpayload(_objectSpread$2w({}, temppayloadobj));
|
|
1183
1183
|
},
|
|
1184
1184
|
style: {
|
|
1185
1185
|
background: sectionproperties.input_bgcolor
|
|
@@ -1191,7 +1191,7 @@ var Login = function Login(props) {
|
|
|
1191
1191
|
onClick: function onClick() {
|
|
1192
1192
|
if (forgotpasswordpayload.email.length != 0) {
|
|
1193
1193
|
var runfunc = false;
|
|
1194
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
1194
|
+
var tempforgotpasswordpayload = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1195
1195
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
1196
1196
|
if (forgetpasswordstage == 'verify') {
|
|
1197
1197
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -1242,11 +1242,11 @@ var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rig
|
|
|
1242
1242
|
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"};
|
|
1243
1243
|
styleInject(css_248z$J);
|
|
1244
1244
|
|
|
1245
|
-
function ownKeys$
|
|
1246
|
-
function _objectSpread$
|
|
1245
|
+
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; }
|
|
1246
|
+
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; }
|
|
1247
1247
|
var selectcustomStyles = {
|
|
1248
1248
|
option: function option(provided, state) {
|
|
1249
|
-
return _objectSpread$
|
|
1249
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1250
1250
|
borderBottom: '1px solid #e6e6e6',
|
|
1251
1251
|
backgroundColor: state.isSelected ? '' : '',
|
|
1252
1252
|
padding: 5,
|
|
@@ -1275,7 +1275,7 @@ var selectcustomStyles = {
|
|
|
1275
1275
|
};
|
|
1276
1276
|
var selectcustomStylesTranslated = {
|
|
1277
1277
|
option: function option(provided, state) {
|
|
1278
|
-
return _objectSpread$
|
|
1278
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1279
1279
|
borderBottom: '1px solid #e6e6e6',
|
|
1280
1280
|
backgroundColor: state.isSelected ? '' : '',
|
|
1281
1281
|
padding: 5,
|
|
@@ -1304,14 +1304,14 @@ var selectcustomStylesTranslated = {
|
|
|
1304
1304
|
};
|
|
1305
1305
|
},
|
|
1306
1306
|
placeholder: function placeholder(provided, state) {
|
|
1307
|
-
return _objectSpread$
|
|
1307
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1308
1308
|
textAlign: 'right'
|
|
1309
1309
|
});
|
|
1310
1310
|
}
|
|
1311
1311
|
};
|
|
1312
1312
|
var defaultstyles = {
|
|
1313
1313
|
option: function option(provided, state) {
|
|
1314
|
-
return _objectSpread$
|
|
1314
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1315
1315
|
borderBottom: '1px solid #e6e6e6',
|
|
1316
1316
|
backgroundColor: state.isSelected ? '' : '',
|
|
1317
1317
|
padding: 5,
|
|
@@ -1339,7 +1339,7 @@ var defaultstyles = {
|
|
|
1339
1339
|
}), _ref;
|
|
1340
1340
|
},
|
|
1341
1341
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1342
|
-
return _objectSpread$
|
|
1342
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1343
1343
|
'&:hover': {
|
|
1344
1344
|
// color: '#eac435',
|
|
1345
1345
|
}
|
|
@@ -1348,7 +1348,7 @@ var defaultstyles = {
|
|
|
1348
1348
|
};
|
|
1349
1349
|
var defaultstylestranslated = {
|
|
1350
1350
|
option: function option(provided, state) {
|
|
1351
|
-
return _objectSpread$
|
|
1351
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1352
1352
|
borderBottom: '1px solid #e6e6e6',
|
|
1353
1353
|
backgroundColor: state.isSelected ? '' : '',
|
|
1354
1354
|
padding: 5,
|
|
@@ -1379,21 +1379,21 @@ var defaultstylestranslated = {
|
|
|
1379
1379
|
};
|
|
1380
1380
|
},
|
|
1381
1381
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1382
|
-
return _objectSpread$
|
|
1382
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1383
1383
|
'&:hover': {
|
|
1384
1384
|
// color: '#eac435',
|
|
1385
1385
|
}
|
|
1386
1386
|
});
|
|
1387
1387
|
},
|
|
1388
1388
|
placeholder: function placeholder(provided, state) {
|
|
1389
|
-
return _objectSpread$
|
|
1389
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1390
1390
|
textAlign: 'right'
|
|
1391
1391
|
});
|
|
1392
1392
|
}
|
|
1393
1393
|
};
|
|
1394
1394
|
var defaultstylesnone = {
|
|
1395
1395
|
option: function option(provided, state) {
|
|
1396
|
-
return _objectSpread$
|
|
1396
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1397
1397
|
borderBottom: '1px solid #e6e6e6',
|
|
1398
1398
|
backgroundColor: state.isSelected ? '' : '',
|
|
1399
1399
|
padding: 5,
|
|
@@ -1421,7 +1421,7 @@ var defaultstylesnone = {
|
|
|
1421
1421
|
};
|
|
1422
1422
|
},
|
|
1423
1423
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1424
|
-
return _objectSpread$
|
|
1424
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1425
1425
|
'&:hover': {
|
|
1426
1426
|
// color: '#eac435',
|
|
1427
1427
|
}
|
|
@@ -2014,8 +2014,8 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
2014
2014
|
}, 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))))));
|
|
2015
2015
|
};
|
|
2016
2016
|
|
|
2017
|
-
function ownKeys$
|
|
2018
|
-
function _objectSpread$
|
|
2017
|
+
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; }
|
|
2018
|
+
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; }
|
|
2019
2019
|
var ProductExtraFields = function ProductExtraFields(props) {
|
|
2020
2020
|
var _fetchProductInfoQuer, _css, _fetchProductInfoQuer2;
|
|
2021
2021
|
props.actions.lang;
|
|
@@ -2070,9 +2070,9 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2070
2070
|
});
|
|
2071
2071
|
}
|
|
2072
2072
|
setproductextravaluesarray(_toConsumableArray__default["default"](tempproductextravaluesarray));
|
|
2073
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2073
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
2074
2074
|
tempaddtocardpayloadobj.extrafields = tempproductextravaluesarray;
|
|
2075
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2075
|
+
setaddtocardpayloadobj(_objectSpread$2u({}, tempaddtocardpayloadobj));
|
|
2076
2076
|
};
|
|
2077
2077
|
var formstyles = {
|
|
2078
2078
|
input_label_name: glamor.css({
|
|
@@ -2224,7 +2224,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2224
2224
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2225
2225
|
className: 'm-0 p-0 wordbreak',
|
|
2226
2226
|
style: {
|
|
2227
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2227
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2228
|
+
color: '#000000'
|
|
2228
2229
|
},
|
|
2229
2230
|
dangerouslySetInnerHTML: {
|
|
2230
2231
|
__html: showMore == true ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.description_en : 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.description_en.slice(0, 1000)
|
|
@@ -2287,8 +2288,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2287
2288
|
})))));
|
|
2288
2289
|
};
|
|
2289
2290
|
|
|
2290
|
-
function ownKeys$
|
|
2291
|
-
function _objectSpread$
|
|
2291
|
+
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; }
|
|
2292
|
+
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; }
|
|
2292
2293
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2293
2294
|
var _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, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer43;
|
|
2294
2295
|
var lang = props.actions.lang;
|
|
@@ -2383,7 +2384,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2383
2384
|
}, /*#__PURE__*/React__default["default"].createElement(reactShare.FacebookIcon, {
|
|
2384
2385
|
size: 40,
|
|
2385
2386
|
round: true
|
|
2386
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2387
|
+
}))), sectionproperties.shareviax == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2387
2388
|
className: "Demo__some-network ml-2 mr-2",
|
|
2388
2389
|
style: {
|
|
2389
2390
|
width: '40px',
|
|
@@ -2848,11 +2849,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2848
2849
|
}, sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2849
2850
|
className: "".concat(productinfo_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
2850
2851
|
onClick: function onClick() {
|
|
2851
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2852
|
+
var tempaddtocardpayloadobj = _objectSpread$2t({}, addtocardpayloadobj);
|
|
2852
2853
|
if (tempaddtocardpayloadobj.quantity > 0) {
|
|
2853
2854
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity - 1;
|
|
2854
2855
|
}
|
|
2855
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2856
|
+
setaddtocardpayloadobj(_objectSpread$2t({}, tempaddtocardpayloadobj));
|
|
2856
2857
|
}
|
|
2857
2858
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2858
2859
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-down' : 'h-100 allcentered',
|
|
@@ -2866,9 +2867,9 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2866
2867
|
}, addtocardpayloadobj.quantity), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2867
2868
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
2868
2869
|
onClick: function onClick() {
|
|
2869
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2870
|
+
var tempaddtocardpayloadobj = _objectSpread$2t({}, addtocardpayloadobj);
|
|
2870
2871
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity + 1;
|
|
2871
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2872
|
+
setaddtocardpayloadobj(_objectSpread$2t({}, tempaddtocardpayloadobj));
|
|
2872
2873
|
}
|
|
2873
2874
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2874
2875
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-up' : 'h-100 allcentered'
|
|
@@ -2893,13 +2894,13 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2893
2894
|
value: addtocardpayloadobj.quantity,
|
|
2894
2895
|
onChange: function onChange(event) {
|
|
2895
2896
|
if (event.target.value == NaN || event.target.value == undefined || event.target.value == null || event.target.value == '') {
|
|
2896
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2897
|
+
var tempaddtocardpayloadobj = _objectSpread$2t({}, addtocardpayloadobj);
|
|
2897
2898
|
tempaddtocardpayloadobj.quantity = 1;
|
|
2898
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2899
|
+
setaddtocardpayloadobj(_objectSpread$2t({}, tempaddtocardpayloadobj));
|
|
2899
2900
|
} else {
|
|
2900
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2901
|
+
var tempaddtocardpayloadobj = _objectSpread$2t({}, addtocardpayloadobj);
|
|
2901
2902
|
tempaddtocardpayloadobj.quantity = parseInt(event.target.value);
|
|
2902
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2903
|
+
setaddtocardpayloadobj(_objectSpread$2t({}, tempaddtocardpayloadobj));
|
|
2903
2904
|
}
|
|
2904
2905
|
}
|
|
2905
2906
|
})), sectionproperties.cartbtnalone == 'Besides Other Buttons' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer27 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.productinfo) === null || _fetchProductInfoQuer27 === void 0 ? void 0 : _fetchProductInfoQuer27.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
@@ -3449,8 +3450,8 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3449
3450
|
}, ShareButtonsContainer()))))))));
|
|
3450
3451
|
};
|
|
3451
3452
|
|
|
3452
|
-
function ownKeys$
|
|
3453
|
-
function _objectSpread$
|
|
3453
|
+
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; }
|
|
3454
|
+
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; }
|
|
3454
3455
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
3455
3456
|
var _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer17, _fetchProductInfoQuer18;
|
|
3456
3457
|
var langdetect = props.actions.langdetect;
|
|
@@ -3491,7 +3492,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3491
3492
|
slots = _useState6[0],
|
|
3492
3493
|
setslots = _useState6[1];
|
|
3493
3494
|
React.useEffect(function () {
|
|
3494
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3495
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3495
3496
|
item_type: 'service'
|
|
3496
3497
|
}));
|
|
3497
3498
|
}, [tabsarray]);
|
|
@@ -3503,16 +3504,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3503
3504
|
if (diffDays.toString() != 'NaN') {
|
|
3504
3505
|
if (date2 <= date1) {
|
|
3505
3506
|
NotificationManager.warning('', 'Please choose another date.');
|
|
3506
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3507
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3507
3508
|
quantity: 0
|
|
3508
3509
|
}));
|
|
3509
3510
|
} else {
|
|
3510
3511
|
if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
|
|
3511
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3512
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3512
3513
|
quantity: diffDays
|
|
3513
3514
|
}));
|
|
3514
3515
|
} else {
|
|
3515
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3516
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3516
3517
|
quantity: 0
|
|
3517
3518
|
}));
|
|
3518
3519
|
NotificationManager.warning('', 'Max: ' + fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant + ', Min: ' + fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant);
|
|
@@ -3726,7 +3727,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3726
3727
|
});
|
|
3727
3728
|
if (reservedslotArrtobetaken.length != 0) {
|
|
3728
3729
|
reservedslottobetaken = reservedslotArrtobetaken[0].slot;
|
|
3729
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3730
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3730
3731
|
time: reservedslottobetaken,
|
|
3731
3732
|
reserved_slots: reservedslotArrtobetaken,
|
|
3732
3733
|
quantity: parseInt(reservedslotArrtobetaken.length)
|
|
@@ -3785,7 +3786,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3785
3786
|
min: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.serviceinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.reservationstarts,
|
|
3786
3787
|
max: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.serviceinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.reservationends,
|
|
3787
3788
|
onChange: function onChange(event) {
|
|
3788
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3789
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3789
3790
|
from: event.target.value
|
|
3790
3791
|
}));
|
|
3791
3792
|
}
|
|
@@ -3805,7 +3806,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3805
3806
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3806
3807
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3807
3808
|
onChange: function onChange(event) {
|
|
3808
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3809
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3809
3810
|
to: event.target.value
|
|
3810
3811
|
}));
|
|
3811
3812
|
}
|
|
@@ -3825,7 +3826,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3825
3826
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3826
3827
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3827
3828
|
onChange: function onChange(event) {
|
|
3828
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3829
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3829
3830
|
date: event.target.value
|
|
3830
3831
|
}));
|
|
3831
3832
|
setcurrentmutatestate('/fetchserviceslots');
|
|
@@ -3884,7 +3885,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3884
3885
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
3885
3886
|
"class": TabsStyles.booknow_btn_resp + ' allcentered ',
|
|
3886
3887
|
onClick: function onClick() {
|
|
3887
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3888
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3888
3889
|
time: item.slot
|
|
3889
3890
|
}));
|
|
3890
3891
|
}
|
|
@@ -4662,8 +4663,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4662
4663
|
}, StoreInfoprops()))));
|
|
4663
4664
|
};
|
|
4664
4665
|
|
|
4665
|
-
function ownKeys$
|
|
4666
|
-
function _objectSpread$
|
|
4666
|
+
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; }
|
|
4667
|
+
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; }
|
|
4667
4668
|
var AddReview = function AddReview(props) {
|
|
4668
4669
|
var _css;
|
|
4669
4670
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -4715,7 +4716,7 @@ var AddReview = function AddReview(props) {
|
|
|
4715
4716
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
4716
4717
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4717
4718
|
});
|
|
4718
|
-
setsectionproperties(_objectSpread$
|
|
4719
|
+
setsectionproperties(_objectSpread$2r({}, secpropobj));
|
|
4719
4720
|
}
|
|
4720
4721
|
}, [StatePagePropertiesContext]);
|
|
4721
4722
|
React.useEffect(function () {
|
|
@@ -4724,7 +4725,7 @@ var AddReview = function AddReview(props) {
|
|
|
4724
4725
|
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) {
|
|
4725
4726
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4726
4727
|
});
|
|
4727
|
-
setsectionproperties(_objectSpread$
|
|
4728
|
+
setsectionproperties(_objectSpread$2r({}, secpropobj));
|
|
4728
4729
|
}, [pageindexcontext]);
|
|
4729
4730
|
var reviewstyles = {
|
|
4730
4731
|
submitreviewbtn: glamor.css({
|
|
@@ -4850,9 +4851,9 @@ var AddReview = function AddReview(props) {
|
|
|
4850
4851
|
}),
|
|
4851
4852
|
activeColor: "#ffd700",
|
|
4852
4853
|
onChange: function onChange(event) {
|
|
4853
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4854
|
+
var tempreviewpayloadobj = _objectSpread$2r({}, reviewpayloadobj);
|
|
4854
4855
|
tempreviewpayloadobj.reviewrate = event;
|
|
4855
|
-
setreviewpayloadobj(_objectSpread$
|
|
4856
|
+
setreviewpayloadobj(_objectSpread$2r({}, tempreviewpayloadobj));
|
|
4856
4857
|
}
|
|
4857
4858
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4858
4859
|
"class": "col-lg-12"
|
|
@@ -4866,9 +4867,9 @@ var AddReview = function AddReview(props) {
|
|
|
4866
4867
|
"class": reviewstyles.form_control,
|
|
4867
4868
|
value: reviewpayloadobj.reviewname,
|
|
4868
4869
|
onChange: function onChange(event) {
|
|
4869
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4870
|
+
var tempreviewpayloadobj = _objectSpread$2r({}, reviewpayloadobj);
|
|
4870
4871
|
tempreviewpayloadobj.reviewname = event.target.value;
|
|
4871
|
-
setreviewpayloadobj(_objectSpread$
|
|
4872
|
+
setreviewpayloadobj(_objectSpread$2r({}, tempreviewpayloadobj));
|
|
4872
4873
|
}
|
|
4873
4874
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4874
4875
|
"class": "col-lg-12 mb-4"
|
|
@@ -4878,9 +4879,9 @@ var AddReview = function AddReview(props) {
|
|
|
4878
4879
|
"class": reviewstyles.form_control,
|
|
4879
4880
|
value: reviewpayloadobj.reviewtitle,
|
|
4880
4881
|
onChange: function onChange(event) {
|
|
4881
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4882
|
+
var tempreviewpayloadobj = _objectSpread$2r({}, reviewpayloadobj);
|
|
4882
4883
|
tempreviewpayloadobj.reviewtitle = event.target.value;
|
|
4883
|
-
setreviewpayloadobj(_objectSpread$
|
|
4884
|
+
setreviewpayloadobj(_objectSpread$2r({}, tempreviewpayloadobj));
|
|
4884
4885
|
}
|
|
4885
4886
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4886
4887
|
"class": "col-lg-12 mb-4"
|
|
@@ -4891,9 +4892,9 @@ var AddReview = function AddReview(props) {
|
|
|
4891
4892
|
"class": reviewstyles.form_control + ' form_control ',
|
|
4892
4893
|
value: reviewpayloadobj.reviewbody,
|
|
4893
4894
|
onChange: function onChange(event) {
|
|
4894
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4895
|
+
var tempreviewpayloadobj = _objectSpread$2r({}, reviewpayloadobj);
|
|
4895
4896
|
tempreviewpayloadobj.reviewbody = event.target.value;
|
|
4896
|
-
setreviewpayloadobj(_objectSpread$
|
|
4897
|
+
setreviewpayloadobj(_objectSpread$2r({}, tempreviewpayloadobj));
|
|
4897
4898
|
},
|
|
4898
4899
|
style: {
|
|
4899
4900
|
resize: 'none',
|
|
@@ -4928,8 +4929,8 @@ var AddReview = function AddReview(props) {
|
|
|
4928
4929
|
}, langdetect == 'en' ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)));
|
|
4929
4930
|
};
|
|
4930
4931
|
|
|
4931
|
-
function ownKeys$
|
|
4932
|
-
function _objectSpread$
|
|
4932
|
+
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; }
|
|
4933
|
+
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; }
|
|
4933
4934
|
var ProductReviews = function ProductReviews(props) {
|
|
4934
4935
|
var _fetchProductInfoQuer, _fetchProductInfoQuer3, _fetchProductInfoQuer4;
|
|
4935
4936
|
props.actions.lang;
|
|
@@ -5163,7 +5164,7 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
5163
5164
|
size: "md",
|
|
5164
5165
|
"class": "reviewmodal"
|
|
5165
5166
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement(AddReview, {
|
|
5166
|
-
actions: _objectSpread$
|
|
5167
|
+
actions: _objectSpread$2q(_objectSpread$2q({}, actions), {}, {
|
|
5167
5168
|
productid: productid,
|
|
5168
5169
|
canuserreview: canuserreview,
|
|
5169
5170
|
addreviewcallback: addreviewcallback
|
|
@@ -5171,8 +5172,8 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
5171
5172
|
}))));
|
|
5172
5173
|
};
|
|
5173
5174
|
|
|
5174
|
-
function ownKeys$
|
|
5175
|
-
function _objectSpread$
|
|
5175
|
+
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; }
|
|
5176
|
+
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; }
|
|
5176
5177
|
var Productinfo = function Productinfo(props) {
|
|
5177
5178
|
var _css, _ref, _ref2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12;
|
|
5178
5179
|
var _useState = React.useState({}),
|
|
@@ -5201,7 +5202,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5201
5202
|
setfetchProductInfoQueryContext = _useState4[1];
|
|
5202
5203
|
React.useEffect(function () {
|
|
5203
5204
|
if (fetchProductInfoQueryContextProps.isSuccess) {
|
|
5204
|
-
setProductInfoObj(_objectSpread$
|
|
5205
|
+
setProductInfoObj(_objectSpread$2p({}, fetchProductInfoQueryContextProps.data));
|
|
5205
5206
|
setfetchProductInfoQueryContext(fetchProductInfoQueryContextProps);
|
|
5206
5207
|
}
|
|
5207
5208
|
}, [props.actions, props, fetchProductInfoQueryContextProps.data, fetchProductInfoQueryContextProps.isSuccess]);
|
|
@@ -5317,7 +5318,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5317
5318
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
5318
5319
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5319
5320
|
});
|
|
5320
|
-
setsectionproperties(_objectSpread$
|
|
5321
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
5321
5322
|
setTabIndex(0);
|
|
5322
5323
|
settabname('descriptiontab');
|
|
5323
5324
|
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
|
|
@@ -5357,7 +5358,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5357
5358
|
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) {
|
|
5358
5359
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5359
5360
|
});
|
|
5360
|
-
setsectionproperties(_objectSpread$
|
|
5361
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
5361
5362
|
}, [pageindexcontext]);
|
|
5362
5363
|
React.useEffect(function () {
|
|
5363
5364
|
if (productidparam == undefined) {
|
|
@@ -5377,12 +5378,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
5377
5378
|
}
|
|
5378
5379
|
}, [ProductInfoObj, isloaded]);
|
|
5379
5380
|
var productidassigner = function productidassigner(productid) {
|
|
5380
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
5381
|
+
var tempFetchQueriesEngineContext = _objectSpread$2p({}, FetchQueriesEngineContext);
|
|
5381
5382
|
tempFetchQueriesEngineContext.fetchproductinfo = true;
|
|
5382
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
5383
|
-
var tempfetchproductinfoObjContext = _objectSpread$
|
|
5383
|
+
setFetchQueriesEngineContext(_objectSpread$2p({}, tempFetchQueriesEngineContext));
|
|
5384
|
+
var tempfetchproductinfoObjContext = _objectSpread$2p({}, fetchproductinfoObjContext);
|
|
5384
5385
|
tempfetchproductinfoObjContext.productid = productid;
|
|
5385
|
-
setfetchproductinfoObjContext(_objectSpread$
|
|
5386
|
+
setfetchproductinfoObjContext(_objectSpread$2p({}, tempfetchproductinfoObjContext));
|
|
5386
5387
|
};
|
|
5387
5388
|
React.useEffect(function () {
|
|
5388
5389
|
if (!fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && ikimagecredcontext != undefined) {
|
|
@@ -5419,9 +5420,9 @@ var Productinfo = function Productinfo(props) {
|
|
|
5419
5420
|
}
|
|
5420
5421
|
setproductimagesarray([].concat(tempproductimagesarray));
|
|
5421
5422
|
variantchecker();
|
|
5422
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5423
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5423
5424
|
tempaddtocardpayloadobj.productid = fetchProductInfoQueryContext.data.data.productinfo.productid;
|
|
5424
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5425
|
+
setaddtocardpayloadobj(_objectSpread$2p({}, tempaddtocardpayloadobj));
|
|
5425
5426
|
setRelatedProductsTagid(fetchProductInfoQueryContext.data.data.productinfo.maintagid);
|
|
5426
5427
|
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.maintagid) != null && (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 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.maintagid) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.length) != 0) {
|
|
5427
5428
|
GeneralAPIMutationContext.mutate({
|
|
@@ -5472,7 +5473,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5472
5473
|
});
|
|
5473
5474
|
variantchecker();
|
|
5474
5475
|
variantcompleting();
|
|
5475
|
-
setProductInfoObj(_objectSpread$
|
|
5476
|
+
setProductInfoObj(_objectSpread$2p({}, productarr));
|
|
5476
5477
|
};
|
|
5477
5478
|
var variantchecker = function variantchecker() {
|
|
5478
5479
|
var productarr = ProductInfoObj;
|
|
@@ -5546,16 +5547,16 @@ var Productinfo = function Productinfo(props) {
|
|
|
5546
5547
|
});
|
|
5547
5548
|
}
|
|
5548
5549
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5549
|
-
setProductInfoObj(_objectSpread$
|
|
5550
|
+
setProductInfoObj(_objectSpread$2p({}, productarr));
|
|
5550
5551
|
setisloaded(true);
|
|
5551
5552
|
}
|
|
5552
5553
|
}
|
|
5553
5554
|
};
|
|
5554
5555
|
var variantcompleting = function variantcompleting() {
|
|
5555
5556
|
setvariantindexcompleted('');
|
|
5556
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5557
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5557
5558
|
tempaddtocardpayloadobj.variantid = '';
|
|
5558
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5559
|
+
setaddtocardpayloadobj(_objectSpread$2p({}, tempaddtocardpayloadobj));
|
|
5559
5560
|
var productarr = ProductInfoObj;
|
|
5560
5561
|
var selectedoptionsvalues = [];
|
|
5561
5562
|
productarr.data.productinfo.productoptions.forEach(function (productoptionsitem, productoptionsindex) {
|
|
@@ -5588,7 +5589,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5588
5589
|
NotificationManager.warning('', 'Variant Not Found');
|
|
5589
5590
|
} else {
|
|
5590
5591
|
variantid = variantobj.variantid;
|
|
5591
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5592
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5592
5593
|
tempaddtocardpayloadobj.variantid = variantid;
|
|
5593
5594
|
var variantimageindex = 0;
|
|
5594
5595
|
productimagesarray === null || productimagesarray === void 0 || productimagesarray.forEach(function (tempimageitem, tempimageindex) {
|
|
@@ -5603,14 +5604,14 @@ var Productinfo = function Productinfo(props) {
|
|
|
5603
5604
|
}
|
|
5604
5605
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
5605
5606
|
setcurrentshowingimageindex(variantimageindex);
|
|
5606
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5607
|
+
setaddtocardpayloadobj(_objectSpread$2p({}, tempaddtocardpayloadobj));
|
|
5607
5608
|
setvariantindexcompleted(ProductVariantIndex);
|
|
5608
5609
|
setvariantindex(ProductVariantIndex);
|
|
5609
5610
|
}
|
|
5610
5611
|
}
|
|
5611
5612
|
});
|
|
5612
5613
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5613
|
-
setProductInfoObj(_objectSpread$
|
|
5614
|
+
setProductInfoObj(_objectSpread$2p({}, productarr));
|
|
5614
5615
|
};
|
|
5615
5616
|
var addtocartfunc = function addtocartfunc(forcetocheckout) {
|
|
5616
5617
|
var runfunc = false;
|
|
@@ -5629,7 +5630,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5629
5630
|
}
|
|
5630
5631
|
if (runfunc == true) {
|
|
5631
5632
|
var _fetchProductInfoQuer7, _fetchProductInfoQuer8;
|
|
5632
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5633
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5633
5634
|
tempaddtocardpayloadobj.isproductforcedtocheckout = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.isproductforcedtocheckout;
|
|
5634
5635
|
tempaddtocardpayloadobj.vendorid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.vendorproviderid;
|
|
5635
5636
|
if (forcetocheckoutvalue != undefined) {
|
|
@@ -5653,7 +5654,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5653
5654
|
};
|
|
5654
5655
|
var validateextrafields = function validateextrafields() {
|
|
5655
5656
|
var _fetchProductInfoQuer15;
|
|
5656
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5657
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5657
5658
|
var status = false;
|
|
5658
5659
|
var reason = '';
|
|
5659
5660
|
var missingitemsfound = [];
|
|
@@ -6692,7 +6693,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6692
6693
|
}))), /*#__PURE__*/React__default["default"].createElement(material.Box, {
|
|
6693
6694
|
"class": "w-100 mt-5 mb-4"
|
|
6694
6695
|
}, tabname == 'descriptiontab' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
6695
|
-
actions: _objectSpread$
|
|
6696
|
+
actions: _objectSpread$2p(_objectSpread$2p({}, actions), {}, {
|
|
6696
6697
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6697
6698
|
sectionproperties: sectionproperties
|
|
6698
6699
|
})
|
|
@@ -6740,7 +6741,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6740
6741
|
})), tabname == 'reviewstab' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6741
6742
|
"class": "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0"
|
|
6742
6743
|
}, /*#__PURE__*/React__default["default"].createElement(ProductReviews, {
|
|
6743
|
-
actions: _objectSpread$
|
|
6744
|
+
actions: _objectSpread$2p(_objectSpread$2p({}, actions), {}, {
|
|
6744
6745
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6745
6746
|
sectionproperties: sectionproperties
|
|
6746
6747
|
})
|
|
@@ -6757,8 +6758,8 @@ var css_248z$I = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu_
|
|
|
6757
6758
|
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"};
|
|
6758
6759
|
styleInject(css_248z$I);
|
|
6759
6760
|
|
|
6760
|
-
function ownKeys$
|
|
6761
|
-
function _objectSpread$
|
|
6761
|
+
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; }
|
|
6762
|
+
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; }
|
|
6762
6763
|
var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
6763
6764
|
var _useState = React.useState(props.currentpageprops),
|
|
6764
6765
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -6794,7 +6795,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6794
6795
|
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) {
|
|
6795
6796
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6796
6797
|
});
|
|
6797
|
-
setsectionproperties(_objectSpread$
|
|
6798
|
+
setsectionproperties(_objectSpread$2o({}, secpropobj));
|
|
6798
6799
|
}
|
|
6799
6800
|
}, [CurrentPageId]);
|
|
6800
6801
|
var styles = {
|
|
@@ -6960,8 +6961,8 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6960
6961
|
}))))));
|
|
6961
6962
|
};
|
|
6962
6963
|
|
|
6963
|
-
function ownKeys$
|
|
6964
|
-
function _objectSpread$
|
|
6964
|
+
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; }
|
|
6965
|
+
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; }
|
|
6965
6966
|
var Ordershistory = function Ordershistory(props) {
|
|
6966
6967
|
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchorderhistoryQue2, _fetchorderhistoryQue3, _fetchorderhistoryQue4, _fetchorderhistoryQue5;
|
|
6967
6968
|
var lang = props.actions.lang;
|
|
@@ -7014,9 +7015,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7014
7015
|
setorderindex = _useState14[1];
|
|
7015
7016
|
React.useEffect(function () {
|
|
7016
7017
|
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
|
|
7017
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
7018
|
+
var tempFetchQueriesEngineContext = _objectSpread$2n({}, FetchQueriesEngineContext);
|
|
7018
7019
|
tempFetchQueriesEngineContext.orderhistory = true;
|
|
7019
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
7020
|
+
setFetchQueriesEngineContext(_objectSpread$2n({}, tempFetchQueriesEngineContext));
|
|
7020
7021
|
}
|
|
7021
7022
|
}, []);
|
|
7022
7023
|
var _useState15 = React.useState(''),
|
|
@@ -7037,7 +7038,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7037
7038
|
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) {
|
|
7038
7039
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7039
7040
|
});
|
|
7040
|
-
setsectionproperties(_objectSpread$
|
|
7041
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
7041
7042
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
7042
7043
|
var orderhistory_cssstyles = {
|
|
7043
7044
|
variantcontainer: glamor.css({
|
|
@@ -7988,8 +7989,8 @@ var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_c
|
|
|
7988
7989
|
var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
|
|
7989
7990
|
styleInject(css_248z$H);
|
|
7990
7991
|
|
|
7991
|
-
function ownKeys$
|
|
7992
|
-
function _objectSpread$
|
|
7992
|
+
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; }
|
|
7993
|
+
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; }
|
|
7993
7994
|
var Wishlist = function Wishlist(props) {
|
|
7994
7995
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
7995
7996
|
props.actions.lang;
|
|
@@ -8020,13 +8021,13 @@ var Wishlist = function Wishlist(props) {
|
|
|
8020
8021
|
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
8021
8022
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8022
8023
|
});
|
|
8023
|
-
setsectionproperties(_objectSpread$
|
|
8024
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
8024
8025
|
}
|
|
8025
8026
|
}, [StatePagePropertiesContext]);
|
|
8026
8027
|
React.useEffect(function () {
|
|
8027
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
8028
|
+
var tempFetchQueriesEngineContext = _objectSpread$2m({}, FetchQueriesEngineContext);
|
|
8028
8029
|
tempFetchQueriesEngineContext.fetchfavoriteproducts = true;
|
|
8029
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
8030
|
+
setFetchQueriesEngineContext(_objectSpread$2m({}, tempFetchQueriesEngineContext));
|
|
8030
8031
|
}, []);
|
|
8031
8032
|
React.useEffect(function () {
|
|
8032
8033
|
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
@@ -8035,7 +8036,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
8035
8036
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
8036
8037
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8037
8038
|
});
|
|
8038
|
-
setsectionproperties(_objectSpread$
|
|
8039
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
8039
8040
|
}
|
|
8040
8041
|
}, [StatePagePropertiesContext]);
|
|
8041
8042
|
var wishlist_cssstyles = {
|
|
@@ -8654,8 +8655,8 @@ var Wishlist = function Wishlist(props) {
|
|
|
8654
8655
|
})));
|
|
8655
8656
|
};
|
|
8656
8657
|
|
|
8657
|
-
function ownKeys$
|
|
8658
|
-
function _objectSpread$
|
|
8658
|
+
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; }
|
|
8659
|
+
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; }
|
|
8659
8660
|
var Viewcart = function Viewcart(props) {
|
|
8660
8661
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchcustomercartQue7, _fetchcustomercartQue8;
|
|
8661
8662
|
var lang = props.actions.lang;
|
|
@@ -8687,7 +8688,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
8687
8688
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
8688
8689
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8689
8690
|
});
|
|
8690
|
-
setsectionproperties(_objectSpread$
|
|
8691
|
+
setsectionproperties(_objectSpread$2l({}, secpropobj));
|
|
8691
8692
|
}
|
|
8692
8693
|
}, [StatePagePropertiesContext]);
|
|
8693
8694
|
React.useEffect(function () {
|
|
@@ -9275,8 +9276,8 @@ var css_248z$G = "/* Forms */\n.form-module_form_control__4-RGw {\n display:
|
|
|
9275
9276
|
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-"};
|
|
9276
9277
|
styleInject(css_248z$G);
|
|
9277
9278
|
|
|
9278
|
-
function ownKeys$
|
|
9279
|
-
function _objectSpread$
|
|
9279
|
+
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; }
|
|
9280
|
+
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; }
|
|
9280
9281
|
var Select$3 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
9281
9282
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
9282
9283
|
});
|
|
@@ -9335,7 +9336,7 @@ var Checkout = function Checkout(props) {
|
|
|
9335
9336
|
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) {
|
|
9336
9337
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9337
9338
|
});
|
|
9338
|
-
setsectionproperties(_objectSpread$
|
|
9339
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
9339
9340
|
}, [props.actions.StatePagePropertiesContext]);
|
|
9340
9341
|
React.useEffect(function () {
|
|
9341
9342
|
var Canorder = false;
|
|
@@ -9355,10 +9356,10 @@ var Checkout = function Checkout(props) {
|
|
|
9355
9356
|
}
|
|
9356
9357
|
if (Canorder == true) {
|
|
9357
9358
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7;
|
|
9358
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
9359
|
+
var tempFetchQueriesEngineContext = _objectSpread$2k({}, FetchQueriesEngineContext);
|
|
9359
9360
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
9360
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
9361
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
9361
|
+
setFetchQueriesEngineContext(_objectSpread$2k({}, tempFetchQueriesEngineContext));
|
|
9362
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2k({}, FetchTabexStatesPayloadobjContext);
|
|
9362
9363
|
if (
|
|
9363
9364
|
// Aya
|
|
9364
9365
|
!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 &&
|
|
@@ -9375,7 +9376,7 @@ var Checkout = function Checkout(props) {
|
|
|
9375
9376
|
var _fetchcustomercartQue8;
|
|
9376
9377
|
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;
|
|
9377
9378
|
}
|
|
9378
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
9379
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2k({}, tempFetchTabexStatesPayloadobjContext));
|
|
9379
9380
|
} else {
|
|
9380
9381
|
// NotificationManager.warning('', lang.pleaselogintocheckout);
|
|
9381
9382
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -10246,10 +10247,10 @@ var Checkout = function Checkout(props) {
|
|
|
10246
10247
|
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue58 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue58 === void 0 || (_fetchcustomercartQue58 = _fetchcustomercartQue58.data) === null || _fetchcustomercartQue58 === void 0 ? void 0 : _fetchcustomercartQue58.customercart.countryid);
|
|
10247
10248
|
}),
|
|
10248
10249
|
onChange: function onChange(option) {
|
|
10249
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10250
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2k({}, FetchTabexStatesPayloadobjContext);
|
|
10250
10251
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
10251
10252
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
10252
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10253
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2k({}, tempFetchTabexStatesPayloadobjContext));
|
|
10253
10254
|
cartinfoupdater('countryid', option.id);
|
|
10254
10255
|
},
|
|
10255
10256
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -10294,10 +10295,10 @@ var Checkout = function Checkout(props) {
|
|
|
10294
10295
|
onChange: function onChange(option) {
|
|
10295
10296
|
var _fetchcustomercartQue60;
|
|
10296
10297
|
if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue60 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue60 === void 0 || (_fetchcustomercartQue60 = _fetchcustomercartQue60.data) === null || _fetchcustomercartQue60 === void 0 ? void 0 : _fetchcustomercartQue60.customercart.countryid.length) != 0) {
|
|
10297
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10298
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2k({}, FetchTabexStatesPayloadobjContext);
|
|
10298
10299
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
10299
10300
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
10300
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10301
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2k({}, tempFetchTabexStatesPayloadobjContext));
|
|
10301
10302
|
cartinfoupdater('stateid', option.id);
|
|
10302
10303
|
} else {
|
|
10303
10304
|
NotificationManager.warning('', 'Please Choose Country Or State');
|
|
@@ -10682,8 +10683,8 @@ var Checkout = function Checkout(props) {
|
|
|
10682
10683
|
}, Mycart())))));
|
|
10683
10684
|
};
|
|
10684
10685
|
|
|
10685
|
-
function ownKeys$
|
|
10686
|
-
function _objectSpread$
|
|
10686
|
+
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; }
|
|
10687
|
+
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; }
|
|
10687
10688
|
var VendorPage = function VendorPage(props) {
|
|
10688
10689
|
var _useState = React.useState(''),
|
|
10689
10690
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -10716,7 +10717,7 @@ var VendorPage = function VendorPage(props) {
|
|
|
10716
10717
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
10717
10718
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
10718
10719
|
});
|
|
10719
|
-
setsectionproperties(_objectSpread$
|
|
10720
|
+
setsectionproperties(_objectSpread$2j({}, secpropobj));
|
|
10720
10721
|
}
|
|
10721
10722
|
}, [StatePagePropertiesContext]);
|
|
10722
10723
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -10839,8 +10840,8 @@ var VendorPage = function VendorPage(props) {
|
|
|
10839
10840
|
})));
|
|
10840
10841
|
};
|
|
10841
10842
|
|
|
10842
|
-
function ownKeys$
|
|
10843
|
-
function _objectSpread$
|
|
10843
|
+
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; }
|
|
10844
|
+
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; }
|
|
10844
10845
|
var Select$2 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
10845
10846
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
10846
10847
|
});
|
|
@@ -10950,46 +10951,46 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10950
10951
|
}
|
|
10951
10952
|
}, [fetchAuthorizationQueryContext.isSuccess]);
|
|
10952
10953
|
React.useEffect(function () {
|
|
10953
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10954
|
+
var tempFetchQueriesEngineContext = _objectSpread$2i({}, FetchQueriesEngineContext);
|
|
10954
10955
|
tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
10955
10956
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
10956
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
10957
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10957
|
+
setFetchQueriesEngineContext(_objectSpread$2i({}, tempFetchQueriesEngineContext));
|
|
10958
|
+
var tempFetchQueriesEngineContext = _objectSpread$2i({}, FetchQueriesEngineContext);
|
|
10958
10959
|
}, []);
|
|
10959
10960
|
React.useEffect(function () {
|
|
10960
10961
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
10961
|
-
setsectionproperties(_objectSpread$
|
|
10962
|
+
setsectionproperties(_objectSpread$2i({}, props.sectionpropertiesprops));
|
|
10962
10963
|
}
|
|
10963
10964
|
}, [props.sectionpropertiesprops]);
|
|
10964
10965
|
React.useEffect(function () {
|
|
10965
10966
|
if (fetchinstitutecustomerinfosignupQueryContext.isSuccess) {
|
|
10966
10967
|
if (authdetailsContext.loggedin == true) {
|
|
10967
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10968
|
-
setpayloadobj(_objectSpread$
|
|
10969
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10968
|
+
var tempcustomerinfoobj = _objectSpread$2i({}, fetchinstitutecustomerinfosignupQueryContext.data.data.customerinfo);
|
|
10969
|
+
setpayloadobj(_objectSpread$2i({}, tempcustomerinfoobj));
|
|
10970
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
10970
10971
|
if (tempcustomerinfoobj.countryid != null) {
|
|
10971
10972
|
tempFetchTabexStatesPayloadobjContext.country_id = tempcustomerinfoobj.countryid;
|
|
10972
10973
|
}
|
|
10973
10974
|
if (tempcustomerinfoobj.stateid != null) {
|
|
10974
10975
|
tempFetchTabexStatesPayloadobjContext.state_id = tempcustomerinfoobj.stateid;
|
|
10975
10976
|
}
|
|
10976
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10977
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
10977
10978
|
setdataloaded(true);
|
|
10978
10979
|
} else {
|
|
10979
10980
|
var _fetchinstitutecustom;
|
|
10980
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10981
|
+
var tempcustomerinfoobj = _objectSpread$2i({}, payloadobj);
|
|
10981
10982
|
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)) {
|
|
10982
10983
|
tempcustomerinfoobj.instsignupformvalues = _toConsumableArray__default["default"](fetchinstitutecustomerinfosignupQueryContext.data.data.instsignupformvalues);
|
|
10983
10984
|
}
|
|
10984
|
-
setpayloadobj(_objectSpread$
|
|
10985
|
+
setpayloadobj(_objectSpread$2i({}, tempcustomerinfoobj));
|
|
10985
10986
|
setdataloaded(true);
|
|
10986
10987
|
}
|
|
10987
10988
|
}
|
|
10988
10989
|
}, [fetchinstitutecustomerinfosignupQueryContext.isSuccess, fetchinstitutecustomerinfosignupQueryContext.data, authdetailsContext]);
|
|
10989
10990
|
var payloadobjchange = function payloadobjchange(key, value) {
|
|
10990
|
-
var temppayloadobj = _objectSpread$
|
|
10991
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
10991
10992
|
temppayloadobj[key] = value;
|
|
10992
|
-
setpayloadobj(_objectSpread$
|
|
10993
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
10993
10994
|
};
|
|
10994
10995
|
var validateEmailstring = function validateEmailstring(email) {
|
|
10995
10996
|
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,}))$/);
|
|
@@ -11061,7 +11062,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11061
11062
|
};
|
|
11062
11063
|
var signupbuttonfunc = function signupbuttonfunc() {
|
|
11063
11064
|
if (verifypayload() == true) {
|
|
11064
|
-
var temppayloadobj = _objectSpread$
|
|
11065
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11065
11066
|
if (authdetailsContext.loggedin == true) {
|
|
11066
11067
|
temppayloadobj.functype = 'edit';
|
|
11067
11068
|
} else {
|
|
@@ -11218,10 +11219,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11218
11219
|
autoFormat: true,
|
|
11219
11220
|
value: payloadobj.mobile,
|
|
11220
11221
|
onChange: function onChange(event, country) {
|
|
11221
|
-
var temp = _objectSpread$
|
|
11222
|
+
var temp = _objectSpread$2i({}, payloadobj);
|
|
11222
11223
|
temp.mobile = event;
|
|
11223
11224
|
temp.countrydialcode = country.dialCode;
|
|
11224
|
-
setpayloadobj(_objectSpread$
|
|
11225
|
+
setpayloadobj(_objectSpread$2i({}, temp));
|
|
11225
11226
|
// payloadobjchange('mobile', event);
|
|
11226
11227
|
|
|
11227
11228
|
// alert(JSON.stringify(country));
|
|
@@ -11278,10 +11279,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11278
11279
|
return option.id == payloadobj.countryid;
|
|
11279
11280
|
}),
|
|
11280
11281
|
onChange: function onChange(option) {
|
|
11281
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11282
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
11282
11283
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
11283
11284
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
11284
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11285
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
11285
11286
|
payloadobjchange('countryid', option.id);
|
|
11286
11287
|
},
|
|
11287
11288
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -11330,10 +11331,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11330
11331
|
return option.id == payloadobj.stateid;
|
|
11331
11332
|
}),
|
|
11332
11333
|
onChange: function onChange(option) {
|
|
11333
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11334
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
11334
11335
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
11335
11336
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
11336
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11337
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
11337
11338
|
payloadobjchange('stateid', option.id);
|
|
11338
11339
|
},
|
|
11339
11340
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -11475,9 +11476,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11475
11476
|
value: item.customersignupvalue,
|
|
11476
11477
|
textplaceholder: "",
|
|
11477
11478
|
onChange: function onChange(event) {
|
|
11478
|
-
var temppayloadobj = _objectSpread$
|
|
11479
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11479
11480
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
11480
|
-
setpayloadobj(_objectSpread$
|
|
11481
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
11481
11482
|
},
|
|
11482
11483
|
style: {
|
|
11483
11484
|
background: 'transparent'
|
|
@@ -11491,13 +11492,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11491
11492
|
className: formstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11492
11493
|
checked: item.customersignupvalue == 1 ? true : false,
|
|
11493
11494
|
onChange: function onChange() {
|
|
11494
|
-
var temppayloadobj = _objectSpread$
|
|
11495
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11495
11496
|
if (temppayloadobj.instsignupformvalues[index].customersignupvalue == 1) {
|
|
11496
11497
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 0;
|
|
11497
11498
|
} else {
|
|
11498
11499
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 1;
|
|
11499
11500
|
}
|
|
11500
|
-
setpayloadobj(_objectSpread$
|
|
11501
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
11501
11502
|
}
|
|
11502
11503
|
}), /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
11503
11504
|
viewBox: "0 0 21 21",
|
|
@@ -11514,9 +11515,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11514
11515
|
value: item.customersignupvalue,
|
|
11515
11516
|
textplaceholder: "",
|
|
11516
11517
|
onChange: function onChange(event) {
|
|
11517
|
-
var temppayloadobj = _objectSpread$
|
|
11518
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11518
11519
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
11519
|
-
setpayloadobj(_objectSpread$
|
|
11520
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
11520
11521
|
}
|
|
11521
11522
|
}, /*#__PURE__*/React__default["default"].createElement("option", {
|
|
11522
11523
|
value: '',
|
|
@@ -11531,9 +11532,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11531
11532
|
value: item.customersignupvalue,
|
|
11532
11533
|
textplaceholder: "",
|
|
11533
11534
|
onChange: function onChange(event) {
|
|
11534
|
-
var temppayloadobj = _objectSpread$
|
|
11535
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11535
11536
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
11536
|
-
setpayloadobj(_objectSpread$
|
|
11537
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
11537
11538
|
},
|
|
11538
11539
|
style: {
|
|
11539
11540
|
resize: 'none'
|
|
@@ -11887,7 +11888,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11887
11888
|
className: "".concat(formstyles.form_control),
|
|
11888
11889
|
value: validateemailpayload.code,
|
|
11889
11890
|
onChange: function onChange(event) {
|
|
11890
|
-
setvalidateemailpayload(_objectSpread$
|
|
11891
|
+
setvalidateemailpayload(_objectSpread$2i(_objectSpread$2i({}, validateemailpayload), {}, {
|
|
11891
11892
|
code: event.target.value
|
|
11892
11893
|
}));
|
|
11893
11894
|
},
|
|
@@ -11914,12 +11915,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11914
11915
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
11915
11916
|
if (data.data.status) {
|
|
11916
11917
|
if (data.data.functype == 'sendcode') {
|
|
11917
|
-
setvalidateemailpayload(_objectSpread$
|
|
11918
|
+
setvalidateemailpayload(_objectSpread$2i(_objectSpread$2i({}, validateemailpayload), {}, {
|
|
11918
11919
|
step: 'verifycode'
|
|
11919
11920
|
}));
|
|
11920
11921
|
}
|
|
11921
11922
|
if (data.data.functype == 'verifycode') {
|
|
11922
|
-
setvalidateemailpayload(_objectSpread$
|
|
11923
|
+
setvalidateemailpayload(_objectSpread$2i(_objectSpread$2i({}, validateemailpayload), {}, {
|
|
11923
11924
|
isvalidated: true
|
|
11924
11925
|
}));
|
|
11925
11926
|
setvalidateemailmodal(false);
|
|
@@ -12014,7 +12015,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12014
12015
|
className: "".concat(formstyles.form_control),
|
|
12015
12016
|
value: validatephonenumberpayload.code,
|
|
12016
12017
|
onChange: function onChange(event) {
|
|
12017
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
12018
|
+
setvalidatephonenumberpayload(_objectSpread$2i(_objectSpread$2i({}, validatephonenumberpayload), {}, {
|
|
12018
12019
|
code: event.target.value
|
|
12019
12020
|
}));
|
|
12020
12021
|
},
|
|
@@ -12041,12 +12042,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12041
12042
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
12042
12043
|
if (data.data.status) {
|
|
12043
12044
|
if (data.data.functype == 'sendcode') {
|
|
12044
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
12045
|
+
setvalidatephonenumberpayload(_objectSpread$2i(_objectSpread$2i({}, validatephonenumberpayload), {}, {
|
|
12045
12046
|
step: 'verifycode'
|
|
12046
12047
|
}));
|
|
12047
12048
|
}
|
|
12048
12049
|
if (data.data.functype == 'verifycode') {
|
|
12049
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
12050
|
+
setvalidatephonenumberpayload(_objectSpread$2i(_objectSpread$2i({}, validatephonenumberpayload), {}, {
|
|
12050
12051
|
isvalidated: true
|
|
12051
12052
|
}));
|
|
12052
12053
|
setvalidatephonenumbermodal(false);
|
|
@@ -12082,8 +12083,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12082
12083
|
}, validatephonenumberpayload.step == 'sendcode' ? lang.sendcode : lang.verifycode))))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
12083
12084
|
};
|
|
12084
12085
|
|
|
12085
|
-
function ownKeys$
|
|
12086
|
-
function _objectSpread$
|
|
12086
|
+
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; }
|
|
12087
|
+
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; }
|
|
12087
12088
|
var Signup = function Signup(props) {
|
|
12088
12089
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
12089
12090
|
props.actions.CurrentSrcTypeContext;
|
|
@@ -12131,7 +12132,7 @@ var Signup = function Signup(props) {
|
|
|
12131
12132
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12132
12133
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12133
12134
|
});
|
|
12134
|
-
setsectionproperties(_objectSpread$
|
|
12135
|
+
setsectionproperties(_objectSpread$2h({}, secpropobj));
|
|
12135
12136
|
}
|
|
12136
12137
|
}, [StatePagePropertiesContext]);
|
|
12137
12138
|
var loginstyles2 = {
|
|
@@ -12274,8 +12275,8 @@ var Signup = function Signup(props) {
|
|
|
12274
12275
|
}, SignupContent()));
|
|
12275
12276
|
};
|
|
12276
12277
|
|
|
12277
|
-
function ownKeys$
|
|
12278
|
-
function _objectSpread$
|
|
12278
|
+
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; }
|
|
12279
|
+
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; }
|
|
12279
12280
|
var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
12280
12281
|
var _css;
|
|
12281
12282
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -12341,7 +12342,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12341
12342
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12342
12343
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12343
12344
|
});
|
|
12344
|
-
setsectionproperties(_objectSpread$
|
|
12345
|
+
setsectionproperties(_objectSpread$2g({}, secpropobj));
|
|
12345
12346
|
}
|
|
12346
12347
|
}, [StatePagePropertiesContext]);
|
|
12347
12348
|
var loginstyles2 = {
|
|
@@ -12442,7 +12443,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12442
12443
|
className: "".concat(loginstyles2.form_control),
|
|
12443
12444
|
value: affsignuppayload.name,
|
|
12444
12445
|
onChange: function onChange(event) {
|
|
12445
|
-
setaffsignuppayload(_objectSpread$
|
|
12446
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12446
12447
|
name: event.target.value
|
|
12447
12448
|
}));
|
|
12448
12449
|
},
|
|
@@ -12458,7 +12459,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12458
12459
|
className: "".concat(loginstyles2.form_control),
|
|
12459
12460
|
value: affsignuppayload.email,
|
|
12460
12461
|
onChange: function onChange(event) {
|
|
12461
|
-
setaffsignuppayload(_objectSpread$
|
|
12462
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12462
12463
|
email: event.target.value
|
|
12463
12464
|
}));
|
|
12464
12465
|
},
|
|
@@ -12476,10 +12477,10 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12476
12477
|
autoFormat: true,
|
|
12477
12478
|
value: affsignuppayload.phonenumber,
|
|
12478
12479
|
onChange: function onChange(event, country) {
|
|
12479
|
-
var temp = _objectSpread$
|
|
12480
|
+
var temp = _objectSpread$2g({}, affsignuppayload);
|
|
12480
12481
|
temp.phonenumber = event;
|
|
12481
12482
|
temp.countrydialcode = country.dialCode;
|
|
12482
|
-
setaffsignuppayload(_objectSpread$
|
|
12483
|
+
setaffsignuppayload(_objectSpread$2g({}, temp));
|
|
12483
12484
|
// setaffsignuppayload({ ...affsignuppayload, phonenumber: event.target.value });
|
|
12484
12485
|
},
|
|
12485
12486
|
|
|
@@ -12495,7 +12496,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12495
12496
|
className: "".concat(loginstyles2.form_control),
|
|
12496
12497
|
value: affsignuppayload.ssn,
|
|
12497
12498
|
onChange: function onChange(event) {
|
|
12498
|
-
setaffsignuppayload(_objectSpread$
|
|
12499
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12499
12500
|
ssn: event.target.value
|
|
12500
12501
|
}));
|
|
12501
12502
|
},
|
|
@@ -12511,7 +12512,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12511
12512
|
className: "".concat(loginstyles2.form_control),
|
|
12512
12513
|
value: affsignuppayload.password,
|
|
12513
12514
|
onChange: function onChange(event) {
|
|
12514
|
-
setaffsignuppayload(_objectSpread$
|
|
12515
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12515
12516
|
password: event.target.value
|
|
12516
12517
|
}));
|
|
12517
12518
|
},
|
|
@@ -12527,7 +12528,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12527
12528
|
className: "".concat(loginstyles2.form_control),
|
|
12528
12529
|
value: affsignuppayload.confirmpassword,
|
|
12529
12530
|
onChange: function onChange(event) {
|
|
12530
|
-
setaffsignuppayload(_objectSpread$
|
|
12531
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12531
12532
|
confirmpassword: event.target.value
|
|
12532
12533
|
}));
|
|
12533
12534
|
},
|
|
@@ -12580,8 +12581,8 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12580
12581
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar)))))))));
|
|
12581
12582
|
};
|
|
12582
12583
|
|
|
12583
|
-
function ownKeys$
|
|
12584
|
-
function _objectSpread$
|
|
12584
|
+
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; }
|
|
12585
|
+
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; }
|
|
12585
12586
|
var AccountInformation = function AccountInformation(props) {
|
|
12586
12587
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
12587
12588
|
var lang = props.actions.lang;
|
|
@@ -12608,7 +12609,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
12608
12609
|
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) {
|
|
12609
12610
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12610
12611
|
});
|
|
12611
|
-
setsectionproperties(_objectSpread$
|
|
12612
|
+
setsectionproperties(_objectSpread$2f({}, secpropobj));
|
|
12612
12613
|
}, [props.actions.StatePagePropertiesContext]);
|
|
12613
12614
|
React.useEffect(function () {
|
|
12614
12615
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
@@ -12770,8 +12771,8 @@ var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n heigh
|
|
|
12770
12771
|
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"};
|
|
12771
12772
|
styleInject(css_248z$F);
|
|
12772
12773
|
|
|
12773
|
-
function ownKeys$
|
|
12774
|
-
function _objectSpread$
|
|
12774
|
+
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; }
|
|
12775
|
+
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; }
|
|
12775
12776
|
var Policies = function Policies(props) {
|
|
12776
12777
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchInstitutePolici, _fetchInstitutePolici2, _fetchInstitutePolici3;
|
|
12777
12778
|
var _useState = React.useState(''),
|
|
@@ -12802,7 +12803,7 @@ var Policies = function Policies(props) {
|
|
|
12802
12803
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12803
12804
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12804
12805
|
});
|
|
12805
|
-
setsectionproperties(_objectSpread$
|
|
12806
|
+
setsectionproperties(_objectSpread$2e({}, secpropobj));
|
|
12806
12807
|
}
|
|
12807
12808
|
}, [StatePagePropertiesContext]);
|
|
12808
12809
|
React.useEffect(function () {
|
|
@@ -12815,9 +12816,9 @@ var Policies = function Policies(props) {
|
|
|
12815
12816
|
}
|
|
12816
12817
|
}, []);
|
|
12817
12818
|
React.useEffect(function () {
|
|
12818
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
12819
|
+
var tempFetchQueriesEngineContext = _objectSpread$2e({}, FetchQueriesEngineContext);
|
|
12819
12820
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
12820
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
12821
|
+
setFetchQueriesEngineContext(_objectSpread$2e({}, tempFetchQueriesEngineContext));
|
|
12821
12822
|
}, []);
|
|
12822
12823
|
var _useState7 = React.useState([]),
|
|
12823
12824
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -13047,8 +13048,8 @@ var css_248z$E = ".cart-module_cartslider_container__idend {\n transition: 0.
|
|
|
13047
13048
|
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"};
|
|
13048
13049
|
styleInject(css_248z$E);
|
|
13049
13050
|
|
|
13050
|
-
function ownKeys$
|
|
13051
|
-
function _objectSpread$
|
|
13051
|
+
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; }
|
|
13052
|
+
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; }
|
|
13052
13053
|
var CartSlider = function CartSlider(props) {
|
|
13053
13054
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue9, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12;
|
|
13054
13055
|
var lang = props.actions.lang;
|
|
@@ -13114,7 +13115,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
13114
13115
|
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) {
|
|
13115
13116
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13116
13117
|
});
|
|
13117
|
-
setsectionproperties(_objectSpread$
|
|
13118
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
13118
13119
|
}, [CurrentPageId]);
|
|
13119
13120
|
React.useEffect(function () {
|
|
13120
13121
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13124,7 +13125,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
13124
13125
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13125
13126
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13126
13127
|
});
|
|
13127
|
-
setsectionproperties(_objectSpread$
|
|
13128
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
13128
13129
|
}
|
|
13129
13130
|
}
|
|
13130
13131
|
}, [StatePagePropertiesContext]);
|
|
@@ -13690,8 +13691,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
13690
13691
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
|
13691
13692
|
};
|
|
13692
13693
|
|
|
13693
|
-
function ownKeys$
|
|
13694
|
-
function _objectSpread$
|
|
13694
|
+
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; }
|
|
13695
|
+
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; }
|
|
13695
13696
|
var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
13696
13697
|
var _useState = React.useState(''),
|
|
13697
13698
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
@@ -13735,7 +13736,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13735
13736
|
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) {
|
|
13736
13737
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13737
13738
|
});
|
|
13738
|
-
setsectionproperties(_objectSpread$
|
|
13739
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
13739
13740
|
}, [CurrentPageId]);
|
|
13740
13741
|
React.useEffect(function () {
|
|
13741
13742
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13745,7 +13746,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13745
13746
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13746
13747
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13747
13748
|
});
|
|
13748
|
-
setsectionproperties(_objectSpread$
|
|
13749
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
13749
13750
|
}
|
|
13750
13751
|
}
|
|
13751
13752
|
}, [StatePagePropertiesContext]);
|
|
@@ -13973,8 +13974,8 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13973
13974
|
}, CategoriesDropdown()));
|
|
13974
13975
|
};
|
|
13975
13976
|
|
|
13976
|
-
function ownKeys$
|
|
13977
|
-
function _objectSpread$
|
|
13977
|
+
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; }
|
|
13978
|
+
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; }
|
|
13978
13979
|
var OrderSuccess = function OrderSuccess(props) {
|
|
13979
13980
|
var _props$actions2;
|
|
13980
13981
|
props.actions.lang;
|
|
@@ -14024,7 +14025,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
14024
14025
|
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) {
|
|
14025
14026
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14026
14027
|
});
|
|
14027
|
-
setsectionproperties(_objectSpread$
|
|
14028
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
14028
14029
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
14029
14030
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
14030
14031
|
var ordersuccessstyle = {
|
|
@@ -14121,8 +14122,8 @@ var css_248z$D = ".filter-module_timeline__ROm9Q .filter-module_border_left_line
|
|
|
14121
14122
|
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"};
|
|
14122
14123
|
styleInject(css_248z$D);
|
|
14123
14124
|
|
|
14124
|
-
function ownKeys$
|
|
14125
|
-
function _objectSpread$
|
|
14125
|
+
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; }
|
|
14126
|
+
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; }
|
|
14126
14127
|
var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
14127
14128
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
14128
14129
|
});
|
|
@@ -14262,11 +14263,11 @@ var Filter$1 = function Filter(props) {
|
|
|
14262
14263
|
}
|
|
14263
14264
|
timeoutRef.current = setTimeout(function () {
|
|
14264
14265
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
14265
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14266
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
14266
14267
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
14267
14268
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
14268
14269
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14269
|
-
setProductFilterObjContext(_objectSpread$
|
|
14270
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
14270
14271
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
14271
14272
|
}
|
|
14272
14273
|
}, 500);
|
|
@@ -14367,33 +14368,33 @@ var Filter$1 = function Filter(props) {
|
|
|
14367
14368
|
}, [ProductFilterObjContext, fetchCategoriesQueryContext.isSuccess, fetchcollectionsQueryContext.isSuccess, instcategories, instcollections]);
|
|
14368
14369
|
React.useEffect(function () {
|
|
14369
14370
|
if (productfeatuesarr.length != 0) {
|
|
14370
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14371
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
14371
14372
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
14372
|
-
setProductFilterObjContext(_objectSpread$
|
|
14373
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
14373
14374
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14374
14375
|
}
|
|
14375
14376
|
}, [productfeatuesarr]);
|
|
14376
14377
|
React.useEffect(function () {
|
|
14377
14378
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
14378
14379
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
14379
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14380
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2a({}, FetchTabexStatesPayloadobjContext);
|
|
14380
14381
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
14381
14382
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
14382
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14383
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2a({}, tempFetchTabexStatesPayloadobjContext));
|
|
14383
14384
|
}
|
|
14384
14385
|
}
|
|
14385
14386
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
14386
14387
|
var filterupdater = function filterupdater() {
|
|
14387
14388
|
setTimeout(function () {
|
|
14388
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
14389
|
+
var tempFetchQueriesEngineContext = _objectSpread$2a({}, FetchQueriesEngineContext);
|
|
14389
14390
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
14390
14391
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
14391
14392
|
}, 100);
|
|
14392
14393
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
14393
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14394
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2a({}, FetchTabexStatesPayloadobjContext);
|
|
14394
14395
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
14395
14396
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
14396
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14397
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2a({}, tempFetchTabexStatesPayloadobjContext));
|
|
14397
14398
|
}
|
|
14398
14399
|
if (instfilters.length != 0) {
|
|
14399
14400
|
var _ProductFilterObjCont3;
|
|
@@ -14455,7 +14456,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14455
14456
|
}
|
|
14456
14457
|
};
|
|
14457
14458
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
14458
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14459
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
14459
14460
|
if (type == 'clearfilters') {
|
|
14460
14461
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
14461
14462
|
} else {
|
|
@@ -14479,14 +14480,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14479
14480
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
14480
14481
|
}
|
|
14481
14482
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14482
|
-
setProductFilterObjContext(_objectSpread$
|
|
14483
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
14483
14484
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14484
14485
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
14485
14486
|
};
|
|
14486
14487
|
|
|
14487
14488
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
14488
14489
|
var _tempfetchproductsfil2;
|
|
14489
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14490
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
14490
14491
|
var CollectionExists = false;
|
|
14491
14492
|
if (tempfetchproductsfilerobjcontext.ProductFetchingType == 'Parent Collection' && tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter == undefined) {
|
|
14492
14493
|
tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
|
|
@@ -14513,7 +14514,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14513
14514
|
}
|
|
14514
14515
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14515
14516
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
14516
|
-
setProductFilterObjContext(_objectSpread$
|
|
14517
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
14517
14518
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14518
14519
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
14519
14520
|
};
|
|
@@ -15290,14 +15291,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15290
15291
|
return option.id == ProductFilterObjContext.countryid;
|
|
15291
15292
|
}),
|
|
15292
15293
|
onChange: function onChange(option) {
|
|
15293
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
15294
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2a({}, FetchTabexStatesPayloadobjContext);
|
|
15294
15295
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
15295
15296
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
15296
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
15297
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15297
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2a({}, tempFetchTabexStatesPayloadobjContext));
|
|
15298
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15298
15299
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
15299
15300
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15300
|
-
setProductFilterObjContext(_objectSpread$
|
|
15301
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15301
15302
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15302
15303
|
},
|
|
15303
15304
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -15334,14 +15335,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15334
15335
|
return option.id == ProductFilterObjContext.stateid;
|
|
15335
15336
|
}),
|
|
15336
15337
|
onChange: function onChange(option) {
|
|
15337
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
15338
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2a({}, FetchTabexStatesPayloadobjContext);
|
|
15338
15339
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
15339
15340
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
15340
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
15341
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15341
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2a({}, tempFetchTabexStatesPayloadobjContext));
|
|
15342
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15342
15343
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
15343
15344
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15344
|
-
setProductFilterObjContext(_objectSpread$
|
|
15345
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15345
15346
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15346
15347
|
},
|
|
15347
15348
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -15378,10 +15379,10 @@ var Filter$1 = function Filter(props) {
|
|
|
15378
15379
|
return option.id == ProductFilterObjContext.cityid;
|
|
15379
15380
|
}),
|
|
15380
15381
|
onChange: function onChange(option) {
|
|
15381
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15382
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15382
15383
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
15383
15384
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15384
|
-
setProductFilterObjContext(_objectSpread$
|
|
15385
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15385
15386
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15386
15387
|
},
|
|
15387
15388
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -15488,14 +15489,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15488
15489
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
15489
15490
|
},
|
|
15490
15491
|
onClick: function onClick() {
|
|
15491
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15492
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15492
15493
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
15493
15494
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
15494
15495
|
} else {
|
|
15495
15496
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
15496
15497
|
}
|
|
15497
15498
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15498
|
-
setProductFilterObjContext(_objectSpread$
|
|
15499
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15499
15500
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15500
15501
|
setsortbycontext(valueitem.name);
|
|
15501
15502
|
}
|
|
@@ -15668,14 +15669,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15668
15669
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15669
15670
|
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 ',
|
|
15670
15671
|
onClick: function onClick() {
|
|
15671
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15672
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15672
15673
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
15673
15674
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
15674
15675
|
} else {
|
|
15675
15676
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
15676
15677
|
}
|
|
15677
15678
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15678
|
-
setProductFilterObjContext(_objectSpread$
|
|
15679
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15679
15680
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15680
15681
|
}
|
|
15681
15682
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -15710,7 +15711,7 @@ var Filter$1 = function Filter(props) {
|
|
|
15710
15711
|
minValue: 0,
|
|
15711
15712
|
value: raterangevalue,
|
|
15712
15713
|
onChange: function onChange(value) {
|
|
15713
|
-
setraterangevalue(_objectSpread$
|
|
15714
|
+
setraterangevalue(_objectSpread$2a({}, value));
|
|
15714
15715
|
}
|
|
15715
15716
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15716
15717
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -15853,13 +15854,13 @@ var Filter$1 = function Filter(props) {
|
|
|
15853
15854
|
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 ',
|
|
15854
15855
|
onClick: function onClick() {
|
|
15855
15856
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
15856
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15857
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15857
15858
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
15858
15859
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
15859
15860
|
} else {
|
|
15860
15861
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
15861
15862
|
}
|
|
15862
|
-
setProductFilterObjContext(_objectSpread$
|
|
15863
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15863
15864
|
}
|
|
15864
15865
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15865
15866
|
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
|
|
@@ -16053,14 +16054,14 @@ var Filter$1 = function Filter(props) {
|
|
|
16053
16054
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16054
16055
|
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 ',
|
|
16055
16056
|
onClick: function onClick() {
|
|
16056
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16057
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
16057
16058
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
16058
16059
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
16059
16060
|
} else {
|
|
16060
16061
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
16061
16062
|
}
|
|
16062
16063
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16063
|
-
setProductFilterObjContext(_objectSpread$
|
|
16064
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
16064
16065
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16065
16066
|
setsortbycontext(valueitem.name);
|
|
16066
16067
|
}
|
|
@@ -16106,8 +16107,8 @@ var Filter$1 = function Filter(props) {
|
|
|
16106
16107
|
})))))))))));
|
|
16107
16108
|
};
|
|
16108
16109
|
|
|
16109
|
-
function ownKeys$
|
|
16110
|
-
function _objectSpread$
|
|
16110
|
+
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; }
|
|
16111
|
+
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; }
|
|
16111
16112
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
16112
16113
|
var _authdetailsContext$i;
|
|
16113
16114
|
props.actions.lang;
|
|
@@ -16237,7 +16238,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16237
16238
|
}, [ProductFilterObjContext]);
|
|
16238
16239
|
var filterupdater = function filterupdater() {
|
|
16239
16240
|
setTimeout(function () {
|
|
16240
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16241
|
+
var tempFetchQueriesEngineContext = _objectSpread$29({}, FetchQueriesEngineContext);
|
|
16241
16242
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
16242
16243
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
16243
16244
|
}, 100);
|
|
@@ -16282,7 +16283,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16282
16283
|
};
|
|
16283
16284
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
16284
16285
|
var _tempfetchproductsfil;
|
|
16285
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16286
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$29({}, ProductFilterObjContext);
|
|
16286
16287
|
var CollectionExists = false;
|
|
16287
16288
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
16288
16289
|
if (filteritem == collectionid) {
|
|
@@ -16299,7 +16300,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16299
16300
|
}
|
|
16300
16301
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16301
16302
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
16302
|
-
setProductFilterObjContext(_objectSpread$
|
|
16303
|
+
setProductFilterObjContext(_objectSpread$29({}, tempfetchproductsfilerobjcontext));
|
|
16303
16304
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16304
16305
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
16305
16306
|
};
|
|
@@ -16357,8 +16358,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16357
16358
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
16358
16359
|
var image_serverbaselink = 'https://tabexseriesmedia.s3.eu-north-1.amazonaws.com';
|
|
16359
16360
|
|
|
16360
|
-
function ownKeys$
|
|
16361
|
-
function _objectSpread$
|
|
16361
|
+
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; }
|
|
16362
|
+
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; }
|
|
16362
16363
|
var CardsSection = function CardsSection(props) {
|
|
16363
16364
|
var plainString = function plainString(html) {
|
|
16364
16365
|
var divContainer = document.createElement('div');
|
|
@@ -16445,7 +16446,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
16445
16446
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
16446
16447
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
16447
16448
|
});
|
|
16448
|
-
setsectionproperties(_objectSpread$
|
|
16449
|
+
setsectionproperties(_objectSpread$28({}, secpropobj));
|
|
16449
16450
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
16450
16451
|
setfetchingtype('products');
|
|
16451
16452
|
var lcproductfetchingtype = 'Random';
|
|
@@ -16519,9 +16520,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
16519
16520
|
}
|
|
16520
16521
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
16521
16522
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
16522
|
-
setProductFilterObjContext(_objectSpread$
|
|
16523
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
16523
16524
|
}
|
|
16524
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16525
|
+
setFetchQueriesEngineContext(_objectSpread$28({}, tempFetchQueriesEngineContext));
|
|
16525
16526
|
}
|
|
16526
16527
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
16527
16528
|
React.useEffect(function () {
|
|
@@ -16825,9 +16826,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
16825
16826
|
// Example items, to simulate fetching from another resources.
|
|
16826
16827
|
var handlePageClick = function handlePageClick(event) {
|
|
16827
16828
|
props.scrolltotop();
|
|
16828
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
16829
|
+
var tempProductFilterObjContext = _objectSpread$28({}, ProductFilterObjContext);
|
|
16829
16830
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
16830
|
-
setProductFilterObjContext(_objectSpread$
|
|
16831
|
+
setProductFilterObjContext(_objectSpread$28({}, tempProductFilterObjContext));
|
|
16831
16832
|
var pasturl = '';
|
|
16832
16833
|
if (props.grouptypeprops != undefined) {
|
|
16833
16834
|
if (props.collectionidprops != undefined) {
|
|
@@ -17740,8 +17741,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
17740
17741
|
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
17741
17742
|
};
|
|
17742
17743
|
|
|
17743
|
-
function ownKeys$
|
|
17744
|
-
function _objectSpread$
|
|
17744
|
+
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; }
|
|
17745
|
+
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; }
|
|
17745
17746
|
var InnerGroups = function InnerGroups(props) {
|
|
17746
17747
|
var _useState = React.useState(''),
|
|
17747
17748
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -17782,7 +17783,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
17782
17783
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
17783
17784
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
17784
17785
|
});
|
|
17785
|
-
setsectionproperties(_objectSpread$
|
|
17786
|
+
setsectionproperties(_objectSpread$27({}, secpropobj));
|
|
17786
17787
|
}
|
|
17787
17788
|
}, [StatePagePropertiesContext]);
|
|
17788
17789
|
// useEffect(() => {
|
|
@@ -17798,14 +17799,14 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
17798
17799
|
backgroundColor: sectionproperties.backgroundColor
|
|
17799
17800
|
}
|
|
17800
17801
|
}, /*#__PURE__*/React__default["default"].createElement(CardsSection, {
|
|
17801
|
-
actions: _objectSpread$
|
|
17802
|
+
actions: _objectSpread$27(_objectSpread$27({}, actions), {}, {
|
|
17802
17803
|
fetchingtype: grouptypeparams
|
|
17803
17804
|
})
|
|
17804
17805
|
}));
|
|
17805
17806
|
};
|
|
17806
17807
|
|
|
17807
|
-
function ownKeys$
|
|
17808
|
-
function _objectSpread$
|
|
17808
|
+
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; }
|
|
17809
|
+
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; }
|
|
17809
17810
|
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
17810
17811
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
17811
17812
|
var _useState = React.useState(''),
|
|
@@ -17837,7 +17838,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
17837
17838
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
17838
17839
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
17839
17840
|
});
|
|
17840
|
-
setsectionproperties(_objectSpread$
|
|
17841
|
+
setsectionproperties(_objectSpread$26({}, secpropobj));
|
|
17841
17842
|
}
|
|
17842
17843
|
}, [StatePagePropertiesContext]);
|
|
17843
17844
|
React.useEffect(function () {
|
|
@@ -17850,9 +17851,9 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
17850
17851
|
}
|
|
17851
17852
|
}, []);
|
|
17852
17853
|
React.useEffect(function () {
|
|
17853
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
17854
|
+
var tempFetchQueriesEngineContext = _objectSpread$26({}, FetchQueriesEngineContext);
|
|
17854
17855
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
17855
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17856
|
+
setFetchQueriesEngineContext(_objectSpread$26({}, tempFetchQueriesEngineContext));
|
|
17856
17857
|
}, []);
|
|
17857
17858
|
var _useState7 = React.useState([]),
|
|
17858
17859
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -17987,8 +17988,8 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
17987
17988
|
}))))));
|
|
17988
17989
|
};
|
|
17989
17990
|
|
|
17990
|
-
function ownKeys$
|
|
17991
|
-
function _objectSpread$
|
|
17991
|
+
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; }
|
|
17992
|
+
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; }
|
|
17992
17993
|
var RefundPolicy = function RefundPolicy(props) {
|
|
17993
17994
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
17994
17995
|
var _useState = React.useState(''),
|
|
@@ -18020,7 +18021,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
18020
18021
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18021
18022
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18022
18023
|
});
|
|
18023
|
-
setsectionproperties(_objectSpread$
|
|
18024
|
+
setsectionproperties(_objectSpread$25({}, secpropobj));
|
|
18024
18025
|
}
|
|
18025
18026
|
}, [StatePagePropertiesContext]);
|
|
18026
18027
|
React.useEffect(function () {
|
|
@@ -18033,9 +18034,9 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
18033
18034
|
}
|
|
18034
18035
|
}, []);
|
|
18035
18036
|
React.useEffect(function () {
|
|
18036
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
18037
|
+
var tempFetchQueriesEngineContext = _objectSpread$25({}, FetchQueriesEngineContext);
|
|
18037
18038
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
18038
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18039
|
+
setFetchQueriesEngineContext(_objectSpread$25({}, tempFetchQueriesEngineContext));
|
|
18039
18040
|
}, []);
|
|
18040
18041
|
var _useState7 = React.useState([]),
|
|
18041
18042
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -18170,8 +18171,8 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
18170
18171
|
}))))));
|
|
18171
18172
|
};
|
|
18172
18173
|
|
|
18173
|
-
function ownKeys$
|
|
18174
|
-
function _objectSpread$
|
|
18174
|
+
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; }
|
|
18175
|
+
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; }
|
|
18175
18176
|
var ShippingPolicy = function ShippingPolicy(props) {
|
|
18176
18177
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
18177
18178
|
var _useState = React.useState(''),
|
|
@@ -18202,7 +18203,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
18202
18203
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18203
18204
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18204
18205
|
});
|
|
18205
|
-
setsectionproperties(_objectSpread$
|
|
18206
|
+
setsectionproperties(_objectSpread$24({}, secpropobj));
|
|
18206
18207
|
}
|
|
18207
18208
|
}, [StatePagePropertiesContext]);
|
|
18208
18209
|
React.useEffect(function () {
|
|
@@ -18215,9 +18216,9 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
18215
18216
|
}
|
|
18216
18217
|
}, []);
|
|
18217
18218
|
React.useEffect(function () {
|
|
18218
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
18219
|
+
var tempFetchQueriesEngineContext = _objectSpread$24({}, FetchQueriesEngineContext);
|
|
18219
18220
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
18220
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18221
|
+
setFetchQueriesEngineContext(_objectSpread$24({}, tempFetchQueriesEngineContext));
|
|
18221
18222
|
}, []);
|
|
18222
18223
|
var _useState7 = React.useState([]),
|
|
18223
18224
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -18293,8 +18294,8 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
18293
18294
|
})))));
|
|
18294
18295
|
};
|
|
18295
18296
|
|
|
18296
|
-
function ownKeys$
|
|
18297
|
-
function _objectSpread$
|
|
18297
|
+
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; }
|
|
18298
|
+
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; }
|
|
18298
18299
|
var TermsConditions = function TermsConditions(props) {
|
|
18299
18300
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
18300
18301
|
var _useState = React.useState(''),
|
|
@@ -18325,7 +18326,7 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
18325
18326
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18326
18327
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18327
18328
|
});
|
|
18328
|
-
setsectionproperties(_objectSpread$
|
|
18329
|
+
setsectionproperties(_objectSpread$23({}, secpropobj));
|
|
18329
18330
|
}
|
|
18330
18331
|
}, [StatePagePropertiesContext]);
|
|
18331
18332
|
React.useEffect(function () {
|
|
@@ -18338,9 +18339,9 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
18338
18339
|
}
|
|
18339
18340
|
}, []);
|
|
18340
18341
|
React.useEffect(function () {
|
|
18341
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
18342
|
+
var tempFetchQueriesEngineContext = _objectSpread$23({}, FetchQueriesEngineContext);
|
|
18342
18343
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
18343
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18344
|
+
setFetchQueriesEngineContext(_objectSpread$23({}, tempFetchQueriesEngineContext));
|
|
18344
18345
|
}, []);
|
|
18345
18346
|
var _useState7 = React.useState([]),
|
|
18346
18347
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -18416,8 +18417,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
18416
18417
|
})))));
|
|
18417
18418
|
};
|
|
18418
18419
|
|
|
18419
|
-
function ownKeys$
|
|
18420
|
-
function _objectSpread$
|
|
18420
|
+
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; }
|
|
18421
|
+
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; }
|
|
18421
18422
|
var Resetpassword = function Resetpassword(props) {
|
|
18422
18423
|
var _css, _css2;
|
|
18423
18424
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -18468,7 +18469,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18468
18469
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18469
18470
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18470
18471
|
});
|
|
18471
|
-
setsectionproperties(_objectSpread$
|
|
18472
|
+
setsectionproperties(_objectSpread$22({}, secpropobj));
|
|
18472
18473
|
}
|
|
18473
18474
|
}, [StatePagePropertiesContext]);
|
|
18474
18475
|
React.useEffect(function () {
|
|
@@ -18595,9 +18596,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18595
18596
|
className: "".concat(loginstyles2.form_control),
|
|
18596
18597
|
value: forgotpasswordpayload.email,
|
|
18597
18598
|
onChange: function onChange(event) {
|
|
18598
|
-
var temppayloadobj = _objectSpread$
|
|
18599
|
+
var temppayloadobj = _objectSpread$22({}, forgotpasswordpayload);
|
|
18599
18600
|
temppayloadobj.email = event.target.value;
|
|
18600
|
-
setforgotpasswordpayload(_objectSpread$
|
|
18601
|
+
setforgotpasswordpayload(_objectSpread$22({}, temppayloadobj));
|
|
18601
18602
|
},
|
|
18602
18603
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
18603
18604
|
style: {
|
|
@@ -18612,9 +18613,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18612
18613
|
className: "".concat(loginstyles2.form_control),
|
|
18613
18614
|
value: forgotpasswordpayload.code,
|
|
18614
18615
|
onChange: function onChange(event) {
|
|
18615
|
-
var temppayloadobj = _objectSpread$
|
|
18616
|
+
var temppayloadobj = _objectSpread$22({}, forgotpasswordpayload);
|
|
18616
18617
|
temppayloadobj.code = event.target.value;
|
|
18617
|
-
setforgotpasswordpayload(_objectSpread$
|
|
18618
|
+
setforgotpasswordpayload(_objectSpread$22({}, temppayloadobj));
|
|
18618
18619
|
},
|
|
18619
18620
|
style: {
|
|
18620
18621
|
background: sectionproperties.input_bgcolor
|
|
@@ -18628,9 +18629,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18628
18629
|
className: "".concat(loginstyles2.form_control),
|
|
18629
18630
|
value: forgotpasswordpayload.newpassword,
|
|
18630
18631
|
onChange: function onChange(event) {
|
|
18631
|
-
var temppayloadobj = _objectSpread$
|
|
18632
|
+
var temppayloadobj = _objectSpread$22({}, forgotpasswordpayload);
|
|
18632
18633
|
temppayloadobj.newpassword = event.target.value;
|
|
18633
|
-
setforgotpasswordpayload(_objectSpread$
|
|
18634
|
+
setforgotpasswordpayload(_objectSpread$22({}, temppayloadobj));
|
|
18634
18635
|
},
|
|
18635
18636
|
style: {
|
|
18636
18637
|
background: sectionproperties.input_bgcolor
|
|
@@ -18644,9 +18645,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18644
18645
|
className: "".concat(loginstyles2.form_control),
|
|
18645
18646
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
18646
18647
|
onChange: function onChange(event) {
|
|
18647
|
-
var temppayloadobj = _objectSpread$
|
|
18648
|
+
var temppayloadobj = _objectSpread$22({}, forgotpasswordpayload);
|
|
18648
18649
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
18649
|
-
setforgotpasswordpayload(_objectSpread$
|
|
18650
|
+
setforgotpasswordpayload(_objectSpread$22({}, temppayloadobj));
|
|
18650
18651
|
},
|
|
18651
18652
|
style: {
|
|
18652
18653
|
background: sectionproperties.input_bgcolor
|
|
@@ -18658,7 +18659,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18658
18659
|
onClick: function onClick() {
|
|
18659
18660
|
if (forgotpasswordpayload.email.length != 0) {
|
|
18660
18661
|
var runfunc = false;
|
|
18661
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
18662
|
+
var tempforgotpasswordpayload = _objectSpread$22({}, forgotpasswordpayload);
|
|
18662
18663
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
18663
18664
|
if (forgetpasswordstage == 'verify') {
|
|
18664
18665
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -18809,7 +18810,7 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
18809
18810
|
style: {
|
|
18810
18811
|
zIndex: 1000
|
|
18811
18812
|
}
|
|
18812
|
-
}, sectionproperties.length != 0 && searchinput != undefined && searchinput != null && searchinput.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18813
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", null, "searchinput", searchinput), sectionproperties.length != 0 && searchinput != undefined && searchinput != null && searchinput.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18813
18814
|
className: props.srcfromprops == 'header' ? "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex d-md-none justify-content-center p-1 ' : "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex justify-content-center p-1 ',
|
|
18814
18815
|
style: {
|
|
18815
18816
|
zIndex: 1000,
|
|
@@ -18944,8 +18945,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
18944
18945
|
}, lang.nosearchresults)))))));
|
|
18945
18946
|
};
|
|
18946
18947
|
|
|
18947
|
-
function ownKeys$
|
|
18948
|
-
function _objectSpread$
|
|
18948
|
+
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; }
|
|
18949
|
+
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; }
|
|
18949
18950
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
18950
18951
|
var _textarray$, _textarray$2;
|
|
18951
18952
|
props.actions;
|
|
@@ -18966,12 +18967,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
18966
18967
|
settextarray = _useState6[1];
|
|
18967
18968
|
React.useEffect(function () {
|
|
18968
18969
|
if (props.sectionpropertiesprops != undefined) {
|
|
18969
|
-
setsectionproperties(_objectSpread$
|
|
18970
|
+
setsectionproperties(_objectSpread$21({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
18970
18971
|
}
|
|
18971
18972
|
}, [props.sectionpropertiesprops]);
|
|
18972
18973
|
React.useEffect(function () {
|
|
18973
18974
|
if (props.templateproperties_contextprops != undefined) {
|
|
18974
|
-
settemplateproperties_context(_objectSpread$
|
|
18975
|
+
settemplateproperties_context(_objectSpread$21({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
18975
18976
|
}
|
|
18976
18977
|
}, [props.templateproperties_contextprops]);
|
|
18977
18978
|
React.useEffect(function () {
|
|
@@ -19021,8 +19022,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
19021
19022
|
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"};
|
|
19022
19023
|
styleInject(css_248z$B);
|
|
19023
19024
|
|
|
19024
|
-
function ownKeys$
|
|
19025
|
-
function _objectSpread$
|
|
19025
|
+
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; }
|
|
19026
|
+
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; }
|
|
19026
19027
|
var Subheader = function Subheader(props) {
|
|
19027
19028
|
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$subheaderprope16, _props$subheaderprope17, _templatepropcontext$3, _fetchCategoriesQuery3, _authdetailsContext$i2, _fetchCategoriesQuery4, _authdetailsContext$i3, _fetchCategoriesQuery5, _props$subheaderprope32, _props$subheaderprope33, _props$subheaderprope34, _props$subheaderprope35, _fetchCategoriesQuery6, _fetchCategoriesQuery7, _props$subheaderprope38, _props$subheaderprope39, _props$subheaderprope40, _props$subheaderprope41, _fetchCategoriesQuery9, _fetchCategoriesQuery10;
|
|
19028
19029
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -19067,12 +19068,12 @@ var Subheader = function Subheader(props) {
|
|
|
19067
19068
|
React.useEffect(function () {
|
|
19068
19069
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
19069
19070
|
tempFetchQueriesEngineContext.categories = true;
|
|
19070
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
19071
|
+
setFetchQueriesEngineContext(_objectSpread$20({}, tempFetchQueriesEngineContext));
|
|
19071
19072
|
// alert(JSON.stringify(authdetailsContext));
|
|
19072
19073
|
}, []);
|
|
19073
19074
|
React.useEffect(function () {
|
|
19074
19075
|
if (props.sectionpropertiesprops != undefined) {
|
|
19075
|
-
setsectionproperties(_objectSpread$
|
|
19076
|
+
setsectionproperties(_objectSpread$20({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19076
19077
|
}
|
|
19077
19078
|
}, [props.sectionpropertiesprops]);
|
|
19078
19079
|
// useEffect(() => {
|
|
@@ -19646,8 +19647,8 @@ var Subheader = function Subheader(props) {
|
|
|
19646
19647
|
})))))));
|
|
19647
19648
|
};
|
|
19648
19649
|
|
|
19649
|
-
function ownKeys$
|
|
19650
|
-
function _objectSpread$
|
|
19650
|
+
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; }
|
|
19651
|
+
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; }
|
|
19651
19652
|
var Headerresponsive = function Headerresponsive(props) {
|
|
19652
19653
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
19653
19654
|
var actions = props.actions;
|
|
@@ -19682,7 +19683,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
19682
19683
|
setpcollarray = _useState6[1];
|
|
19683
19684
|
React.useEffect(function () {
|
|
19684
19685
|
if (props.sectionpropertiesprops != undefined) {
|
|
19685
|
-
setsectionproperties(_objectSpread$
|
|
19686
|
+
setsectionproperties(_objectSpread$1$({}, props.sectionpropertiesprops));
|
|
19686
19687
|
}
|
|
19687
19688
|
}, [props.sectionpropertiesprops]);
|
|
19688
19689
|
var _useState7 = React.useState([]),
|
|
@@ -20839,8 +20840,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
20839
20840
|
})))))));
|
|
20840
20841
|
};
|
|
20841
20842
|
|
|
20842
|
-
function ownKeys$
|
|
20843
|
-
function _objectSpread$
|
|
20843
|
+
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; }
|
|
20844
|
+
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; }
|
|
20844
20845
|
var DownloadApp = function DownloadApp(props) {
|
|
20845
20846
|
props.actions;
|
|
20846
20847
|
props.actions.lang;
|
|
@@ -20865,7 +20866,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
20865
20866
|
}, [sectionproperties]);
|
|
20866
20867
|
React.useEffect(function () {
|
|
20867
20868
|
if (props.sectionpropertiesprops != undefined) {
|
|
20868
|
-
setsectionproperties(_objectSpread$
|
|
20869
|
+
setsectionproperties(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
20869
20870
|
}
|
|
20870
20871
|
}, [props.sectionpropertiesprops]);
|
|
20871
20872
|
var header_cssstyles = {
|
|
@@ -20918,8 +20919,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
20918
20919
|
}))));
|
|
20919
20920
|
};
|
|
20920
20921
|
|
|
20921
|
-
function ownKeys$
|
|
20922
|
-
function _objectSpread$
|
|
20922
|
+
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; }
|
|
20923
|
+
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; }
|
|
20923
20924
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
20924
20925
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
20925
20926
|
props.actions;
|
|
@@ -20935,12 +20936,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
20935
20936
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
20936
20937
|
React.useEffect(function () {
|
|
20937
20938
|
if (props.sectionpropertiesprops != undefined) {
|
|
20938
|
-
setsectionproperties(_objectSpread$
|
|
20939
|
+
setsectionproperties(_objectSpread$1Z({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
20939
20940
|
}
|
|
20940
20941
|
}, [props.sectionpropertiesprops]);
|
|
20941
20942
|
React.useEffect(function () {
|
|
20942
20943
|
if (props.templateproperties_contextprops != undefined) {
|
|
20943
|
-
settemplateproperties_context(_objectSpread$
|
|
20944
|
+
settemplateproperties_context(_objectSpread$1Z({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
20944
20945
|
}
|
|
20945
20946
|
}, [props.templateproperties_contextprops]);
|
|
20946
20947
|
var header_cssstyles = {
|
|
@@ -21026,8 +21027,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
21026
21027
|
})));
|
|
21027
21028
|
};
|
|
21028
21029
|
|
|
21029
|
-
function ownKeys$
|
|
21030
|
-
function _objectSpread$
|
|
21030
|
+
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; }
|
|
21031
|
+
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; }
|
|
21031
21032
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
21032
21033
|
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12;
|
|
21033
21034
|
var actions = props.actions;
|
|
@@ -21066,7 +21067,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21066
21067
|
setopenSearch = _useState8[1];
|
|
21067
21068
|
React.useEffect(function () {
|
|
21068
21069
|
if (props.sectionpropertiesprops != undefined) {
|
|
21069
|
-
setsectionproperties(_objectSpread$
|
|
21070
|
+
setsectionproperties(_objectSpread$1Y({}, props.sectionpropertiesprops));
|
|
21070
21071
|
}
|
|
21071
21072
|
}, [props.sectionpropertiesprops]);
|
|
21072
21073
|
var _useState9 = React.useState([]),
|
|
@@ -22418,8 +22419,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22418
22419
|
})))))));
|
|
22419
22420
|
};
|
|
22420
22421
|
|
|
22421
|
-
function ownKeys$
|
|
22422
|
-
function _objectSpread$
|
|
22422
|
+
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; }
|
|
22423
|
+
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; }
|
|
22423
22424
|
var ElegantHeader = function ElegantHeader(props) {
|
|
22424
22425
|
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
22425
22426
|
var _useState = React.useState(''),
|
|
@@ -22472,7 +22473,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
22472
22473
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
22473
22474
|
});
|
|
22474
22475
|
}
|
|
22475
|
-
setsectionproperties(_objectSpread$
|
|
22476
|
+
setsectionproperties(_objectSpread$1X({}, secpropobj));
|
|
22476
22477
|
}, [StatePagePropertiesContext]);
|
|
22477
22478
|
React.useEffect(function () {
|
|
22478
22479
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -23141,8 +23142,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
23141
23142
|
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"};
|
|
23142
23143
|
styleInject(css_248z$A);
|
|
23143
23144
|
|
|
23144
|
-
function ownKeys$
|
|
23145
|
-
function _objectSpread$
|
|
23145
|
+
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; }
|
|
23146
|
+
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; }
|
|
23146
23147
|
var Gotoheader = function Gotoheader(props) {
|
|
23147
23148
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
23148
23149
|
var _useState = React.useState(''),
|
|
@@ -23182,7 +23183,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
23182
23183
|
});
|
|
23183
23184
|
}
|
|
23184
23185
|
}
|
|
23185
|
-
setsectionproperties(_objectSpread$
|
|
23186
|
+
setsectionproperties(_objectSpread$1W({}, secpropobj));
|
|
23186
23187
|
}, [StatePagePropertiesContext]);
|
|
23187
23188
|
var _useState3 = React.useState([]),
|
|
23188
23189
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -23883,8 +23884,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
23883
23884
|
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"};
|
|
23884
23885
|
styleInject(css_248z$z);
|
|
23885
23886
|
|
|
23886
|
-
function ownKeys$
|
|
23887
|
-
function _objectSpread$
|
|
23887
|
+
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; }
|
|
23888
|
+
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; }
|
|
23888
23889
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
23889
23890
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
23890
23891
|
var _useState = React.useState(''),
|
|
@@ -23932,7 +23933,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
23932
23933
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
23933
23934
|
});
|
|
23934
23935
|
}
|
|
23935
|
-
setsectionproperties(_objectSpread$
|
|
23936
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
23936
23937
|
}, [StatePagePropertiesContext]);
|
|
23937
23938
|
React.useEffect(function () {
|
|
23938
23939
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -24836,8 +24837,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
24836
24837
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
24837
24838
|
styleInject(css_248z$y);
|
|
24838
24839
|
|
|
24839
|
-
function ownKeys$
|
|
24840
|
-
function _objectSpread$
|
|
24840
|
+
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; }
|
|
24841
|
+
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; }
|
|
24841
24842
|
var ClassicHeader = function ClassicHeader(props) {
|
|
24842
24843
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
24843
24844
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -24874,7 +24875,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
24874
24875
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24875
24876
|
});
|
|
24876
24877
|
}
|
|
24877
|
-
setsectionproperties(_objectSpread$
|
|
24878
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
24878
24879
|
}, [StatePagePropertiesContext]);
|
|
24879
24880
|
var _useState3 = React.useState([]),
|
|
24880
24881
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -26005,8 +26006,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
26005
26006
|
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"};
|
|
26006
26007
|
styleInject(css_248z$x);
|
|
26007
26008
|
|
|
26008
|
-
function ownKeys$
|
|
26009
|
-
function _objectSpread$
|
|
26009
|
+
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; }
|
|
26010
|
+
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; }
|
|
26010
26011
|
var CTAHeader = function CTAHeader(props) {
|
|
26011
26012
|
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;
|
|
26012
26013
|
var actions = props.actions;
|
|
@@ -26054,7 +26055,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
26054
26055
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26055
26056
|
});
|
|
26056
26057
|
}
|
|
26057
|
-
setsectionproperties(_objectSpread$
|
|
26058
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
26058
26059
|
}, [StatePagePropertiesContext]);
|
|
26059
26060
|
React.useEffect(function () {
|
|
26060
26061
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -27091,8 +27092,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
27091
27092
|
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"};
|
|
27092
27093
|
styleInject(css_248z$w);
|
|
27093
27094
|
|
|
27094
|
-
function ownKeys$
|
|
27095
|
-
function _objectSpread$
|
|
27095
|
+
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; }
|
|
27096
|
+
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; }
|
|
27096
27097
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
27097
27098
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
27098
27099
|
var _useState = React.useState(''),
|
|
@@ -27128,7 +27129,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
27128
27129
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
27129
27130
|
});
|
|
27130
27131
|
}
|
|
27131
|
-
setsectionproperties(_objectSpread$
|
|
27132
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
27132
27133
|
}, [StatePagePropertiesContext]);
|
|
27133
27134
|
var _useState3 = React.useState([]),
|
|
27134
27135
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -27829,8 +27830,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
27829
27830
|
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"};
|
|
27830
27831
|
styleInject(css_248z$v);
|
|
27831
27832
|
|
|
27832
|
-
function ownKeys$
|
|
27833
|
-
function _objectSpread$
|
|
27833
|
+
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; }
|
|
27834
|
+
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; }
|
|
27834
27835
|
var Simpleheader = function Simpleheader(props) {
|
|
27835
27836
|
var _css, _css2, _header_cssstyles, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
27836
27837
|
var actions = props.actions;
|
|
@@ -27876,7 +27877,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
27876
27877
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
27877
27878
|
});
|
|
27878
27879
|
}
|
|
27879
|
-
setsectionproperties(_objectSpread$
|
|
27880
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
27880
27881
|
}, [StatePagePropertiesContext]);
|
|
27881
27882
|
React.useEffect(function () {
|
|
27882
27883
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -28542,8 +28543,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28542
28543
|
}))))))));
|
|
28543
28544
|
};
|
|
28544
28545
|
|
|
28545
|
-
function ownKeys$
|
|
28546
|
-
function _objectSpread$
|
|
28546
|
+
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; }
|
|
28547
|
+
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; }
|
|
28547
28548
|
var Header8 = function Header8(props) {
|
|
28548
28549
|
var _css, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i5, _authdetailsContext$i7, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i8, _authdetailsContext$i10, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue4, _fetchcustomercartQue5;
|
|
28549
28550
|
var actions = props.actions;
|
|
@@ -28600,7 +28601,7 @@ var Header8 = function Header8(props) {
|
|
|
28600
28601
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28601
28602
|
});
|
|
28602
28603
|
}
|
|
28603
|
-
setsectionproperties(_objectSpread$
|
|
28604
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
28604
28605
|
}, [StatePagePropertiesContext]);
|
|
28605
28606
|
var subtotalcart = function subtotalcart() {
|
|
28606
28607
|
var _fetchcustomercartQue;
|
|
@@ -30318,8 +30319,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
30318
30319
|
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-"};
|
|
30319
30320
|
styleInject(css_248z$u);
|
|
30320
30321
|
|
|
30321
|
-
function ownKeys$
|
|
30322
|
-
function _objectSpread$
|
|
30322
|
+
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; }
|
|
30323
|
+
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; }
|
|
30323
30324
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
30324
30325
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
30325
30326
|
var _useState = React.useState(''),
|
|
@@ -30355,7 +30356,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
30355
30356
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30356
30357
|
});
|
|
30357
30358
|
}
|
|
30358
|
-
setsectionproperties(_objectSpread$
|
|
30359
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
30359
30360
|
}, [StatePagePropertiesContext]);
|
|
30360
30361
|
var _useState3 = React.useState([]),
|
|
30361
30362
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -30970,8 +30971,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
30970
30971
|
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"};
|
|
30971
30972
|
styleInject(css_248z$t);
|
|
30972
30973
|
|
|
30973
|
-
function ownKeys$
|
|
30974
|
-
function _objectSpread$
|
|
30974
|
+
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; }
|
|
30975
|
+
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; }
|
|
30975
30976
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
30976
30977
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
30977
30978
|
var _useState = React.useState(''),
|
|
@@ -31008,7 +31009,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
31008
31009
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31009
31010
|
});
|
|
31010
31011
|
}
|
|
31011
|
-
setsectionproperties(_objectSpread$
|
|
31012
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
31012
31013
|
}, [StatePagePropertiesContext]);
|
|
31013
31014
|
var _useState3 = React.useState(false),
|
|
31014
31015
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -31774,8 +31775,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
31774
31775
|
}))))))));
|
|
31775
31776
|
};
|
|
31776
31777
|
|
|
31777
|
-
function ownKeys$
|
|
31778
|
-
function _objectSpread$
|
|
31778
|
+
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; }
|
|
31779
|
+
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; }
|
|
31779
31780
|
var Modernheader = function Modernheader(props) {
|
|
31780
31781
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
31781
31782
|
var _useState = React.useState(''),
|
|
@@ -31820,7 +31821,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
31820
31821
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31821
31822
|
});
|
|
31822
31823
|
}
|
|
31823
|
-
setsectionproperties(_objectSpread$
|
|
31824
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
31824
31825
|
}, [StatePagePropertiesContext]);
|
|
31825
31826
|
React.useEffect(function () {
|
|
31826
31827
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -32469,8 +32470,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
32469
32470
|
}));
|
|
32470
32471
|
};
|
|
32471
32472
|
|
|
32472
|
-
function ownKeys$
|
|
32473
|
-
function _objectSpread$
|
|
32473
|
+
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; }
|
|
32474
|
+
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; }
|
|
32474
32475
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
32475
32476
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
32476
32477
|
var _useState = React.useState(''),
|
|
@@ -32508,7 +32509,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
32508
32509
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32509
32510
|
});
|
|
32510
32511
|
}
|
|
32511
|
-
setsectionproperties(_objectSpread$
|
|
32512
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
32512
32513
|
}, [StatePagePropertiesContext]);
|
|
32513
32514
|
var _useState3 = React.useState([]),
|
|
32514
32515
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -33141,8 +33142,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
33141
33142
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
33142
33143
|
styleInject(css_248z$s);
|
|
33143
33144
|
|
|
33144
|
-
function ownKeys$
|
|
33145
|
-
function _objectSpread$
|
|
33145
|
+
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; }
|
|
33146
|
+
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; }
|
|
33146
33147
|
var StylishHeader = function StylishHeader(props) {
|
|
33147
33148
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
33148
33149
|
var _useState = React.useState(''),
|
|
@@ -33183,7 +33184,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
33183
33184
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
33184
33185
|
});
|
|
33185
33186
|
}
|
|
33186
|
-
setsectionproperties(_objectSpread$
|
|
33187
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
33187
33188
|
}, [StatePagePropertiesContext]);
|
|
33188
33189
|
var _useState5 = React.useState([]),
|
|
33189
33190
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -33934,8 +33935,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
33934
33935
|
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"};
|
|
33935
33936
|
styleInject(css_248z$r);
|
|
33936
33937
|
|
|
33937
|
-
function ownKeys$
|
|
33938
|
-
function _objectSpread$
|
|
33938
|
+
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; }
|
|
33939
|
+
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; }
|
|
33939
33940
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
33940
33941
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
33941
33942
|
var actions = props.actions;
|
|
@@ -33973,7 +33974,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
33973
33974
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
33974
33975
|
});
|
|
33975
33976
|
}
|
|
33976
|
-
setsectionproperties(_objectSpread$
|
|
33977
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
33977
33978
|
}, [StatePagePropertiesContext]);
|
|
33978
33979
|
var _useState3 = React.useState([]),
|
|
33979
33980
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -34801,8 +34802,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
34801
34802
|
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"};
|
|
34802
34803
|
styleInject(css_248z$q);
|
|
34803
34804
|
|
|
34804
|
-
function ownKeys$
|
|
34805
|
-
function _objectSpread$
|
|
34805
|
+
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; }
|
|
34806
|
+
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; }
|
|
34806
34807
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
34807
34808
|
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
34808
34809
|
var lang = props.actions.lang;
|
|
@@ -34869,7 +34870,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
34869
34870
|
});
|
|
34870
34871
|
}
|
|
34871
34872
|
}
|
|
34872
|
-
setsectionproperties(_objectSpread$
|
|
34873
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
34873
34874
|
}, [StatePagePropertiesContext]);
|
|
34874
34875
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
34875
34876
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -35792,8 +35793,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
35792
35793
|
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"};
|
|
35793
35794
|
styleInject(css_248z$p);
|
|
35794
35795
|
|
|
35795
|
-
function ownKeys$
|
|
35796
|
-
function _objectSpread$
|
|
35796
|
+
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; }
|
|
35797
|
+
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; }
|
|
35797
35798
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
35798
35799
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
35799
35800
|
var lang = props.actions.lang;
|
|
@@ -35837,7 +35838,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
35837
35838
|
});
|
|
35838
35839
|
}
|
|
35839
35840
|
}
|
|
35840
|
-
setsectionproperties(_objectSpread$
|
|
35841
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
35841
35842
|
}, [StatePagePropertiesContext]);
|
|
35842
35843
|
var _useState5 = React.useState([]),
|
|
35843
35844
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -36569,8 +36570,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
36569
36570
|
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"};
|
|
36570
36571
|
styleInject(css_248z$o);
|
|
36571
36572
|
|
|
36572
|
-
function ownKeys$
|
|
36573
|
-
function _objectSpread$
|
|
36573
|
+
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; }
|
|
36574
|
+
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; }
|
|
36574
36575
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
36575
36576
|
var _css, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
36576
36577
|
var _useState = React.useState(''),
|
|
@@ -36608,7 +36609,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
36608
36609
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
36609
36610
|
});
|
|
36610
36611
|
}
|
|
36611
|
-
setsectionproperties(_objectSpread$
|
|
36612
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
36612
36613
|
}, [StatePagePropertiesContext]);
|
|
36613
36614
|
var _useState3 = React.useState([]),
|
|
36614
36615
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -37336,8 +37337,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
37336
37337
|
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"};
|
|
37337
37338
|
styleInject(css_248z$n);
|
|
37338
37339
|
|
|
37339
|
-
function ownKeys$
|
|
37340
|
-
function _objectSpread$
|
|
37340
|
+
function ownKeys$1G(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; }
|
|
37341
|
+
function _objectSpread$1G(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1G(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1G(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
37341
37342
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
37342
37343
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
37343
37344
|
var _useState = React.useState(''),
|
|
@@ -37374,7 +37375,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
37374
37375
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37375
37376
|
});
|
|
37376
37377
|
}
|
|
37377
|
-
setsectionproperties(_objectSpread$
|
|
37378
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
37378
37379
|
}, [StatePagePropertiesContext]);
|
|
37379
37380
|
var _useState3 = React.useState([]),
|
|
37380
37381
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -37978,8 +37979,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
37978
37979
|
}));
|
|
37979
37980
|
};
|
|
37980
37981
|
|
|
37981
|
-
function ownKeys$
|
|
37982
|
-
function _objectSpread$
|
|
37982
|
+
function ownKeys$1F(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; }
|
|
37983
|
+
function _objectSpread$1F(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1F(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1F(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
37983
37984
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
37984
37985
|
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
37985
37986
|
var lang = props.actions.lang;
|
|
@@ -38027,7 +38028,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
38027
38028
|
});
|
|
38028
38029
|
}
|
|
38029
38030
|
}
|
|
38030
|
-
setsectionproperties(_objectSpread$
|
|
38031
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
38031
38032
|
}, [StatePagePropertiesContext]);
|
|
38032
38033
|
React.useEffect(function () {
|
|
38033
38034
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -38956,8 +38957,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
38956
38957
|
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"};
|
|
38957
38958
|
styleInject(css_248z$m);
|
|
38958
38959
|
|
|
38959
|
-
function ownKeys$
|
|
38960
|
-
function _objectSpread$
|
|
38960
|
+
function ownKeys$1E(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; }
|
|
38961
|
+
function _objectSpread$1E(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1E(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1E(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
38961
38962
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
38962
38963
|
var _textarray$, _textarray$2, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
38963
38964
|
var _useState = React.useState(''),
|
|
@@ -38998,7 +38999,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
38998
38999
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38999
39000
|
});
|
|
39000
39001
|
}
|
|
39001
|
-
setsectionproperties(_objectSpread$
|
|
39002
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
39002
39003
|
}, [StatePagePropertiesContext]);
|
|
39003
39004
|
var _useState5 = React.useState([]),
|
|
39004
39005
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -39774,8 +39775,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
39774
39775
|
}));
|
|
39775
39776
|
};
|
|
39776
39777
|
|
|
39777
|
-
function ownKeys$
|
|
39778
|
-
function _objectSpread$
|
|
39778
|
+
function ownKeys$1D(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; }
|
|
39779
|
+
function _objectSpread$1D(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1D(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1D(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
39779
39780
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
39780
39781
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
39781
39782
|
var _useState = React.useState(''),
|
|
@@ -39825,7 +39826,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
39825
39826
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39826
39827
|
});
|
|
39827
39828
|
}
|
|
39828
|
-
setsectionproperties(_objectSpread$
|
|
39829
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
39829
39830
|
}, [StatePagePropertiesContext]);
|
|
39830
39831
|
React.useEffect(function () {
|
|
39831
39832
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -40552,8 +40553,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
40552
40553
|
}));
|
|
40553
40554
|
};
|
|
40554
40555
|
|
|
40555
|
-
function ownKeys$
|
|
40556
|
-
function _objectSpread$
|
|
40556
|
+
function ownKeys$1C(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; }
|
|
40557
|
+
function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
40557
40558
|
var Allinonefooter = function Allinonefooter(props) {
|
|
40558
40559
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
40559
40560
|
var _useState = React.useState(''),
|
|
@@ -40580,7 +40581,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
40580
40581
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40581
40582
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40582
40583
|
});
|
|
40583
|
-
setsectionproperties(_objectSpread$
|
|
40584
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
40584
40585
|
} else {
|
|
40585
40586
|
var secpropobj = {};
|
|
40586
40587
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40590,7 +40591,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
40590
40591
|
});
|
|
40591
40592
|
}
|
|
40592
40593
|
});
|
|
40593
|
-
setsectionproperties(_objectSpread$
|
|
40594
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
40594
40595
|
}
|
|
40595
40596
|
}, [StatePagePropertiesContext]);
|
|
40596
40597
|
var footerStyles = {
|
|
@@ -41046,8 +41047,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
41046
41047
|
}))))));
|
|
41047
41048
|
};
|
|
41048
41049
|
|
|
41049
|
-
function ownKeys$
|
|
41050
|
-
function _objectSpread$
|
|
41050
|
+
function ownKeys$1B(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; }
|
|
41051
|
+
function _objectSpread$1B(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1B(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1B(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41051
41052
|
var Footer1 = function Footer1(props) {
|
|
41052
41053
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13;
|
|
41053
41054
|
var _useState = React.useState(''),
|
|
@@ -41074,7 +41075,7 @@ var Footer1 = function Footer1(props) {
|
|
|
41074
41075
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41075
41076
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41076
41077
|
});
|
|
41077
|
-
setsectionproperties(_objectSpread$
|
|
41078
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
41078
41079
|
} else {
|
|
41079
41080
|
var secpropobj = {};
|
|
41080
41081
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41084,7 +41085,7 @@ var Footer1 = function Footer1(props) {
|
|
|
41084
41085
|
});
|
|
41085
41086
|
}
|
|
41086
41087
|
});
|
|
41087
|
-
setsectionproperties(_objectSpread$
|
|
41088
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
41088
41089
|
}
|
|
41089
41090
|
}, [StatePagePropertiesContext]);
|
|
41090
41091
|
React.useEffect(function () {
|
|
@@ -41502,8 +41503,8 @@ var Footer1 = function Footer1(props) {
|
|
|
41502
41503
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
41503
41504
|
};
|
|
41504
41505
|
|
|
41505
|
-
function ownKeys$
|
|
41506
|
-
function _objectSpread$
|
|
41506
|
+
function ownKeys$1A(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; }
|
|
41507
|
+
function _objectSpread$1A(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1A(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1A(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41507
41508
|
var Footer2 = function Footer2(props) {
|
|
41508
41509
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
41509
41510
|
var _useState = React.useState(''),
|
|
@@ -41533,7 +41534,7 @@ var Footer2 = function Footer2(props) {
|
|
|
41533
41534
|
});
|
|
41534
41535
|
}
|
|
41535
41536
|
});
|
|
41536
|
-
setsectionproperties(_objectSpread$
|
|
41537
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
41537
41538
|
}, [StatePagePropertiesContext]);
|
|
41538
41539
|
React.useEffect(function () {
|
|
41539
41540
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -41891,8 +41892,8 @@ var Footer2 = function Footer2(props) {
|
|
|
41891
41892
|
})))));
|
|
41892
41893
|
};
|
|
41893
41894
|
|
|
41894
|
-
function ownKeys$
|
|
41895
|
-
function _objectSpread$
|
|
41895
|
+
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; }
|
|
41896
|
+
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; }
|
|
41896
41897
|
var Footer3 = function Footer3(props) {
|
|
41897
41898
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18;
|
|
41898
41899
|
var _useState = React.useState(''),
|
|
@@ -41919,7 +41920,7 @@ var Footer3 = function Footer3(props) {
|
|
|
41919
41920
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41920
41921
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41921
41922
|
});
|
|
41922
|
-
setsectionproperties(_objectSpread$
|
|
41923
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
41923
41924
|
} else {
|
|
41924
41925
|
var secpropobj = {};
|
|
41925
41926
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41929,7 +41930,7 @@ var Footer3 = function Footer3(props) {
|
|
|
41929
41930
|
});
|
|
41930
41931
|
}
|
|
41931
41932
|
});
|
|
41932
|
-
setsectionproperties(_objectSpread$
|
|
41933
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
41933
41934
|
}
|
|
41934
41935
|
}, [StatePagePropertiesContext]);
|
|
41935
41936
|
React.useEffect(function () {
|
|
@@ -42251,8 +42252,8 @@ var Footer3 = function Footer3(props) {
|
|
|
42251
42252
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.address_en)))))));
|
|
42252
42253
|
};
|
|
42253
42254
|
|
|
42254
|
-
function ownKeys$
|
|
42255
|
-
function _objectSpread$
|
|
42255
|
+
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; }
|
|
42256
|
+
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; }
|
|
42256
42257
|
var Footer4 = function Footer4(props) {
|
|
42257
42258
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
42258
42259
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42275,7 +42276,7 @@ var Footer4 = function Footer4(props) {
|
|
|
42275
42276
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42276
42277
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42277
42278
|
});
|
|
42278
|
-
setsectionproperties(_objectSpread$
|
|
42279
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
42279
42280
|
} else {
|
|
42280
42281
|
var secpropobj = {};
|
|
42281
42282
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42285,7 +42286,7 @@ var Footer4 = function Footer4(props) {
|
|
|
42285
42286
|
});
|
|
42286
42287
|
}
|
|
42287
42288
|
});
|
|
42288
|
-
setsectionproperties(_objectSpread$
|
|
42289
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
42289
42290
|
}
|
|
42290
42291
|
}, [StatePagePropertiesContext]);
|
|
42291
42292
|
var footerStyles = {
|
|
@@ -42670,8 +42671,8 @@ var Footer4 = function Footer4(props) {
|
|
|
42670
42671
|
}))))))));
|
|
42671
42672
|
};
|
|
42672
42673
|
|
|
42673
|
-
function ownKeys$
|
|
42674
|
-
function _objectSpread$
|
|
42674
|
+
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; }
|
|
42675
|
+
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; }
|
|
42675
42676
|
var Footer5 = function Footer5(props) {
|
|
42676
42677
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i20, _authdetailsContext$i22;
|
|
42677
42678
|
var _useState = React.useState(''),
|
|
@@ -42701,7 +42702,7 @@ var Footer5 = function Footer5(props) {
|
|
|
42701
42702
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42702
42703
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42703
42704
|
});
|
|
42704
|
-
setsectionproperties(_objectSpread$
|
|
42705
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
42705
42706
|
} else {
|
|
42706
42707
|
var secpropobj = {};
|
|
42707
42708
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42711,7 +42712,7 @@ var Footer5 = function Footer5(props) {
|
|
|
42711
42712
|
});
|
|
42712
42713
|
}
|
|
42713
42714
|
});
|
|
42714
|
-
setsectionproperties(_objectSpread$
|
|
42715
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
42715
42716
|
}
|
|
42716
42717
|
}, [StatePagePropertiesContext]);
|
|
42717
42718
|
React.useEffect(function () {
|
|
@@ -43199,8 +43200,8 @@ var Footer5 = function Footer5(props) {
|
|
|
43199
43200
|
}))))))));
|
|
43200
43201
|
};
|
|
43201
43202
|
|
|
43202
|
-
function ownKeys$
|
|
43203
|
-
function _objectSpread$
|
|
43203
|
+
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; }
|
|
43204
|
+
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; }
|
|
43204
43205
|
var Footer6 = function Footer6(props) {
|
|
43205
43206
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
43206
43207
|
var _useState = React.useState(''),
|
|
@@ -43231,7 +43232,7 @@ var Footer6 = function Footer6(props) {
|
|
|
43231
43232
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
43232
43233
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43233
43234
|
});
|
|
43234
|
-
setsectionproperties(_objectSpread$
|
|
43235
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
43235
43236
|
} else {
|
|
43236
43237
|
var secpropobj = {};
|
|
43237
43238
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -43241,7 +43242,7 @@ var Footer6 = function Footer6(props) {
|
|
|
43241
43242
|
});
|
|
43242
43243
|
}
|
|
43243
43244
|
});
|
|
43244
|
-
setsectionproperties(_objectSpread$
|
|
43245
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
43245
43246
|
}
|
|
43246
43247
|
}, [StatePagePropertiesContext]);
|
|
43247
43248
|
React.useEffect(function () {
|
|
@@ -43478,8 +43479,8 @@ var Footer6 = function Footer6(props) {
|
|
|
43478
43479
|
}))));
|
|
43479
43480
|
};
|
|
43480
43481
|
|
|
43481
|
-
function ownKeys$
|
|
43482
|
-
function _objectSpread$
|
|
43482
|
+
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; }
|
|
43483
|
+
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; }
|
|
43483
43484
|
var Footer7 = function Footer7(props) {
|
|
43484
43485
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
43485
43486
|
var _useState = React.useState(''),
|
|
@@ -43510,7 +43511,7 @@ var Footer7 = function Footer7(props) {
|
|
|
43510
43511
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
43511
43512
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43512
43513
|
});
|
|
43513
|
-
setsectionproperties(_objectSpread$
|
|
43514
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
43514
43515
|
} else {
|
|
43515
43516
|
var secpropobj = {};
|
|
43516
43517
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -43520,7 +43521,7 @@ var Footer7 = function Footer7(props) {
|
|
|
43520
43521
|
});
|
|
43521
43522
|
}
|
|
43522
43523
|
});
|
|
43523
|
-
setsectionproperties(_objectSpread$
|
|
43524
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
43524
43525
|
}
|
|
43525
43526
|
}, [StatePagePropertiesContext]);
|
|
43526
43527
|
React.useEffect(function () {
|
|
@@ -43878,8 +43879,8 @@ var Footer7 = function Footer7(props) {
|
|
|
43878
43879
|
}))))));
|
|
43879
43880
|
};
|
|
43880
43881
|
|
|
43881
|
-
function ownKeys$
|
|
43882
|
-
function _objectSpread$
|
|
43882
|
+
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; }
|
|
43883
|
+
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; }
|
|
43883
43884
|
var Footer8 = function Footer8(props) {
|
|
43884
43885
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
|
|
43885
43886
|
var _useState = React.useState(''),
|
|
@@ -43906,7 +43907,7 @@ var Footer8 = function Footer8(props) {
|
|
|
43906
43907
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
43907
43908
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43908
43909
|
});
|
|
43909
|
-
setsectionproperties(_objectSpread$
|
|
43910
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
43910
43911
|
} else {
|
|
43911
43912
|
var secpropobj = {};
|
|
43912
43913
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -43916,7 +43917,7 @@ var Footer8 = function Footer8(props) {
|
|
|
43916
43917
|
});
|
|
43917
43918
|
}
|
|
43918
43919
|
});
|
|
43919
|
-
setsectionproperties(_objectSpread$
|
|
43920
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
43920
43921
|
}
|
|
43921
43922
|
}, [StatePagePropertiesContext]);
|
|
43922
43923
|
var footerStyles = {
|
|
@@ -44294,8 +44295,8 @@ var Footer8 = function Footer8(props) {
|
|
|
44294
44295
|
}, lang.orderhistory)))))));
|
|
44295
44296
|
};
|
|
44296
44297
|
|
|
44297
|
-
function ownKeys$
|
|
44298
|
-
function _objectSpread$
|
|
44298
|
+
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; }
|
|
44299
|
+
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; }
|
|
44299
44300
|
var Simplefooter = function Simplefooter(props) {
|
|
44300
44301
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
44301
44302
|
var _useState = React.useState(''),
|
|
@@ -44322,7 +44323,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
44322
44323
|
});
|
|
44323
44324
|
}
|
|
44324
44325
|
});
|
|
44325
|
-
setsectionproperties(_objectSpread$
|
|
44326
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
44326
44327
|
}, [StatePagePropertiesContext]);
|
|
44327
44328
|
React.useEffect(function () {
|
|
44328
44329
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -44589,8 +44590,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
44589
44590
|
})));
|
|
44590
44591
|
};
|
|
44591
44592
|
|
|
44592
|
-
function ownKeys$
|
|
44593
|
-
function _objectSpread$
|
|
44593
|
+
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; }
|
|
44594
|
+
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; }
|
|
44594
44595
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
44595
44596
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
44596
44597
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -44613,7 +44614,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
44613
44614
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
44614
44615
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
44615
44616
|
});
|
|
44616
|
-
setsectionproperties(_objectSpread$
|
|
44617
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
44617
44618
|
} else {
|
|
44618
44619
|
var secpropobj = {};
|
|
44619
44620
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -44623,7 +44624,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
44623
44624
|
});
|
|
44624
44625
|
}
|
|
44625
44626
|
});
|
|
44626
|
-
setsectionproperties(_objectSpread$
|
|
44627
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
44627
44628
|
}
|
|
44628
44629
|
}, [StatePagePropertiesContext]);
|
|
44629
44630
|
var _useState3 = React.useState([]),
|
|
@@ -44901,8 +44902,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
44901
44902
|
}, "@ ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.storename_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.storename_ar))));
|
|
44902
44903
|
};
|
|
44903
44904
|
|
|
44904
|
-
function ownKeys$
|
|
44905
|
-
function _objectSpread$
|
|
44905
|
+
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; }
|
|
44906
|
+
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; }
|
|
44906
44907
|
var ModernFooter = function ModernFooter(props) {
|
|
44907
44908
|
var _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23;
|
|
44908
44909
|
var _useState = React.useState(''),
|
|
@@ -44928,7 +44929,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
44928
44929
|
});
|
|
44929
44930
|
}
|
|
44930
44931
|
});
|
|
44931
|
-
setsectionproperties(_objectSpread$
|
|
44932
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
44932
44933
|
}, [StatePagePropertiesContext]);
|
|
44933
44934
|
var footerStyles = {
|
|
44934
44935
|
footerContainer: glamor.css({
|
|
@@ -45379,8 +45380,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
45379
45380
|
})))))));
|
|
45380
45381
|
};
|
|
45381
45382
|
|
|
45382
|
-
function ownKeys$
|
|
45383
|
-
function _objectSpread$
|
|
45383
|
+
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; }
|
|
45384
|
+
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; }
|
|
45384
45385
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
45385
45386
|
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45386
45387
|
var _useState = React.useState(''),
|
|
@@ -45410,7 +45411,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
45410
45411
|
});
|
|
45411
45412
|
}
|
|
45412
45413
|
});
|
|
45413
|
-
setsectionproperties(_objectSpread$
|
|
45414
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
45414
45415
|
}, [StatePagePropertiesContext]);
|
|
45415
45416
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
45416
45417
|
var _authdetailsContext$i;
|
|
@@ -45992,8 +45993,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
45992
45993
|
}, StoreInformation()))));
|
|
45993
45994
|
};
|
|
45994
45995
|
|
|
45995
|
-
function ownKeys$
|
|
45996
|
-
function _objectSpread$
|
|
45996
|
+
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; }
|
|
45997
|
+
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; }
|
|
45997
45998
|
var Newsletterincenter = function Newsletterincenter(props) {
|
|
45998
45999
|
var _css, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45999
46000
|
var _useState = React.useState(''),
|
|
@@ -46027,7 +46028,7 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
46027
46028
|
});
|
|
46028
46029
|
}
|
|
46029
46030
|
});
|
|
46030
|
-
setsectionproperties(_objectSpread$
|
|
46031
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
46031
46032
|
}, [StatePagePropertiesContext]);
|
|
46032
46033
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
46033
46034
|
var _authdetailsContext$i;
|
|
@@ -46219,9 +46220,9 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
46219
46220
|
value: '',
|
|
46220
46221
|
placeholder: "your email",
|
|
46221
46222
|
onChange: function onChange(event) {
|
|
46222
|
-
var newslettertemp = _objectSpread$
|
|
46223
|
+
var newslettertemp = _objectSpread$1p({}, newsletter);
|
|
46223
46224
|
newslettertemp = event.target.value;
|
|
46224
|
-
setnewsletter(_objectSpread$
|
|
46225
|
+
setnewsletter(_objectSpread$1p({}, newslettertemp));
|
|
46225
46226
|
},
|
|
46226
46227
|
style: {
|
|
46227
46228
|
background: sectionproperties.input_bgcolor
|
|
@@ -46497,8 +46498,8 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
46497
46498
|
})))));
|
|
46498
46499
|
};
|
|
46499
46500
|
|
|
46500
|
-
function ownKeys$
|
|
46501
|
-
function _objectSpread$
|
|
46501
|
+
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; }
|
|
46502
|
+
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; }
|
|
46502
46503
|
var CardsSection2 = function CardsSection2(props) {
|
|
46503
46504
|
var _useInView = reactIntersectionObserver.useInView();
|
|
46504
46505
|
_useInView.ref;
|
|
@@ -46556,7 +46557,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46556
46557
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46557
46558
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46558
46559
|
});
|
|
46559
|
-
setsectionproperties(_objectSpread$
|
|
46560
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
46560
46561
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46561
46562
|
setfetchingtype('products');
|
|
46562
46563
|
setProductsFetchingTypeSectionObj({
|
|
@@ -46622,9 +46623,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46622
46623
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
46623
46624
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
46624
46625
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
46625
|
-
setProductFilterObjContext(_objectSpread$
|
|
46626
|
+
setProductFilterObjContext(_objectSpread$1o({}, tempfetchproductsfilerobjcontext));
|
|
46626
46627
|
}
|
|
46627
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
46628
|
+
setFetchQueriesEngineContext(_objectSpread$1o({}, tempFetchQueriesEngineContext));
|
|
46628
46629
|
}
|
|
46629
46630
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46630
46631
|
React.useEffect(function () {
|
|
@@ -46677,6 +46678,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46677
46678
|
image: ''
|
|
46678
46679
|
};
|
|
46679
46680
|
if (fetchingtype == 'products') {
|
|
46681
|
+
var _arrayItem$features3;
|
|
46680
46682
|
var itemquantity = 0;
|
|
46681
46683
|
if (langdetect == 'en') {
|
|
46682
46684
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
@@ -46688,6 +46690,11 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46688
46690
|
} else {
|
|
46689
46691
|
cardobj.description = arrayItem.productinfo.description_ar;
|
|
46690
46692
|
}
|
|
46693
|
+
if (langdetect == 'en') {
|
|
46694
|
+
cardobj.shortdescription = arrayItem.short_description_en;
|
|
46695
|
+
} else {
|
|
46696
|
+
cardobj.shortdescription = arrayItem.short_description_ar;
|
|
46697
|
+
}
|
|
46691
46698
|
if (arrayItem.productinfo.hasvariants == 0) {
|
|
46692
46699
|
fetchcustomercartQueryContext.data.data.customercart.cartitems.forEach(function (cartitem, cartindex) {
|
|
46693
46700
|
if (cartitem.productid == arrayItem.productinfo.productid) {
|
|
@@ -46696,6 +46703,15 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46696
46703
|
});
|
|
46697
46704
|
}
|
|
46698
46705
|
cardobj.image = arrayItem.productinfo.productmainimage;
|
|
46706
|
+
cardobj.producttags = arrayItem.tags;
|
|
46707
|
+
if (langdetect == 'en') {
|
|
46708
|
+
var _arrayItem$features;
|
|
46709
|
+
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features = arrayItem.features) === null || _arrayItem$features === void 0 ? void 0 : _arrayItem$features.value_en;
|
|
46710
|
+
} else {
|
|
46711
|
+
var _arrayItem$features2;
|
|
46712
|
+
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
|
|
46713
|
+
}
|
|
46714
|
+
cardobj.productfeatureid = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.featureid;
|
|
46699
46715
|
cardobj.hassale = arrayItem.productinfo.hassale;
|
|
46700
46716
|
cardobj.productid = arrayItem.productinfo.productid;
|
|
46701
46717
|
cardobj.hasvariants = arrayItem.productinfo.hasvariants;
|
|
@@ -46705,7 +46721,25 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46705
46721
|
cardobj.defaultsaleprice = arrayItem.productinfo.defaultsaleprice;
|
|
46706
46722
|
cardobj.productimages = arrayItem.productinfo.productimages;
|
|
46707
46723
|
cardobj.quantity = itemquantity;
|
|
46724
|
+
// cardobj.currentquantity = currentquantity;
|
|
46708
46725
|
cardobj.timestamp = arrayItem.productinfo.timestamp;
|
|
46726
|
+
cardobj.productquantity = arrayItem.productinfo.productquantity;
|
|
46727
|
+
cardobj.currentquantity = arrayItem.productinfo.currentquantity;
|
|
46728
|
+
cardobj.quantavailtype = arrayItem.productinfo.quantavailtype;
|
|
46729
|
+
cardobj.isproducttobesold = arrayItem.productinfo.isproducttobesold;
|
|
46730
|
+
cardobj.measurmentunit = arrayItem.productinfo.measurmentunit;
|
|
46731
|
+
cardobj.prodaffpercentprofit = arrayItem.productinfo.prodaffpercentprofit;
|
|
46732
|
+
cardobj.productcashbackvalue = arrayItem.productinfo.productcashbackvalue;
|
|
46733
|
+
cardobj.product_phonenumber = arrayItem.productinfo.product_phonenumber;
|
|
46734
|
+
cardobj.productcanrate = arrayItem.productinfo.productcanrate;
|
|
46735
|
+
cardobj.sku = arrayItem.productinfo.sku;
|
|
46736
|
+
if (langdetect == 'en') {
|
|
46737
|
+
var _fetchAuthorizationQu;
|
|
46738
|
+
cardobj.currencyname = (_fetchAuthorizationQu = fetchAuthorizationQueryContext) === null || _fetchAuthorizationQu === void 0 || (_fetchAuthorizationQu = _fetchAuthorizationQu.data) === null || _fetchAuthorizationQu === void 0 || (_fetchAuthorizationQu = _fetchAuthorizationQu.data) === null || _fetchAuthorizationQu === void 0 ? void 0 : _fetchAuthorizationQu.currencyname_en;
|
|
46739
|
+
} else {
|
|
46740
|
+
var _fetchAuthorizationQu2;
|
|
46741
|
+
cardobj.currencyname = (_fetchAuthorizationQu2 = fetchAuthorizationQueryContext) === null || _fetchAuthorizationQu2 === void 0 || (_fetchAuthorizationQu2 = _fetchAuthorizationQu2.data) === null || _fetchAuthorizationQu2 === void 0 || (_fetchAuthorizationQu2 = _fetchAuthorizationQu2.data) === null || _fetchAuthorizationQu2 === void 0 ? void 0 : _fetchAuthorizationQu2.currencyname_ar;
|
|
46742
|
+
}
|
|
46709
46743
|
if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
|
|
46710
46744
|
favoriteprojectscountContext.forEach(function (favitem, favindex) {
|
|
46711
46745
|
if (arrayItem.productinfo.productid == favitem) {
|
|
@@ -46713,8 +46747,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46713
46747
|
}
|
|
46714
46748
|
});
|
|
46715
46749
|
}
|
|
46716
|
-
} else if (fetchingtype == 'collections') {
|
|
46750
|
+
} else if (fetchingtype == 'collections' || fetchingtype == 'innerparentcollections') {
|
|
46717
46751
|
cardobj.collectionid = arrayItem.collectionid;
|
|
46752
|
+
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
46718
46753
|
if (langdetect == 'en') {
|
|
46719
46754
|
cardobj.name = arrayItem.title_en;
|
|
46720
46755
|
cardobj.description = arrayItem.description_en;
|
|
@@ -46723,7 +46758,44 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46723
46758
|
cardobj.description = arrayItem.description_ar;
|
|
46724
46759
|
}
|
|
46725
46760
|
cardobj.image = arrayItem.collectionlogo;
|
|
46726
|
-
|
|
46761
|
+
cardobj.producttags = [];
|
|
46762
|
+
cardobj.productfeatures = [];
|
|
46763
|
+
} else if (fetchingtype == 'categories') {
|
|
46764
|
+
cardobj.collectionid = arrayItem.categoryid;
|
|
46765
|
+
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
46766
|
+
if (langdetect == 'en') {
|
|
46767
|
+
cardobj.name = arrayItem.title_en;
|
|
46768
|
+
cardobj.description = arrayItem.description_en;
|
|
46769
|
+
} else if (langdetect == 'ar') {
|
|
46770
|
+
cardobj.name = arrayItem.title_ar;
|
|
46771
|
+
cardobj.description = arrayItem.description_ar;
|
|
46772
|
+
}
|
|
46773
|
+
cardobj.image = arrayItem.categorylogo;
|
|
46774
|
+
cardobj.producttags = [];
|
|
46775
|
+
cardobj.productfeatures = [];
|
|
46776
|
+
} else if (fetchingtype == 'parentcollections' || fetchingtype == 'innercategories') {
|
|
46777
|
+
cardobj.collectionid = arrayItem.parentcollectionid;
|
|
46778
|
+
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
46779
|
+
if (langdetect == 'en') {
|
|
46780
|
+
cardobj.name = arrayItem.title_en;
|
|
46781
|
+
cardobj.description = arrayItem.description_en;
|
|
46782
|
+
} else if (langdetect == 'ar') {
|
|
46783
|
+
cardobj.name = arrayItem.title_ar;
|
|
46784
|
+
cardobj.description = arrayItem.description_ar;
|
|
46785
|
+
}
|
|
46786
|
+
cardobj.image = arrayItem.parentcollectionlogo;
|
|
46787
|
+
cardobj.producttags = [];
|
|
46788
|
+
cardobj.productfeatures = [];
|
|
46789
|
+
} else if (fetchingtype == 'custom') {
|
|
46790
|
+
cardobj.producttags = [];
|
|
46791
|
+
cardobj.productfeatures = [];
|
|
46792
|
+
} else if (fetchingtype == 'vendors') {
|
|
46793
|
+
cardobj.name = arrayItem.vendorname;
|
|
46794
|
+
cardobj.collectionid = arrayItem.vendorid;
|
|
46795
|
+
cardobj.image = arrayItem.vendorlogourl;
|
|
46796
|
+
cardobj.producttags = [];
|
|
46797
|
+
cardobj.productfeatures = [];
|
|
46798
|
+
}
|
|
46727
46799
|
temparray.push(cardobj);
|
|
46728
46800
|
});
|
|
46729
46801
|
setcardsarray([].concat(temparray));
|
|
@@ -46909,8 +46981,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46909
46981
|
}, cardsrender())));
|
|
46910
46982
|
};
|
|
46911
46983
|
|
|
46912
|
-
function ownKeys$
|
|
46913
|
-
function _objectSpread$
|
|
46984
|
+
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; }
|
|
46985
|
+
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; }
|
|
46914
46986
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
46915
46987
|
var _section_cssstyles;
|
|
46916
46988
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -46964,7 +47036,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
46964
47036
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46965
47037
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46966
47038
|
});
|
|
46967
|
-
setsectionproperties(_objectSpread$
|
|
47039
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
46968
47040
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46969
47041
|
setfetchingtype('products');
|
|
46970
47042
|
setProductsFetchingTypeSectionObj({
|
|
@@ -47016,9 +47088,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
47016
47088
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
47017
47089
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
47018
47090
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
47019
|
-
setProductFilterObjContext(_objectSpread$
|
|
47091
|
+
setProductFilterObjContext(_objectSpread$1n({}, tempfetchproductsfilerobjcontext));
|
|
47020
47092
|
}
|
|
47021
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47093
|
+
setFetchQueriesEngineContext(_objectSpread$1n({}, tempFetchQueriesEngineContext));
|
|
47022
47094
|
}
|
|
47023
47095
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47024
47096
|
React.useEffect(function () {
|
|
@@ -47400,8 +47472,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
47400
47472
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
47401
47473
|
};
|
|
47402
47474
|
|
|
47403
|
-
function ownKeys$
|
|
47404
|
-
function _objectSpread$
|
|
47475
|
+
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; }
|
|
47476
|
+
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; }
|
|
47405
47477
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
47406
47478
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
47407
47479
|
ref = _useInView.ref,
|
|
@@ -47460,7 +47532,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47460
47532
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47461
47533
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47462
47534
|
});
|
|
47463
|
-
setsectionproperties(_objectSpread$
|
|
47535
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
47464
47536
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
47465
47537
|
setfetchingtype('products');
|
|
47466
47538
|
setProductsFetchingTypeSectionObj({
|
|
@@ -47522,7 +47594,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47522
47594
|
}
|
|
47523
47595
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
47524
47596
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
47525
|
-
setProductFilterObjContext(_objectSpread$
|
|
47597
|
+
setProductFilterObjContext(_objectSpread$1m({}, tempfetchproductsfilerobjcontext));
|
|
47526
47598
|
}
|
|
47527
47599
|
if (fetchingtype == 'categories') {
|
|
47528
47600
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -47598,7 +47670,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47598
47670
|
cardobjassigner(collections);
|
|
47599
47671
|
}
|
|
47600
47672
|
}
|
|
47601
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47673
|
+
setFetchQueriesEngineContext(_objectSpread$1m({}, tempFetchQueriesEngineContext));
|
|
47602
47674
|
}
|
|
47603
47675
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47604
47676
|
React.useEffect(function () {
|
|
@@ -47954,8 +48026,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47954
48026
|
}, cardsrender()));
|
|
47955
48027
|
};
|
|
47956
48028
|
|
|
47957
|
-
function ownKeys$
|
|
47958
|
-
function _objectSpread$
|
|
48029
|
+
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; }
|
|
48030
|
+
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; }
|
|
47959
48031
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
47960
48032
|
var _useInView = reactIntersectionObserver.useInView();
|
|
47961
48033
|
_useInView.ref;
|
|
@@ -48000,7 +48072,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
48000
48072
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
48001
48073
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
48002
48074
|
});
|
|
48003
|
-
setsectionproperties(_objectSpread$
|
|
48075
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
48004
48076
|
setfetchingtype(sectionitem.fetchingtype);
|
|
48005
48077
|
setProductsFetchingTypeSectionObj({
|
|
48006
48078
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -48026,7 +48098,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
48026
48098
|
} else {
|
|
48027
48099
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
48028
48100
|
}
|
|
48029
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
48101
|
+
setFetchQueriesEngineContext(_objectSpread$1l({}, tempFetchQueriesEngineContext));
|
|
48030
48102
|
}
|
|
48031
48103
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
48032
48104
|
React.useEffect(function () {
|
|
@@ -48306,8 +48378,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
48306
48378
|
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
48307
48379
|
};
|
|
48308
48380
|
|
|
48309
|
-
function ownKeys$
|
|
48310
|
-
function _objectSpread$
|
|
48381
|
+
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; }
|
|
48382
|
+
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; }
|
|
48311
48383
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
48312
48384
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
48313
48385
|
props.actions.lang;
|
|
@@ -48382,7 +48454,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
48382
48454
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
48383
48455
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
48384
48456
|
});
|
|
48385
|
-
setsectionproperties(_objectSpread$
|
|
48457
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
48386
48458
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
48387
48459
|
setfetchingtype('products');
|
|
48388
48460
|
var lcproductfetchingtype = 'Random';
|
|
@@ -48459,7 +48531,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
48459
48531
|
}
|
|
48460
48532
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
48461
48533
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
48462
|
-
setProductFilterObjContext(_objectSpread$
|
|
48534
|
+
setProductFilterObjContext(_objectSpread$1k({}, tempfetchproductsfilerobjcontext));
|
|
48463
48535
|
}
|
|
48464
48536
|
if (fetchingtype == 'categories') {
|
|
48465
48537
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -48535,7 +48607,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
48535
48607
|
cardobjassigner(collections);
|
|
48536
48608
|
}
|
|
48537
48609
|
}
|
|
48538
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
48610
|
+
setFetchQueriesEngineContext(_objectSpread$1k({}, tempFetchQueriesEngineContext));
|
|
48539
48611
|
}
|
|
48540
48612
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
48541
48613
|
React.useEffect(function () {
|
|
@@ -49174,8 +49246,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
49174
49246
|
}, cardsrender()));
|
|
49175
49247
|
};
|
|
49176
49248
|
|
|
49177
|
-
function ownKeys$
|
|
49178
|
-
function _objectSpread$
|
|
49249
|
+
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; }
|
|
49250
|
+
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; }
|
|
49179
49251
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
49180
49252
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
49181
49253
|
ref = _useInView.ref,
|
|
@@ -49236,7 +49308,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
49236
49308
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
49237
49309
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
49238
49310
|
});
|
|
49239
|
-
setsectionproperties(_objectSpread$
|
|
49311
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
49240
49312
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
49241
49313
|
setfetchingtype('products');
|
|
49242
49314
|
setProductsFetchingTypeSectionObj({
|
|
@@ -49288,9 +49360,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
49288
49360
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
49289
49361
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
49290
49362
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
49291
|
-
setProductFilterObjContext(_objectSpread$
|
|
49363
|
+
setProductFilterObjContext(_objectSpread$1j({}, tempfetchproductsfilerobjcontext));
|
|
49292
49364
|
// }
|
|
49293
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49365
|
+
setFetchQueriesEngineContext(_objectSpread$1j({}, tempFetchQueriesEngineContext));
|
|
49294
49366
|
}
|
|
49295
49367
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
49296
49368
|
React.useEffect(function () {
|
|
@@ -49728,8 +49800,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
49728
49800
|
}, cardsrender())));
|
|
49729
49801
|
};
|
|
49730
49802
|
|
|
49731
|
-
function ownKeys$
|
|
49732
|
-
function _objectSpread$
|
|
49803
|
+
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; }
|
|
49804
|
+
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; }
|
|
49733
49805
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
49734
49806
|
var _useInView = reactIntersectionObserver.useInView();
|
|
49735
49807
|
_useInView.ref;
|
|
@@ -49756,7 +49828,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
49756
49828
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
49757
49829
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
49758
49830
|
});
|
|
49759
|
-
setsectionproperties(_objectSpread$
|
|
49831
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
49760
49832
|
setfetchingtype(sectionitem.fetchingtype);
|
|
49761
49833
|
}
|
|
49762
49834
|
});
|
|
@@ -49997,8 +50069,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
49997
50069
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
49998
50070
|
};
|
|
49999
50071
|
|
|
50000
|
-
function ownKeys$
|
|
50001
|
-
function _objectSpread$
|
|
50072
|
+
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; }
|
|
50073
|
+
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; }
|
|
50002
50074
|
var CollapsableSection = function CollapsableSection(props) {
|
|
50003
50075
|
var _maincontainerarrayof;
|
|
50004
50076
|
var _useState = React.useState(''),
|
|
@@ -50022,7 +50094,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
50022
50094
|
});
|
|
50023
50095
|
}
|
|
50024
50096
|
});
|
|
50025
|
-
setsectionproperties(_objectSpread$
|
|
50097
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
50026
50098
|
}, [StatePagePropertiesContext]);
|
|
50027
50099
|
React.useEffect(function () {
|
|
50028
50100
|
if (sectionproperties.length != 0) {
|
|
@@ -50307,8 +50379,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
50307
50379
|
})))));
|
|
50308
50380
|
};
|
|
50309
50381
|
|
|
50310
|
-
function ownKeys$
|
|
50311
|
-
function _objectSpread$
|
|
50382
|
+
function ownKeys$1g(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; }
|
|
50383
|
+
function _objectSpread$1g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1g(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
50312
50384
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
50313
50385
|
props.actions.lang;
|
|
50314
50386
|
var langdetect = props.actions.langdetect;
|
|
@@ -50339,7 +50411,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
50339
50411
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50340
50412
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50341
50413
|
});
|
|
50342
|
-
setsectionproperties(_objectSpread$
|
|
50414
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
50343
50415
|
} else {
|
|
50344
50416
|
var secpropobj = {};
|
|
50345
50417
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50349,7 +50421,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
50349
50421
|
});
|
|
50350
50422
|
}
|
|
50351
50423
|
});
|
|
50352
|
-
setsectionproperties(_objectSpread$
|
|
50424
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
50353
50425
|
}
|
|
50354
50426
|
}, [StatePagePropertiesContext]);
|
|
50355
50427
|
React.useEffect(function () {
|
|
@@ -50770,8 +50842,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
50770
50842
|
}, BackgroundImagesContent())));
|
|
50771
50843
|
};
|
|
50772
50844
|
|
|
50773
|
-
function ownKeys$
|
|
50774
|
-
function _objectSpread$
|
|
50845
|
+
function ownKeys$1f(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; }
|
|
50846
|
+
function _objectSpread$1f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1f(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
50775
50847
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
50776
50848
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$13, _imagesarray$17;
|
|
50777
50849
|
props.actions.lang;
|
|
@@ -50798,7 +50870,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
50798
50870
|
});
|
|
50799
50871
|
}
|
|
50800
50872
|
});
|
|
50801
|
-
setsectionproperties(_objectSpread$
|
|
50873
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
50802
50874
|
}, [StatePagePropertiesContext]);
|
|
50803
50875
|
React.useEffect(function () {
|
|
50804
50876
|
if (sectionproperties.length != 0) {
|
|
@@ -51093,8 +51165,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
51093
51165
|
})))))));
|
|
51094
51166
|
};
|
|
51095
51167
|
|
|
51096
|
-
function ownKeys$
|
|
51097
|
-
function _objectSpread$
|
|
51168
|
+
function ownKeys$1e(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; }
|
|
51169
|
+
function _objectSpread$1e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1e(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1e(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51098
51170
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
51099
51171
|
var _useState = React.useState(''),
|
|
51100
51172
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -51117,7 +51189,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
51117
51189
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51118
51190
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51119
51191
|
});
|
|
51120
|
-
setsectionproperties(_objectSpread$
|
|
51192
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
51121
51193
|
} else {
|
|
51122
51194
|
var secpropobj = {};
|
|
51123
51195
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51127,7 +51199,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
51127
51199
|
});
|
|
51128
51200
|
}
|
|
51129
51201
|
});
|
|
51130
|
-
setsectionproperties(_objectSpread$
|
|
51202
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
51131
51203
|
}
|
|
51132
51204
|
}, [StatePagePropertiesContext]);
|
|
51133
51205
|
React.useEffect(function () {
|
|
@@ -51344,8 +51416,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
51344
51416
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
51345
51417
|
styleInject(css_248z$l);
|
|
51346
51418
|
|
|
51347
|
-
function ownKeys$
|
|
51348
|
-
function _objectSpread$
|
|
51419
|
+
function ownKeys$1d(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; }
|
|
51420
|
+
function _objectSpread$1d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1d(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1d(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51349
51421
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
51350
51422
|
var _ref, _bgimagesarray$, _bgimagesarray$2, _ref2;
|
|
51351
51423
|
var _useState = React.useState(''),
|
|
@@ -51368,7 +51440,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
51368
51440
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51369
51441
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51370
51442
|
});
|
|
51371
|
-
setsectionproperties(_objectSpread$
|
|
51443
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
51372
51444
|
} else {
|
|
51373
51445
|
var secpropobj = {};
|
|
51374
51446
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51378,7 +51450,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
51378
51450
|
});
|
|
51379
51451
|
}
|
|
51380
51452
|
});
|
|
51381
|
-
setsectionproperties(_objectSpread$
|
|
51453
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
51382
51454
|
}
|
|
51383
51455
|
}, [StatePagePropertiesContext]);
|
|
51384
51456
|
React.useEffect(function () {
|
|
@@ -51605,8 +51677,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
51605
51677
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
51606
51678
|
};
|
|
51607
51679
|
|
|
51608
|
-
function ownKeys$
|
|
51609
|
-
function _objectSpread$
|
|
51680
|
+
function ownKeys$1c(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; }
|
|
51681
|
+
function _objectSpread$1c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1c(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1c(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51610
51682
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
51611
51683
|
var _useState = React.useState(''),
|
|
51612
51684
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -51629,7 +51701,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
51629
51701
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51630
51702
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51631
51703
|
});
|
|
51632
|
-
setsectionproperties(_objectSpread$
|
|
51704
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
51633
51705
|
} else {
|
|
51634
51706
|
var secpropobj = {};
|
|
51635
51707
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51639,7 +51711,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
51639
51711
|
});
|
|
51640
51712
|
}
|
|
51641
51713
|
});
|
|
51642
|
-
setsectionproperties(_objectSpread$
|
|
51714
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
51643
51715
|
}
|
|
51644
51716
|
}, [StatePagePropertiesContext]);
|
|
51645
51717
|
React.useEffect(function () {
|
|
@@ -51750,8 +51822,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
51750
51822
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
51751
51823
|
styleInject(css_248z$k);
|
|
51752
51824
|
|
|
51753
|
-
function ownKeys$
|
|
51754
|
-
function _objectSpread$
|
|
51825
|
+
function ownKeys$1b(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; }
|
|
51826
|
+
function _objectSpread$1b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1b(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1b(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51755
51827
|
var Select = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
51756
51828
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
51757
51829
|
});
|
|
@@ -51769,7 +51841,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51769
51841
|
sectionproperties = _useState2[0],
|
|
51770
51842
|
setsectionproperties = _useState2[1];
|
|
51771
51843
|
React.useEffect(function () {
|
|
51772
|
-
setsectionproperties(_objectSpread$
|
|
51844
|
+
setsectionproperties(_objectSpread$1b({}, props.sectionproperties));
|
|
51773
51845
|
}, [props.sectionproperties]);
|
|
51774
51846
|
var formstyles = {
|
|
51775
51847
|
input_label_name: glamor.css({
|
|
@@ -51840,13 +51912,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51840
51912
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
51841
51913
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
51842
51914
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
51843
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
51915
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1b({}, tempFetchTabexStatesPayloadobjContext));
|
|
51844
51916
|
if (props.srcfrom != 'filter') {
|
|
51845
51917
|
props.payloadobjchange('countryid', option.id);
|
|
51846
51918
|
} else {
|
|
51847
51919
|
var temp = props.payloadobj;
|
|
51848
51920
|
temp.countryid = option.id;
|
|
51849
|
-
props.setpayloadobj(_objectSpread$
|
|
51921
|
+
props.setpayloadobj(_objectSpread$1b({}, temp));
|
|
51850
51922
|
}
|
|
51851
51923
|
},
|
|
51852
51924
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -51899,13 +51971,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51899
51971
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
51900
51972
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
51901
51973
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
51902
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
51974
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1b({}, tempFetchTabexStatesPayloadobjContext));
|
|
51903
51975
|
if (props.srcfrom != 'filter') {
|
|
51904
51976
|
props.payloadobjchange('stateid', option.id);
|
|
51905
51977
|
} else {
|
|
51906
51978
|
var temp = props.payloadobj;
|
|
51907
51979
|
temp.stateid = option.id;
|
|
51908
|
-
props.setpayloadobj(_objectSpread$
|
|
51980
|
+
props.setpayloadobj(_objectSpread$1b({}, temp));
|
|
51909
51981
|
}
|
|
51910
51982
|
},
|
|
51911
51983
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -51960,7 +52032,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51960
52032
|
} else {
|
|
51961
52033
|
var temp = props.payloadobj;
|
|
51962
52034
|
temp.cityid = option.id;
|
|
51963
|
-
props.setpayloadobj(_objectSpread$
|
|
52035
|
+
props.setpayloadobj(_objectSpread$1b({}, temp));
|
|
51964
52036
|
}
|
|
51965
52037
|
},
|
|
51966
52038
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -51994,8 +52066,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51994
52066
|
}))));
|
|
51995
52067
|
};
|
|
51996
52068
|
|
|
51997
|
-
function ownKeys$
|
|
51998
|
-
function _objectSpread$
|
|
52069
|
+
function ownKeys$1a(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; }
|
|
52070
|
+
function _objectSpread$1a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1a(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1a(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51999
52071
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
52000
52072
|
var _css, _fetchProductFeatures;
|
|
52001
52073
|
var _useState = React.useState(''),
|
|
@@ -52053,11 +52125,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52053
52125
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
52054
52126
|
props.actions.fetchcollectionsQueryContext;
|
|
52055
52127
|
React.useEffect(function () {
|
|
52056
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
52128
|
+
var tempFetchQueriesEngineContext = _objectSpread$1a({}, FetchQueriesEngineContext);
|
|
52057
52129
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
52058
52130
|
tempFetchQueriesEngineContext.collections = true;
|
|
52059
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
52060
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
52131
|
+
setFetchQueriesEngineContext(_objectSpread$1a({}, tempFetchQueriesEngineContext));
|
|
52132
|
+
var tempFetchQueriesEngineContext = _objectSpread$1a({}, FetchQueriesEngineContext);
|
|
52061
52133
|
|
|
52062
52134
|
// authdetailsContext?.instinfo?.instcollections?
|
|
52063
52135
|
}, []);
|
|
@@ -52078,7 +52150,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52078
52150
|
});
|
|
52079
52151
|
}
|
|
52080
52152
|
});
|
|
52081
|
-
setsectionproperties(_objectSpread$
|
|
52153
|
+
setsectionproperties(_objectSpread$1a({}, secpropobj));
|
|
52082
52154
|
}, [StatePagePropertiesContext]);
|
|
52083
52155
|
React.useEffect(function () {
|
|
52084
52156
|
if (sectionproperties.length != 0) {
|
|
@@ -52326,7 +52398,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52326
52398
|
var temp = payloadobj;
|
|
52327
52399
|
temp.collections = [];
|
|
52328
52400
|
temp.collections.push(option.collectionid);
|
|
52329
|
-
setpayloadobj(_objectSpread$
|
|
52401
|
+
setpayloadobj(_objectSpread$1a({}, temp));
|
|
52330
52402
|
},
|
|
52331
52403
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
52332
52404
|
isSearchable: true,
|
|
@@ -52364,7 +52436,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52364
52436
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
52365
52437
|
value: pricevalue,
|
|
52366
52438
|
onChange: function onChange(value) {
|
|
52367
|
-
setpricevalue(_objectSpread$
|
|
52439
|
+
setpricevalue(_objectSpread$1a({}, value));
|
|
52368
52440
|
}
|
|
52369
52441
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52370
52442
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -52372,7 +52444,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52372
52444
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
52373
52445
|
onClick: function onClick() {
|
|
52374
52446
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
52375
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
52447
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1a({}, fetchproductsfilerobjcontext);
|
|
52376
52448
|
if ((payloadobj === null || payloadobj === void 0 ? void 0 : payloadobj.countryid) != null && (payloadobj === null || payloadobj === void 0 || (_payloadobj$countryid = payloadobj.countryid) === null || _payloadobj$countryid === void 0 ? void 0 : _payloadobj$countryid.length) != 0) {
|
|
52377
52449
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
52378
52450
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -52609,7 +52681,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52609
52681
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
52610
52682
|
onClick: function onClick() {
|
|
52611
52683
|
var _payloadobj$countryid2, _payloadobj$stateid2, _payloadobj$cityid2, _pricevalue$min2, _pricevalue$max2;
|
|
52612
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
52684
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1a({}, fetchproductsfilerobjcontext);
|
|
52613
52685
|
if ((payloadobj === null || payloadobj === void 0 ? void 0 : payloadobj.countryid) != null && (payloadobj === null || payloadobj === void 0 || (_payloadobj$countryid2 = payloadobj.countryid) === null || _payloadobj$countryid2 === void 0 ? void 0 : _payloadobj$countryid2.length) != 0) {
|
|
52614
52686
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
52615
52687
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -52657,8 +52729,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52657
52729
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
52658
52730
|
};
|
|
52659
52731
|
|
|
52660
|
-
function ownKeys$
|
|
52661
|
-
function _objectSpread$
|
|
52732
|
+
function ownKeys$19(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; }
|
|
52733
|
+
function _objectSpread$19(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$19(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$19(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
52662
52734
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
52663
52735
|
var _fetchCategoriesQuery;
|
|
52664
52736
|
var _useState = React.useState(''),
|
|
@@ -52712,11 +52784,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
52712
52784
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
52713
52785
|
props.actions.fetchcollectionsQueryContext;
|
|
52714
52786
|
React.useEffect(function () {
|
|
52715
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
52787
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
52716
52788
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
52717
52789
|
tempFetchQueriesEngineContext.collections = true;
|
|
52718
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
52719
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
52790
|
+
setFetchQueriesEngineContext(_objectSpread$19({}, tempFetchQueriesEngineContext));
|
|
52791
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
52720
52792
|
|
|
52721
52793
|
// authdetailsContext?.instinfo?.instcollections?
|
|
52722
52794
|
}, []);
|
|
@@ -52737,7 +52809,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
52737
52809
|
});
|
|
52738
52810
|
}
|
|
52739
52811
|
});
|
|
52740
|
-
setsectionproperties(_objectSpread$
|
|
52812
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
52741
52813
|
}, [StatePagePropertiesContext]);
|
|
52742
52814
|
// useEffect(() => {
|
|
52743
52815
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -52985,7 +53057,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
52985
53057
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
52986
53058
|
value: pricevalue,
|
|
52987
53059
|
onChange: function onChange(value) {
|
|
52988
|
-
setpricevalue(_objectSpread$
|
|
53060
|
+
setpricevalue(_objectSpread$19({}, value));
|
|
52989
53061
|
}
|
|
52990
53062
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52991
53063
|
"class": "col-lg-1"
|
|
@@ -52995,7 +53067,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
52995
53067
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
52996
53068
|
onClick: function onClick() {
|
|
52997
53069
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
52998
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
53070
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
52999
53071
|
if ((payloadobj === null || payloadobj === void 0 ? void 0 : payloadobj.countryid) != null && (payloadobj === null || payloadobj === void 0 || (_payloadobj$countryid = payloadobj.countryid) === null || _payloadobj$countryid === void 0 ? void 0 : _payloadobj$countryid.length) != 0) {
|
|
53000
53072
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
53001
53073
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -53040,8 +53112,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
53040
53112
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
53041
53113
|
};
|
|
53042
53114
|
|
|
53043
|
-
function ownKeys$
|
|
53044
|
-
function _objectSpread$
|
|
53115
|
+
function ownKeys$18(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; }
|
|
53116
|
+
function _objectSpread$18(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$18(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$18(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
53045
53117
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
53046
53118
|
var _useState = React.useState(''),
|
|
53047
53119
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -53087,7 +53159,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
53087
53159
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
53088
53160
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
53089
53161
|
});
|
|
53090
|
-
setsectionproperties(_objectSpread$
|
|
53162
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
53091
53163
|
} else {
|
|
53092
53164
|
var secpropobj = {};
|
|
53093
53165
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -53097,7 +53169,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
53097
53169
|
});
|
|
53098
53170
|
}
|
|
53099
53171
|
});
|
|
53100
|
-
setsectionproperties(_objectSpread$
|
|
53172
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
53101
53173
|
}
|
|
53102
53174
|
}, [StatePagePropertiesContext]);
|
|
53103
53175
|
var sectionstyles = {
|
|
@@ -53290,8 +53362,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
53290
53362
|
})))));
|
|
53291
53363
|
};
|
|
53292
53364
|
|
|
53293
|
-
function ownKeys$
|
|
53294
|
-
function _objectSpread$
|
|
53365
|
+
function ownKeys$17(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; }
|
|
53366
|
+
function _objectSpread$17(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$17(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$17(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
53295
53367
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
53296
53368
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
53297
53369
|
var lang = props.actions.lang;
|
|
@@ -53331,7 +53403,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
53331
53403
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
53332
53404
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
53333
53405
|
});
|
|
53334
|
-
setsectionproperties(_objectSpread$
|
|
53406
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
53335
53407
|
} else {
|
|
53336
53408
|
var secpropobj = {};
|
|
53337
53409
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -53341,7 +53413,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
53341
53413
|
});
|
|
53342
53414
|
}
|
|
53343
53415
|
});
|
|
53344
|
-
setsectionproperties(_objectSpread$
|
|
53416
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
53345
53417
|
}
|
|
53346
53418
|
}, [StatePagePropertiesContext]);
|
|
53347
53419
|
React.useEffect(function () {
|
|
@@ -53502,8 +53574,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
53502
53574
|
})))))))));
|
|
53503
53575
|
};
|
|
53504
53576
|
|
|
53505
|
-
function ownKeys$
|
|
53506
|
-
function _objectSpread$
|
|
53577
|
+
function ownKeys$16(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; }
|
|
53578
|
+
function _objectSpread$16(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$16(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$16(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
53507
53579
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
53508
53580
|
var _useState = React.useState(''),
|
|
53509
53581
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -53528,7 +53600,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
53528
53600
|
});
|
|
53529
53601
|
}
|
|
53530
53602
|
});
|
|
53531
|
-
setsectionproperties(_objectSpread$
|
|
53603
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
53532
53604
|
}, [StatePagePropertiesContext]);
|
|
53533
53605
|
React.useEffect(function () {
|
|
53534
53606
|
if (sectionproperties.length != 0) {
|
|
@@ -53642,8 +53714,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
53642
53714
|
}))))));
|
|
53643
53715
|
};
|
|
53644
53716
|
|
|
53645
|
-
function ownKeys$
|
|
53646
|
-
function _objectSpread$
|
|
53717
|
+
function ownKeys$15(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; }
|
|
53718
|
+
function _objectSpread$15(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$15(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$15(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
53647
53719
|
var Threebgimages = function Threebgimages(props) {
|
|
53648
53720
|
var _ref;
|
|
53649
53721
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
@@ -53674,7 +53746,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
53674
53746
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
53675
53747
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
53676
53748
|
});
|
|
53677
|
-
setsectionproperties(_objectSpread$
|
|
53749
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
53678
53750
|
} else {
|
|
53679
53751
|
var secpropobj = {};
|
|
53680
53752
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -53684,7 +53756,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
53684
53756
|
});
|
|
53685
53757
|
}
|
|
53686
53758
|
});
|
|
53687
|
-
setsectionproperties(_objectSpread$
|
|
53759
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
53688
53760
|
}
|
|
53689
53761
|
}, [StatePagePropertiesContext]);
|
|
53690
53762
|
React.useEffect(function () {
|
|
@@ -53898,8 +53970,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
53898
53970
|
})));
|
|
53899
53971
|
};
|
|
53900
53972
|
|
|
53901
|
-
function ownKeys$
|
|
53902
|
-
function _objectSpread$
|
|
53973
|
+
function ownKeys$14(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; }
|
|
53974
|
+
function _objectSpread$14(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$14(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$14(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
53903
53975
|
var Twobgimages = function Twobgimages(props) {
|
|
53904
53976
|
var _useState = React.useState(''),
|
|
53905
53977
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -53927,7 +53999,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
53927
53999
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
53928
54000
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
53929
54001
|
});
|
|
53930
|
-
setsectionproperties(_objectSpread$
|
|
54002
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
53931
54003
|
} else {
|
|
53932
54004
|
var secpropobj = {};
|
|
53933
54005
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -53937,7 +54009,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
53937
54009
|
});
|
|
53938
54010
|
}
|
|
53939
54011
|
});
|
|
53940
|
-
setsectionproperties(_objectSpread$
|
|
54012
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
53941
54013
|
}
|
|
53942
54014
|
}, [StatePagePropertiesContext]);
|
|
53943
54015
|
React.useEffect(function () {
|
|
@@ -54237,8 +54309,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
54237
54309
|
}, BackgroundImage()));
|
|
54238
54310
|
};
|
|
54239
54311
|
|
|
54240
|
-
function ownKeys$
|
|
54241
|
-
function _objectSpread$
|
|
54312
|
+
function ownKeys$13(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; }
|
|
54313
|
+
function _objectSpread$13(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$13(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$13(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
54242
54314
|
var VideosSection = function VideosSection(props) {
|
|
54243
54315
|
var _useState = React.useState(''),
|
|
54244
54316
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -54264,7 +54336,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
54264
54336
|
});
|
|
54265
54337
|
}
|
|
54266
54338
|
});
|
|
54267
|
-
setsectionproperties(_objectSpread$
|
|
54339
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
54268
54340
|
}, [StatePagePropertiesContext]);
|
|
54269
54341
|
React.useEffect(function () {
|
|
54270
54342
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -54528,8 +54600,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
54528
54600
|
}))))));
|
|
54529
54601
|
};
|
|
54530
54602
|
|
|
54531
|
-
function ownKeys$
|
|
54532
|
-
function _objectSpread$
|
|
54603
|
+
function ownKeys$12(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; }
|
|
54604
|
+
function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$12(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$12(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
54533
54605
|
var FullVideoSection = function FullVideoSection(props) {
|
|
54534
54606
|
var _useState = React.useState(''),
|
|
54535
54607
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -54555,7 +54627,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
54555
54627
|
});
|
|
54556
54628
|
}
|
|
54557
54629
|
});
|
|
54558
|
-
setsectionproperties(_objectSpread$
|
|
54630
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
54559
54631
|
}, [StatePagePropertiesContext]);
|
|
54560
54632
|
React.useEffect(function () {
|
|
54561
54633
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -54721,8 +54793,8 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
54721
54793
|
}, Content(), " ", Video())));
|
|
54722
54794
|
};
|
|
54723
54795
|
|
|
54724
|
-
function ownKeys$
|
|
54725
|
-
function _objectSpread$
|
|
54796
|
+
function ownKeys$11(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; }
|
|
54797
|
+
function _objectSpread$11(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$11(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$11(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
54726
54798
|
var Popupcomponent = function Popupcomponent(props) {
|
|
54727
54799
|
var _useState = React.useState(''),
|
|
54728
54800
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -54752,7 +54824,7 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
54752
54824
|
});
|
|
54753
54825
|
}
|
|
54754
54826
|
});
|
|
54755
|
-
setsectionproperties(_objectSpread$
|
|
54827
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
54756
54828
|
}, [StatePagePropertiesContext]);
|
|
54757
54829
|
React.useEffect(function () {
|
|
54758
54830
|
if (sectionproperties.length != 0) {
|
|
@@ -54828,8 +54900,8 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
54828
54900
|
})))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
54829
54901
|
};
|
|
54830
54902
|
|
|
54831
|
-
function ownKeys
|
|
54832
|
-
function _objectSpread
|
|
54903
|
+
function ownKeys$10(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; }
|
|
54904
|
+
function _objectSpread$10(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$10(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$10(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
54833
54905
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
54834
54906
|
var _maincontainerarrayof;
|
|
54835
54907
|
var _useState = React.useState(''),
|
|
@@ -54861,7 +54933,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
54861
54933
|
});
|
|
54862
54934
|
}
|
|
54863
54935
|
});
|
|
54864
|
-
setsectionproperties(_objectSpread
|
|
54936
|
+
setsectionproperties(_objectSpread$10({}, secpropobj));
|
|
54865
54937
|
}, [StatePagePropertiesContext]);
|
|
54866
54938
|
var sectionstyles = {
|
|
54867
54939
|
sectionTitleStyles: glamor.css({
|
|
@@ -55086,8 +55158,8 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
55086
55158
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))));
|
|
55087
55159
|
};
|
|
55088
55160
|
|
|
55089
|
-
function ownKeys
|
|
55090
|
-
function _objectSpread
|
|
55161
|
+
function ownKeys$$(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; }
|
|
55162
|
+
function _objectSpread$$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$$(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
55091
55163
|
// 49
|
|
55092
55164
|
var DynamicForm = function DynamicForm(props) {
|
|
55093
55165
|
var _css, _dynamicform$fields, _dynamicform$fields2, _dynamicform$fields3, _dynamicform$fields4, _dynamicform$fields5;
|
|
@@ -55151,7 +55223,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
55151
55223
|
});
|
|
55152
55224
|
}
|
|
55153
55225
|
});
|
|
55154
|
-
setsectionproperties(_objectSpread
|
|
55226
|
+
setsectionproperties(_objectSpread$$({}, secpropobj));
|
|
55155
55227
|
}, [StatePagePropertiesContext]);
|
|
55156
55228
|
React.useEffect(function () {
|
|
55157
55229
|
if (fetchdynamicformfeildsQueryContext.isSuccess) {
|
|
@@ -55180,12 +55252,12 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
55180
55252
|
}
|
|
55181
55253
|
}, [fetchdynamicformfeildsQueryContext.isSuccess]);
|
|
55182
55254
|
var updateformfield = function updateformfield(value, index) {
|
|
55183
|
-
var tempynamicform = _objectSpread
|
|
55255
|
+
var tempynamicform = _objectSpread$$({}, dynamicform);
|
|
55184
55256
|
tempynamicform.fields[index].value = value;
|
|
55185
|
-
setdynamicform(_objectSpread
|
|
55257
|
+
setdynamicform(_objectSpread$$({}, dynamicform));
|
|
55186
55258
|
};
|
|
55187
55259
|
var submitform = function submitform() {
|
|
55188
|
-
var tempynamicform = _objectSpread
|
|
55260
|
+
var tempynamicform = _objectSpread$$({}, dynamicform);
|
|
55189
55261
|
var fields = tempynamicform.fields;
|
|
55190
55262
|
var validationpassed = true;
|
|
55191
55263
|
var reason = '';
|
|
@@ -55216,7 +55288,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
55216
55288
|
};
|
|
55217
55289
|
var clearform = function clearform() {
|
|
55218
55290
|
var _tempitem$fields3;
|
|
55219
|
-
var tempitem = _objectSpread
|
|
55291
|
+
var tempitem = _objectSpread$$({}, dynamicform);
|
|
55220
55292
|
tempitem === null || tempitem === void 0 || (_tempitem$fields3 = tempitem.fields) === null || _tempitem$fields3 === void 0 || _tempitem$fields3.forEach(function (fielditem) {
|
|
55221
55293
|
fielditem.value = '';
|
|
55222
55294
|
});
|
|
@@ -55577,6 +55649,72 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
55577
55649
|
}, confirmationtext)))));
|
|
55578
55650
|
};
|
|
55579
55651
|
|
|
55652
|
+
function ownKeys$_(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; }
|
|
55653
|
+
function _objectSpread$_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$_(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
55654
|
+
var Searchcomponent = function Searchcomponent(props) {
|
|
55655
|
+
var _ref;
|
|
55656
|
+
var _useState = React.useState(''),
|
|
55657
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
55658
|
+
sectionproperties = _useState2[0],
|
|
55659
|
+
setsectionproperties = _useState2[1];
|
|
55660
|
+
props.actions.lang;
|
|
55661
|
+
var langdetect = props.actions.langdetect;
|
|
55662
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
55663
|
+
var actions = props.actions;
|
|
55664
|
+
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
55665
|
+
React.useEffect(function () {
|
|
55666
|
+
var secpropobj = {};
|
|
55667
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
55668
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
55669
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
55670
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
55671
|
+
});
|
|
55672
|
+
}
|
|
55673
|
+
});
|
|
55674
|
+
setsectionproperties(_objectSpread$_({}, secpropobj));
|
|
55675
|
+
}, [StatePagePropertiesContext]);
|
|
55676
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55677
|
+
className: "row ml-0 mr-0 w-100 allcentered",
|
|
55678
|
+
style: {
|
|
55679
|
+
paddingTop: 100,
|
|
55680
|
+
paddingBottom: 100,
|
|
55681
|
+
height: '100vh'
|
|
55682
|
+
}
|
|
55683
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55684
|
+
"class": "col-lg-12 allcentered mb-5"
|
|
55685
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
55686
|
+
"class": "m-0 p-0",
|
|
55687
|
+
style: {
|
|
55688
|
+
color: '#000',
|
|
55689
|
+
fontSize: '25px'
|
|
55690
|
+
}
|
|
55691
|
+
}, "\u064A\u0631\u062C\u0649 \u0625\u062F\u062E\u0627\u0644 \u0631\u0642\u0645 \u062C\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631 \u0623\u0648 \u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u0642\u0648\u0645\u064A")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55692
|
+
"class": "col-lg-12 allcentered mb-5"
|
|
55693
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55694
|
+
style: (_ref = {
|
|
55695
|
+
position: 'relative',
|
|
55696
|
+
border: '1px solid #ccc',
|
|
55697
|
+
borderRadius: '10px',
|
|
55698
|
+
width: '50%',
|
|
55699
|
+
height: '40px'
|
|
55700
|
+
}, _defineProperty__default["default"](_ref, "position", 'relative'), _defineProperty__default["default"](_ref, "border", sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor), _defineProperty__default["default"](_ref, "transition", '.3s'), _ref)
|
|
55701
|
+
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
55702
|
+
type: "text",
|
|
55703
|
+
placeholder: langdetect == 'en' ? 'Search' : 'بحث',
|
|
55704
|
+
onChange: function onChange(event) {
|
|
55705
|
+
setSearchHeaderInputContext(event.target.value);
|
|
55706
|
+
},
|
|
55707
|
+
style: {
|
|
55708
|
+
background: 'transparent',
|
|
55709
|
+
width: '100%'
|
|
55710
|
+
}
|
|
55711
|
+
}), /*#__PURE__*/React__default["default"].createElement(Searchlist$1, {
|
|
55712
|
+
sectionpropertiesprops: sectionproperties,
|
|
55713
|
+
srcfromprops: 'headerfullwidth',
|
|
55714
|
+
actions: actions
|
|
55715
|
+
}))));
|
|
55716
|
+
};
|
|
55717
|
+
|
|
55580
55718
|
function ownKeys$Z(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; }
|
|
55581
55719
|
function _objectSpread$Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
55582
55720
|
var AboutSection = function AboutSection(props) {
|
|
@@ -74427,6 +74565,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
74427
74565
|
Popupcomponent: Popupcomponent,
|
|
74428
74566
|
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
74429
74567
|
DynamicForm: DynamicForm,
|
|
74568
|
+
Searchcomponent: Searchcomponent,
|
|
74430
74569
|
// Slideshows (13)
|
|
74431
74570
|
AboutSection: AboutSection,
|
|
74432
74571
|
Backgroundimage_with_topcircle: Backgroundimage_with_topcircle,
|