tabexseriescomponents 0.0.411 → 0.0.413
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 +642 -507
- package/dist/index.esm.js +642 -507
- package/dist/index.umd.js +642 -507
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -673,8 +673,8 @@ var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
|
673
673
|
}));
|
|
674
674
|
};
|
|
675
675
|
|
|
676
|
-
function ownKeys$
|
|
677
|
-
function _objectSpread$
|
|
676
|
+
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; }
|
|
677
|
+
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; }
|
|
678
678
|
var Login = function Login(props) {
|
|
679
679
|
var _css;
|
|
680
680
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -750,7 +750,7 @@ var Login = function Login(props) {
|
|
|
750
750
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
751
751
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
752
752
|
});
|
|
753
|
-
setsectionproperties(_objectSpread$
|
|
753
|
+
setsectionproperties(_objectSpread$2u({}, secpropobj));
|
|
754
754
|
}
|
|
755
755
|
}, [StatePagePropertiesContext]);
|
|
756
756
|
React.useEffect(function () {
|
|
@@ -917,9 +917,9 @@ var Login = function Login(props) {
|
|
|
917
917
|
className: "".concat(loginstyles2.form_control),
|
|
918
918
|
value: payloadobj.email,
|
|
919
919
|
onChange: function onChange(event) {
|
|
920
|
-
var temppayloadobj = _objectSpread$
|
|
920
|
+
var temppayloadobj = _objectSpread$2u({}, payloadobj);
|
|
921
921
|
temppayloadobj.email = event.target.value;
|
|
922
|
-
setpayloadobj(_objectSpread$
|
|
922
|
+
setpayloadobj(_objectSpread$2u({}, temppayloadobj));
|
|
923
923
|
},
|
|
924
924
|
style: {
|
|
925
925
|
background: sectionproperties.input_bgcolor
|
|
@@ -941,9 +941,9 @@ var Login = function Login(props) {
|
|
|
941
941
|
textplaceholder: "",
|
|
942
942
|
value: payloadobj.password,
|
|
943
943
|
onChange: function onChange(event) {
|
|
944
|
-
var temppayloadobj = _objectSpread$
|
|
944
|
+
var temppayloadobj = _objectSpread$2u({}, payloadobj);
|
|
945
945
|
temppayloadobj.password = event.target.value;
|
|
946
|
-
setpayloadobj(_objectSpread$
|
|
946
|
+
setpayloadobj(_objectSpread$2u({}, temppayloadobj));
|
|
947
947
|
},
|
|
948
948
|
style: {
|
|
949
949
|
background: sectionproperties.input_bgcolor
|
|
@@ -1120,9 +1120,9 @@ var Login = function Login(props) {
|
|
|
1120
1120
|
className: "".concat(loginstyles2.form_control),
|
|
1121
1121
|
value: forgotpasswordpayload.email,
|
|
1122
1122
|
onChange: function onChange(event) {
|
|
1123
|
-
var temppayloadobj = _objectSpread$
|
|
1123
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1124
1124
|
temppayloadobj.email = event.target.value;
|
|
1125
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1125
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1126
1126
|
},
|
|
1127
1127
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1128
1128
|
style: {
|
|
@@ -1137,9 +1137,9 @@ var Login = function Login(props) {
|
|
|
1137
1137
|
className: "".concat(loginstyles2.form_control),
|
|
1138
1138
|
value: forgotpasswordpayload.code,
|
|
1139
1139
|
onChange: function onChange(event) {
|
|
1140
|
-
var temppayloadobj = _objectSpread$
|
|
1140
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1141
1141
|
temppayloadobj.code = event.target.value;
|
|
1142
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1142
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1143
1143
|
},
|
|
1144
1144
|
style: {
|
|
1145
1145
|
background: sectionproperties.input_bgcolor
|
|
@@ -1153,9 +1153,9 @@ var Login = function Login(props) {
|
|
|
1153
1153
|
className: "".concat(loginstyles2.form_control),
|
|
1154
1154
|
value: forgotpasswordpayload.newpassword,
|
|
1155
1155
|
onChange: function onChange(event) {
|
|
1156
|
-
var temppayloadobj = _objectSpread$
|
|
1156
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1157
1157
|
temppayloadobj.newpassword = event.target.value;
|
|
1158
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1158
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1159
1159
|
},
|
|
1160
1160
|
style: {
|
|
1161
1161
|
background: sectionproperties.input_bgcolor
|
|
@@ -1169,9 +1169,9 @@ var Login = function Login(props) {
|
|
|
1169
1169
|
className: "".concat(loginstyles2.form_control),
|
|
1170
1170
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
1171
1171
|
onChange: function onChange(event) {
|
|
1172
|
-
var temppayloadobj = _objectSpread$
|
|
1172
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1173
1173
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
1174
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1174
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1175
1175
|
},
|
|
1176
1176
|
style: {
|
|
1177
1177
|
background: sectionproperties.input_bgcolor
|
|
@@ -1183,7 +1183,7 @@ var Login = function Login(props) {
|
|
|
1183
1183
|
onClick: function onClick() {
|
|
1184
1184
|
if (forgotpasswordpayload.email.length != 0) {
|
|
1185
1185
|
var runfunc = false;
|
|
1186
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
1186
|
+
var tempforgotpasswordpayload = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1187
1187
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
1188
1188
|
if (forgetpasswordstage == 'verify') {
|
|
1189
1189
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -1234,11 +1234,11 @@ var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rig
|
|
|
1234
1234
|
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"};
|
|
1235
1235
|
styleInject(css_248z$J);
|
|
1236
1236
|
|
|
1237
|
-
function ownKeys$
|
|
1238
|
-
function _objectSpread$
|
|
1237
|
+
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; }
|
|
1238
|
+
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; }
|
|
1239
1239
|
var selectcustomStyles = {
|
|
1240
1240
|
option: function option(provided, state) {
|
|
1241
|
-
return _objectSpread$
|
|
1241
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1242
1242
|
borderBottom: '1px solid #e6e6e6',
|
|
1243
1243
|
backgroundColor: state.isSelected ? '' : '',
|
|
1244
1244
|
padding: 5,
|
|
@@ -1267,7 +1267,7 @@ var selectcustomStyles = {
|
|
|
1267
1267
|
};
|
|
1268
1268
|
var selectcustomStylesTranslated = {
|
|
1269
1269
|
option: function option(provided, state) {
|
|
1270
|
-
return _objectSpread$
|
|
1270
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1271
1271
|
borderBottom: '1px solid #e6e6e6',
|
|
1272
1272
|
backgroundColor: state.isSelected ? '' : '',
|
|
1273
1273
|
padding: 5,
|
|
@@ -1296,14 +1296,14 @@ var selectcustomStylesTranslated = {
|
|
|
1296
1296
|
};
|
|
1297
1297
|
},
|
|
1298
1298
|
placeholder: function placeholder(provided, state) {
|
|
1299
|
-
return _objectSpread$
|
|
1299
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1300
1300
|
textAlign: 'right'
|
|
1301
1301
|
});
|
|
1302
1302
|
}
|
|
1303
1303
|
};
|
|
1304
1304
|
var defaultstyles = {
|
|
1305
1305
|
option: function option(provided, state) {
|
|
1306
|
-
return _objectSpread$
|
|
1306
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1307
1307
|
borderBottom: '1px solid #e6e6e6',
|
|
1308
1308
|
backgroundColor: state.isSelected ? '' : '',
|
|
1309
1309
|
padding: 5,
|
|
@@ -1331,7 +1331,7 @@ var defaultstyles = {
|
|
|
1331
1331
|
}), _ref;
|
|
1332
1332
|
},
|
|
1333
1333
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1334
|
-
return _objectSpread$
|
|
1334
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1335
1335
|
'&:hover': {
|
|
1336
1336
|
// color: '#eac435',
|
|
1337
1337
|
}
|
|
@@ -1340,7 +1340,7 @@ var defaultstyles = {
|
|
|
1340
1340
|
};
|
|
1341
1341
|
var defaultstylestranslated = {
|
|
1342
1342
|
option: function option(provided, state) {
|
|
1343
|
-
return _objectSpread$
|
|
1343
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1344
1344
|
borderBottom: '1px solid #e6e6e6',
|
|
1345
1345
|
backgroundColor: state.isSelected ? '' : '',
|
|
1346
1346
|
padding: 5,
|
|
@@ -1371,21 +1371,21 @@ var defaultstylestranslated = {
|
|
|
1371
1371
|
};
|
|
1372
1372
|
},
|
|
1373
1373
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1374
|
-
return _objectSpread$
|
|
1374
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1375
1375
|
'&:hover': {
|
|
1376
1376
|
// color: '#eac435',
|
|
1377
1377
|
}
|
|
1378
1378
|
});
|
|
1379
1379
|
},
|
|
1380
1380
|
placeholder: function placeholder(provided, state) {
|
|
1381
|
-
return _objectSpread$
|
|
1381
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1382
1382
|
textAlign: 'right'
|
|
1383
1383
|
});
|
|
1384
1384
|
}
|
|
1385
1385
|
};
|
|
1386
1386
|
var defaultstylesnone = {
|
|
1387
1387
|
option: function option(provided, state) {
|
|
1388
|
-
return _objectSpread$
|
|
1388
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1389
1389
|
borderBottom: '1px solid #e6e6e6',
|
|
1390
1390
|
backgroundColor: state.isSelected ? '' : '',
|
|
1391
1391
|
padding: 5,
|
|
@@ -1413,7 +1413,7 @@ var defaultstylesnone = {
|
|
|
1413
1413
|
};
|
|
1414
1414
|
},
|
|
1415
1415
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1416
|
-
return _objectSpread$
|
|
1416
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1417
1417
|
'&:hover': {
|
|
1418
1418
|
// color: '#eac435',
|
|
1419
1419
|
}
|
|
@@ -1996,8 +1996,8 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
1996
1996
|
}, 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))))));
|
|
1997
1997
|
};
|
|
1998
1998
|
|
|
1999
|
-
function ownKeys$
|
|
2000
|
-
function _objectSpread$
|
|
1999
|
+
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; }
|
|
2000
|
+
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; }
|
|
2001
2001
|
var ProductExtraFields = function ProductExtraFields(props) {
|
|
2002
2002
|
var _fetchProductInfoQuer, _css, _fetchProductInfoQuer2;
|
|
2003
2003
|
props.actions.lang;
|
|
@@ -2052,9 +2052,9 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2052
2052
|
});
|
|
2053
2053
|
}
|
|
2054
2054
|
setproductextravaluesarray(_toConsumableArray__default["default"](tempproductextravaluesarray));
|
|
2055
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2055
|
+
var tempaddtocardpayloadobj = _objectSpread$2s({}, addtocardpayloadobj);
|
|
2056
2056
|
tempaddtocardpayloadobj.extrafields = tempproductextravaluesarray;
|
|
2057
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2057
|
+
setaddtocardpayloadobj(_objectSpread$2s({}, tempaddtocardpayloadobj));
|
|
2058
2058
|
};
|
|
2059
2059
|
var formstyles = {
|
|
2060
2060
|
input_label_name: glamor.css({
|
|
@@ -2269,8 +2269,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2269
2269
|
})))));
|
|
2270
2270
|
};
|
|
2271
2271
|
|
|
2272
|
-
function ownKeys$
|
|
2273
|
-
function _objectSpread$
|
|
2272
|
+
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; }
|
|
2273
|
+
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; }
|
|
2274
2274
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2275
2275
|
var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36;
|
|
2276
2276
|
var lang = props.actions.lang;
|
|
@@ -2783,11 +2783,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2783
2783
|
}, sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2784
2784
|
className: "".concat(productinfo_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
2785
2785
|
onClick: function onClick() {
|
|
2786
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2786
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2787
2787
|
if (tempaddtocardpayloadobj.quantity > 0) {
|
|
2788
2788
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity - 1;
|
|
2789
2789
|
}
|
|
2790
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2790
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2791
2791
|
}
|
|
2792
2792
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2793
2793
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-down' : 'h-100 allcentered',
|
|
@@ -2801,9 +2801,9 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2801
2801
|
}, addtocardpayloadobj.quantity), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2802
2802
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
2803
2803
|
onClick: function onClick() {
|
|
2804
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2804
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2805
2805
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity + 1;
|
|
2806
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2806
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2807
2807
|
}
|
|
2808
2808
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2809
2809
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-up' : 'h-100 allcentered'
|
|
@@ -2828,13 +2828,13 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2828
2828
|
value: addtocardpayloadobj.quantity,
|
|
2829
2829
|
onChange: function onChange(event) {
|
|
2830
2830
|
if (event.target.value == NaN || event.target.value == undefined || event.target.value == null || event.target.value == '') {
|
|
2831
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2831
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2832
2832
|
tempaddtocardpayloadobj.quantity = 1;
|
|
2833
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2833
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2834
2834
|
} else {
|
|
2835
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2835
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2836
2836
|
tempaddtocardpayloadobj.quantity = parseInt(event.target.value);
|
|
2837
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2837
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2838
2838
|
}
|
|
2839
2839
|
}
|
|
2840
2840
|
})), sectionproperties.cartbtnalone == 'Besides Other Buttons' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer23 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.productinfo) === null || _fetchProductInfoQuer23 === void 0 ? void 0 : _fetchProductInfoQuer23.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
@@ -3137,8 +3137,8 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3137
3137
|
}, ShareButtonsContainer()))))))));
|
|
3138
3138
|
};
|
|
3139
3139
|
|
|
3140
|
-
function ownKeys$
|
|
3141
|
-
function _objectSpread$
|
|
3140
|
+
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; }
|
|
3141
|
+
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; }
|
|
3142
3142
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
3143
3143
|
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14;
|
|
3144
3144
|
var langdetect = props.actions.langdetect;
|
|
@@ -3179,7 +3179,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3179
3179
|
slots = _useState6[0],
|
|
3180
3180
|
setslots = _useState6[1];
|
|
3181
3181
|
React.useEffect(function () {
|
|
3182
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3182
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3183
3183
|
item_type: 'service'
|
|
3184
3184
|
}));
|
|
3185
3185
|
}, [tabsarray]);
|
|
@@ -3191,16 +3191,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3191
3191
|
if (diffDays.toString() != 'NaN') {
|
|
3192
3192
|
if (date2 <= date1) {
|
|
3193
3193
|
NotificationManager.warning('', 'Please choose another date.');
|
|
3194
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3194
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3195
3195
|
quantity: 0
|
|
3196
3196
|
}));
|
|
3197
3197
|
} else {
|
|
3198
3198
|
if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
|
|
3199
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3199
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3200
3200
|
quantity: diffDays
|
|
3201
3201
|
}));
|
|
3202
3202
|
} else {
|
|
3203
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3203
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3204
3204
|
quantity: 0
|
|
3205
3205
|
}));
|
|
3206
3206
|
NotificationManager.warning('', 'Max: ' + fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant + ', Min: ' + fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant);
|
|
@@ -3336,7 +3336,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3336
3336
|
min: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.serviceinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.reservationstarts,
|
|
3337
3337
|
max: 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 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.serviceinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.reservationends,
|
|
3338
3338
|
onChange: function onChange(event) {
|
|
3339
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3339
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3340
3340
|
from: event.target.value
|
|
3341
3341
|
}));
|
|
3342
3342
|
}
|
|
@@ -3356,7 +3356,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3356
3356
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3357
3357
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3358
3358
|
onChange: function onChange(event) {
|
|
3359
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3359
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3360
3360
|
to: event.target.value
|
|
3361
3361
|
}));
|
|
3362
3362
|
}
|
|
@@ -3376,7 +3376,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3376
3376
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3377
3377
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3378
3378
|
onChange: function onChange(event) {
|
|
3379
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3379
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3380
3380
|
date: event.target.value
|
|
3381
3381
|
}));
|
|
3382
3382
|
setcurrentmutatestate('/fetchserviceslots');
|
|
@@ -3427,7 +3427,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3427
3427
|
color: ischoosed ? sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? sectionproperties.generalbtn_textColoronhover : sectionproperties.generalbtn_textColor : ''
|
|
3428
3428
|
},
|
|
3429
3429
|
onClick: function onClick() {
|
|
3430
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3430
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3431
3431
|
time: item.slot
|
|
3432
3432
|
}));
|
|
3433
3433
|
}
|
|
@@ -3436,7 +3436,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3436
3436
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
3437
3437
|
"class": TabsStyles.booknow_btn_resp + ' allcentered ',
|
|
3438
3438
|
onClick: function onClick() {
|
|
3439
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3439
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3440
3440
|
time: item.slot
|
|
3441
3441
|
}));
|
|
3442
3442
|
}
|
|
@@ -3510,7 +3510,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3510
3510
|
"class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
|
|
3511
3511
|
style: {},
|
|
3512
3512
|
onClick: function onClick() {
|
|
3513
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3513
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3514
3514
|
time: item.slot
|
|
3515
3515
|
}));
|
|
3516
3516
|
}
|
|
@@ -4214,8 +4214,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4214
4214
|
}, StoreInfoprops()))));
|
|
4215
4215
|
};
|
|
4216
4216
|
|
|
4217
|
-
function ownKeys$
|
|
4218
|
-
function _objectSpread$
|
|
4217
|
+
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; }
|
|
4218
|
+
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; }
|
|
4219
4219
|
var AddReview = function AddReview(props) {
|
|
4220
4220
|
var _css;
|
|
4221
4221
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -4267,7 +4267,7 @@ var AddReview = function AddReview(props) {
|
|
|
4267
4267
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
4268
4268
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4269
4269
|
});
|
|
4270
|
-
setsectionproperties(_objectSpread$
|
|
4270
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
4271
4271
|
}
|
|
4272
4272
|
}, [StatePagePropertiesContext]);
|
|
4273
4273
|
React.useEffect(function () {
|
|
@@ -4276,7 +4276,7 @@ var AddReview = function AddReview(props) {
|
|
|
4276
4276
|
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) {
|
|
4277
4277
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4278
4278
|
});
|
|
4279
|
-
setsectionproperties(_objectSpread$
|
|
4279
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
4280
4280
|
}, [pageindexcontext]);
|
|
4281
4281
|
var reviewstyles = {
|
|
4282
4282
|
submitreviewbtn: glamor.css({
|
|
@@ -4402,9 +4402,9 @@ var AddReview = function AddReview(props) {
|
|
|
4402
4402
|
}),
|
|
4403
4403
|
activeColor: "#ffd700",
|
|
4404
4404
|
onChange: function onChange(event) {
|
|
4405
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4405
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4406
4406
|
tempreviewpayloadobj.reviewrate = event;
|
|
4407
|
-
setreviewpayloadobj(_objectSpread$
|
|
4407
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4408
4408
|
}
|
|
4409
4409
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4410
4410
|
"class": "col-lg-12"
|
|
@@ -4418,9 +4418,9 @@ var AddReview = function AddReview(props) {
|
|
|
4418
4418
|
"class": reviewstyles.form_control,
|
|
4419
4419
|
value: reviewpayloadobj.reviewname,
|
|
4420
4420
|
onChange: function onChange(event) {
|
|
4421
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4421
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4422
4422
|
tempreviewpayloadobj.reviewname = event.target.value;
|
|
4423
|
-
setreviewpayloadobj(_objectSpread$
|
|
4423
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4424
4424
|
}
|
|
4425
4425
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4426
4426
|
"class": "col-lg-12 mb-4"
|
|
@@ -4430,9 +4430,9 @@ var AddReview = function AddReview(props) {
|
|
|
4430
4430
|
"class": reviewstyles.form_control,
|
|
4431
4431
|
value: reviewpayloadobj.reviewtitle,
|
|
4432
4432
|
onChange: function onChange(event) {
|
|
4433
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4433
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4434
4434
|
tempreviewpayloadobj.reviewtitle = event.target.value;
|
|
4435
|
-
setreviewpayloadobj(_objectSpread$
|
|
4435
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4436
4436
|
}
|
|
4437
4437
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4438
4438
|
"class": "col-lg-12 mb-4"
|
|
@@ -4443,9 +4443,9 @@ var AddReview = function AddReview(props) {
|
|
|
4443
4443
|
"class": reviewstyles.form_control + ' form_control ',
|
|
4444
4444
|
value: reviewpayloadobj.reviewbody,
|
|
4445
4445
|
onChange: function onChange(event) {
|
|
4446
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4446
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4447
4447
|
tempreviewpayloadobj.reviewbody = event.target.value;
|
|
4448
|
-
setreviewpayloadobj(_objectSpread$
|
|
4448
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4449
4449
|
},
|
|
4450
4450
|
style: {
|
|
4451
4451
|
resize: 'none',
|
|
@@ -4480,8 +4480,8 @@ var AddReview = function AddReview(props) {
|
|
|
4480
4480
|
}, langdetect == 'en' ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)));
|
|
4481
4481
|
};
|
|
4482
4482
|
|
|
4483
|
-
function ownKeys$
|
|
4484
|
-
function _objectSpread$
|
|
4483
|
+
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; }
|
|
4484
|
+
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; }
|
|
4485
4485
|
var ProductReviews = function ProductReviews(props) {
|
|
4486
4486
|
var _fetchProductInfoQuer, _fetchProductInfoQuer3, _fetchProductInfoQuer4;
|
|
4487
4487
|
props.actions.lang;
|
|
@@ -4715,7 +4715,7 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
4715
4715
|
size: "md",
|
|
4716
4716
|
"class": "reviewmodal"
|
|
4717
4717
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement(AddReview, {
|
|
4718
|
-
actions: _objectSpread$
|
|
4718
|
+
actions: _objectSpread$2o(_objectSpread$2o({}, actions), {}, {
|
|
4719
4719
|
productid: productid,
|
|
4720
4720
|
canuserreview: canuserreview,
|
|
4721
4721
|
addreviewcallback: addreviewcallback
|
|
@@ -4723,8 +4723,8 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
4723
4723
|
}))));
|
|
4724
4724
|
};
|
|
4725
4725
|
|
|
4726
|
-
function ownKeys$
|
|
4727
|
-
function _objectSpread$
|
|
4726
|
+
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; }
|
|
4727
|
+
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; }
|
|
4728
4728
|
var Productinfo = function Productinfo(props) {
|
|
4729
4729
|
var _css, _ref, _ref2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12;
|
|
4730
4730
|
var _useState = React.useState({}),
|
|
@@ -4753,7 +4753,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4753
4753
|
setfetchProductInfoQueryContext = _useState4[1];
|
|
4754
4754
|
React.useEffect(function () {
|
|
4755
4755
|
if (fetchProductInfoQueryContextProps.isSuccess) {
|
|
4756
|
-
setProductInfoObj(_objectSpread$
|
|
4756
|
+
setProductInfoObj(_objectSpread$2n({}, fetchProductInfoQueryContextProps.data));
|
|
4757
4757
|
setfetchProductInfoQueryContext(fetchProductInfoQueryContextProps);
|
|
4758
4758
|
}
|
|
4759
4759
|
}, [props.actions, props, fetchProductInfoQueryContextProps.data, fetchProductInfoQueryContextProps.isSuccess]);
|
|
@@ -4865,7 +4865,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4865
4865
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
4866
4866
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4867
4867
|
});
|
|
4868
|
-
setsectionproperties(_objectSpread$
|
|
4868
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
4869
4869
|
setTabIndex(0);
|
|
4870
4870
|
settabname('descriptiontab');
|
|
4871
4871
|
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
|
|
@@ -4905,7 +4905,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4905
4905
|
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) {
|
|
4906
4906
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4907
4907
|
});
|
|
4908
|
-
setsectionproperties(_objectSpread$
|
|
4908
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
4909
4909
|
}, [pageindexcontext]);
|
|
4910
4910
|
React.useEffect(function () {
|
|
4911
4911
|
if (productidparam == undefined) {
|
|
@@ -4925,12 +4925,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
4925
4925
|
}
|
|
4926
4926
|
}, [ProductInfoObj, isloaded]);
|
|
4927
4927
|
var productidassigner = function productidassigner(productid) {
|
|
4928
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
4928
|
+
var tempFetchQueriesEngineContext = _objectSpread$2n({}, FetchQueriesEngineContext);
|
|
4929
4929
|
tempFetchQueriesEngineContext.fetchproductinfo = true;
|
|
4930
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
4931
|
-
var tempfetchproductinfoObjContext = _objectSpread$
|
|
4930
|
+
setFetchQueriesEngineContext(_objectSpread$2n({}, tempFetchQueriesEngineContext));
|
|
4931
|
+
var tempfetchproductinfoObjContext = _objectSpread$2n({}, fetchproductinfoObjContext);
|
|
4932
4932
|
tempfetchproductinfoObjContext.productid = productid;
|
|
4933
|
-
setfetchproductinfoObjContext(_objectSpread$
|
|
4933
|
+
setfetchproductinfoObjContext(_objectSpread$2n({}, tempfetchproductinfoObjContext));
|
|
4934
4934
|
};
|
|
4935
4935
|
React.useEffect(function () {
|
|
4936
4936
|
if (!fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && ikimagecredcontext != undefined) {
|
|
@@ -4967,9 +4967,9 @@ var Productinfo = function Productinfo(props) {
|
|
|
4967
4967
|
}
|
|
4968
4968
|
setproductimagesarray([].concat(tempproductimagesarray));
|
|
4969
4969
|
variantchecker();
|
|
4970
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
4970
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
4971
4971
|
tempaddtocardpayloadobj.productid = fetchProductInfoQueryContext.data.data.productinfo.productid;
|
|
4972
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4972
|
+
setaddtocardpayloadobj(_objectSpread$2n({}, tempaddtocardpayloadobj));
|
|
4973
4973
|
setRelatedProductsTagid(fetchProductInfoQueryContext.data.data.productinfo.maintagid);
|
|
4974
4974
|
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) {
|
|
4975
4975
|
GeneralAPIMutationContext.mutate({
|
|
@@ -5016,7 +5016,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5016
5016
|
});
|
|
5017
5017
|
variantchecker();
|
|
5018
5018
|
variantcompleting();
|
|
5019
|
-
setProductInfoObj(_objectSpread$
|
|
5019
|
+
setProductInfoObj(_objectSpread$2n({}, productarr));
|
|
5020
5020
|
};
|
|
5021
5021
|
var variantchecker = function variantchecker() {
|
|
5022
5022
|
var productarr = ProductInfoObj;
|
|
@@ -5090,16 +5090,16 @@ var Productinfo = function Productinfo(props) {
|
|
|
5090
5090
|
});
|
|
5091
5091
|
}
|
|
5092
5092
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5093
|
-
setProductInfoObj(_objectSpread$
|
|
5093
|
+
setProductInfoObj(_objectSpread$2n({}, productarr));
|
|
5094
5094
|
setisloaded(true);
|
|
5095
5095
|
}
|
|
5096
5096
|
}
|
|
5097
5097
|
};
|
|
5098
5098
|
var variantcompleting = function variantcompleting() {
|
|
5099
5099
|
setvariantindexcompleted('');
|
|
5100
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5100
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5101
5101
|
tempaddtocardpayloadobj.variantid = '';
|
|
5102
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5102
|
+
setaddtocardpayloadobj(_objectSpread$2n({}, tempaddtocardpayloadobj));
|
|
5103
5103
|
var productarr = ProductInfoObj;
|
|
5104
5104
|
var selectedoptionsvalues = [];
|
|
5105
5105
|
productarr.data.productinfo.productoptions.forEach(function (productoptionsitem, productoptionsindex) {
|
|
@@ -5132,7 +5132,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5132
5132
|
NotificationManager.warning('', 'Variant Not Found');
|
|
5133
5133
|
} else {
|
|
5134
5134
|
variantid = variantobj.variantid;
|
|
5135
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5135
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5136
5136
|
tempaddtocardpayloadobj.variantid = variantid;
|
|
5137
5137
|
var variantimageindex = 0;
|
|
5138
5138
|
productimagesarray === null || productimagesarray === void 0 || productimagesarray.forEach(function (tempimageitem, tempimageindex) {
|
|
@@ -5148,14 +5148,14 @@ var Productinfo = function Productinfo(props) {
|
|
|
5148
5148
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
5149
5149
|
// alert(variantsku);
|
|
5150
5150
|
setcurrentshowingimageindex(variantimageindex);
|
|
5151
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5151
|
+
setaddtocardpayloadobj(_objectSpread$2n({}, tempaddtocardpayloadobj));
|
|
5152
5152
|
setvariantindexcompleted(ProductVariantIndex);
|
|
5153
5153
|
setvariantindex(ProductVariantIndex);
|
|
5154
5154
|
}
|
|
5155
5155
|
}
|
|
5156
5156
|
});
|
|
5157
5157
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5158
|
-
setProductInfoObj(_objectSpread$
|
|
5158
|
+
setProductInfoObj(_objectSpread$2n({}, productarr));
|
|
5159
5159
|
};
|
|
5160
5160
|
var addtocartfunc = function addtocartfunc(forcetocheckout) {
|
|
5161
5161
|
var runfunc = false;
|
|
@@ -5176,7 +5176,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5176
5176
|
}
|
|
5177
5177
|
if (runfunc == true) {
|
|
5178
5178
|
var _fetchProductInfoQuer7, _fetchProductInfoQuer8;
|
|
5179
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5179
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5180
5180
|
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;
|
|
5181
5181
|
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;
|
|
5182
5182
|
if (forcetocheckoutvalue != undefined) {
|
|
@@ -5200,7 +5200,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5200
5200
|
};
|
|
5201
5201
|
var validateextrafields = function validateextrafields() {
|
|
5202
5202
|
var _fetchProductInfoQuer15;
|
|
5203
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5203
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5204
5204
|
var status = false;
|
|
5205
5205
|
var reason = '';
|
|
5206
5206
|
var missingitemsfound = [];
|
|
@@ -6239,7 +6239,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6239
6239
|
}))), /*#__PURE__*/React__default["default"].createElement(material.Box, {
|
|
6240
6240
|
"class": "w-100 mt-5 mb-4"
|
|
6241
6241
|
}, tabname == 'descriptiontab' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
6242
|
-
actions: _objectSpread$
|
|
6242
|
+
actions: _objectSpread$2n(_objectSpread$2n({}, actions), {}, {
|
|
6243
6243
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6244
6244
|
sectionproperties: sectionproperties
|
|
6245
6245
|
})
|
|
@@ -6287,7 +6287,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6287
6287
|
})), tabname == 'reviewstab' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6288
6288
|
"class": "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0"
|
|
6289
6289
|
}, /*#__PURE__*/React__default["default"].createElement(ProductReviews, {
|
|
6290
|
-
actions: _objectSpread$
|
|
6290
|
+
actions: _objectSpread$2n(_objectSpread$2n({}, actions), {}, {
|
|
6291
6291
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6292
6292
|
sectionproperties: sectionproperties
|
|
6293
6293
|
})
|
|
@@ -6304,8 +6304,8 @@ var css_248z$I = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu_
|
|
|
6304
6304
|
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"};
|
|
6305
6305
|
styleInject(css_248z$I);
|
|
6306
6306
|
|
|
6307
|
-
function ownKeys$
|
|
6308
|
-
function _objectSpread$
|
|
6307
|
+
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; }
|
|
6308
|
+
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; }
|
|
6309
6309
|
var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
6310
6310
|
var _useState = React.useState(props.currentpageprops),
|
|
6311
6311
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -6341,7 +6341,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6341
6341
|
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) {
|
|
6342
6342
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6343
6343
|
});
|
|
6344
|
-
setsectionproperties(_objectSpread$
|
|
6344
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
6345
6345
|
}
|
|
6346
6346
|
}, [CurrentPageId]);
|
|
6347
6347
|
var styles = {
|
|
@@ -6507,8 +6507,8 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6507
6507
|
}))))));
|
|
6508
6508
|
};
|
|
6509
6509
|
|
|
6510
|
-
function ownKeys$
|
|
6511
|
-
function _objectSpread$
|
|
6510
|
+
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; }
|
|
6511
|
+
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; }
|
|
6512
6512
|
var Ordershistory = function Ordershistory(props) {
|
|
6513
6513
|
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchorderhistoryQue2, _fetchorderhistoryQue3, _fetchorderhistoryQue4, _fetchorderhistoryQue5;
|
|
6514
6514
|
var lang = props.actions.lang;
|
|
@@ -6561,9 +6561,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6561
6561
|
setorderindex = _useState14[1];
|
|
6562
6562
|
React.useEffect(function () {
|
|
6563
6563
|
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
|
|
6564
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
6564
|
+
var tempFetchQueriesEngineContext = _objectSpread$2l({}, FetchQueriesEngineContext);
|
|
6565
6565
|
tempFetchQueriesEngineContext.orderhistory = true;
|
|
6566
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
6566
|
+
setFetchQueriesEngineContext(_objectSpread$2l({}, tempFetchQueriesEngineContext));
|
|
6567
6567
|
}
|
|
6568
6568
|
}, []);
|
|
6569
6569
|
var _useState15 = React.useState(''),
|
|
@@ -6584,7 +6584,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6584
6584
|
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) {
|
|
6585
6585
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6586
6586
|
});
|
|
6587
|
-
setsectionproperties(_objectSpread$
|
|
6587
|
+
setsectionproperties(_objectSpread$2l({}, secpropobj));
|
|
6588
6588
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
6589
6589
|
var orderhistory_cssstyles = {
|
|
6590
6590
|
variantcontainer: glamor.css({
|
|
@@ -7535,8 +7535,8 @@ var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_c
|
|
|
7535
7535
|
var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
|
|
7536
7536
|
styleInject(css_248z$H);
|
|
7537
7537
|
|
|
7538
|
-
function ownKeys$
|
|
7539
|
-
function _objectSpread$
|
|
7538
|
+
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; }
|
|
7539
|
+
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; }
|
|
7540
7540
|
var Wishlist = function Wishlist(props) {
|
|
7541
7541
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
7542
7542
|
var lang = props.actions.lang;
|
|
@@ -7564,13 +7564,13 @@ var Wishlist = function Wishlist(props) {
|
|
|
7564
7564
|
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
7565
7565
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7566
7566
|
});
|
|
7567
|
-
setsectionproperties(_objectSpread$
|
|
7567
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
7568
7568
|
}
|
|
7569
7569
|
}, [StatePagePropertiesContext]);
|
|
7570
7570
|
React.useEffect(function () {
|
|
7571
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
7571
|
+
var tempFetchQueriesEngineContext = _objectSpread$2k({}, FetchQueriesEngineContext);
|
|
7572
7572
|
tempFetchQueriesEngineContext.fetchfavoriteproducts = true;
|
|
7573
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
7573
|
+
setFetchQueriesEngineContext(_objectSpread$2k({}, tempFetchQueriesEngineContext));
|
|
7574
7574
|
}, []);
|
|
7575
7575
|
React.useEffect(function () {
|
|
7576
7576
|
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
@@ -7579,7 +7579,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
7579
7579
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
7580
7580
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7581
7581
|
});
|
|
7582
|
-
setsectionproperties(_objectSpread$
|
|
7582
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
7583
7583
|
}
|
|
7584
7584
|
}, [StatePagePropertiesContext]);
|
|
7585
7585
|
var wishlist_cssstyles = {
|
|
@@ -7988,8 +7988,8 @@ var Wishlist = function Wishlist(props) {
|
|
|
7988
7988
|
})));
|
|
7989
7989
|
};
|
|
7990
7990
|
|
|
7991
|
-
function ownKeys$
|
|
7992
|
-
function _objectSpread$
|
|
7991
|
+
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; }
|
|
7992
|
+
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; }
|
|
7993
7993
|
var Viewcart = function Viewcart(props) {
|
|
7994
7994
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchcustomercartQue7, _fetchcustomercartQue8;
|
|
7995
7995
|
var lang = props.actions.lang;
|
|
@@ -8021,7 +8021,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
8021
8021
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
8022
8022
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8023
8023
|
});
|
|
8024
|
-
setsectionproperties(_objectSpread$
|
|
8024
|
+
setsectionproperties(_objectSpread$2j({}, secpropobj));
|
|
8025
8025
|
}
|
|
8026
8026
|
}, [StatePagePropertiesContext]);
|
|
8027
8027
|
React.useEffect(function () {
|
|
@@ -8609,8 +8609,8 @@ var css_248z$G = "/* Forms */\n.form-module_form_control__4-RGw {\n display:
|
|
|
8609
8609
|
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-"};
|
|
8610
8610
|
styleInject(css_248z$G);
|
|
8611
8611
|
|
|
8612
|
-
function ownKeys$
|
|
8613
|
-
function _objectSpread$
|
|
8612
|
+
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; }
|
|
8613
|
+
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; }
|
|
8614
8614
|
var Select$3 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
8615
8615
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
8616
8616
|
});
|
|
@@ -8669,7 +8669,7 @@ var Checkout = function Checkout(props) {
|
|
|
8669
8669
|
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) {
|
|
8670
8670
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8671
8671
|
});
|
|
8672
|
-
setsectionproperties(_objectSpread$
|
|
8672
|
+
setsectionproperties(_objectSpread$2i({}, secpropobj));
|
|
8673
8673
|
}, [props.actions.StatePagePropertiesContext]);
|
|
8674
8674
|
React.useEffect(function () {
|
|
8675
8675
|
var Canorder = false;
|
|
@@ -8689,10 +8689,10 @@ var Checkout = function Checkout(props) {
|
|
|
8689
8689
|
}
|
|
8690
8690
|
if (Canorder == true) {
|
|
8691
8691
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7;
|
|
8692
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
8692
|
+
var tempFetchQueriesEngineContext = _objectSpread$2i({}, FetchQueriesEngineContext);
|
|
8693
8693
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
8694
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
8695
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
8694
|
+
setFetchQueriesEngineContext(_objectSpread$2i({}, tempFetchQueriesEngineContext));
|
|
8695
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
8696
8696
|
if (
|
|
8697
8697
|
// Aya
|
|
8698
8698
|
!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 &&
|
|
@@ -8709,7 +8709,7 @@ var Checkout = function Checkout(props) {
|
|
|
8709
8709
|
var _fetchcustomercartQue8;
|
|
8710
8710
|
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;
|
|
8711
8711
|
}
|
|
8712
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
8712
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
8713
8713
|
} else {
|
|
8714
8714
|
// NotificationManager.warning('', lang.pleaselogintocheckout);
|
|
8715
8715
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -9576,10 +9576,10 @@ var Checkout = function Checkout(props) {
|
|
|
9576
9576
|
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);
|
|
9577
9577
|
}),
|
|
9578
9578
|
onChange: function onChange(option) {
|
|
9579
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
9579
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
9580
9580
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
9581
9581
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
9582
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
9582
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
9583
9583
|
cartinfoupdater('countryid', option.id);
|
|
9584
9584
|
},
|
|
9585
9585
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -9624,10 +9624,10 @@ var Checkout = function Checkout(props) {
|
|
|
9624
9624
|
onChange: function onChange(option) {
|
|
9625
9625
|
var _fetchcustomercartQue60;
|
|
9626
9626
|
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) {
|
|
9627
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
9627
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
9628
9628
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
9629
9629
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
9630
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
9630
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
9631
9631
|
cartinfoupdater('stateid', option.id);
|
|
9632
9632
|
} else {
|
|
9633
9633
|
NotificationManager.warning('', 'Please Choose Country Or State');
|
|
@@ -9949,8 +9949,8 @@ var Checkout = function Checkout(props) {
|
|
|
9949
9949
|
}, Mycart())))));
|
|
9950
9950
|
};
|
|
9951
9951
|
|
|
9952
|
-
function ownKeys$
|
|
9953
|
-
function _objectSpread$
|
|
9952
|
+
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; }
|
|
9953
|
+
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; }
|
|
9954
9954
|
var VendorPage = function VendorPage(props) {
|
|
9955
9955
|
var _useState = React.useState(''),
|
|
9956
9956
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -9983,7 +9983,7 @@ var VendorPage = function VendorPage(props) {
|
|
|
9983
9983
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
9984
9984
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9985
9985
|
});
|
|
9986
|
-
setsectionproperties(_objectSpread$
|
|
9986
|
+
setsectionproperties(_objectSpread$2h({}, secpropobj));
|
|
9987
9987
|
}
|
|
9988
9988
|
}, [StatePagePropertiesContext]);
|
|
9989
9989
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -10106,8 +10106,8 @@ var VendorPage = function VendorPage(props) {
|
|
|
10106
10106
|
})));
|
|
10107
10107
|
};
|
|
10108
10108
|
|
|
10109
|
-
function ownKeys$
|
|
10110
|
-
function _objectSpread$
|
|
10109
|
+
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; }
|
|
10110
|
+
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; }
|
|
10111
10111
|
var Select$2 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
10112
10112
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
10113
10113
|
});
|
|
@@ -10217,46 +10217,46 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10217
10217
|
}
|
|
10218
10218
|
}, [fetchAuthorizationQueryContext.isSuccess]);
|
|
10219
10219
|
React.useEffect(function () {
|
|
10220
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10220
|
+
var tempFetchQueriesEngineContext = _objectSpread$2g({}, FetchQueriesEngineContext);
|
|
10221
10221
|
tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
10222
10222
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
10223
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
10224
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10223
|
+
setFetchQueriesEngineContext(_objectSpread$2g({}, tempFetchQueriesEngineContext));
|
|
10224
|
+
var tempFetchQueriesEngineContext = _objectSpread$2g({}, FetchQueriesEngineContext);
|
|
10225
10225
|
}, []);
|
|
10226
10226
|
React.useEffect(function () {
|
|
10227
10227
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
10228
|
-
setsectionproperties(_objectSpread$
|
|
10228
|
+
setsectionproperties(_objectSpread$2g({}, props.sectionpropertiesprops));
|
|
10229
10229
|
}
|
|
10230
10230
|
}, [props.sectionpropertiesprops]);
|
|
10231
10231
|
React.useEffect(function () {
|
|
10232
10232
|
if (fetchinstitutecustomerinfosignupQueryContext.isSuccess) {
|
|
10233
10233
|
if (authdetailsContext.loggedin == true) {
|
|
10234
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10235
|
-
setpayloadobj(_objectSpread$
|
|
10236
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10234
|
+
var tempcustomerinfoobj = _objectSpread$2g({}, fetchinstitutecustomerinfosignupQueryContext.data.data.customerinfo);
|
|
10235
|
+
setpayloadobj(_objectSpread$2g({}, tempcustomerinfoobj));
|
|
10236
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2g({}, FetchTabexStatesPayloadobjContext);
|
|
10237
10237
|
if (tempcustomerinfoobj.countryid != null) {
|
|
10238
10238
|
tempFetchTabexStatesPayloadobjContext.country_id = tempcustomerinfoobj.countryid;
|
|
10239
10239
|
}
|
|
10240
10240
|
if (tempcustomerinfoobj.stateid != null) {
|
|
10241
10241
|
tempFetchTabexStatesPayloadobjContext.state_id = tempcustomerinfoobj.stateid;
|
|
10242
10242
|
}
|
|
10243
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10243
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2g({}, tempFetchTabexStatesPayloadobjContext));
|
|
10244
10244
|
setdataloaded(true);
|
|
10245
10245
|
} else {
|
|
10246
10246
|
var _fetchinstitutecustom;
|
|
10247
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10247
|
+
var tempcustomerinfoobj = _objectSpread$2g({}, payloadobj);
|
|
10248
10248
|
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)) {
|
|
10249
10249
|
tempcustomerinfoobj.instsignupformvalues = _toConsumableArray__default["default"](fetchinstitutecustomerinfosignupQueryContext.data.data.instsignupformvalues);
|
|
10250
10250
|
}
|
|
10251
|
-
setpayloadobj(_objectSpread$
|
|
10251
|
+
setpayloadobj(_objectSpread$2g({}, tempcustomerinfoobj));
|
|
10252
10252
|
setdataloaded(true);
|
|
10253
10253
|
}
|
|
10254
10254
|
}
|
|
10255
10255
|
}, [fetchinstitutecustomerinfosignupQueryContext.isSuccess, fetchinstitutecustomerinfosignupQueryContext.data, authdetailsContext]);
|
|
10256
10256
|
var payloadobjchange = function payloadobjchange(key, value) {
|
|
10257
|
-
var temppayloadobj = _objectSpread$
|
|
10257
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10258
10258
|
temppayloadobj[key] = value;
|
|
10259
|
-
setpayloadobj(_objectSpread$
|
|
10259
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10260
10260
|
};
|
|
10261
10261
|
var validateEmailstring = function validateEmailstring(email) {
|
|
10262
10262
|
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,}))$/);
|
|
@@ -10328,7 +10328,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10328
10328
|
};
|
|
10329
10329
|
var signupbuttonfunc = function signupbuttonfunc() {
|
|
10330
10330
|
if (verifypayload() == true) {
|
|
10331
|
-
var temppayloadobj = _objectSpread$
|
|
10331
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10332
10332
|
if (authdetailsContext.loggedin == true) {
|
|
10333
10333
|
temppayloadobj.functype = 'edit';
|
|
10334
10334
|
} else {
|
|
@@ -10485,10 +10485,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10485
10485
|
autoFormat: true,
|
|
10486
10486
|
value: payloadobj.mobile,
|
|
10487
10487
|
onChange: function onChange(event, country) {
|
|
10488
|
-
var temp = _objectSpread$
|
|
10488
|
+
var temp = _objectSpread$2g({}, payloadobj);
|
|
10489
10489
|
temp.mobile = event;
|
|
10490
10490
|
temp.countrydialcode = country.dialCode;
|
|
10491
|
-
setpayloadobj(_objectSpread$
|
|
10491
|
+
setpayloadobj(_objectSpread$2g({}, temp));
|
|
10492
10492
|
// payloadobjchange('mobile', event);
|
|
10493
10493
|
|
|
10494
10494
|
// alert(JSON.stringify(country));
|
|
@@ -10545,10 +10545,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10545
10545
|
return option.id == payloadobj.countryid;
|
|
10546
10546
|
}),
|
|
10547
10547
|
onChange: function onChange(option) {
|
|
10548
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10548
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2g({}, FetchTabexStatesPayloadobjContext);
|
|
10549
10549
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
10550
10550
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
10551
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10551
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2g({}, tempFetchTabexStatesPayloadobjContext));
|
|
10552
10552
|
payloadobjchange('countryid', option.id);
|
|
10553
10553
|
},
|
|
10554
10554
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -10597,10 +10597,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10597
10597
|
return option.id == payloadobj.stateid;
|
|
10598
10598
|
}),
|
|
10599
10599
|
onChange: function onChange(option) {
|
|
10600
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10600
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2g({}, FetchTabexStatesPayloadobjContext);
|
|
10601
10601
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
10602
10602
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
10603
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10603
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2g({}, tempFetchTabexStatesPayloadobjContext));
|
|
10604
10604
|
payloadobjchange('stateid', option.id);
|
|
10605
10605
|
},
|
|
10606
10606
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -10742,9 +10742,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10742
10742
|
value: item.customersignupvalue,
|
|
10743
10743
|
textplaceholder: "",
|
|
10744
10744
|
onChange: function onChange(event) {
|
|
10745
|
-
var temppayloadobj = _objectSpread$
|
|
10745
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10746
10746
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
10747
|
-
setpayloadobj(_objectSpread$
|
|
10747
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10748
10748
|
},
|
|
10749
10749
|
style: {
|
|
10750
10750
|
background: 'transparent'
|
|
@@ -10758,13 +10758,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10758
10758
|
className: formstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
10759
10759
|
checked: item.customersignupvalue == 1 ? true : false,
|
|
10760
10760
|
onChange: function onChange() {
|
|
10761
|
-
var temppayloadobj = _objectSpread$
|
|
10761
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10762
10762
|
if (temppayloadobj.instsignupformvalues[index].customersignupvalue == 1) {
|
|
10763
10763
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 0;
|
|
10764
10764
|
} else {
|
|
10765
10765
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 1;
|
|
10766
10766
|
}
|
|
10767
|
-
setpayloadobj(_objectSpread$
|
|
10767
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10768
10768
|
}
|
|
10769
10769
|
}), /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
10770
10770
|
viewBox: "0 0 21 21",
|
|
@@ -10781,9 +10781,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10781
10781
|
value: item.customersignupvalue,
|
|
10782
10782
|
textplaceholder: "",
|
|
10783
10783
|
onChange: function onChange(event) {
|
|
10784
|
-
var temppayloadobj = _objectSpread$
|
|
10784
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10785
10785
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
10786
|
-
setpayloadobj(_objectSpread$
|
|
10786
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10787
10787
|
}
|
|
10788
10788
|
}, /*#__PURE__*/React__default["default"].createElement("option", {
|
|
10789
10789
|
value: '',
|
|
@@ -10798,9 +10798,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10798
10798
|
value: item.customersignupvalue,
|
|
10799
10799
|
textplaceholder: "",
|
|
10800
10800
|
onChange: function onChange(event) {
|
|
10801
|
-
var temppayloadobj = _objectSpread$
|
|
10801
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10802
10802
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
10803
|
-
setpayloadobj(_objectSpread$
|
|
10803
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10804
10804
|
},
|
|
10805
10805
|
style: {
|
|
10806
10806
|
resize: 'none'
|
|
@@ -11154,7 +11154,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11154
11154
|
className: "".concat(formstyles.form_control),
|
|
11155
11155
|
value: validateemailpayload.code,
|
|
11156
11156
|
onChange: function onChange(event) {
|
|
11157
|
-
setvalidateemailpayload(_objectSpread$
|
|
11157
|
+
setvalidateemailpayload(_objectSpread$2g(_objectSpread$2g({}, validateemailpayload), {}, {
|
|
11158
11158
|
code: event.target.value
|
|
11159
11159
|
}));
|
|
11160
11160
|
},
|
|
@@ -11181,12 +11181,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11181
11181
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
11182
11182
|
if (data.data.status) {
|
|
11183
11183
|
if (data.data.functype == 'sendcode') {
|
|
11184
|
-
setvalidateemailpayload(_objectSpread$
|
|
11184
|
+
setvalidateemailpayload(_objectSpread$2g(_objectSpread$2g({}, validateemailpayload), {}, {
|
|
11185
11185
|
step: 'verifycode'
|
|
11186
11186
|
}));
|
|
11187
11187
|
}
|
|
11188
11188
|
if (data.data.functype == 'verifycode') {
|
|
11189
|
-
setvalidateemailpayload(_objectSpread$
|
|
11189
|
+
setvalidateemailpayload(_objectSpread$2g(_objectSpread$2g({}, validateemailpayload), {}, {
|
|
11190
11190
|
isvalidated: true
|
|
11191
11191
|
}));
|
|
11192
11192
|
setvalidateemailmodal(false);
|
|
@@ -11281,7 +11281,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11281
11281
|
className: "".concat(formstyles.form_control),
|
|
11282
11282
|
value: validatephonenumberpayload.code,
|
|
11283
11283
|
onChange: function onChange(event) {
|
|
11284
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11284
|
+
setvalidatephonenumberpayload(_objectSpread$2g(_objectSpread$2g({}, validatephonenumberpayload), {}, {
|
|
11285
11285
|
code: event.target.value
|
|
11286
11286
|
}));
|
|
11287
11287
|
},
|
|
@@ -11308,12 +11308,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11308
11308
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
11309
11309
|
if (data.data.status) {
|
|
11310
11310
|
if (data.data.functype == 'sendcode') {
|
|
11311
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11311
|
+
setvalidatephonenumberpayload(_objectSpread$2g(_objectSpread$2g({}, validatephonenumberpayload), {}, {
|
|
11312
11312
|
step: 'verifycode'
|
|
11313
11313
|
}));
|
|
11314
11314
|
}
|
|
11315
11315
|
if (data.data.functype == 'verifycode') {
|
|
11316
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11316
|
+
setvalidatephonenumberpayload(_objectSpread$2g(_objectSpread$2g({}, validatephonenumberpayload), {}, {
|
|
11317
11317
|
isvalidated: true
|
|
11318
11318
|
}));
|
|
11319
11319
|
setvalidatephonenumbermodal(false);
|
|
@@ -11349,8 +11349,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11349
11349
|
}, validatephonenumberpayload.step == 'sendcode' ? lang.sendcode : lang.verifycode))))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
11350
11350
|
};
|
|
11351
11351
|
|
|
11352
|
-
function ownKeys$
|
|
11353
|
-
function _objectSpread$
|
|
11352
|
+
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; }
|
|
11353
|
+
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; }
|
|
11354
11354
|
var Signup = function Signup(props) {
|
|
11355
11355
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
11356
11356
|
props.actions.CurrentSrcTypeContext;
|
|
@@ -11398,7 +11398,7 @@ var Signup = function Signup(props) {
|
|
|
11398
11398
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
11399
11399
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11400
11400
|
});
|
|
11401
|
-
setsectionproperties(_objectSpread$
|
|
11401
|
+
setsectionproperties(_objectSpread$2f({}, secpropobj));
|
|
11402
11402
|
}
|
|
11403
11403
|
}, [StatePagePropertiesContext]);
|
|
11404
11404
|
var loginstyles2 = {
|
|
@@ -11541,8 +11541,8 @@ var Signup = function Signup(props) {
|
|
|
11541
11541
|
}, SignupContent()));
|
|
11542
11542
|
};
|
|
11543
11543
|
|
|
11544
|
-
function ownKeys$
|
|
11545
|
-
function _objectSpread$
|
|
11544
|
+
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; }
|
|
11545
|
+
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; }
|
|
11546
11546
|
var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
11547
11547
|
var _css;
|
|
11548
11548
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -11608,7 +11608,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11608
11608
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
11609
11609
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11610
11610
|
});
|
|
11611
|
-
setsectionproperties(_objectSpread$
|
|
11611
|
+
setsectionproperties(_objectSpread$2e({}, secpropobj));
|
|
11612
11612
|
}
|
|
11613
11613
|
}, [StatePagePropertiesContext]);
|
|
11614
11614
|
var loginstyles2 = {
|
|
@@ -11709,7 +11709,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11709
11709
|
className: "".concat(loginstyles2.form_control),
|
|
11710
11710
|
value: affsignuppayload.name,
|
|
11711
11711
|
onChange: function onChange(event) {
|
|
11712
|
-
setaffsignuppayload(_objectSpread$
|
|
11712
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11713
11713
|
name: event.target.value
|
|
11714
11714
|
}));
|
|
11715
11715
|
},
|
|
@@ -11725,7 +11725,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11725
11725
|
className: "".concat(loginstyles2.form_control),
|
|
11726
11726
|
value: affsignuppayload.email,
|
|
11727
11727
|
onChange: function onChange(event) {
|
|
11728
|
-
setaffsignuppayload(_objectSpread$
|
|
11728
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11729
11729
|
email: event.target.value
|
|
11730
11730
|
}));
|
|
11731
11731
|
},
|
|
@@ -11743,10 +11743,10 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11743
11743
|
autoFormat: true,
|
|
11744
11744
|
value: affsignuppayload.phonenumber,
|
|
11745
11745
|
onChange: function onChange(event, country) {
|
|
11746
|
-
var temp = _objectSpread$
|
|
11746
|
+
var temp = _objectSpread$2e({}, affsignuppayload);
|
|
11747
11747
|
temp.phonenumber = event;
|
|
11748
11748
|
temp.countrydialcode = country.dialCode;
|
|
11749
|
-
setaffsignuppayload(_objectSpread$
|
|
11749
|
+
setaffsignuppayload(_objectSpread$2e({}, temp));
|
|
11750
11750
|
// setaffsignuppayload({ ...affsignuppayload, phonenumber: event.target.value });
|
|
11751
11751
|
},
|
|
11752
11752
|
|
|
@@ -11762,7 +11762,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11762
11762
|
className: "".concat(loginstyles2.form_control),
|
|
11763
11763
|
value: affsignuppayload.ssn,
|
|
11764
11764
|
onChange: function onChange(event) {
|
|
11765
|
-
setaffsignuppayload(_objectSpread$
|
|
11765
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11766
11766
|
ssn: event.target.value
|
|
11767
11767
|
}));
|
|
11768
11768
|
},
|
|
@@ -11778,7 +11778,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11778
11778
|
className: "".concat(loginstyles2.form_control),
|
|
11779
11779
|
value: affsignuppayload.password,
|
|
11780
11780
|
onChange: function onChange(event) {
|
|
11781
|
-
setaffsignuppayload(_objectSpread$
|
|
11781
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11782
11782
|
password: event.target.value
|
|
11783
11783
|
}));
|
|
11784
11784
|
},
|
|
@@ -11794,7 +11794,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11794
11794
|
className: "".concat(loginstyles2.form_control),
|
|
11795
11795
|
value: affsignuppayload.confirmpassword,
|
|
11796
11796
|
onChange: function onChange(event) {
|
|
11797
|
-
setaffsignuppayload(_objectSpread$
|
|
11797
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11798
11798
|
confirmpassword: event.target.value
|
|
11799
11799
|
}));
|
|
11800
11800
|
},
|
|
@@ -11847,8 +11847,8 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11847
11847
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar)))))))));
|
|
11848
11848
|
};
|
|
11849
11849
|
|
|
11850
|
-
function ownKeys$
|
|
11851
|
-
function _objectSpread$
|
|
11850
|
+
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; }
|
|
11851
|
+
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; }
|
|
11852
11852
|
var AccountInformation = function AccountInformation(props) {
|
|
11853
11853
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
11854
11854
|
var lang = props.actions.lang;
|
|
@@ -11875,7 +11875,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
11875
11875
|
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) {
|
|
11876
11876
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11877
11877
|
});
|
|
11878
|
-
setsectionproperties(_objectSpread$
|
|
11878
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
11879
11879
|
}, [props.actions.StatePagePropertiesContext]);
|
|
11880
11880
|
React.useEffect(function () {
|
|
11881
11881
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
@@ -12037,8 +12037,8 @@ var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n heigh
|
|
|
12037
12037
|
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"};
|
|
12038
12038
|
styleInject(css_248z$F);
|
|
12039
12039
|
|
|
12040
|
-
function ownKeys$
|
|
12041
|
-
function _objectSpread$
|
|
12040
|
+
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; }
|
|
12041
|
+
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; }
|
|
12042
12042
|
var Policies = function Policies(props) {
|
|
12043
12043
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchInstitutePolici, _fetchInstitutePolici2, _fetchInstitutePolici3;
|
|
12044
12044
|
var _useState = React.useState(''),
|
|
@@ -12069,7 +12069,7 @@ var Policies = function Policies(props) {
|
|
|
12069
12069
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12070
12070
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12071
12071
|
});
|
|
12072
|
-
setsectionproperties(_objectSpread$
|
|
12072
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
12073
12073
|
}
|
|
12074
12074
|
}, [StatePagePropertiesContext]);
|
|
12075
12075
|
React.useEffect(function () {
|
|
@@ -12082,9 +12082,9 @@ var Policies = function Policies(props) {
|
|
|
12082
12082
|
}
|
|
12083
12083
|
}, []);
|
|
12084
12084
|
React.useEffect(function () {
|
|
12085
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
12085
|
+
var tempFetchQueriesEngineContext = _objectSpread$2c({}, FetchQueriesEngineContext);
|
|
12086
12086
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
12087
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
12087
|
+
setFetchQueriesEngineContext(_objectSpread$2c({}, tempFetchQueriesEngineContext));
|
|
12088
12088
|
}, []);
|
|
12089
12089
|
var _useState7 = React.useState([]),
|
|
12090
12090
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -12314,8 +12314,8 @@ var css_248z$E = ".cart-module_cartslider_container__idend {\n transition: 0.
|
|
|
12314
12314
|
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"};
|
|
12315
12315
|
styleInject(css_248z$E);
|
|
12316
12316
|
|
|
12317
|
-
function ownKeys$
|
|
12318
|
-
function _objectSpread$
|
|
12317
|
+
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; }
|
|
12318
|
+
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; }
|
|
12319
12319
|
var CartSlider = function CartSlider(props) {
|
|
12320
12320
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue9, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12;
|
|
12321
12321
|
var lang = props.actions.lang;
|
|
@@ -12381,7 +12381,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
12381
12381
|
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) {
|
|
12382
12382
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12383
12383
|
});
|
|
12384
|
-
setsectionproperties(_objectSpread$
|
|
12384
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
12385
12385
|
}, [CurrentPageId]);
|
|
12386
12386
|
React.useEffect(function () {
|
|
12387
12387
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -12391,7 +12391,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
12391
12391
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12392
12392
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12393
12393
|
});
|
|
12394
|
-
setsectionproperties(_objectSpread$
|
|
12394
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
12395
12395
|
}
|
|
12396
12396
|
}
|
|
12397
12397
|
}, [StatePagePropertiesContext]);
|
|
@@ -12958,8 +12958,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
12958
12958
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
|
12959
12959
|
};
|
|
12960
12960
|
|
|
12961
|
-
function ownKeys$
|
|
12962
|
-
function _objectSpread$
|
|
12961
|
+
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; }
|
|
12962
|
+
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; }
|
|
12963
12963
|
var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
12964
12964
|
var _useState = React.useState(''),
|
|
12965
12965
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
@@ -13003,7 +13003,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13003
13003
|
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) {
|
|
13004
13004
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13005
13005
|
});
|
|
13006
|
-
setsectionproperties(_objectSpread$
|
|
13006
|
+
setsectionproperties(_objectSpread$2a({}, secpropobj));
|
|
13007
13007
|
}, [CurrentPageId]);
|
|
13008
13008
|
React.useEffect(function () {
|
|
13009
13009
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13013,7 +13013,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13013
13013
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13014
13014
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13015
13015
|
});
|
|
13016
|
-
setsectionproperties(_objectSpread$
|
|
13016
|
+
setsectionproperties(_objectSpread$2a({}, secpropobj));
|
|
13017
13017
|
}
|
|
13018
13018
|
}
|
|
13019
13019
|
}, [StatePagePropertiesContext]);
|
|
@@ -13241,8 +13241,8 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13241
13241
|
}, CategoriesDropdown()));
|
|
13242
13242
|
};
|
|
13243
13243
|
|
|
13244
|
-
function ownKeys$
|
|
13245
|
-
function _objectSpread$
|
|
13244
|
+
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; }
|
|
13245
|
+
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; }
|
|
13246
13246
|
var OrderSuccess = function OrderSuccess(props) {
|
|
13247
13247
|
var _props$actions2;
|
|
13248
13248
|
props.actions.lang;
|
|
@@ -13292,7 +13292,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
13292
13292
|
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) {
|
|
13293
13293
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13294
13294
|
});
|
|
13295
|
-
setsectionproperties(_objectSpread$
|
|
13295
|
+
setsectionproperties(_objectSpread$29({}, secpropobj));
|
|
13296
13296
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
13297
13297
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
13298
13298
|
var ordersuccessstyle = {
|
|
@@ -13389,8 +13389,8 @@ var css_248z$D = ".filter-module_timeline__ROm9Q .filter-module_border_left_line
|
|
|
13389
13389
|
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"};
|
|
13390
13390
|
styleInject(css_248z$D);
|
|
13391
13391
|
|
|
13392
|
-
function ownKeys$
|
|
13393
|
-
function _objectSpread$
|
|
13392
|
+
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; }
|
|
13393
|
+
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; }
|
|
13394
13394
|
var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
13395
13395
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
13396
13396
|
});
|
|
@@ -13509,11 +13509,11 @@ var Filter$1 = function Filter(props) {
|
|
|
13509
13509
|
}
|
|
13510
13510
|
timeoutRef.current = setTimeout(function () {
|
|
13511
13511
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
13512
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13512
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13513
13513
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
13514
13514
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
13515
13515
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13516
|
-
setProductFilterObjContext(_objectSpread$
|
|
13516
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13517
13517
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13518
13518
|
}
|
|
13519
13519
|
}, 500);
|
|
@@ -13597,33 +13597,33 @@ var Filter$1 = function Filter(props) {
|
|
|
13597
13597
|
}, [ProductFilterObjContext]);
|
|
13598
13598
|
React.useEffect(function () {
|
|
13599
13599
|
if (productfeatuesarr.length != 0) {
|
|
13600
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13600
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13601
13601
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
13602
|
-
setProductFilterObjContext(_objectSpread$
|
|
13602
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13603
13603
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13604
13604
|
}
|
|
13605
13605
|
}, [productfeatuesarr]);
|
|
13606
13606
|
React.useEffect(function () {
|
|
13607
13607
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
13608
13608
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
13609
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13609
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13610
13610
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
13611
13611
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
13612
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13612
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13613
13613
|
}
|
|
13614
13614
|
}
|
|
13615
13615
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
13616
13616
|
var filterupdater = function filterupdater() {
|
|
13617
13617
|
setTimeout(function () {
|
|
13618
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
13618
|
+
var tempFetchQueriesEngineContext = _objectSpread$28({}, FetchQueriesEngineContext);
|
|
13619
13619
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
13620
13620
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
13621
13621
|
}, 100);
|
|
13622
13622
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
13623
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13623
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13624
13624
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
13625
13625
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
13626
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13626
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13627
13627
|
}
|
|
13628
13628
|
if (instfilters.length != 0) {
|
|
13629
13629
|
var _ProductFilterObjCont3;
|
|
@@ -13685,7 +13685,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13685
13685
|
}
|
|
13686
13686
|
};
|
|
13687
13687
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
13688
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13688
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13689
13689
|
if (type == 'clearfilters') {
|
|
13690
13690
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
13691
13691
|
} else {
|
|
@@ -13709,14 +13709,14 @@ var Filter$1 = function Filter(props) {
|
|
|
13709
13709
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
13710
13710
|
}
|
|
13711
13711
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13712
|
-
setProductFilterObjContext(_objectSpread$
|
|
13712
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13713
13713
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13714
13714
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13715
13715
|
};
|
|
13716
13716
|
|
|
13717
13717
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
13718
13718
|
var _tempfetchproductsfil2;
|
|
13719
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13719
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13720
13720
|
var CollectionExists = false;
|
|
13721
13721
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
|
|
13722
13722
|
if (filteritem == collectionid) {
|
|
@@ -13733,7 +13733,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13733
13733
|
}
|
|
13734
13734
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13735
13735
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
13736
|
-
setProductFilterObjContext(_objectSpread$
|
|
13736
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13737
13737
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13738
13738
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13739
13739
|
};
|
|
@@ -14325,14 +14325,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14325
14325
|
return option.id == ProductFilterObjContext.countryid;
|
|
14326
14326
|
}),
|
|
14327
14327
|
onChange: function onChange(option) {
|
|
14328
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14328
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14329
14329
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
14330
14330
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
14331
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14332
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14331
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14332
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14333
14333
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
14334
14334
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14335
|
-
setProductFilterObjContext(_objectSpread$
|
|
14335
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14336
14336
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14337
14337
|
},
|
|
14338
14338
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14369,14 +14369,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14369
14369
|
return option.id == ProductFilterObjContext.stateid;
|
|
14370
14370
|
}),
|
|
14371
14371
|
onChange: function onChange(option) {
|
|
14372
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14372
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14373
14373
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
14374
14374
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
14375
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14376
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14375
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14376
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14377
14377
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
14378
14378
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14379
|
-
setProductFilterObjContext(_objectSpread$
|
|
14379
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14380
14380
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14381
14381
|
},
|
|
14382
14382
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14413,10 +14413,10 @@ var Filter$1 = function Filter(props) {
|
|
|
14413
14413
|
return option.id == ProductFilterObjContext.cityid;
|
|
14414
14414
|
}),
|
|
14415
14415
|
onChange: function onChange(option) {
|
|
14416
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14416
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14417
14417
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
14418
14418
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14419
|
-
setProductFilterObjContext(_objectSpread$
|
|
14419
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14420
14420
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14421
14421
|
},
|
|
14422
14422
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14520,14 +14520,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14520
14520
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
14521
14521
|
},
|
|
14522
14522
|
onClick: function onClick() {
|
|
14523
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14523
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14524
14524
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14525
14525
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14526
14526
|
} else {
|
|
14527
14527
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14528
14528
|
}
|
|
14529
14529
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14530
|
-
setProductFilterObjContext(_objectSpread$
|
|
14530
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14531
14531
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14532
14532
|
setsortbycontext(valueitem.name);
|
|
14533
14533
|
}
|
|
@@ -14679,14 +14679,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14679
14679
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14680
14680
|
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-start pb-3 ',
|
|
14681
14681
|
onClick: function onClick() {
|
|
14682
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14682
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14683
14683
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14684
14684
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14685
14685
|
} else {
|
|
14686
14686
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14687
14687
|
}
|
|
14688
14688
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14689
|
-
setProductFilterObjContext(_objectSpread$
|
|
14689
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14690
14690
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14691
14691
|
}
|
|
14692
14692
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -14721,7 +14721,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14721
14721
|
minValue: 0,
|
|
14722
14722
|
value: raterangevalue,
|
|
14723
14723
|
onChange: function onChange(value) {
|
|
14724
|
-
setraterangevalue(_objectSpread$
|
|
14724
|
+
setraterangevalue(_objectSpread$28({}, value));
|
|
14725
14725
|
}
|
|
14726
14726
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14727
14727
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -14864,13 +14864,13 @@ var Filter$1 = function Filter(props) {
|
|
|
14864
14864
|
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-start pb-3 ',
|
|
14865
14865
|
onClick: function onClick() {
|
|
14866
14866
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
14867
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14867
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14868
14868
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14869
14869
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14870
14870
|
} else {
|
|
14871
14871
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14872
14872
|
}
|
|
14873
|
-
setProductFilterObjContext(_objectSpread$
|
|
14873
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14874
14874
|
}
|
|
14875
14875
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14876
14876
|
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' mb-2 d-flex align-items-center '
|
|
@@ -14902,8 +14902,8 @@ var Filter$1 = function Filter(props) {
|
|
|
14902
14902
|
}, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters())))))));
|
|
14903
14903
|
};
|
|
14904
14904
|
|
|
14905
|
-
function ownKeys$
|
|
14906
|
-
function _objectSpread$
|
|
14905
|
+
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; }
|
|
14906
|
+
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; }
|
|
14907
14907
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
14908
14908
|
var _authdetailsContext$i;
|
|
14909
14909
|
props.actions.lang;
|
|
@@ -15033,7 +15033,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15033
15033
|
}, [ProductFilterObjContext]);
|
|
15034
15034
|
var filterupdater = function filterupdater() {
|
|
15035
15035
|
setTimeout(function () {
|
|
15036
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
15036
|
+
var tempFetchQueriesEngineContext = _objectSpread$27({}, FetchQueriesEngineContext);
|
|
15037
15037
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
15038
15038
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
15039
15039
|
}, 100);
|
|
@@ -15078,7 +15078,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15078
15078
|
};
|
|
15079
15079
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
15080
15080
|
var _tempfetchproductsfil;
|
|
15081
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15081
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$27({}, ProductFilterObjContext);
|
|
15082
15082
|
var CollectionExists = false;
|
|
15083
15083
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
15084
15084
|
if (filteritem == collectionid) {
|
|
@@ -15095,7 +15095,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15095
15095
|
}
|
|
15096
15096
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15097
15097
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
15098
|
-
setProductFilterObjContext(_objectSpread$
|
|
15098
|
+
setProductFilterObjContext(_objectSpread$27({}, tempfetchproductsfilerobjcontext));
|
|
15099
15099
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15100
15100
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
15101
15101
|
};
|
|
@@ -15151,8 +15151,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15151
15151
|
|
|
15152
15152
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
15153
15153
|
|
|
15154
|
-
function ownKeys$
|
|
15155
|
-
function _objectSpread$
|
|
15154
|
+
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; }
|
|
15155
|
+
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; }
|
|
15156
15156
|
var CardsSection = function CardsSection(props) {
|
|
15157
15157
|
var refscr = /*#__PURE__*/React.createRef();
|
|
15158
15158
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -15238,7 +15238,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15238
15238
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
15239
15239
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
15240
15240
|
});
|
|
15241
|
-
setsectionproperties(_objectSpread$
|
|
15241
|
+
setsectionproperties(_objectSpread$26({}, secpropobj));
|
|
15242
15242
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
15243
15243
|
setfetchingtype('products');
|
|
15244
15244
|
var lcproductfetchingtype = 'Random';
|
|
@@ -15312,7 +15312,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15312
15312
|
}
|
|
15313
15313
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
15314
15314
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
15315
|
-
setProductFilterObjContext(_objectSpread$
|
|
15315
|
+
setProductFilterObjContext(_objectSpread$26({}, tempfetchproductsfilerobjcontext));
|
|
15316
15316
|
}
|
|
15317
15317
|
if (fetchingtype == 'categories') {
|
|
15318
15318
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -15402,7 +15402,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15402
15402
|
cardobjassigner(collections);
|
|
15403
15403
|
}
|
|
15404
15404
|
}
|
|
15405
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
15405
|
+
setFetchQueriesEngineContext(_objectSpread$26({}, tempFetchQueriesEngineContext));
|
|
15406
15406
|
}
|
|
15407
15407
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
15408
15408
|
React.useEffect(function () {
|
|
@@ -15579,9 +15579,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
15579
15579
|
// Example items, to simulate fetching from another resources.
|
|
15580
15580
|
var handlePageClick = function handlePageClick(event) {
|
|
15581
15581
|
props.scrolltotop();
|
|
15582
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
15582
|
+
var tempProductFilterObjContext = _objectSpread$26({}, ProductFilterObjContext);
|
|
15583
15583
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
15584
|
-
setProductFilterObjContext(_objectSpread$
|
|
15584
|
+
setProductFilterObjContext(_objectSpread$26({}, tempProductFilterObjContext));
|
|
15585
15585
|
var pasturl = '';
|
|
15586
15586
|
if (props.grouptypeprops != undefined) {
|
|
15587
15587
|
if (props.collectionidprops != undefined) {
|
|
@@ -15828,6 +15828,23 @@ var CardsSection = function CardsSection(props) {
|
|
|
15828
15828
|
"class": section_cssstyles.line_right
|
|
15829
15829
|
}));
|
|
15830
15830
|
};
|
|
15831
|
+
var isCardsectionloading = function isCardsectionloading() {
|
|
15832
|
+
var isloading = false;
|
|
15833
|
+
if (fetchingtype == 'products') {
|
|
15834
|
+
if (fetchProductsQuery !== null && fetchProductsQuery !== void 0 && fetchProductsQuery.isFetching) {
|
|
15835
|
+
isloading = true;
|
|
15836
|
+
}
|
|
15837
|
+
} else if (fetchingtype == 'vendors') {
|
|
15838
|
+
if (FetchVendorsQuery !== null && FetchVendorsQuery !== void 0 && FetchVendorsQuery.isFetching) {
|
|
15839
|
+
isloading = true;
|
|
15840
|
+
}
|
|
15841
|
+
} else {
|
|
15842
|
+
if ((fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 ? void 0 : fetchAuthorizationQueryContext.isFetching) == true || (fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 ? void 0 : fetchcollectionsQueryContext.isFetching) == true) {
|
|
15843
|
+
isloading = true;
|
|
15844
|
+
}
|
|
15845
|
+
}
|
|
15846
|
+
return isloading;
|
|
15847
|
+
};
|
|
15831
15848
|
var cardsrender = function cardsrender() {
|
|
15832
15849
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15833
15850
|
"class": sectionproperties.showFilter == 'show' && sectionproperties.filterdirection == 'Vertical' ? sectionproperties.numofcols == '2' ? 'col-lg-10 col-md-12 col-sm-12 p-sm-0' : 'col-lg-9 col-md-12 col-sm-12 p-sm-0' : 'row m-0 w-100 p-sm-0'
|
|
@@ -16019,7 +16036,17 @@ var CardsSection = function CardsSection(props) {
|
|
|
16019
16036
|
actions: actions,
|
|
16020
16037
|
openFilterSlider: openFilterSlider,
|
|
16021
16038
|
setopenFilterSlider: setopenFilterSlider
|
|
16022
|
-
}))),
|
|
16039
|
+
}))), isCardsectionloading() && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16040
|
+
"class": "col-lg-12 allcentered",
|
|
16041
|
+
style: {
|
|
16042
|
+
height: 100
|
|
16043
|
+
}
|
|
16044
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
16045
|
+
color: '#eeeeee',
|
|
16046
|
+
width: "30px",
|
|
16047
|
+
height: "30px",
|
|
16048
|
+
duration: "1s"
|
|
16049
|
+
})), !isCardsectionloading && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16023
16050
|
className: "row m-0 w-100 d-flex align-items-center",
|
|
16024
16051
|
style: {
|
|
16025
16052
|
height: '30vh'
|
|
@@ -16349,8 +16376,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
16349
16376
|
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
16350
16377
|
};
|
|
16351
16378
|
|
|
16352
|
-
function ownKeys$
|
|
16353
|
-
function _objectSpread$
|
|
16379
|
+
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; }
|
|
16380
|
+
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; }
|
|
16354
16381
|
var InnerGroups = function InnerGroups(props) {
|
|
16355
16382
|
var _useState = React.useState(''),
|
|
16356
16383
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -16391,7 +16418,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16391
16418
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16392
16419
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16393
16420
|
});
|
|
16394
|
-
setsectionproperties(_objectSpread$
|
|
16421
|
+
setsectionproperties(_objectSpread$25({}, secpropobj));
|
|
16395
16422
|
}
|
|
16396
16423
|
}, [StatePagePropertiesContext]);
|
|
16397
16424
|
// useEffect(() => {
|
|
@@ -16407,14 +16434,14 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16407
16434
|
backgroundColor: sectionproperties.backgroundColor
|
|
16408
16435
|
}
|
|
16409
16436
|
}, /*#__PURE__*/React__default["default"].createElement(CardsSection, {
|
|
16410
|
-
actions: _objectSpread$
|
|
16437
|
+
actions: _objectSpread$25(_objectSpread$25({}, actions), {}, {
|
|
16411
16438
|
fetchingtype: grouptypeparams
|
|
16412
16439
|
})
|
|
16413
16440
|
}));
|
|
16414
16441
|
};
|
|
16415
16442
|
|
|
16416
|
-
function ownKeys$
|
|
16417
|
-
function _objectSpread$
|
|
16443
|
+
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; }
|
|
16444
|
+
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; }
|
|
16418
16445
|
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
16419
16446
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16420
16447
|
var _useState = React.useState(''),
|
|
@@ -16445,7 +16472,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16445
16472
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16446
16473
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16447
16474
|
});
|
|
16448
|
-
setsectionproperties(_objectSpread$
|
|
16475
|
+
setsectionproperties(_objectSpread$24({}, secpropobj));
|
|
16449
16476
|
}
|
|
16450
16477
|
}, [StatePagePropertiesContext]);
|
|
16451
16478
|
React.useEffect(function () {
|
|
@@ -16458,9 +16485,9 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16458
16485
|
}
|
|
16459
16486
|
}, []);
|
|
16460
16487
|
React.useEffect(function () {
|
|
16461
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16488
|
+
var tempFetchQueriesEngineContext = _objectSpread$24({}, FetchQueriesEngineContext);
|
|
16462
16489
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16463
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16490
|
+
setFetchQueriesEngineContext(_objectSpread$24({}, tempFetchQueriesEngineContext));
|
|
16464
16491
|
}, []);
|
|
16465
16492
|
var _useState7 = React.useState([]),
|
|
16466
16493
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -16536,8 +16563,8 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16536
16563
|
})))));
|
|
16537
16564
|
};
|
|
16538
16565
|
|
|
16539
|
-
function ownKeys$
|
|
16540
|
-
function _objectSpread$
|
|
16566
|
+
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; }
|
|
16567
|
+
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; }
|
|
16541
16568
|
var RefundPolicy = function RefundPolicy(props) {
|
|
16542
16569
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16543
16570
|
var _useState = React.useState(''),
|
|
@@ -16568,7 +16595,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16568
16595
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16569
16596
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16570
16597
|
});
|
|
16571
|
-
setsectionproperties(_objectSpread$
|
|
16598
|
+
setsectionproperties(_objectSpread$23({}, secpropobj));
|
|
16572
16599
|
}
|
|
16573
16600
|
}, [StatePagePropertiesContext]);
|
|
16574
16601
|
React.useEffect(function () {
|
|
@@ -16581,9 +16608,9 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16581
16608
|
}
|
|
16582
16609
|
}, []);
|
|
16583
16610
|
React.useEffect(function () {
|
|
16584
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16611
|
+
var tempFetchQueriesEngineContext = _objectSpread$23({}, FetchQueriesEngineContext);
|
|
16585
16612
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16586
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16613
|
+
setFetchQueriesEngineContext(_objectSpread$23({}, tempFetchQueriesEngineContext));
|
|
16587
16614
|
}, []);
|
|
16588
16615
|
var _useState7 = React.useState([]),
|
|
16589
16616
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -16659,8 +16686,8 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16659
16686
|
})))));
|
|
16660
16687
|
};
|
|
16661
16688
|
|
|
16662
|
-
function ownKeys$
|
|
16663
|
-
function _objectSpread$
|
|
16689
|
+
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; }
|
|
16690
|
+
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; }
|
|
16664
16691
|
var ShippingPolicy = function ShippingPolicy(props) {
|
|
16665
16692
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16666
16693
|
var _useState = React.useState(''),
|
|
@@ -16691,7 +16718,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16691
16718
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16692
16719
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16693
16720
|
});
|
|
16694
|
-
setsectionproperties(_objectSpread$
|
|
16721
|
+
setsectionproperties(_objectSpread$22({}, secpropobj));
|
|
16695
16722
|
}
|
|
16696
16723
|
}, [StatePagePropertiesContext]);
|
|
16697
16724
|
React.useEffect(function () {
|
|
@@ -16704,9 +16731,9 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16704
16731
|
}
|
|
16705
16732
|
}, []);
|
|
16706
16733
|
React.useEffect(function () {
|
|
16707
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16734
|
+
var tempFetchQueriesEngineContext = _objectSpread$22({}, FetchQueriesEngineContext);
|
|
16708
16735
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16709
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16736
|
+
setFetchQueriesEngineContext(_objectSpread$22({}, tempFetchQueriesEngineContext));
|
|
16710
16737
|
}, []);
|
|
16711
16738
|
var _useState7 = React.useState([]),
|
|
16712
16739
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -16782,8 +16809,8 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16782
16809
|
})))));
|
|
16783
16810
|
};
|
|
16784
16811
|
|
|
16785
|
-
function ownKeys$
|
|
16786
|
-
function _objectSpread$
|
|
16812
|
+
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; }
|
|
16813
|
+
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; }
|
|
16787
16814
|
var TermsConditions = function TermsConditions(props) {
|
|
16788
16815
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16789
16816
|
var _useState = React.useState(''),
|
|
@@ -16814,7 +16841,7 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16814
16841
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16815
16842
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16816
16843
|
});
|
|
16817
|
-
setsectionproperties(_objectSpread$
|
|
16844
|
+
setsectionproperties(_objectSpread$21({}, secpropobj));
|
|
16818
16845
|
}
|
|
16819
16846
|
}, [StatePagePropertiesContext]);
|
|
16820
16847
|
React.useEffect(function () {
|
|
@@ -16827,9 +16854,9 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16827
16854
|
}
|
|
16828
16855
|
}, []);
|
|
16829
16856
|
React.useEffect(function () {
|
|
16830
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16857
|
+
var tempFetchQueriesEngineContext = _objectSpread$21({}, FetchQueriesEngineContext);
|
|
16831
16858
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16832
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16859
|
+
setFetchQueriesEngineContext(_objectSpread$21({}, tempFetchQueriesEngineContext));
|
|
16833
16860
|
}, []);
|
|
16834
16861
|
var _useState7 = React.useState([]),
|
|
16835
16862
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -16905,8 +16932,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16905
16932
|
})))));
|
|
16906
16933
|
};
|
|
16907
16934
|
|
|
16908
|
-
function ownKeys$
|
|
16909
|
-
function _objectSpread$
|
|
16935
|
+
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; }
|
|
16936
|
+
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; }
|
|
16910
16937
|
var Resetpassword = function Resetpassword(props) {
|
|
16911
16938
|
var _css, _css2;
|
|
16912
16939
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -16957,7 +16984,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
16957
16984
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16958
16985
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16959
16986
|
});
|
|
16960
|
-
setsectionproperties(_objectSpread$
|
|
16987
|
+
setsectionproperties(_objectSpread$20({}, secpropobj));
|
|
16961
16988
|
}
|
|
16962
16989
|
}, [StatePagePropertiesContext]);
|
|
16963
16990
|
React.useEffect(function () {
|
|
@@ -17084,9 +17111,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17084
17111
|
className: "".concat(loginstyles2.form_control),
|
|
17085
17112
|
value: forgotpasswordpayload.email,
|
|
17086
17113
|
onChange: function onChange(event) {
|
|
17087
|
-
var temppayloadobj = _objectSpread$
|
|
17114
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17088
17115
|
temppayloadobj.email = event.target.value;
|
|
17089
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17116
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17090
17117
|
},
|
|
17091
17118
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
17092
17119
|
style: {
|
|
@@ -17101,9 +17128,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17101
17128
|
className: "".concat(loginstyles2.form_control),
|
|
17102
17129
|
value: forgotpasswordpayload.code,
|
|
17103
17130
|
onChange: function onChange(event) {
|
|
17104
|
-
var temppayloadobj = _objectSpread$
|
|
17131
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17105
17132
|
temppayloadobj.code = event.target.value;
|
|
17106
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17133
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17107
17134
|
},
|
|
17108
17135
|
style: {
|
|
17109
17136
|
background: sectionproperties.input_bgcolor
|
|
@@ -17117,9 +17144,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17117
17144
|
className: "".concat(loginstyles2.form_control),
|
|
17118
17145
|
value: forgotpasswordpayload.newpassword,
|
|
17119
17146
|
onChange: function onChange(event) {
|
|
17120
|
-
var temppayloadobj = _objectSpread$
|
|
17147
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17121
17148
|
temppayloadobj.newpassword = event.target.value;
|
|
17122
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17149
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17123
17150
|
},
|
|
17124
17151
|
style: {
|
|
17125
17152
|
background: sectionproperties.input_bgcolor
|
|
@@ -17133,9 +17160,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17133
17160
|
className: "".concat(loginstyles2.form_control),
|
|
17134
17161
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
17135
17162
|
onChange: function onChange(event) {
|
|
17136
|
-
var temppayloadobj = _objectSpread$
|
|
17163
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17137
17164
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
17138
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17165
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17139
17166
|
},
|
|
17140
17167
|
style: {
|
|
17141
17168
|
background: sectionproperties.input_bgcolor
|
|
@@ -17147,7 +17174,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17147
17174
|
onClick: function onClick() {
|
|
17148
17175
|
if (forgotpasswordpayload.email.length != 0) {
|
|
17149
17176
|
var runfunc = false;
|
|
17150
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
17177
|
+
var tempforgotpasswordpayload = _objectSpread$20({}, forgotpasswordpayload);
|
|
17151
17178
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
17152
17179
|
if (forgetpasswordstage == 'verify') {
|
|
17153
17180
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -17433,8 +17460,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
17433
17460
|
}, lang.nosearchresults)))))));
|
|
17434
17461
|
};
|
|
17435
17462
|
|
|
17436
|
-
function ownKeys$
|
|
17437
|
-
function _objectSpread$
|
|
17463
|
+
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; }
|
|
17464
|
+
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; }
|
|
17438
17465
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
17439
17466
|
var _textarray$, _textarray$2;
|
|
17440
17467
|
props.actions;
|
|
@@ -17455,12 +17482,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
17455
17482
|
settextarray = _useState6[1];
|
|
17456
17483
|
React.useEffect(function () {
|
|
17457
17484
|
if (props.sectionpropertiesprops != undefined) {
|
|
17458
|
-
setsectionproperties(_objectSpread$
|
|
17485
|
+
setsectionproperties(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17459
17486
|
}
|
|
17460
17487
|
}, [props.sectionpropertiesprops]);
|
|
17461
17488
|
React.useEffect(function () {
|
|
17462
17489
|
if (props.templateproperties_contextprops != undefined) {
|
|
17463
|
-
settemplateproperties_context(_objectSpread$
|
|
17490
|
+
settemplateproperties_context(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
17464
17491
|
}
|
|
17465
17492
|
}, [props.templateproperties_contextprops]);
|
|
17466
17493
|
React.useEffect(function () {
|
|
@@ -17502,8 +17529,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
17502
17529
|
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"};
|
|
17503
17530
|
styleInject(css_248z$B);
|
|
17504
17531
|
|
|
17505
|
-
function ownKeys$
|
|
17506
|
-
function _objectSpread$
|
|
17532
|
+
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; }
|
|
17533
|
+
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; }
|
|
17507
17534
|
var Subheader = function Subheader(props) {
|
|
17508
17535
|
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, _fetchCategoriesQuery9;
|
|
17509
17536
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -17539,12 +17566,12 @@ var Subheader = function Subheader(props) {
|
|
|
17539
17566
|
React.useEffect(function () {
|
|
17540
17567
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
17541
17568
|
tempFetchQueriesEngineContext.categories = true;
|
|
17542
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17569
|
+
setFetchQueriesEngineContext(_objectSpread$1_({}, tempFetchQueriesEngineContext));
|
|
17543
17570
|
// alert(JSON.stringify(authdetailsContext));
|
|
17544
17571
|
}, []);
|
|
17545
17572
|
React.useEffect(function () {
|
|
17546
17573
|
if (props.sectionpropertiesprops != undefined) {
|
|
17547
|
-
setsectionproperties(_objectSpread$
|
|
17574
|
+
setsectionproperties(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17548
17575
|
}
|
|
17549
17576
|
}, [props.sectionpropertiesprops]);
|
|
17550
17577
|
// useEffect(() => {
|
|
@@ -18028,8 +18055,8 @@ var Subheader = function Subheader(props) {
|
|
|
18028
18055
|
})))))));
|
|
18029
18056
|
};
|
|
18030
18057
|
|
|
18031
|
-
function ownKeys$
|
|
18032
|
-
function _objectSpread$
|
|
18058
|
+
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; }
|
|
18059
|
+
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; }
|
|
18033
18060
|
var Headerresponsive = function Headerresponsive(props) {
|
|
18034
18061
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
18035
18062
|
var actions = props.actions;
|
|
@@ -18064,7 +18091,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
18064
18091
|
setpcollarray = _useState6[1];
|
|
18065
18092
|
React.useEffect(function () {
|
|
18066
18093
|
if (props.sectionpropertiesprops != undefined) {
|
|
18067
|
-
setsectionproperties(_objectSpread$
|
|
18094
|
+
setsectionproperties(_objectSpread$1Z({}, props.sectionpropertiesprops));
|
|
18068
18095
|
}
|
|
18069
18096
|
}, [props.sectionpropertiesprops]);
|
|
18070
18097
|
var _useState7 = React.useState([]),
|
|
@@ -19301,8 +19328,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
19301
19328
|
})))))));
|
|
19302
19329
|
};
|
|
19303
19330
|
|
|
19304
|
-
function ownKeys$
|
|
19305
|
-
function _objectSpread$
|
|
19331
|
+
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; }
|
|
19332
|
+
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; }
|
|
19306
19333
|
var DownloadApp = function DownloadApp(props) {
|
|
19307
19334
|
props.actions;
|
|
19308
19335
|
props.actions.lang;
|
|
@@ -19327,7 +19354,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19327
19354
|
}, [sectionproperties]);
|
|
19328
19355
|
React.useEffect(function () {
|
|
19329
19356
|
if (props.sectionpropertiesprops != undefined) {
|
|
19330
|
-
setsectionproperties(_objectSpread$
|
|
19357
|
+
setsectionproperties(_objectSpread$1Y({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19331
19358
|
}
|
|
19332
19359
|
}, [props.sectionpropertiesprops]);
|
|
19333
19360
|
var header_cssstyles = {
|
|
@@ -19380,8 +19407,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19380
19407
|
}))));
|
|
19381
19408
|
};
|
|
19382
19409
|
|
|
19383
|
-
function ownKeys$
|
|
19384
|
-
function _objectSpread$
|
|
19410
|
+
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; }
|
|
19411
|
+
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; }
|
|
19385
19412
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
19386
19413
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
19387
19414
|
props.actions;
|
|
@@ -19397,12 +19424,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19397
19424
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
19398
19425
|
React.useEffect(function () {
|
|
19399
19426
|
if (props.sectionpropertiesprops != undefined) {
|
|
19400
|
-
setsectionproperties(_objectSpread$
|
|
19427
|
+
setsectionproperties(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19401
19428
|
}
|
|
19402
19429
|
}, [props.sectionpropertiesprops]);
|
|
19403
19430
|
React.useEffect(function () {
|
|
19404
19431
|
if (props.templateproperties_contextprops != undefined) {
|
|
19405
|
-
settemplateproperties_context(_objectSpread$
|
|
19432
|
+
settemplateproperties_context(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
19406
19433
|
}
|
|
19407
19434
|
}, [props.templateproperties_contextprops]);
|
|
19408
19435
|
var header_cssstyles = {
|
|
@@ -19488,8 +19515,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19488
19515
|
})));
|
|
19489
19516
|
};
|
|
19490
19517
|
|
|
19491
|
-
function ownKeys$
|
|
19492
|
-
function _objectSpread$
|
|
19518
|
+
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; }
|
|
19519
|
+
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; }
|
|
19493
19520
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
19494
19521
|
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2;
|
|
19495
19522
|
var actions = props.actions;
|
|
@@ -19528,7 +19555,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
19528
19555
|
setopenSearch = _useState8[1];
|
|
19529
19556
|
React.useEffect(function () {
|
|
19530
19557
|
if (props.sectionpropertiesprops != undefined) {
|
|
19531
|
-
setsectionproperties(_objectSpread$
|
|
19558
|
+
setsectionproperties(_objectSpread$1W({}, props.sectionpropertiesprops));
|
|
19532
19559
|
}
|
|
19533
19560
|
}, [props.sectionpropertiesprops]);
|
|
19534
19561
|
var _useState9 = React.useState([]),
|
|
@@ -20779,8 +20806,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
20779
20806
|
})))))));
|
|
20780
20807
|
};
|
|
20781
20808
|
|
|
20782
|
-
function ownKeys$
|
|
20783
|
-
function _objectSpread$
|
|
20809
|
+
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; }
|
|
20810
|
+
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; }
|
|
20784
20811
|
var ElegantHeader = function ElegantHeader(props) {
|
|
20785
20812
|
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
20786
20813
|
var _useState = React.useState(''),
|
|
@@ -20833,7 +20860,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
20833
20860
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
20834
20861
|
});
|
|
20835
20862
|
}
|
|
20836
|
-
setsectionproperties(_objectSpread$
|
|
20863
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
20837
20864
|
}, [StatePagePropertiesContext]);
|
|
20838
20865
|
React.useEffect(function () {
|
|
20839
20866
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -21528,8 +21555,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
21528
21555
|
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"};
|
|
21529
21556
|
styleInject(css_248z$A);
|
|
21530
21557
|
|
|
21531
|
-
function ownKeys$
|
|
21532
|
-
function _objectSpread$
|
|
21558
|
+
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; }
|
|
21559
|
+
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; }
|
|
21533
21560
|
var Gotoheader = function Gotoheader(props) {
|
|
21534
21561
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
21535
21562
|
var _useState = React.useState(''),
|
|
@@ -21569,7 +21596,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21569
21596
|
});
|
|
21570
21597
|
}
|
|
21571
21598
|
}
|
|
21572
|
-
setsectionproperties(_objectSpread$
|
|
21599
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
21573
21600
|
}, [StatePagePropertiesContext]);
|
|
21574
21601
|
var _useState3 = React.useState([]),
|
|
21575
21602
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -22270,8 +22297,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
22270
22297
|
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"};
|
|
22271
22298
|
styleInject(css_248z$z);
|
|
22272
22299
|
|
|
22273
|
-
function ownKeys$
|
|
22274
|
-
function _objectSpread$
|
|
22300
|
+
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; }
|
|
22301
|
+
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; }
|
|
22275
22302
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
22276
22303
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
22277
22304
|
var _useState = React.useState(''),
|
|
@@ -22319,7 +22346,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
22319
22346
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
22320
22347
|
});
|
|
22321
22348
|
}
|
|
22322
|
-
setsectionproperties(_objectSpread$
|
|
22349
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
22323
22350
|
}, [StatePagePropertiesContext]);
|
|
22324
22351
|
React.useEffect(function () {
|
|
22325
22352
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -23226,8 +23253,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
23226
23253
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
23227
23254
|
styleInject(css_248z$y);
|
|
23228
23255
|
|
|
23229
|
-
function ownKeys$
|
|
23230
|
-
function _objectSpread$
|
|
23256
|
+
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; }
|
|
23257
|
+
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; }
|
|
23231
23258
|
var ClassicHeader = function ClassicHeader(props) {
|
|
23232
23259
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
23233
23260
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -23264,7 +23291,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
23264
23291
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
23265
23292
|
});
|
|
23266
23293
|
}
|
|
23267
|
-
setsectionproperties(_objectSpread$
|
|
23294
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
23268
23295
|
}, [StatePagePropertiesContext]);
|
|
23269
23296
|
var _useState3 = React.useState([]),
|
|
23270
23297
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -24386,8 +24413,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
24386
24413
|
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"};
|
|
24387
24414
|
styleInject(css_248z$x);
|
|
24388
24415
|
|
|
24389
|
-
function ownKeys$
|
|
24390
|
-
function _objectSpread$
|
|
24416
|
+
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; }
|
|
24417
|
+
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; }
|
|
24391
24418
|
var CTAHeader = function CTAHeader(props) {
|
|
24392
24419
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i13, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21;
|
|
24393
24420
|
var actions = props.actions;
|
|
@@ -24435,7 +24462,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
24435
24462
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24436
24463
|
});
|
|
24437
24464
|
}
|
|
24438
|
-
setsectionproperties(_objectSpread$
|
|
24465
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
24439
24466
|
}, [StatePagePropertiesContext]);
|
|
24440
24467
|
React.useEffect(function () {
|
|
24441
24468
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -25426,8 +25453,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
25426
25453
|
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"};
|
|
25427
25454
|
styleInject(css_248z$w);
|
|
25428
25455
|
|
|
25429
|
-
function ownKeys$
|
|
25430
|
-
function _objectSpread$
|
|
25456
|
+
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; }
|
|
25457
|
+
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; }
|
|
25431
25458
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
25432
25459
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
25433
25460
|
var _useState = React.useState(''),
|
|
@@ -25463,7 +25490,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
25463
25490
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
25464
25491
|
});
|
|
25465
25492
|
}
|
|
25466
|
-
setsectionproperties(_objectSpread$
|
|
25493
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
25467
25494
|
}, [StatePagePropertiesContext]);
|
|
25468
25495
|
var _useState3 = React.useState([]),
|
|
25469
25496
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -26167,8 +26194,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
26167
26194
|
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"};
|
|
26168
26195
|
styleInject(css_248z$v);
|
|
26169
26196
|
|
|
26170
|
-
function ownKeys$
|
|
26171
|
-
function _objectSpread$
|
|
26197
|
+
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; }
|
|
26198
|
+
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; }
|
|
26172
26199
|
var Simpleheader = function Simpleheader(props) {
|
|
26173
26200
|
var _css, _css2, _header_cssstyles, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
26174
26201
|
var actions = props.actions;
|
|
@@ -26213,7 +26240,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26213
26240
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26214
26241
|
});
|
|
26215
26242
|
}
|
|
26216
|
-
setsectionproperties(_objectSpread$
|
|
26243
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
26217
26244
|
}, [StatePagePropertiesContext]);
|
|
26218
26245
|
React.useEffect(function () {
|
|
26219
26246
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -26875,8 +26902,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26875
26902
|
}))))))));
|
|
26876
26903
|
};
|
|
26877
26904
|
|
|
26878
|
-
function ownKeys$
|
|
26879
|
-
function _objectSpread$
|
|
26905
|
+
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; }
|
|
26906
|
+
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; }
|
|
26880
26907
|
var Header8 = function Header8(props) {
|
|
26881
26908
|
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;
|
|
26882
26909
|
var actions = props.actions;
|
|
@@ -26933,7 +26960,7 @@ var Header8 = function Header8(props) {
|
|
|
26933
26960
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26934
26961
|
});
|
|
26935
26962
|
}
|
|
26936
|
-
setsectionproperties(_objectSpread$
|
|
26963
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
26937
26964
|
}, [StatePagePropertiesContext]);
|
|
26938
26965
|
var subtotalcart = function subtotalcart() {
|
|
26939
26966
|
var _fetchcustomercartQue;
|
|
@@ -28651,8 +28678,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
28651
28678
|
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-"};
|
|
28652
28679
|
styleInject(css_248z$u);
|
|
28653
28680
|
|
|
28654
|
-
function ownKeys$
|
|
28655
|
-
function _objectSpread$
|
|
28681
|
+
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; }
|
|
28682
|
+
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; }
|
|
28656
28683
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
28657
28684
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
28658
28685
|
var _useState = React.useState(''),
|
|
@@ -28688,7 +28715,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
28688
28715
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28689
28716
|
});
|
|
28690
28717
|
}
|
|
28691
|
-
setsectionproperties(_objectSpread$
|
|
28718
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
28692
28719
|
}, [StatePagePropertiesContext]);
|
|
28693
28720
|
var _useState3 = React.useState([]),
|
|
28694
28721
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -29297,8 +29324,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
29297
29324
|
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"};
|
|
29298
29325
|
styleInject(css_248z$t);
|
|
29299
29326
|
|
|
29300
|
-
function ownKeys$
|
|
29301
|
-
function _objectSpread$
|
|
29327
|
+
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; }
|
|
29328
|
+
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; }
|
|
29302
29329
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
29303
29330
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
29304
29331
|
var _useState = React.useState(''),
|
|
@@ -29335,7 +29362,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
29335
29362
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
29336
29363
|
});
|
|
29337
29364
|
}
|
|
29338
|
-
setsectionproperties(_objectSpread$
|
|
29365
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
29339
29366
|
}, [StatePagePropertiesContext]);
|
|
29340
29367
|
var _useState3 = React.useState(false),
|
|
29341
29368
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -30104,8 +30131,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
30104
30131
|
}))))))));
|
|
30105
30132
|
};
|
|
30106
30133
|
|
|
30107
|
-
function ownKeys$
|
|
30108
|
-
function _objectSpread$
|
|
30134
|
+
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; }
|
|
30135
|
+
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; }
|
|
30109
30136
|
var Modernheader = function Modernheader(props) {
|
|
30110
30137
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
30111
30138
|
var _useState = React.useState(''),
|
|
@@ -30150,7 +30177,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
30150
30177
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30151
30178
|
});
|
|
30152
30179
|
}
|
|
30153
|
-
setsectionproperties(_objectSpread$
|
|
30180
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
30154
30181
|
}, [StatePagePropertiesContext]);
|
|
30155
30182
|
React.useEffect(function () {
|
|
30156
30183
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -30799,8 +30826,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
30799
30826
|
}));
|
|
30800
30827
|
};
|
|
30801
30828
|
|
|
30802
|
-
function ownKeys$
|
|
30803
|
-
function _objectSpread$
|
|
30829
|
+
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; }
|
|
30830
|
+
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; }
|
|
30804
30831
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
30805
30832
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
30806
30833
|
var _useState = React.useState(''),
|
|
@@ -30838,7 +30865,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
30838
30865
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30839
30866
|
});
|
|
30840
30867
|
}
|
|
30841
|
-
setsectionproperties(_objectSpread$
|
|
30868
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
30842
30869
|
}, [StatePagePropertiesContext]);
|
|
30843
30870
|
var _useState3 = React.useState([]),
|
|
30844
30871
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -31471,8 +31498,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
31471
31498
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
31472
31499
|
styleInject(css_248z$s);
|
|
31473
31500
|
|
|
31474
|
-
function ownKeys$
|
|
31475
|
-
function _objectSpread$
|
|
31501
|
+
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; }
|
|
31502
|
+
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; }
|
|
31476
31503
|
var StylishHeader = function StylishHeader(props) {
|
|
31477
31504
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
31478
31505
|
var _useState = React.useState(''),
|
|
@@ -31513,7 +31540,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
31513
31540
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31514
31541
|
});
|
|
31515
31542
|
}
|
|
31516
|
-
setsectionproperties(_objectSpread$
|
|
31543
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
31517
31544
|
}, [StatePagePropertiesContext]);
|
|
31518
31545
|
var _useState5 = React.useState([]),
|
|
31519
31546
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -32264,8 +32291,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
32264
32291
|
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"};
|
|
32265
32292
|
styleInject(css_248z$r);
|
|
32266
32293
|
|
|
32267
|
-
function ownKeys$
|
|
32268
|
-
function _objectSpread$
|
|
32294
|
+
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; }
|
|
32295
|
+
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; }
|
|
32269
32296
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
32270
32297
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
32271
32298
|
var actions = props.actions;
|
|
@@ -32303,7 +32330,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
32303
32330
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32304
32331
|
});
|
|
32305
32332
|
}
|
|
32306
|
-
setsectionproperties(_objectSpread$
|
|
32333
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
32307
32334
|
}, [StatePagePropertiesContext]);
|
|
32308
32335
|
var _useState3 = React.useState([]),
|
|
32309
32336
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -33134,8 +33161,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
33134
33161
|
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"};
|
|
33135
33162
|
styleInject(css_248z$q);
|
|
33136
33163
|
|
|
33137
|
-
function ownKeys$
|
|
33138
|
-
function _objectSpread$
|
|
33164
|
+
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; }
|
|
33165
|
+
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; }
|
|
33139
33166
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
33140
33167
|
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
33141
33168
|
var lang = props.actions.lang;
|
|
@@ -33202,7 +33229,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
33202
33229
|
});
|
|
33203
33230
|
}
|
|
33204
33231
|
}
|
|
33205
|
-
setsectionproperties(_objectSpread$
|
|
33232
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
33206
33233
|
}, [StatePagePropertiesContext]);
|
|
33207
33234
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
33208
33235
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -34128,8 +34155,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
34128
34155
|
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"};
|
|
34129
34156
|
styleInject(css_248z$p);
|
|
34130
34157
|
|
|
34131
|
-
function ownKeys$
|
|
34132
|
-
function _objectSpread$
|
|
34158
|
+
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; }
|
|
34159
|
+
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; }
|
|
34133
34160
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
34134
34161
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
34135
34162
|
var lang = props.actions.lang;
|
|
@@ -34173,7 +34200,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
34173
34200
|
});
|
|
34174
34201
|
}
|
|
34175
34202
|
}
|
|
34176
|
-
setsectionproperties(_objectSpread$
|
|
34203
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
34177
34204
|
}, [StatePagePropertiesContext]);
|
|
34178
34205
|
var _useState5 = React.useState([]),
|
|
34179
34206
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -34905,8 +34932,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
34905
34932
|
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"};
|
|
34906
34933
|
styleInject(css_248z$o);
|
|
34907
34934
|
|
|
34908
|
-
function ownKeys$
|
|
34909
|
-
function _objectSpread$
|
|
34935
|
+
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; }
|
|
34936
|
+
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; }
|
|
34910
34937
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
34911
34938
|
var _css, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
34912
34939
|
var _useState = React.useState(''),
|
|
@@ -34944,7 +34971,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
34944
34971
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34945
34972
|
});
|
|
34946
34973
|
}
|
|
34947
|
-
setsectionproperties(_objectSpread$
|
|
34974
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
34948
34975
|
}, [StatePagePropertiesContext]);
|
|
34949
34976
|
var _useState3 = React.useState([]),
|
|
34950
34977
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -35672,8 +35699,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
35672
35699
|
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"};
|
|
35673
35700
|
styleInject(css_248z$n);
|
|
35674
35701
|
|
|
35675
|
-
function ownKeys$
|
|
35676
|
-
function _objectSpread$
|
|
35702
|
+
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; }
|
|
35703
|
+
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; }
|
|
35677
35704
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
35678
35705
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
35679
35706
|
var _useState = React.useState(''),
|
|
@@ -35710,7 +35737,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
35710
35737
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
35711
35738
|
});
|
|
35712
35739
|
}
|
|
35713
|
-
setsectionproperties(_objectSpread$
|
|
35740
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
35714
35741
|
}, [StatePagePropertiesContext]);
|
|
35715
35742
|
var _useState3 = React.useState([]),
|
|
35716
35743
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -36317,8 +36344,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
36317
36344
|
}));
|
|
36318
36345
|
};
|
|
36319
36346
|
|
|
36320
|
-
function ownKeys$
|
|
36321
|
-
function _objectSpread$
|
|
36347
|
+
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; }
|
|
36348
|
+
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; }
|
|
36322
36349
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
36323
36350
|
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
36324
36351
|
var lang = props.actions.lang;
|
|
@@ -36366,7 +36393,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
36366
36393
|
});
|
|
36367
36394
|
}
|
|
36368
36395
|
}
|
|
36369
|
-
setsectionproperties(_objectSpread$
|
|
36396
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
36370
36397
|
}, [StatePagePropertiesContext]);
|
|
36371
36398
|
React.useEffect(function () {
|
|
36372
36399
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -37295,8 +37322,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
37295
37322
|
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"};
|
|
37296
37323
|
styleInject(css_248z$m);
|
|
37297
37324
|
|
|
37298
|
-
function ownKeys$
|
|
37299
|
-
function _objectSpread$
|
|
37325
|
+
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; }
|
|
37326
|
+
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; }
|
|
37300
37327
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
37301
37328
|
var _textarray$, _textarray$2, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
37302
37329
|
var _useState = React.useState(''),
|
|
@@ -37337,7 +37364,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
37337
37364
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37338
37365
|
});
|
|
37339
37366
|
}
|
|
37340
|
-
setsectionproperties(_objectSpread$
|
|
37367
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
37341
37368
|
}, [StatePagePropertiesContext]);
|
|
37342
37369
|
var _useState5 = React.useState([]),
|
|
37343
37370
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -38113,8 +38140,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
38113
38140
|
}));
|
|
38114
38141
|
};
|
|
38115
38142
|
|
|
38116
|
-
function ownKeys$
|
|
38117
|
-
function _objectSpread$
|
|
38143
|
+
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; }
|
|
38144
|
+
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; }
|
|
38118
38145
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
38119
38146
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
38120
38147
|
var _useState = React.useState(''),
|
|
@@ -38164,7 +38191,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38164
38191
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38165
38192
|
});
|
|
38166
38193
|
}
|
|
38167
|
-
setsectionproperties(_objectSpread$
|
|
38194
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
38168
38195
|
}, [StatePagePropertiesContext]);
|
|
38169
38196
|
React.useEffect(function () {
|
|
38170
38197
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -38838,8 +38865,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38838
38865
|
}));
|
|
38839
38866
|
};
|
|
38840
38867
|
|
|
38841
|
-
function ownKeys$
|
|
38842
|
-
function _objectSpread$
|
|
38868
|
+
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; }
|
|
38869
|
+
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; }
|
|
38843
38870
|
var Allinonefooter = function Allinonefooter(props) {
|
|
38844
38871
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
38845
38872
|
var _useState = React.useState(''),
|
|
@@ -38866,7 +38893,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38866
38893
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
38867
38894
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38868
38895
|
});
|
|
38869
|
-
setsectionproperties(_objectSpread$
|
|
38896
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38870
38897
|
} else {
|
|
38871
38898
|
var secpropobj = {};
|
|
38872
38899
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -38876,7 +38903,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38876
38903
|
});
|
|
38877
38904
|
}
|
|
38878
38905
|
});
|
|
38879
|
-
setsectionproperties(_objectSpread$
|
|
38906
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38880
38907
|
}
|
|
38881
38908
|
}, [StatePagePropertiesContext]);
|
|
38882
38909
|
var footerStyles = {
|
|
@@ -39332,8 +39359,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
39332
39359
|
}))))));
|
|
39333
39360
|
};
|
|
39334
39361
|
|
|
39335
|
-
function ownKeys$
|
|
39336
|
-
function _objectSpread$
|
|
39362
|
+
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; }
|
|
39363
|
+
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; }
|
|
39337
39364
|
var Footer1 = function Footer1(props) {
|
|
39338
39365
|
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;
|
|
39339
39366
|
var _useState = React.useState(''),
|
|
@@ -39360,7 +39387,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39360
39387
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
39361
39388
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39362
39389
|
});
|
|
39363
|
-
setsectionproperties(_objectSpread$
|
|
39390
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39364
39391
|
} else {
|
|
39365
39392
|
var secpropobj = {};
|
|
39366
39393
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -39370,7 +39397,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39370
39397
|
});
|
|
39371
39398
|
}
|
|
39372
39399
|
});
|
|
39373
|
-
setsectionproperties(_objectSpread$
|
|
39400
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39374
39401
|
}
|
|
39375
39402
|
}, [StatePagePropertiesContext]);
|
|
39376
39403
|
React.useEffect(function () {
|
|
@@ -39788,8 +39815,8 @@ var Footer1 = function Footer1(props) {
|
|
|
39788
39815
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
39789
39816
|
};
|
|
39790
39817
|
|
|
39791
|
-
function ownKeys$
|
|
39792
|
-
function _objectSpread$
|
|
39818
|
+
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; }
|
|
39819
|
+
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; }
|
|
39793
39820
|
var Footer2 = function Footer2(props) {
|
|
39794
39821
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
39795
39822
|
var _useState = React.useState(''),
|
|
@@ -39819,7 +39846,7 @@ var Footer2 = function Footer2(props) {
|
|
|
39819
39846
|
});
|
|
39820
39847
|
}
|
|
39821
39848
|
});
|
|
39822
|
-
setsectionproperties(_objectSpread$
|
|
39849
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
39823
39850
|
}, [StatePagePropertiesContext]);
|
|
39824
39851
|
React.useEffect(function () {
|
|
39825
39852
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -40177,8 +40204,8 @@ var Footer2 = function Footer2(props) {
|
|
|
40177
40204
|
})))));
|
|
40178
40205
|
};
|
|
40179
40206
|
|
|
40180
|
-
function ownKeys$
|
|
40181
|
-
function _objectSpread$
|
|
40207
|
+
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; }
|
|
40208
|
+
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; }
|
|
40182
40209
|
var Footer3 = function Footer3(props) {
|
|
40183
40210
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i16, _authdetailsContext$i17;
|
|
40184
40211
|
var _useState = React.useState(''),
|
|
@@ -40205,7 +40232,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40205
40232
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40206
40233
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40207
40234
|
});
|
|
40208
|
-
setsectionproperties(_objectSpread$
|
|
40235
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40209
40236
|
} else {
|
|
40210
40237
|
var secpropobj = {};
|
|
40211
40238
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40215,7 +40242,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40215
40242
|
});
|
|
40216
40243
|
}
|
|
40217
40244
|
});
|
|
40218
|
-
setsectionproperties(_objectSpread$
|
|
40245
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40219
40246
|
}
|
|
40220
40247
|
}, [StatePagePropertiesContext]);
|
|
40221
40248
|
React.useEffect(function () {
|
|
@@ -40529,8 +40556,8 @@ var Footer3 = function Footer3(props) {
|
|
|
40529
40556
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.address_en)))))));
|
|
40530
40557
|
};
|
|
40531
40558
|
|
|
40532
|
-
function ownKeys$
|
|
40533
|
-
function _objectSpread$
|
|
40559
|
+
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; }
|
|
40560
|
+
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; }
|
|
40534
40561
|
var Footer4 = function Footer4(props) {
|
|
40535
40562
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
40536
40563
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -40553,7 +40580,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40553
40580
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40554
40581
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40555
40582
|
});
|
|
40556
|
-
setsectionproperties(_objectSpread$
|
|
40583
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40557
40584
|
} else {
|
|
40558
40585
|
var secpropobj = {};
|
|
40559
40586
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40563,7 +40590,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40563
40590
|
});
|
|
40564
40591
|
}
|
|
40565
40592
|
});
|
|
40566
|
-
setsectionproperties(_objectSpread$
|
|
40593
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40567
40594
|
}
|
|
40568
40595
|
}, [StatePagePropertiesContext]);
|
|
40569
40596
|
var footerStyles = {
|
|
@@ -40948,8 +40975,8 @@ var Footer4 = function Footer4(props) {
|
|
|
40948
40975
|
}))))))));
|
|
40949
40976
|
};
|
|
40950
40977
|
|
|
40951
|
-
function ownKeys$
|
|
40952
|
-
function _objectSpread$
|
|
40978
|
+
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; }
|
|
40979
|
+
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; }
|
|
40953
40980
|
var Footer5 = function Footer5(props) {
|
|
40954
40981
|
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;
|
|
40955
40982
|
var _useState = React.useState(''),
|
|
@@ -40979,7 +41006,7 @@ var Footer5 = function Footer5(props) {
|
|
|
40979
41006
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40980
41007
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40981
41008
|
});
|
|
40982
|
-
setsectionproperties(_objectSpread$
|
|
41009
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
40983
41010
|
} else {
|
|
40984
41011
|
var secpropobj = {};
|
|
40985
41012
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40989,7 +41016,7 @@ var Footer5 = function Footer5(props) {
|
|
|
40989
41016
|
});
|
|
40990
41017
|
}
|
|
40991
41018
|
});
|
|
40992
|
-
setsectionproperties(_objectSpread$
|
|
41019
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
40993
41020
|
}
|
|
40994
41021
|
}, [StatePagePropertiesContext]);
|
|
40995
41022
|
React.useEffect(function () {
|
|
@@ -41477,8 +41504,8 @@ var Footer5 = function Footer5(props) {
|
|
|
41477
41504
|
}))))))));
|
|
41478
41505
|
};
|
|
41479
41506
|
|
|
41480
|
-
function ownKeys$
|
|
41481
|
-
function _objectSpread$
|
|
41507
|
+
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; }
|
|
41508
|
+
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; }
|
|
41482
41509
|
var Footer6 = function Footer6(props) {
|
|
41483
41510
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
41484
41511
|
var _useState = React.useState(''),
|
|
@@ -41509,7 +41536,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41509
41536
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41510
41537
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41511
41538
|
});
|
|
41512
|
-
setsectionproperties(_objectSpread$
|
|
41539
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41513
41540
|
} else {
|
|
41514
41541
|
var secpropobj = {};
|
|
41515
41542
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41519,7 +41546,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41519
41546
|
});
|
|
41520
41547
|
}
|
|
41521
41548
|
});
|
|
41522
|
-
setsectionproperties(_objectSpread$
|
|
41549
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41523
41550
|
}
|
|
41524
41551
|
}, [StatePagePropertiesContext]);
|
|
41525
41552
|
React.useEffect(function () {
|
|
@@ -41756,8 +41783,8 @@ var Footer6 = function Footer6(props) {
|
|
|
41756
41783
|
}))));
|
|
41757
41784
|
};
|
|
41758
41785
|
|
|
41759
|
-
function ownKeys$
|
|
41760
|
-
function _objectSpread$
|
|
41786
|
+
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; }
|
|
41787
|
+
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; }
|
|
41761
41788
|
var Footer7 = function Footer7(props) {
|
|
41762
41789
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
41763
41790
|
var _useState = React.useState(''),
|
|
@@ -41788,7 +41815,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41788
41815
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41789
41816
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41790
41817
|
});
|
|
41791
|
-
setsectionproperties(_objectSpread$
|
|
41818
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41792
41819
|
} else {
|
|
41793
41820
|
var secpropobj = {};
|
|
41794
41821
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41798,7 +41825,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41798
41825
|
});
|
|
41799
41826
|
}
|
|
41800
41827
|
});
|
|
41801
|
-
setsectionproperties(_objectSpread$
|
|
41828
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41802
41829
|
}
|
|
41803
41830
|
}, [StatePagePropertiesContext]);
|
|
41804
41831
|
React.useEffect(function () {
|
|
@@ -42156,8 +42183,8 @@ var Footer7 = function Footer7(props) {
|
|
|
42156
42183
|
}))))));
|
|
42157
42184
|
};
|
|
42158
42185
|
|
|
42159
|
-
function ownKeys$
|
|
42160
|
-
function _objectSpread$
|
|
42186
|
+
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; }
|
|
42187
|
+
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; }
|
|
42161
42188
|
var Footer8 = function Footer8(props) {
|
|
42162
42189
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
|
|
42163
42190
|
var _useState = React.useState(''),
|
|
@@ -42184,7 +42211,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42184
42211
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42185
42212
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42186
42213
|
});
|
|
42187
|
-
setsectionproperties(_objectSpread$
|
|
42214
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42188
42215
|
} else {
|
|
42189
42216
|
var secpropobj = {};
|
|
42190
42217
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42194,7 +42221,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42194
42221
|
});
|
|
42195
42222
|
}
|
|
42196
42223
|
});
|
|
42197
|
-
setsectionproperties(_objectSpread$
|
|
42224
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42198
42225
|
}
|
|
42199
42226
|
}, [StatePagePropertiesContext]);
|
|
42200
42227
|
var footerStyles = {
|
|
@@ -42572,8 +42599,8 @@ var Footer8 = function Footer8(props) {
|
|
|
42572
42599
|
}, lang.orderhistory)))))));
|
|
42573
42600
|
};
|
|
42574
42601
|
|
|
42575
|
-
function ownKeys$
|
|
42576
|
-
function _objectSpread$
|
|
42602
|
+
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; }
|
|
42603
|
+
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; }
|
|
42577
42604
|
var Simplefooter = function Simplefooter(props) {
|
|
42578
42605
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
42579
42606
|
var _useState = React.useState(''),
|
|
@@ -42600,7 +42627,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42600
42627
|
});
|
|
42601
42628
|
}
|
|
42602
42629
|
});
|
|
42603
|
-
setsectionproperties(_objectSpread$
|
|
42630
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
42604
42631
|
}, [StatePagePropertiesContext]);
|
|
42605
42632
|
React.useEffect(function () {
|
|
42606
42633
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -42867,8 +42894,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42867
42894
|
})));
|
|
42868
42895
|
};
|
|
42869
42896
|
|
|
42870
|
-
function ownKeys$
|
|
42871
|
-
function _objectSpread$
|
|
42897
|
+
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; }
|
|
42898
|
+
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; }
|
|
42872
42899
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
42873
42900
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
42874
42901
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42891,7 +42918,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42891
42918
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42892
42919
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42893
42920
|
});
|
|
42894
|
-
setsectionproperties(_objectSpread$
|
|
42921
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42895
42922
|
} else {
|
|
42896
42923
|
var secpropobj = {};
|
|
42897
42924
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42901,7 +42928,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42901
42928
|
});
|
|
42902
42929
|
}
|
|
42903
42930
|
});
|
|
42904
|
-
setsectionproperties(_objectSpread$
|
|
42931
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42905
42932
|
}
|
|
42906
42933
|
}, [StatePagePropertiesContext]);
|
|
42907
42934
|
var _useState3 = React.useState([]),
|
|
@@ -43179,8 +43206,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
43179
43206
|
}, "@ ", 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))));
|
|
43180
43207
|
};
|
|
43181
43208
|
|
|
43182
|
-
function ownKeys$
|
|
43183
|
-
function _objectSpread$
|
|
43209
|
+
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; }
|
|
43210
|
+
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; }
|
|
43184
43211
|
var ModernFooter = function ModernFooter(props) {
|
|
43185
43212
|
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;
|
|
43186
43213
|
var _useState = React.useState(''),
|
|
@@ -43206,7 +43233,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43206
43233
|
});
|
|
43207
43234
|
}
|
|
43208
43235
|
});
|
|
43209
|
-
setsectionproperties(_objectSpread$
|
|
43236
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
43210
43237
|
}, [StatePagePropertiesContext]);
|
|
43211
43238
|
var footerStyles = {
|
|
43212
43239
|
footerContainer: glamor.css({
|
|
@@ -43657,8 +43684,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43657
43684
|
})))))));
|
|
43658
43685
|
};
|
|
43659
43686
|
|
|
43660
|
-
function ownKeys$
|
|
43661
|
-
function _objectSpread$
|
|
43687
|
+
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; }
|
|
43688
|
+
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; }
|
|
43662
43689
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43663
43690
|
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43664
43691
|
var _useState = React.useState(''),
|
|
@@ -43688,7 +43715,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43688
43715
|
});
|
|
43689
43716
|
}
|
|
43690
43717
|
});
|
|
43691
|
-
setsectionproperties(_objectSpread$
|
|
43718
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
43692
43719
|
}, [StatePagePropertiesContext]);
|
|
43693
43720
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
43694
43721
|
var _authdetailsContext$i;
|
|
@@ -44248,8 +44275,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
44248
44275
|
}, StoreInformation()))));
|
|
44249
44276
|
};
|
|
44250
44277
|
|
|
44251
|
-
function ownKeys$
|
|
44252
|
-
function _objectSpread$
|
|
44278
|
+
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; }
|
|
44279
|
+
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; }
|
|
44253
44280
|
var CardsSection2 = function CardsSection2(props) {
|
|
44254
44281
|
var _useInView = reactIntersectionObserver.useInView();
|
|
44255
44282
|
_useInView.ref;
|
|
@@ -44307,7 +44334,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44307
44334
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44308
44335
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44309
44336
|
});
|
|
44310
|
-
setsectionproperties(_objectSpread$
|
|
44337
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
44311
44338
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44312
44339
|
setfetchingtype('products');
|
|
44313
44340
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44373,9 +44400,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44373
44400
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44374
44401
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44375
44402
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44376
|
-
setProductFilterObjContext(_objectSpread$
|
|
44403
|
+
setProductFilterObjContext(_objectSpread$1n({}, tempfetchproductsfilerobjcontext));
|
|
44377
44404
|
}
|
|
44378
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44405
|
+
setFetchQueriesEngineContext(_objectSpread$1n({}, tempFetchQueriesEngineContext));
|
|
44379
44406
|
}
|
|
44380
44407
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44381
44408
|
React.useEffect(function () {
|
|
@@ -44660,8 +44687,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44660
44687
|
}, cardsrender())));
|
|
44661
44688
|
};
|
|
44662
44689
|
|
|
44663
|
-
function ownKeys$
|
|
44664
|
-
function _objectSpread$
|
|
44690
|
+
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; }
|
|
44691
|
+
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; }
|
|
44665
44692
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
44666
44693
|
var _section_cssstyles;
|
|
44667
44694
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -44715,7 +44742,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44715
44742
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44716
44743
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44717
44744
|
});
|
|
44718
|
-
setsectionproperties(_objectSpread$
|
|
44745
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
44719
44746
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44720
44747
|
setfetchingtype('products');
|
|
44721
44748
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44767,9 +44794,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44767
44794
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44768
44795
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44769
44796
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44770
|
-
setProductFilterObjContext(_objectSpread$
|
|
44797
|
+
setProductFilterObjContext(_objectSpread$1m({}, tempfetchproductsfilerobjcontext));
|
|
44771
44798
|
}
|
|
44772
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44799
|
+
setFetchQueriesEngineContext(_objectSpread$1m({}, tempFetchQueriesEngineContext));
|
|
44773
44800
|
}
|
|
44774
44801
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44775
44802
|
React.useEffect(function () {
|
|
@@ -45150,8 +45177,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
45150
45177
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
45151
45178
|
};
|
|
45152
45179
|
|
|
45153
|
-
function ownKeys$
|
|
45154
|
-
function _objectSpread$
|
|
45180
|
+
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; }
|
|
45181
|
+
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; }
|
|
45155
45182
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
45156
45183
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
45157
45184
|
ref = _useInView.ref,
|
|
@@ -45210,7 +45237,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45210
45237
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45211
45238
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45212
45239
|
});
|
|
45213
|
-
setsectionproperties(_objectSpread$
|
|
45240
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
45214
45241
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
45215
45242
|
setfetchingtype('products');
|
|
45216
45243
|
setProductsFetchingTypeSectionObj({
|
|
@@ -45272,7 +45299,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45272
45299
|
}
|
|
45273
45300
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
45274
45301
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
45275
|
-
setProductFilterObjContext(_objectSpread$
|
|
45302
|
+
setProductFilterObjContext(_objectSpread$1l({}, tempfetchproductsfilerobjcontext));
|
|
45276
45303
|
}
|
|
45277
45304
|
if (fetchingtype == 'categories') {
|
|
45278
45305
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -45348,7 +45375,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45348
45375
|
cardobjassigner(collections);
|
|
45349
45376
|
}
|
|
45350
45377
|
}
|
|
45351
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45378
|
+
setFetchQueriesEngineContext(_objectSpread$1l({}, tempFetchQueriesEngineContext));
|
|
45352
45379
|
}
|
|
45353
45380
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45354
45381
|
React.useEffect(function () {
|
|
@@ -45704,8 +45731,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45704
45731
|
}, cardsrender()));
|
|
45705
45732
|
};
|
|
45706
45733
|
|
|
45707
|
-
function ownKeys$
|
|
45708
|
-
function _objectSpread$
|
|
45734
|
+
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; }
|
|
45735
|
+
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; }
|
|
45709
45736
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
45710
45737
|
var _useInView = reactIntersectionObserver.useInView();
|
|
45711
45738
|
_useInView.ref;
|
|
@@ -45750,7 +45777,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45750
45777
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45751
45778
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45752
45779
|
});
|
|
45753
|
-
setsectionproperties(_objectSpread$
|
|
45780
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
45754
45781
|
setfetchingtype(sectionitem.fetchingtype);
|
|
45755
45782
|
setProductsFetchingTypeSectionObj({
|
|
45756
45783
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -45776,7 +45803,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45776
45803
|
} else {
|
|
45777
45804
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
45778
45805
|
}
|
|
45779
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45806
|
+
setFetchQueriesEngineContext(_objectSpread$1k({}, tempFetchQueriesEngineContext));
|
|
45780
45807
|
}
|
|
45781
45808
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45782
45809
|
React.useEffect(function () {
|
|
@@ -46056,8 +46083,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
46056
46083
|
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
46057
46084
|
};
|
|
46058
46085
|
|
|
46059
|
-
function ownKeys$
|
|
46060
|
-
function _objectSpread$
|
|
46086
|
+
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; }
|
|
46087
|
+
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; }
|
|
46061
46088
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
46062
46089
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
46063
46090
|
props.actions.lang;
|
|
@@ -46132,7 +46159,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46132
46159
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46133
46160
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46134
46161
|
});
|
|
46135
|
-
setsectionproperties(_objectSpread$
|
|
46162
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
46136
46163
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46137
46164
|
setfetchingtype('products');
|
|
46138
46165
|
var lcproductfetchingtype = 'Random';
|
|
@@ -46209,7 +46236,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46209
46236
|
}
|
|
46210
46237
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
46211
46238
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
46212
|
-
setProductFilterObjContext(_objectSpread$
|
|
46239
|
+
setProductFilterObjContext(_objectSpread$1j({}, tempfetchproductsfilerobjcontext));
|
|
46213
46240
|
}
|
|
46214
46241
|
if (fetchingtype == 'categories') {
|
|
46215
46242
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -46285,7 +46312,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46285
46312
|
cardobjassigner(collections);
|
|
46286
46313
|
}
|
|
46287
46314
|
}
|
|
46288
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
46315
|
+
setFetchQueriesEngineContext(_objectSpread$1j({}, tempFetchQueriesEngineContext));
|
|
46289
46316
|
}
|
|
46290
46317
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46291
46318
|
React.useEffect(function () {
|
|
@@ -46924,8 +46951,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46924
46951
|
}, cardsrender()));
|
|
46925
46952
|
};
|
|
46926
46953
|
|
|
46927
|
-
function ownKeys$
|
|
46928
|
-
function _objectSpread$
|
|
46954
|
+
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; }
|
|
46955
|
+
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; }
|
|
46929
46956
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
46930
46957
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
46931
46958
|
ref = _useInView.ref,
|
|
@@ -46986,7 +47013,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
46986
47013
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46987
47014
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46988
47015
|
});
|
|
46989
|
-
setsectionproperties(_objectSpread$
|
|
47016
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
46990
47017
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46991
47018
|
setfetchingtype('products');
|
|
46992
47019
|
setProductsFetchingTypeSectionObj({
|
|
@@ -47038,9 +47065,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47038
47065
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
47039
47066
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
47040
47067
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
47041
|
-
setProductFilterObjContext(_objectSpread$
|
|
47068
|
+
setProductFilterObjContext(_objectSpread$1i({}, tempfetchproductsfilerobjcontext));
|
|
47042
47069
|
// }
|
|
47043
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47070
|
+
setFetchQueriesEngineContext(_objectSpread$1i({}, tempFetchQueriesEngineContext));
|
|
47044
47071
|
}
|
|
47045
47072
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47046
47073
|
React.useEffect(function () {
|
|
@@ -47478,8 +47505,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47478
47505
|
}, cardsrender())));
|
|
47479
47506
|
};
|
|
47480
47507
|
|
|
47481
|
-
function ownKeys$
|
|
47482
|
-
function _objectSpread$
|
|
47508
|
+
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; }
|
|
47509
|
+
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; }
|
|
47483
47510
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
47484
47511
|
var _useInView = reactIntersectionObserver.useInView();
|
|
47485
47512
|
_useInView.ref;
|
|
@@ -47506,7 +47533,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47506
47533
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47507
47534
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47508
47535
|
});
|
|
47509
|
-
setsectionproperties(_objectSpread$
|
|
47536
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
47510
47537
|
setfetchingtype(sectionitem.fetchingtype);
|
|
47511
47538
|
}
|
|
47512
47539
|
});
|
|
@@ -47747,8 +47774,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47747
47774
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
47748
47775
|
};
|
|
47749
47776
|
|
|
47750
|
-
function ownKeys$
|
|
47751
|
-
function _objectSpread$
|
|
47777
|
+
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; }
|
|
47778
|
+
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; }
|
|
47752
47779
|
var CollapsableSection = function CollapsableSection(props) {
|
|
47753
47780
|
var _maincontainerarrayof;
|
|
47754
47781
|
var _useState = React.useState(''),
|
|
@@ -47772,7 +47799,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
47772
47799
|
});
|
|
47773
47800
|
}
|
|
47774
47801
|
});
|
|
47775
|
-
setsectionproperties(_objectSpread$
|
|
47802
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
47776
47803
|
}, [StatePagePropertiesContext]);
|
|
47777
47804
|
React.useEffect(function () {
|
|
47778
47805
|
if (sectionproperties.length != 0) {
|
|
@@ -48057,8 +48084,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
48057
48084
|
})))));
|
|
48058
48085
|
};
|
|
48059
48086
|
|
|
48060
|
-
function ownKeys$
|
|
48061
|
-
function _objectSpread$
|
|
48087
|
+
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; }
|
|
48088
|
+
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; }
|
|
48062
48089
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
48063
48090
|
props.actions.lang;
|
|
48064
48091
|
var langdetect = props.actions.langdetect;
|
|
@@ -48089,7 +48116,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48089
48116
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48090
48117
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48091
48118
|
});
|
|
48092
|
-
setsectionproperties(_objectSpread$
|
|
48119
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48093
48120
|
} else {
|
|
48094
48121
|
var secpropobj = {};
|
|
48095
48122
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48099,7 +48126,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48099
48126
|
});
|
|
48100
48127
|
}
|
|
48101
48128
|
});
|
|
48102
|
-
setsectionproperties(_objectSpread$
|
|
48129
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48103
48130
|
}
|
|
48104
48131
|
}, [StatePagePropertiesContext]);
|
|
48105
48132
|
React.useEffect(function () {
|
|
@@ -48520,8 +48547,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48520
48547
|
}, BackgroundImagesContent())));
|
|
48521
48548
|
};
|
|
48522
48549
|
|
|
48523
|
-
function ownKeys$
|
|
48524
|
-
function _objectSpread$
|
|
48550
|
+
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; }
|
|
48551
|
+
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; }
|
|
48525
48552
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
48526
48553
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$13, _imagesarray$17;
|
|
48527
48554
|
props.actions.lang;
|
|
@@ -48548,7 +48575,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48548
48575
|
});
|
|
48549
48576
|
}
|
|
48550
48577
|
});
|
|
48551
|
-
setsectionproperties(_objectSpread$
|
|
48578
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
48552
48579
|
}, [StatePagePropertiesContext]);
|
|
48553
48580
|
React.useEffect(function () {
|
|
48554
48581
|
if (sectionproperties.length != 0) {
|
|
@@ -48843,8 +48870,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48843
48870
|
})))))));
|
|
48844
48871
|
};
|
|
48845
48872
|
|
|
48846
|
-
function ownKeys$
|
|
48847
|
-
function _objectSpread$
|
|
48873
|
+
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; }
|
|
48874
|
+
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; }
|
|
48848
48875
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
48849
48876
|
var _useState = React.useState(''),
|
|
48850
48877
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -48867,7 +48894,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48867
48894
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48868
48895
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48869
48896
|
});
|
|
48870
|
-
setsectionproperties(_objectSpread$
|
|
48897
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48871
48898
|
} else {
|
|
48872
48899
|
var secpropobj = {};
|
|
48873
48900
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48877,7 +48904,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48877
48904
|
});
|
|
48878
48905
|
}
|
|
48879
48906
|
});
|
|
48880
|
-
setsectionproperties(_objectSpread$
|
|
48907
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48881
48908
|
}
|
|
48882
48909
|
}, [StatePagePropertiesContext]);
|
|
48883
48910
|
React.useEffect(function () {
|
|
@@ -49094,8 +49121,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
49094
49121
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
49095
49122
|
styleInject(css_248z$l);
|
|
49096
49123
|
|
|
49097
|
-
function ownKeys$
|
|
49098
|
-
function _objectSpread$
|
|
49124
|
+
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; }
|
|
49125
|
+
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; }
|
|
49099
49126
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
49100
49127
|
var _ref, _bgimagesarray$, _bgimagesarray$2, _ref2;
|
|
49101
49128
|
var _useState = React.useState(''),
|
|
@@ -49118,7 +49145,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49118
49145
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49119
49146
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49120
49147
|
});
|
|
49121
|
-
setsectionproperties(_objectSpread$
|
|
49148
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49122
49149
|
} else {
|
|
49123
49150
|
var secpropobj = {};
|
|
49124
49151
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49128,7 +49155,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49128
49155
|
});
|
|
49129
49156
|
}
|
|
49130
49157
|
});
|
|
49131
|
-
setsectionproperties(_objectSpread$
|
|
49158
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49132
49159
|
}
|
|
49133
49160
|
}, [StatePagePropertiesContext]);
|
|
49134
49161
|
React.useEffect(function () {
|
|
@@ -49355,8 +49382,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49355
49382
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
49356
49383
|
};
|
|
49357
49384
|
|
|
49358
|
-
function ownKeys$
|
|
49359
|
-
function _objectSpread$
|
|
49385
|
+
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; }
|
|
49386
|
+
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; }
|
|
49360
49387
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
49361
49388
|
var _useState = React.useState(''),
|
|
49362
49389
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -49379,7 +49406,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49379
49406
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49380
49407
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49381
49408
|
});
|
|
49382
|
-
setsectionproperties(_objectSpread$
|
|
49409
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49383
49410
|
} else {
|
|
49384
49411
|
var secpropobj = {};
|
|
49385
49412
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49389,7 +49416,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49389
49416
|
});
|
|
49390
49417
|
}
|
|
49391
49418
|
});
|
|
49392
|
-
setsectionproperties(_objectSpread$
|
|
49419
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49393
49420
|
}
|
|
49394
49421
|
}, [StatePagePropertiesContext]);
|
|
49395
49422
|
React.useEffect(function () {
|
|
@@ -49500,8 +49527,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49500
49527
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
49501
49528
|
styleInject(css_248z$k);
|
|
49502
49529
|
|
|
49503
|
-
function ownKeys$
|
|
49504
|
-
function _objectSpread$
|
|
49530
|
+
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; }
|
|
49531
|
+
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; }
|
|
49505
49532
|
var Select = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
49506
49533
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
49507
49534
|
});
|
|
@@ -49519,7 +49546,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49519
49546
|
sectionproperties = _useState2[0],
|
|
49520
49547
|
setsectionproperties = _useState2[1];
|
|
49521
49548
|
React.useEffect(function () {
|
|
49522
|
-
setsectionproperties(_objectSpread$
|
|
49549
|
+
setsectionproperties(_objectSpread$1a({}, props.sectionproperties));
|
|
49523
49550
|
}, [props.sectionproperties]);
|
|
49524
49551
|
var formstyles = {
|
|
49525
49552
|
input_label_name: glamor.css({
|
|
@@ -49590,13 +49617,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49590
49617
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49591
49618
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
49592
49619
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
49593
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49620
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49594
49621
|
if (props.srcfrom != 'filter') {
|
|
49595
49622
|
props.payloadobjchange('countryid', option.id);
|
|
49596
49623
|
} else {
|
|
49597
49624
|
var temp = props.payloadobj;
|
|
49598
49625
|
temp.countryid = option.id;
|
|
49599
|
-
props.setpayloadobj(_objectSpread$
|
|
49626
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49600
49627
|
}
|
|
49601
49628
|
},
|
|
49602
49629
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49649,13 +49676,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49649
49676
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49650
49677
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
49651
49678
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
49652
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49679
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49653
49680
|
if (props.srcfrom != 'filter') {
|
|
49654
49681
|
props.payloadobjchange('stateid', option.id);
|
|
49655
49682
|
} else {
|
|
49656
49683
|
var temp = props.payloadobj;
|
|
49657
49684
|
temp.stateid = option.id;
|
|
49658
|
-
props.setpayloadobj(_objectSpread$
|
|
49685
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49659
49686
|
}
|
|
49660
49687
|
},
|
|
49661
49688
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49710,7 +49737,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49710
49737
|
} else {
|
|
49711
49738
|
var temp = props.payloadobj;
|
|
49712
49739
|
temp.cityid = option.id;
|
|
49713
|
-
props.setpayloadobj(_objectSpread$
|
|
49740
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49714
49741
|
}
|
|
49715
49742
|
},
|
|
49716
49743
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49744,8 +49771,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49744
49771
|
}))));
|
|
49745
49772
|
};
|
|
49746
49773
|
|
|
49747
|
-
function ownKeys$
|
|
49748
|
-
function _objectSpread$
|
|
49774
|
+
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; }
|
|
49775
|
+
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; }
|
|
49749
49776
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
49750
49777
|
var _css, _fetchProductFeatures;
|
|
49751
49778
|
var _useState = React.useState(''),
|
|
@@ -49803,11 +49830,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49803
49830
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
49804
49831
|
props.actions.fetchcollectionsQueryContext;
|
|
49805
49832
|
React.useEffect(function () {
|
|
49806
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49833
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49807
49834
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
49808
49835
|
tempFetchQueriesEngineContext.collections = true;
|
|
49809
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49810
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49836
|
+
setFetchQueriesEngineContext(_objectSpread$19({}, tempFetchQueriesEngineContext));
|
|
49837
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49811
49838
|
|
|
49812
49839
|
// authdetailsContext?.instinfo?.instcollections?
|
|
49813
49840
|
}, []);
|
|
@@ -49828,7 +49855,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49828
49855
|
});
|
|
49829
49856
|
}
|
|
49830
49857
|
});
|
|
49831
|
-
setsectionproperties(_objectSpread$
|
|
49858
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
49832
49859
|
}, [StatePagePropertiesContext]);
|
|
49833
49860
|
React.useEffect(function () {
|
|
49834
49861
|
if (sectionproperties.length != 0) {
|
|
@@ -50076,7 +50103,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50076
50103
|
var temp = payloadobj;
|
|
50077
50104
|
temp.collections = [];
|
|
50078
50105
|
temp.collections.push(option.collectionid);
|
|
50079
|
-
setpayloadobj(_objectSpread$
|
|
50106
|
+
setpayloadobj(_objectSpread$19({}, temp));
|
|
50080
50107
|
},
|
|
50081
50108
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
50082
50109
|
isSearchable: true,
|
|
@@ -50114,7 +50141,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50114
50141
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50115
50142
|
value: pricevalue,
|
|
50116
50143
|
onChange: function onChange(value) {
|
|
50117
|
-
setpricevalue(_objectSpread$
|
|
50144
|
+
setpricevalue(_objectSpread$19({}, value));
|
|
50118
50145
|
}
|
|
50119
50146
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50120
50147
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -50122,7 +50149,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50122
50149
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50123
50150
|
onClick: function onClick() {
|
|
50124
50151
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50125
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50152
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50126
50153
|
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) {
|
|
50127
50154
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50128
50155
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50359,7 +50386,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50359
50386
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50360
50387
|
onClick: function onClick() {
|
|
50361
50388
|
var _payloadobj$countryid2, _payloadobj$stateid2, _payloadobj$cityid2, _pricevalue$min2, _pricevalue$max2;
|
|
50362
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50389
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50363
50390
|
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) {
|
|
50364
50391
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50365
50392
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50407,8 +50434,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50407
50434
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50408
50435
|
};
|
|
50409
50436
|
|
|
50410
|
-
function ownKeys$
|
|
50411
|
-
function _objectSpread$
|
|
50437
|
+
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; }
|
|
50438
|
+
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; }
|
|
50412
50439
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
50413
50440
|
var _fetchCategoriesQuery;
|
|
50414
50441
|
var _useState = React.useState(''),
|
|
@@ -50462,11 +50489,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50462
50489
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
50463
50490
|
props.actions.fetchcollectionsQueryContext;
|
|
50464
50491
|
React.useEffect(function () {
|
|
50465
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50492
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50466
50493
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
50467
50494
|
tempFetchQueriesEngineContext.collections = true;
|
|
50468
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
50469
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50495
|
+
setFetchQueriesEngineContext(_objectSpread$18({}, tempFetchQueriesEngineContext));
|
|
50496
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50470
50497
|
|
|
50471
50498
|
// authdetailsContext?.instinfo?.instcollections?
|
|
50472
50499
|
}, []);
|
|
@@ -50487,7 +50514,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50487
50514
|
});
|
|
50488
50515
|
}
|
|
50489
50516
|
});
|
|
50490
|
-
setsectionproperties(_objectSpread$
|
|
50517
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
50491
50518
|
}, [StatePagePropertiesContext]);
|
|
50492
50519
|
// useEffect(() => {
|
|
50493
50520
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -50735,7 +50762,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50735
50762
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50736
50763
|
value: pricevalue,
|
|
50737
50764
|
onChange: function onChange(value) {
|
|
50738
|
-
setpricevalue(_objectSpread$
|
|
50765
|
+
setpricevalue(_objectSpread$18({}, value));
|
|
50739
50766
|
}
|
|
50740
50767
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50741
50768
|
"class": "col-lg-1"
|
|
@@ -50745,7 +50772,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50745
50772
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50746
50773
|
onClick: function onClick() {
|
|
50747
50774
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50748
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50775
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$18({}, fetchproductsfilerobjcontext);
|
|
50749
50776
|
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) {
|
|
50750
50777
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50751
50778
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50790,8 +50817,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50790
50817
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50791
50818
|
};
|
|
50792
50819
|
|
|
50793
|
-
function ownKeys$
|
|
50794
|
-
function _objectSpread$
|
|
50820
|
+
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; }
|
|
50821
|
+
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; }
|
|
50795
50822
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
50796
50823
|
var _useState = React.useState(''),
|
|
50797
50824
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -50837,7 +50864,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50837
50864
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50838
50865
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50839
50866
|
});
|
|
50840
|
-
setsectionproperties(_objectSpread$
|
|
50867
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50841
50868
|
} else {
|
|
50842
50869
|
var secpropobj = {};
|
|
50843
50870
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50847,7 +50874,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50847
50874
|
});
|
|
50848
50875
|
}
|
|
50849
50876
|
});
|
|
50850
|
-
setsectionproperties(_objectSpread$
|
|
50877
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50851
50878
|
}
|
|
50852
50879
|
}, [StatePagePropertiesContext]);
|
|
50853
50880
|
var sectionstyles = {
|
|
@@ -51040,8 +51067,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
51040
51067
|
})))));
|
|
51041
51068
|
};
|
|
51042
51069
|
|
|
51043
|
-
function ownKeys$
|
|
51044
|
-
function _objectSpread$
|
|
51070
|
+
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; }
|
|
51071
|
+
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; }
|
|
51045
51072
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
51046
51073
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
51047
51074
|
var lang = props.actions.lang;
|
|
@@ -51081,7 +51108,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51081
51108
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51082
51109
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51083
51110
|
});
|
|
51084
|
-
setsectionproperties(_objectSpread$
|
|
51111
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51085
51112
|
} else {
|
|
51086
51113
|
var secpropobj = {};
|
|
51087
51114
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51091,7 +51118,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51091
51118
|
});
|
|
51092
51119
|
}
|
|
51093
51120
|
});
|
|
51094
|
-
setsectionproperties(_objectSpread$
|
|
51121
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51095
51122
|
}
|
|
51096
51123
|
}, [StatePagePropertiesContext]);
|
|
51097
51124
|
React.useEffect(function () {
|
|
@@ -51252,8 +51279,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51252
51279
|
})))))))));
|
|
51253
51280
|
};
|
|
51254
51281
|
|
|
51255
|
-
function ownKeys$
|
|
51256
|
-
function _objectSpread$
|
|
51282
|
+
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; }
|
|
51283
|
+
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; }
|
|
51257
51284
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
51258
51285
|
var _useState = React.useState(''),
|
|
51259
51286
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -51278,7 +51305,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51278
51305
|
});
|
|
51279
51306
|
}
|
|
51280
51307
|
});
|
|
51281
|
-
setsectionproperties(_objectSpread$
|
|
51308
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
51282
51309
|
}, [StatePagePropertiesContext]);
|
|
51283
51310
|
React.useEffect(function () {
|
|
51284
51311
|
if (sectionproperties.length != 0) {
|
|
@@ -51392,8 +51419,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51392
51419
|
}))))));
|
|
51393
51420
|
};
|
|
51394
51421
|
|
|
51395
|
-
function ownKeys$
|
|
51396
|
-
function _objectSpread$
|
|
51422
|
+
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; }
|
|
51423
|
+
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; }
|
|
51397
51424
|
var Threebgimages = function Threebgimages(props) {
|
|
51398
51425
|
var _ref;
|
|
51399
51426
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
@@ -51424,7 +51451,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51424
51451
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51425
51452
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51426
51453
|
});
|
|
51427
|
-
setsectionproperties(_objectSpread$
|
|
51454
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51428
51455
|
} else {
|
|
51429
51456
|
var secpropobj = {};
|
|
51430
51457
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51434,7 +51461,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51434
51461
|
});
|
|
51435
51462
|
}
|
|
51436
51463
|
});
|
|
51437
|
-
setsectionproperties(_objectSpread$
|
|
51464
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51438
51465
|
}
|
|
51439
51466
|
}, [StatePagePropertiesContext]);
|
|
51440
51467
|
React.useEffect(function () {
|
|
@@ -51648,8 +51675,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51648
51675
|
})));
|
|
51649
51676
|
};
|
|
51650
51677
|
|
|
51651
|
-
function ownKeys$
|
|
51652
|
-
function _objectSpread$
|
|
51678
|
+
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; }
|
|
51679
|
+
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; }
|
|
51653
51680
|
var Twobgimages = function Twobgimages(props) {
|
|
51654
51681
|
var _useState = React.useState(''),
|
|
51655
51682
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -51677,7 +51704,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51677
51704
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51678
51705
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51679
51706
|
});
|
|
51680
|
-
setsectionproperties(_objectSpread$
|
|
51707
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51681
51708
|
} else {
|
|
51682
51709
|
var secpropobj = {};
|
|
51683
51710
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51687,7 +51714,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51687
51714
|
});
|
|
51688
51715
|
}
|
|
51689
51716
|
});
|
|
51690
|
-
setsectionproperties(_objectSpread$
|
|
51717
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51691
51718
|
}
|
|
51692
51719
|
}, [StatePagePropertiesContext]);
|
|
51693
51720
|
React.useEffect(function () {
|
|
@@ -51984,8 +52011,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51984
52011
|
}, BackgroundImage()));
|
|
51985
52012
|
};
|
|
51986
52013
|
|
|
51987
|
-
function ownKeys$
|
|
51988
|
-
function _objectSpread$
|
|
52014
|
+
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; }
|
|
52015
|
+
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; }
|
|
51989
52016
|
var VideosSection = function VideosSection(props) {
|
|
51990
52017
|
var _useState = React.useState(''),
|
|
51991
52018
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -52011,7 +52038,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
52011
52038
|
});
|
|
52012
52039
|
}
|
|
52013
52040
|
});
|
|
52014
|
-
setsectionproperties(_objectSpread$
|
|
52041
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
52015
52042
|
}, [StatePagePropertiesContext]);
|
|
52016
52043
|
React.useEffect(function () {
|
|
52017
52044
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -52275,8 +52302,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
52275
52302
|
}))))));
|
|
52276
52303
|
};
|
|
52277
52304
|
|
|
52278
|
-
function ownKeys$
|
|
52279
|
-
function _objectSpread$
|
|
52305
|
+
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; }
|
|
52306
|
+
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; }
|
|
52280
52307
|
var FullVideoSection = function FullVideoSection(props) {
|
|
52281
52308
|
var _useState = React.useState(''),
|
|
52282
52309
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -52302,7 +52329,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52302
52329
|
});
|
|
52303
52330
|
}
|
|
52304
52331
|
});
|
|
52305
|
-
setsectionproperties(_objectSpread$
|
|
52332
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
52306
52333
|
}, [StatePagePropertiesContext]);
|
|
52307
52334
|
React.useEffect(function () {
|
|
52308
52335
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -52468,6 +52495,113 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52468
52495
|
}, Content(), " ", Video())));
|
|
52469
52496
|
};
|
|
52470
52497
|
|
|
52498
|
+
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; }
|
|
52499
|
+
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; }
|
|
52500
|
+
var Popupcomponent = function Popupcomponent(props) {
|
|
52501
|
+
var _useState = React.useState(''),
|
|
52502
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
52503
|
+
sectionproperties = _useState2[0],
|
|
52504
|
+
setsectionproperties = _useState2[1];
|
|
52505
|
+
props.actions.lang;
|
|
52506
|
+
var langdetect = props.actions.langdetect;
|
|
52507
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
52508
|
+
props.actions.routingcountext;
|
|
52509
|
+
props.actions.StaticPagesLinksContext;
|
|
52510
|
+
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
52511
|
+
props.actions;
|
|
52512
|
+
var _useState3 = React.useState(true),
|
|
52513
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
52514
|
+
showpopup = _useState4[0],
|
|
52515
|
+
setshowpopup = _useState4[1];
|
|
52516
|
+
var _useState5 = React.useState([]),
|
|
52517
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
52518
|
+
imagesarray = _useState6[0],
|
|
52519
|
+
setimagesarray = _useState6[1];
|
|
52520
|
+
React.useEffect(function () {
|
|
52521
|
+
var secpropobj = {};
|
|
52522
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
52523
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
52524
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
52525
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
52526
|
+
});
|
|
52527
|
+
}
|
|
52528
|
+
});
|
|
52529
|
+
setsectionproperties(_objectSpread$10({}, secpropobj));
|
|
52530
|
+
}, [StatePagePropertiesContext]);
|
|
52531
|
+
React.useEffect(function () {
|
|
52532
|
+
if (sectionproperties.length != 0) {
|
|
52533
|
+
if (sectionproperties.bgsection_imagearrayofobjs != null) {
|
|
52534
|
+
var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
|
|
52535
|
+
if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
|
|
52536
|
+
setimagesarray(_toConsumableArray__default["default"](bgsection_imagearrayofobjsparsed));
|
|
52537
|
+
}
|
|
52538
|
+
}
|
|
52539
|
+
}
|
|
52540
|
+
}, [sectionproperties]);
|
|
52541
|
+
// useEffect(() => {
|
|
52542
|
+
// setTimeout(() => {
|
|
52543
|
+
// setshowpopup(true);
|
|
52544
|
+
// }, 2000);
|
|
52545
|
+
// }, []);
|
|
52546
|
+
var closePopUp = function closePopUp() {
|
|
52547
|
+
// setting key "seenPopUp" with value true into localStorage
|
|
52548
|
+
localStorage.setItem('seenPopUp', true);
|
|
52549
|
+
// setting state to false to not display pop-up
|
|
52550
|
+
setshowpopup(false);
|
|
52551
|
+
};
|
|
52552
|
+
React.useEffect(function () {
|
|
52553
|
+
// getting value of "seenPopUp" key from localStorage
|
|
52554
|
+
var returningUser = localStorage.getItem('seenPopUp');
|
|
52555
|
+
// if it's not there, for a new user, it will be null
|
|
52556
|
+
// if it's there it will be boolean true
|
|
52557
|
+
// setting the opposite to state, false for returning user, true for a new user
|
|
52558
|
+
setshowpopup(!returningUser);
|
|
52559
|
+
}, []);
|
|
52560
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52561
|
+
className: "row ml-0 mr-0 w-100"
|
|
52562
|
+
}, showpopup == true && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
52563
|
+
show: true,
|
|
52564
|
+
onHide: function onHide() {
|
|
52565
|
+
closePopUp();
|
|
52566
|
+
},
|
|
52567
|
+
centered: true,
|
|
52568
|
+
size: 'md'
|
|
52569
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52570
|
+
className: "row w-100 m-0"
|
|
52571
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52572
|
+
className: "allcentered bgdanger-hover cursor-pointer",
|
|
52573
|
+
onClick: function onClick() {
|
|
52574
|
+
closePopUp();
|
|
52575
|
+
},
|
|
52576
|
+
style: {
|
|
52577
|
+
position: 'absolute',
|
|
52578
|
+
top: -40,
|
|
52579
|
+
backgroundColor: '#000',
|
|
52580
|
+
width: 35,
|
|
52581
|
+
height: 35,
|
|
52582
|
+
right: 0
|
|
52583
|
+
}
|
|
52584
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
52585
|
+
"class": "h-100 allcentered text-black"
|
|
52586
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, {
|
|
52587
|
+
size: 20,
|
|
52588
|
+
"class": "",
|
|
52589
|
+
color: '#fff'
|
|
52590
|
+
}))), Object.keys(imagesarray).length != 0 && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
52591
|
+
href: '/signup',
|
|
52592
|
+
target: "_self"
|
|
52593
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
52594
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52595
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52596
|
+
path: imagesarray.length != 0 ? langdetect == 'en' ? imagesarray[0].bgsection_image : imagesarray[0].bgsection_image_ar : '',
|
|
52597
|
+
style: {
|
|
52598
|
+
height: '100%',
|
|
52599
|
+
width: '100%',
|
|
52600
|
+
objectFit: 'contain'
|
|
52601
|
+
}
|
|
52602
|
+
})))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
52603
|
+
};
|
|
52604
|
+
|
|
52471
52605
|
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; }
|
|
52472
52606
|
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; }
|
|
52473
52607
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
@@ -71766,6 +71900,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
71766
71900
|
Twobgimages: Twobgimages,
|
|
71767
71901
|
VideosSection: VideosSection,
|
|
71768
71902
|
FullVideoSection: FullVideoSection,
|
|
71903
|
+
Popupcomponent: Popupcomponent,
|
|
71769
71904
|
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
71770
71905
|
DynamicForm: DynamicForm,
|
|
71771
71906
|
// Slideshows (13)
|