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