tabexseriescomponents 0.0.412 → 0.0.414
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 +794 -644
- package/dist/index.esm.js +794 -644
- package/dist/index.umd.js +794 -644
- package/package.json +1 -1
- package/src 2.zip +0 -0
- package/srcbeforeedits.zip +0 -0
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,21 +13389,24 @@ 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
|
});
|
|
13397
13397
|
var Filter$1 = function Filter(props) {
|
|
13398
|
-
var
|
|
13398
|
+
var _css;
|
|
13399
13399
|
var lang = props.actions.lang;
|
|
13400
13400
|
var langdetect = props.actions.langdetect;
|
|
13401
13401
|
props.actions.productfiltercontext;
|
|
13402
13402
|
props.actions.setproductfiltercontext;
|
|
13403
13403
|
var ProductFilterObjContext = props.actions.ProductFilterObjContext;
|
|
13404
13404
|
var setProductFilterObjContext = props.actions.setProductFilterObjContext;
|
|
13405
|
-
|
|
13405
|
+
props.actions.authdetailsContext;
|
|
13406
|
+
var fetchproductoptionsQueryContext = props.actions.fetchproductoptionsQueryContext;
|
|
13407
|
+
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
13406
13408
|
var routingcountext = props.actions.routingcountext;
|
|
13409
|
+
var fetchcollectionsQueryContext = props.actions.fetchcollectionsQueryContext;
|
|
13407
13410
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
13408
13411
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
13409
13412
|
var _useState = React.useState({
|
|
@@ -13429,7 +13432,8 @@ var Filter$1 = function Filter(props) {
|
|
|
13429
13432
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
13430
13433
|
sectionproperties = _useState6[0],
|
|
13431
13434
|
setsectionproperties = _useState6[1];
|
|
13432
|
-
|
|
13435
|
+
// const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
|
|
13436
|
+
var _useState7 = React.useState([]),
|
|
13433
13437
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
13434
13438
|
instfilters = _useState8[0],
|
|
13435
13439
|
setinstfilters = _useState8[1];
|
|
@@ -13437,11 +13441,11 @@ var Filter$1 = function Filter(props) {
|
|
|
13437
13441
|
_useState10 = _slicedToArray__default["default"](_useState9, 2),
|
|
13438
13442
|
collectionstobevisible = _useState10[0],
|
|
13439
13443
|
setcollectionstobevisible = _useState10[1];
|
|
13440
|
-
var _useState11 = React.useState(
|
|
13444
|
+
var _useState11 = React.useState([]),
|
|
13441
13445
|
_useState12 = _slicedToArray__default["default"](_useState11, 2),
|
|
13442
13446
|
instcollections = _useState12[0],
|
|
13443
13447
|
setinstcollections = _useState12[1];
|
|
13444
|
-
var _useState13 = React.useState(
|
|
13448
|
+
var _useState13 = React.useState([]),
|
|
13445
13449
|
_useState14 = _slicedToArray__default["default"](_useState13, 2),
|
|
13446
13450
|
instcategories = _useState14[0],
|
|
13447
13451
|
setinstcategories = _useState14[1];
|
|
@@ -13490,11 +13494,28 @@ var Filter$1 = function Filter(props) {
|
|
|
13490
13494
|
filterupdater();
|
|
13491
13495
|
}, []);
|
|
13492
13496
|
React.useEffect(function () {
|
|
13493
|
-
|
|
13494
|
-
|
|
13495
|
-
|
|
13496
|
-
|
|
13497
|
-
}, [
|
|
13497
|
+
if (fetchproductoptionsQueryContext.isSuccess) {
|
|
13498
|
+
var _fetchproductoptionsQ;
|
|
13499
|
+
setinstfilters(_toConsumableArray__default["default"](fetchproductoptionsQueryContext === null || fetchproductoptionsQueryContext === void 0 || (_fetchproductoptionsQ = fetchproductoptionsQueryContext.data) === null || _fetchproductoptionsQ === void 0 || (_fetchproductoptionsQ = _fetchproductoptionsQ.data) === null || _fetchproductoptionsQ === void 0 ? void 0 : _fetchproductoptionsQ.productoptions));
|
|
13500
|
+
}
|
|
13501
|
+
}, [fetchproductoptionsQueryContext.isSuccess]);
|
|
13502
|
+
React.useEffect(function () {
|
|
13503
|
+
if (fetchCategoriesQueryContext.isSuccess) {
|
|
13504
|
+
var _fetchCategoriesQuery;
|
|
13505
|
+
setinstcategories(_toConsumableArray__default["default"](fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery === void 0 || (_fetchCategoriesQuery = _fetchCategoriesQuery.data) === null || _fetchCategoriesQuery === void 0 ? void 0 : _fetchCategoriesQuery.categories));
|
|
13506
|
+
}
|
|
13507
|
+
}, [fetchCategoriesQueryContext.isSuccess]);
|
|
13508
|
+
React.useEffect(function () {
|
|
13509
|
+
if (fetchcollectionsQueryContext.isSuccess) {
|
|
13510
|
+
var _fetchcollectionsQuer;
|
|
13511
|
+
setinstcollections(_toConsumableArray__default["default"](fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 || (_fetchcollectionsQuer = fetchcollectionsQueryContext.data) === null || _fetchcollectionsQuer === void 0 || (_fetchcollectionsQuer = _fetchcollectionsQuer.data) === null || _fetchcollectionsQuer === void 0 ? void 0 : _fetchcollectionsQuer.collections));
|
|
13512
|
+
}
|
|
13513
|
+
}, [fetchcollectionsQueryContext.isSuccess]);
|
|
13514
|
+
// useEffect(() => {
|
|
13515
|
+
// // setinstfilters([...authdetailsContext.instinfo.instfilters]);
|
|
13516
|
+
// // setinstcollections([...authdetailsContext.instinfo.instcollections]);
|
|
13517
|
+
// // setinstcategories([...authdetailsContext?.instinfo?.instcategories]);
|
|
13518
|
+
// }, [authdetailsContext]);
|
|
13498
13519
|
React.useEffect(function () {
|
|
13499
13520
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
13500
13521
|
setsectionproperties(props.sectionpropertiesprops);
|
|
@@ -13509,79 +13530,83 @@ var Filter$1 = function Filter(props) {
|
|
|
13509
13530
|
}
|
|
13510
13531
|
timeoutRef.current = setTimeout(function () {
|
|
13511
13532
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
13512
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13533
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13513
13534
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
13514
13535
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
13515
13536
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13516
|
-
setProductFilterObjContext(_objectSpread$
|
|
13537
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13517
13538
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13518
13539
|
}
|
|
13519
13540
|
}, 500);
|
|
13520
13541
|
}, [raterangevalue]);
|
|
13521
13542
|
React.useEffect(function () {
|
|
13522
|
-
if (
|
|
13523
|
-
if ((
|
|
13524
|
-
|
|
13525
|
-
|
|
13526
|
-
|
|
13527
|
-
|
|
13528
|
-
|
|
13529
|
-
|
|
13530
|
-
|
|
13531
|
-
|
|
13532
|
-
|
|
13533
|
-
|
|
13534
|
-
|
|
13535
|
-
|
|
13536
|
-
|
|
13537
|
-
});
|
|
13538
|
-
}
|
|
13539
|
-
});
|
|
13540
|
-
});
|
|
13541
|
-
} else {
|
|
13542
|
-
instcategories === null || instcategories === void 0 || instcategories.forEach(function (catitem, catindex) {
|
|
13543
|
-
var _catitem$parentcollet2;
|
|
13544
|
-
catitem === null || catitem === void 0 || (_catitem$parentcollet2 = catitem.parentcolletions) === null || _catitem$parentcollet2 === void 0 || _catitem$parentcollet2.forEach(function (parentcolitem, parentcolindex) {
|
|
13545
|
-
var _parentcolitem$collec;
|
|
13546
|
-
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec = parentcolitem.collections) === null || _parentcolitem$collec === void 0 || _parentcolitem$collec.forEach(function (colitem, colindex) {
|
|
13547
|
-
var _ProductFilterObjCont2;
|
|
13548
|
-
ProductFilterObjContext === null || ProductFilterObjContext === void 0 || (_ProductFilterObjCont2 = ProductFilterObjContext.collections) === null || _ProductFilterObjCont2 === void 0 || _ProductFilterObjCont2.forEach(function (colitem2, colindex2) {
|
|
13549
|
-
if (colitem.collectionid == colitem2) {
|
|
13543
|
+
if (fetchCategoriesQueryContext.isSuccess && fetchcollectionsQueryContext.isSuccess) {
|
|
13544
|
+
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.filterretreivetype) == 'Depend on chosen parent group') {
|
|
13545
|
+
if ((ProductFilterObjContext === null || ProductFilterObjContext === void 0 ? void 0 : ProductFilterObjContext.collections) != undefined && (ProductFilterObjContext === null || ProductFilterObjContext === void 0 ? void 0 : ProductFilterObjContext.collections) != null && Array.isArray(ProductFilterObjContext === null || ProductFilterObjContext === void 0 ? void 0 : ProductFilterObjContext.collections)) {
|
|
13546
|
+
var _parentidsfound;
|
|
13547
|
+
var collectiontobevisible = [];
|
|
13548
|
+
var parentidsfound = [];
|
|
13549
|
+
if (ProductFilterObjContext.ProductFetchingType == 'Parent Collection') {
|
|
13550
|
+
parentidsfound = ProductFilterObjContext === null || ProductFilterObjContext === void 0 ? void 0 : ProductFilterObjContext.collections;
|
|
13551
|
+
} else if (ProductFilterObjContext.ProductFetchingType == 'Category') {
|
|
13552
|
+
instcategories === null || instcategories === void 0 || instcategories.forEach(function (catitem, catindex) {
|
|
13553
|
+
var _ProductFilterObjCont;
|
|
13554
|
+
ProductFilterObjContext === null || ProductFilterObjContext === void 0 || (_ProductFilterObjCont = ProductFilterObjContext.collections) === null || _ProductFilterObjCont === void 0 || _ProductFilterObjCont.forEach(function (colitem2, colindex2) {
|
|
13555
|
+
if (catitem.categoryid == colitem2) {
|
|
13556
|
+
var _catitem$parentcollet;
|
|
13557
|
+
catitem === null || catitem === void 0 || (_catitem$parentcollet = catitem.parentcolletions) === null || _catitem$parentcollet === void 0 || _catitem$parentcollet.forEach(function (parentcolitem, parentcolindex) {
|
|
13550
13558
|
parentidsfound.push(parentcolitem.parentcollectionid);
|
|
13551
|
-
}
|
|
13559
|
+
});
|
|
13560
|
+
}
|
|
13561
|
+
});
|
|
13562
|
+
});
|
|
13563
|
+
} else {
|
|
13564
|
+
instcategories === null || instcategories === void 0 || instcategories.forEach(function (catitem, catindex) {
|
|
13565
|
+
var _catitem$parentcollet2;
|
|
13566
|
+
catitem === null || catitem === void 0 || (_catitem$parentcollet2 = catitem.parentcolletions) === null || _catitem$parentcollet2 === void 0 || _catitem$parentcollet2.forEach(function (parentcolitem, parentcolindex) {
|
|
13567
|
+
var _parentcolitem$collec;
|
|
13568
|
+
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec = parentcolitem.collections) === null || _parentcolitem$collec === void 0 || _parentcolitem$collec.forEach(function (colitem, colindex) {
|
|
13569
|
+
var _ProductFilterObjCont2;
|
|
13570
|
+
ProductFilterObjContext === null || ProductFilterObjContext === void 0 || (_ProductFilterObjCont2 = ProductFilterObjContext.collections) === null || _ProductFilterObjCont2 === void 0 || _ProductFilterObjCont2.forEach(function (colitem2, colindex2) {
|
|
13571
|
+
if (colitem.collectionid == colitem2) {
|
|
13572
|
+
parentidsfound.push(parentcolitem.parentcollectionid);
|
|
13573
|
+
}
|
|
13574
|
+
});
|
|
13552
13575
|
});
|
|
13553
13576
|
});
|
|
13554
13577
|
});
|
|
13578
|
+
}
|
|
13579
|
+
parentidsfound = parentidsfound.filter(function (val, id, array) {
|
|
13580
|
+
return array.indexOf(val) == id;
|
|
13555
13581
|
});
|
|
13556
|
-
|
|
13557
|
-
|
|
13558
|
-
|
|
13559
|
-
|
|
13560
|
-
|
|
13561
|
-
|
|
13562
|
-
|
|
13563
|
-
|
|
13564
|
-
|
|
13565
|
-
|
|
13566
|
-
|
|
13567
|
-
|
|
13568
|
-
|
|
13569
|
-
|
|
13570
|
-
|
|
13571
|
-
if (
|
|
13572
|
-
|
|
13582
|
+
if (((_parentidsfound = parentidsfound) === null || _parentidsfound === void 0 ? void 0 : _parentidsfound.length) != 0) {
|
|
13583
|
+
instcategories === null || instcategories === void 0 || instcategories.forEach(function (catitem, catindex) {
|
|
13584
|
+
var _catitem$parentcollet3;
|
|
13585
|
+
catitem === null || catitem === void 0 || (_catitem$parentcollet3 = catitem.parentcolletions) === null || _catitem$parentcollet3 === void 0 || _catitem$parentcollet3.forEach(function (parentcolitem, parentcolindex) {
|
|
13586
|
+
var _parentidsfound2;
|
|
13587
|
+
(_parentidsfound2 = parentidsfound) === null || _parentidsfound2 === void 0 || _parentidsfound2.forEach(function (parentidfounditem, parentidfoundindex) {
|
|
13588
|
+
if (parentidfounditem == (parentcolitem === null || parentcolitem === void 0 ? void 0 : parentcolitem.parentcollectionid)) {
|
|
13589
|
+
var _parentcolitem$collec2;
|
|
13590
|
+
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec2 = parentcolitem.collections) === null || _parentcolitem$collec2 === void 0 || _parentcolitem$collec2.forEach(function (colitem, colindex) {
|
|
13591
|
+
var iscolexists = false;
|
|
13592
|
+
collectiontobevisible === null || collectiontobevisible === void 0 || collectiontobevisible.forEach(function (colitemex, colindexex) {
|
|
13593
|
+
if (colitemex.collectionid == colitem.collectionid) {
|
|
13594
|
+
iscolexists = true;
|
|
13595
|
+
}
|
|
13596
|
+
});
|
|
13597
|
+
if (iscolexists == false) {
|
|
13598
|
+
collectiontobevisible.push(colitem);
|
|
13573
13599
|
}
|
|
13574
13600
|
});
|
|
13575
|
-
|
|
13576
|
-
|
|
13577
|
-
}
|
|
13578
|
-
});
|
|
13579
|
-
}
|
|
13601
|
+
}
|
|
13602
|
+
});
|
|
13580
13603
|
});
|
|
13581
13604
|
});
|
|
13582
|
-
|
|
13583
|
-
|
|
13584
|
-
|
|
13605
|
+
if ((collectiontobevisible === null || collectiontobevisible === void 0 ? void 0 : collectiontobevisible.length) != 0) {
|
|
13606
|
+
setcollectionstobevisible(collectiontobevisible);
|
|
13607
|
+
} else {
|
|
13608
|
+
setcollectionstobevisible(instcollections);
|
|
13609
|
+
}
|
|
13585
13610
|
} else {
|
|
13586
13611
|
setcollectionstobevisible(instcollections);
|
|
13587
13612
|
}
|
|
@@ -13591,39 +13616,37 @@ var Filter$1 = function Filter(props) {
|
|
|
13591
13616
|
} else {
|
|
13592
13617
|
setcollectionstobevisible(instcollections);
|
|
13593
13618
|
}
|
|
13594
|
-
} else {
|
|
13595
|
-
setcollectionstobevisible(instcollections);
|
|
13596
13619
|
}
|
|
13597
|
-
}, [ProductFilterObjContext]);
|
|
13620
|
+
}, [ProductFilterObjContext, fetchCategoriesQueryContext.isSuccess, fetchcollectionsQueryContext.isSuccess, instcategories, instcollections]);
|
|
13598
13621
|
React.useEffect(function () {
|
|
13599
13622
|
if (productfeatuesarr.length != 0) {
|
|
13600
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13623
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13601
13624
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
13602
|
-
setProductFilterObjContext(_objectSpread$
|
|
13625
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13603
13626
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13604
13627
|
}
|
|
13605
13628
|
}, [productfeatuesarr]);
|
|
13606
13629
|
React.useEffect(function () {
|
|
13607
13630
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
13608
13631
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
13609
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13632
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13610
13633
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
13611
13634
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
13612
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13635
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13613
13636
|
}
|
|
13614
13637
|
}
|
|
13615
13638
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
13616
13639
|
var filterupdater = function filterupdater() {
|
|
13617
13640
|
setTimeout(function () {
|
|
13618
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
13641
|
+
var tempFetchQueriesEngineContext = _objectSpread$28({}, FetchQueriesEngineContext);
|
|
13619
13642
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
13620
13643
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
13621
13644
|
}, 100);
|
|
13622
13645
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
13623
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13646
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13624
13647
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
13625
13648
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
13626
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13649
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13627
13650
|
}
|
|
13628
13651
|
if (instfilters.length != 0) {
|
|
13629
13652
|
var _ProductFilterObjCont3;
|
|
@@ -13685,7 +13708,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13685
13708
|
}
|
|
13686
13709
|
};
|
|
13687
13710
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
13688
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13711
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13689
13712
|
if (type == 'clearfilters') {
|
|
13690
13713
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
13691
13714
|
} else {
|
|
@@ -13709,14 +13732,14 @@ var Filter$1 = function Filter(props) {
|
|
|
13709
13732
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
13710
13733
|
}
|
|
13711
13734
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13712
|
-
setProductFilterObjContext(_objectSpread$
|
|
13735
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13713
13736
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13714
13737
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13715
13738
|
};
|
|
13716
13739
|
|
|
13717
13740
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
13718
13741
|
var _tempfetchproductsfil2;
|
|
13719
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13742
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13720
13743
|
var CollectionExists = false;
|
|
13721
13744
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
|
|
13722
13745
|
if (filteritem == collectionid) {
|
|
@@ -13733,7 +13756,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13733
13756
|
}
|
|
13734
13757
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13735
13758
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
13736
|
-
setProductFilterObjContext(_objectSpread$
|
|
13759
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13737
13760
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13738
13761
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13739
13762
|
};
|
|
@@ -13801,7 +13824,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13801
13824
|
}))))));
|
|
13802
13825
|
};
|
|
13803
13826
|
var AccordionOuter = function AccordionOuter(categoryItem, categoryIndex) {
|
|
13804
|
-
var
|
|
13827
|
+
var _instcategories$categ;
|
|
13805
13828
|
return /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, {
|
|
13806
13829
|
uuid: categoryIndex
|
|
13807
13830
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -13840,7 +13863,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13840
13863
|
onClick: function onClick() {
|
|
13841
13864
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + categoryItem.categoryid);
|
|
13842
13865
|
}
|
|
13843
|
-
}, langdetect == 'en' ? sectionproperties.explorebtncontenten : sectionproperties.explorebtncontentar, ' ', langdetect == 'en' ? categoryItem.title_en : categoryItem.title_ar)),
|
|
13866
|
+
}, langdetect == 'en' ? sectionproperties.explorebtncontenten : sectionproperties.explorebtncontentar, ' ', langdetect == 'en' ? categoryItem.title_en : categoryItem.title_ar)), (_instcategories$categ = instcategories[categoryIndex]) === null || _instcategories$categ === void 0 ? void 0 : _instcategories$categ.parentcolletions.map(function (parentcollectionitem, parentcollectionindex) {
|
|
13844
13867
|
if (parentcollectionitem.isinftiler == 1) {
|
|
13845
13868
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13846
13869
|
"class": "col-lg-12"
|
|
@@ -14325,14 +14348,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14325
14348
|
return option.id == ProductFilterObjContext.countryid;
|
|
14326
14349
|
}),
|
|
14327
14350
|
onChange: function onChange(option) {
|
|
14328
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14351
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14329
14352
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
14330
14353
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
14331
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14332
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14354
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14355
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14333
14356
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
14334
14357
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14335
|
-
setProductFilterObjContext(_objectSpread$
|
|
14358
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14336
14359
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14337
14360
|
},
|
|
14338
14361
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14369,14 +14392,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14369
14392
|
return option.id == ProductFilterObjContext.stateid;
|
|
14370
14393
|
}),
|
|
14371
14394
|
onChange: function onChange(option) {
|
|
14372
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14395
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14373
14396
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
14374
14397
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
14375
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14376
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14398
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14399
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14377
14400
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
14378
14401
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14379
|
-
setProductFilterObjContext(_objectSpread$
|
|
14402
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14380
14403
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14381
14404
|
},
|
|
14382
14405
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14413,10 +14436,10 @@ var Filter$1 = function Filter(props) {
|
|
|
14413
14436
|
return option.id == ProductFilterObjContext.cityid;
|
|
14414
14437
|
}),
|
|
14415
14438
|
onChange: function onChange(option) {
|
|
14416
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14439
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14417
14440
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
14418
14441
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14419
|
-
setProductFilterObjContext(_objectSpread$
|
|
14442
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14420
14443
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14421
14444
|
},
|
|
14422
14445
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14520,14 +14543,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14520
14543
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
14521
14544
|
},
|
|
14522
14545
|
onClick: function onClick() {
|
|
14523
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14546
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14524
14547
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14525
14548
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14526
14549
|
} else {
|
|
14527
14550
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14528
14551
|
}
|
|
14529
14552
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14530
|
-
setProductFilterObjContext(_objectSpread$
|
|
14553
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14531
14554
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14532
14555
|
setsortbycontext(valueitem.name);
|
|
14533
14556
|
}
|
|
@@ -14679,14 +14702,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14679
14702
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14680
14703
|
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
14704
|
onClick: function onClick() {
|
|
14682
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14705
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14683
14706
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14684
14707
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14685
14708
|
} else {
|
|
14686
14709
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14687
14710
|
}
|
|
14688
14711
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14689
|
-
setProductFilterObjContext(_objectSpread$
|
|
14712
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14690
14713
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14691
14714
|
}
|
|
14692
14715
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -14721,7 +14744,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14721
14744
|
minValue: 0,
|
|
14722
14745
|
value: raterangevalue,
|
|
14723
14746
|
onChange: function onChange(value) {
|
|
14724
|
-
setraterangevalue(_objectSpread$
|
|
14747
|
+
setraterangevalue(_objectSpread$28({}, value));
|
|
14725
14748
|
}
|
|
14726
14749
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14727
14750
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -14864,13 +14887,13 @@ var Filter$1 = function Filter(props) {
|
|
|
14864
14887
|
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
14888
|
onClick: function onClick() {
|
|
14866
14889
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
14867
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14890
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14868
14891
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14869
14892
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14870
14893
|
} else {
|
|
14871
14894
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14872
14895
|
}
|
|
14873
|
-
setProductFilterObjContext(_objectSpread$
|
|
14896
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14874
14897
|
}
|
|
14875
14898
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14876
14899
|
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 +14925,8 @@ var Filter$1 = function Filter(props) {
|
|
|
14902
14925
|
}, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters())))))));
|
|
14903
14926
|
};
|
|
14904
14927
|
|
|
14905
|
-
function ownKeys$
|
|
14906
|
-
function _objectSpread$
|
|
14928
|
+
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; }
|
|
14929
|
+
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
14930
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
14908
14931
|
var _authdetailsContext$i;
|
|
14909
14932
|
props.actions.lang;
|
|
@@ -15033,7 +15056,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15033
15056
|
}, [ProductFilterObjContext]);
|
|
15034
15057
|
var filterupdater = function filterupdater() {
|
|
15035
15058
|
setTimeout(function () {
|
|
15036
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
15059
|
+
var tempFetchQueriesEngineContext = _objectSpread$27({}, FetchQueriesEngineContext);
|
|
15037
15060
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
15038
15061
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
15039
15062
|
}, 100);
|
|
@@ -15078,7 +15101,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15078
15101
|
};
|
|
15079
15102
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
15080
15103
|
var _tempfetchproductsfil;
|
|
15081
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15104
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$27({}, ProductFilterObjContext);
|
|
15082
15105
|
var CollectionExists = false;
|
|
15083
15106
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
15084
15107
|
if (filteritem == collectionid) {
|
|
@@ -15095,7 +15118,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15095
15118
|
}
|
|
15096
15119
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15097
15120
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
15098
|
-
setProductFilterObjContext(_objectSpread$
|
|
15121
|
+
setProductFilterObjContext(_objectSpread$27({}, tempfetchproductsfilerobjcontext));
|
|
15099
15122
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15100
15123
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
15101
15124
|
};
|
|
@@ -15151,8 +15174,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15151
15174
|
|
|
15152
15175
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
15153
15176
|
|
|
15154
|
-
function ownKeys$
|
|
15155
|
-
function _objectSpread$
|
|
15177
|
+
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; }
|
|
15178
|
+
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
15179
|
var CardsSection = function CardsSection(props) {
|
|
15157
15180
|
var refscr = /*#__PURE__*/React.createRef();
|
|
15158
15181
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -15178,6 +15201,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15178
15201
|
var fetchingtype = props.actions.fetchingtype;
|
|
15179
15202
|
props.actions.addtofavoritescontext;
|
|
15180
15203
|
var fetchAuthorizationQueryContext = props.actions.fetchAuthorizationQueryContext;
|
|
15204
|
+
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
15181
15205
|
var FetchVendorsQuery = props.actions.FetchVendorsQuery;
|
|
15182
15206
|
props.actions.ikimagecredcontext;
|
|
15183
15207
|
props.actions.sortbycontext;
|
|
@@ -15238,7 +15262,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15238
15262
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
15239
15263
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
15240
15264
|
});
|
|
15241
|
-
setsectionproperties(_objectSpread$
|
|
15265
|
+
setsectionproperties(_objectSpread$26({}, secpropobj));
|
|
15242
15266
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
15243
15267
|
setfetchingtype('products');
|
|
15244
15268
|
var lcproductfetchingtype = 'Random';
|
|
@@ -15312,49 +15336,51 @@ var CardsSection = function CardsSection(props) {
|
|
|
15312
15336
|
}
|
|
15313
15337
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
15314
15338
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
15315
|
-
setProductFilterObjContext(_objectSpread$
|
|
15339
|
+
setProductFilterObjContext(_objectSpread$26({}, tempfetchproductsfilerobjcontext));
|
|
15316
15340
|
}
|
|
15341
|
+
setFetchQueriesEngineContext(_objectSpread$26({}, tempFetchQueriesEngineContext));
|
|
15342
|
+
}
|
|
15343
|
+
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
15344
|
+
React.useEffect(function () {
|
|
15345
|
+
if ((fetchingtype === null || fetchingtype === void 0 ? void 0 : fetchingtype.length) != 0) {
|
|
15317
15346
|
if (fetchingtype == 'categories') {
|
|
15318
|
-
|
|
15319
|
-
|
|
15320
|
-
|
|
15347
|
+
var categories = [];
|
|
15348
|
+
if (fetchCategoriesQueryContext !== null && fetchCategoriesQueryContext !== void 0 && fetchCategoriesQueryContext.isSuccess) {
|
|
15349
|
+
var _fetchCategoriesQuery;
|
|
15350
|
+
categories = fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery === void 0 || (_fetchCategoriesQuery = _fetchCategoriesQuery.data) === null || _fetchCategoriesQuery === void 0 ? void 0 : _fetchCategoriesQuery.categories;
|
|
15321
15351
|
}
|
|
15352
|
+
cardobjassigner(categories);
|
|
15322
15353
|
}
|
|
15323
15354
|
if (fetchingtype == 'parentcollections' || fetchingtype == 'innercategories') {
|
|
15324
|
-
|
|
15325
|
-
|
|
15326
|
-
|
|
15327
|
-
|
|
15328
|
-
|
|
15329
|
-
|
|
15330
|
-
|
|
15331
|
-
|
|
15332
|
-
|
|
15333
|
-
|
|
15355
|
+
var _categories;
|
|
15356
|
+
var categories = [];
|
|
15357
|
+
if (fetchCategoriesQueryContext !== null && fetchCategoriesQueryContext !== void 0 && fetchCategoriesQueryContext.isSuccess) {
|
|
15358
|
+
var _fetchCategoriesQuery2;
|
|
15359
|
+
categories = fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery2 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery2 === void 0 || (_fetchCategoriesQuery2 = _fetchCategoriesQuery2.data) === null || _fetchCategoriesQuery2 === void 0 ? void 0 : _fetchCategoriesQuery2.categories;
|
|
15360
|
+
}
|
|
15361
|
+
// if (fetchAuthorizationQueryContext?.isSuccess) {
|
|
15362
|
+
// var categories = fetchAuthorizationQueryContext.data.data.instinfo.instcategories;
|
|
15363
|
+
// alert(JSON.stringify(categories));
|
|
15364
|
+
var parentcollections = [];
|
|
15365
|
+
(_categories = categories) === null || _categories === void 0 || _categories.forEach(function (catitem, catindex) {
|
|
15366
|
+
catitem === null || catitem === void 0 || catitem.parentcolletions.forEach(function (parentcolitem) {
|
|
15367
|
+
if (parentcolitem.isshowntocustomers == 1) {
|
|
15368
|
+
parentcolitem.categoryid = catitem.categoryid;
|
|
15369
|
+
parentcollections.push(parentcolitem);
|
|
15370
|
+
}
|
|
15371
|
+
});
|
|
15372
|
+
});
|
|
15373
|
+
if (fetchingtype == 'parentcollections') {
|
|
15374
|
+
if ((sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != null && (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != undefined && (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != 'all') {
|
|
15375
|
+
var arrafterfilter = [];
|
|
15376
|
+
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15377
|
+
if (parentcolitem.categoryid == (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid)) {
|
|
15378
|
+
arrafterfilter.push(parentcolitem);
|
|
15334
15379
|
}
|
|
15335
15380
|
});
|
|
15336
|
-
|
|
15337
|
-
if (fetchingtype == 'parentcollections') {
|
|
15338
|
-
if ((sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != null && (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != undefined && (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != 'all') {
|
|
15339
|
-
var arrafterfilter = [];
|
|
15340
|
-
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15341
|
-
if (parentcolitem.categoryid == (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid)) {
|
|
15342
|
-
arrafterfilter.push(parentcolitem);
|
|
15343
|
-
}
|
|
15344
|
-
});
|
|
15345
|
-
parentcollections = arrafterfilter;
|
|
15346
|
-
}
|
|
15347
|
-
if (props.collectionidprops != null && props.collectionidprops != undefined && props.collectionidprops != 'all') {
|
|
15348
|
-
var arrafterfilter = [];
|
|
15349
|
-
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15350
|
-
if (parentcolitem.categoryid == props.collectionidprops) {
|
|
15351
|
-
arrafterfilter.push(parentcolitem);
|
|
15352
|
-
}
|
|
15353
|
-
});
|
|
15354
|
-
parentcollections = arrafterfilter;
|
|
15355
|
-
}
|
|
15381
|
+
parentcollections = arrafterfilter;
|
|
15356
15382
|
}
|
|
15357
|
-
if (
|
|
15383
|
+
if (props.collectionidprops != null && props.collectionidprops != undefined && props.collectionidprops != 'all') {
|
|
15358
15384
|
var arrafterfilter = [];
|
|
15359
15385
|
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15360
15386
|
if (parentcolitem.categoryid == props.collectionidprops) {
|
|
@@ -15363,48 +15389,62 @@ var CardsSection = function CardsSection(props) {
|
|
|
15363
15389
|
});
|
|
15364
15390
|
parentcollections = arrafterfilter;
|
|
15365
15391
|
}
|
|
15366
|
-
cardobjassigner(parentcollections);
|
|
15367
15392
|
}
|
|
15393
|
+
if (fetchingtype == 'innercategories') {
|
|
15394
|
+
var arrafterfilter = [];
|
|
15395
|
+
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15396
|
+
if (parentcolitem.categoryid == props.collectionidprops) {
|
|
15397
|
+
arrafterfilter.push(parentcolitem);
|
|
15398
|
+
}
|
|
15399
|
+
});
|
|
15400
|
+
parentcollections = arrafterfilter;
|
|
15401
|
+
}
|
|
15402
|
+
cardobjassigner(parentcollections);
|
|
15403
|
+
// }
|
|
15368
15404
|
} else if (fetchingtype == 'innerparentcollections') {
|
|
15369
|
-
|
|
15370
|
-
|
|
15371
|
-
|
|
15372
|
-
var
|
|
15373
|
-
(
|
|
15374
|
-
|
|
15375
|
-
|
|
15376
|
-
|
|
15377
|
-
|
|
15378
|
-
|
|
15379
|
-
|
|
15380
|
-
|
|
15381
|
-
|
|
15382
|
-
|
|
15405
|
+
var _categories2;
|
|
15406
|
+
var categories = [];
|
|
15407
|
+
if (fetchCategoriesQueryContext !== null && fetchCategoriesQueryContext !== void 0 && fetchCategoriesQueryContext.isSuccess) {
|
|
15408
|
+
var _fetchCategoriesQuery3;
|
|
15409
|
+
categories = fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery3 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.data) === null || _fetchCategoriesQuery3 === void 0 ? void 0 : _fetchCategoriesQuery3.categories;
|
|
15410
|
+
}
|
|
15411
|
+
// if (fetchAuthorizationQueryContext?.isSuccess) {
|
|
15412
|
+
// var categories = fetchAuthorizationQueryContext.data.data.instinfo.instcategories;
|
|
15413
|
+
var collections = [];
|
|
15414
|
+
(_categories2 = categories) === null || _categories2 === void 0 || _categories2.forEach(function (catitem, catindex) {
|
|
15415
|
+
catitem === null || catitem === void 0 || catitem.parentcolletions.forEach(function (parentcolitem) {
|
|
15416
|
+
var _parentcolitem$collec;
|
|
15417
|
+
parentcolitem.categoryid = catitem.categoryid;
|
|
15418
|
+
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec = parentcolitem.collections) === null || _parentcolitem$collec === void 0 || _parentcolitem$collec.forEach(function (collitem, colindex) {
|
|
15419
|
+
if (collitem.isshowntocustomers == 1) {
|
|
15420
|
+
collitem.parentcollectionid = parentcolitem.parentcollectionid;
|
|
15421
|
+
collections.push(collitem);
|
|
15422
|
+
}
|
|
15383
15423
|
});
|
|
15384
15424
|
});
|
|
15385
|
-
|
|
15386
|
-
|
|
15387
|
-
|
|
15388
|
-
|
|
15389
|
-
|
|
15390
|
-
|
|
15391
|
-
|
|
15392
|
-
|
|
15393
|
-
|
|
15394
|
-
});
|
|
15395
|
-
if (iscollexists == false) {
|
|
15396
|
-
collectionsafterfilter.push(colitem);
|
|
15425
|
+
});
|
|
15426
|
+
if (fetchingtype == 'innerparentcollections') {
|
|
15427
|
+
var collectionsafterfilter = [];
|
|
15428
|
+
collections.forEach(function (colitem, colindex) {
|
|
15429
|
+
if (colitem.parentcollectionid == props.collectionidprops) {
|
|
15430
|
+
var iscollexists = false;
|
|
15431
|
+
collectionsafterfilter.forEach(function (existcolitem) {
|
|
15432
|
+
if (colitem.collectionid == existcolitem.collectionid) {
|
|
15433
|
+
iscollexists = true;
|
|
15397
15434
|
}
|
|
15435
|
+
});
|
|
15436
|
+
if (iscollexists == false) {
|
|
15437
|
+
collectionsafterfilter.push(colitem);
|
|
15398
15438
|
}
|
|
15399
|
-
}
|
|
15400
|
-
|
|
15401
|
-
|
|
15402
|
-
cardobjassigner(collections);
|
|
15439
|
+
}
|
|
15440
|
+
});
|
|
15441
|
+
collections = collectionsafterfilter;
|
|
15403
15442
|
}
|
|
15443
|
+
cardobjassigner(collections);
|
|
15444
|
+
// }
|
|
15404
15445
|
}
|
|
15405
|
-
setFetchQueriesEngineContext(_objectSpread$25({}, tempFetchQueriesEngineContext));
|
|
15406
15446
|
}
|
|
15407
|
-
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
15447
|
+
}, [fetchingtype, ProductsFetchingTypeSectionObj, fetchCategoriesQueryContext.isSuccess]);
|
|
15408
15448
|
React.useEffect(function () {
|
|
15409
15449
|
if (fetchingtype == 'products') {
|
|
15410
15450
|
if (fetchProductsQuery.isSuccess && fetchcustomercartQueryContext.isSuccess) {
|
|
@@ -15523,9 +15563,11 @@ var CardsSection = function CardsSection(props) {
|
|
|
15523
15563
|
cardobj.productcanrate = arrayItem.productinfo.productcanrate;
|
|
15524
15564
|
cardobj.sku = arrayItem.productinfo.sku;
|
|
15525
15565
|
if (langdetect == 'en') {
|
|
15526
|
-
|
|
15566
|
+
var _fetchAuthorizationQu;
|
|
15567
|
+
cardobj.currencyname = fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 || (_fetchAuthorizationQu = fetchAuthorizationQueryContext.data) === null || _fetchAuthorizationQu === void 0 || (_fetchAuthorizationQu = _fetchAuthorizationQu.data) === null || _fetchAuthorizationQu === void 0 ? void 0 : _fetchAuthorizationQu.currencyname_en;
|
|
15527
15568
|
} else {
|
|
15528
|
-
|
|
15569
|
+
var _fetchAuthorizationQu2;
|
|
15570
|
+
cardobj.currencyname = fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 || (_fetchAuthorizationQu2 = fetchAuthorizationQueryContext.data) === null || _fetchAuthorizationQu2 === void 0 || (_fetchAuthorizationQu2 = _fetchAuthorizationQu2.data) === null || _fetchAuthorizationQu2 === void 0 ? void 0 : _fetchAuthorizationQu2.currencyname_ar;
|
|
15529
15571
|
}
|
|
15530
15572
|
if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
|
|
15531
15573
|
favoriteprojectscountContext.forEach(function (favitem, favindex) {
|
|
@@ -15579,9 +15621,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
15579
15621
|
// Example items, to simulate fetching from another resources.
|
|
15580
15622
|
var handlePageClick = function handlePageClick(event) {
|
|
15581
15623
|
props.scrolltotop();
|
|
15582
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
15624
|
+
var tempProductFilterObjContext = _objectSpread$26({}, ProductFilterObjContext);
|
|
15583
15625
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
15584
|
-
setProductFilterObjContext(_objectSpread$
|
|
15626
|
+
setProductFilterObjContext(_objectSpread$26({}, tempProductFilterObjContext));
|
|
15585
15627
|
var pasturl = '';
|
|
15586
15628
|
if (props.grouptypeprops != undefined) {
|
|
15587
15629
|
if (props.collectionidprops != undefined) {
|
|
@@ -15839,7 +15881,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15839
15881
|
isloading = true;
|
|
15840
15882
|
}
|
|
15841
15883
|
} else {
|
|
15842
|
-
if ((
|
|
15884
|
+
if ((fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 ? void 0 : fetchCategoriesQueryContext.isFetching) == true || (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 ? void 0 : fetchCategoriesQueryContext.isFetching) == true) {
|
|
15843
15885
|
isloading = true;
|
|
15844
15886
|
}
|
|
15845
15887
|
}
|
|
@@ -16376,8 +16418,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
16376
16418
|
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
16377
16419
|
};
|
|
16378
16420
|
|
|
16379
|
-
function ownKeys$
|
|
16380
|
-
function _objectSpread$
|
|
16421
|
+
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; }
|
|
16422
|
+
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; }
|
|
16381
16423
|
var InnerGroups = function InnerGroups(props) {
|
|
16382
16424
|
var _useState = React.useState(''),
|
|
16383
16425
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -16418,7 +16460,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16418
16460
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16419
16461
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16420
16462
|
});
|
|
16421
|
-
setsectionproperties(_objectSpread$
|
|
16463
|
+
setsectionproperties(_objectSpread$25({}, secpropobj));
|
|
16422
16464
|
}
|
|
16423
16465
|
}, [StatePagePropertiesContext]);
|
|
16424
16466
|
// useEffect(() => {
|
|
@@ -16434,14 +16476,14 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16434
16476
|
backgroundColor: sectionproperties.backgroundColor
|
|
16435
16477
|
}
|
|
16436
16478
|
}, /*#__PURE__*/React__default["default"].createElement(CardsSection, {
|
|
16437
|
-
actions: _objectSpread$
|
|
16479
|
+
actions: _objectSpread$25(_objectSpread$25({}, actions), {}, {
|
|
16438
16480
|
fetchingtype: grouptypeparams
|
|
16439
16481
|
})
|
|
16440
16482
|
}));
|
|
16441
16483
|
};
|
|
16442
16484
|
|
|
16443
|
-
function ownKeys$
|
|
16444
|
-
function _objectSpread$
|
|
16485
|
+
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; }
|
|
16486
|
+
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; }
|
|
16445
16487
|
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
16446
16488
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16447
16489
|
var _useState = React.useState(''),
|
|
@@ -16472,7 +16514,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16472
16514
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16473
16515
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16474
16516
|
});
|
|
16475
|
-
setsectionproperties(_objectSpread$
|
|
16517
|
+
setsectionproperties(_objectSpread$24({}, secpropobj));
|
|
16476
16518
|
}
|
|
16477
16519
|
}, [StatePagePropertiesContext]);
|
|
16478
16520
|
React.useEffect(function () {
|
|
@@ -16485,9 +16527,9 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16485
16527
|
}
|
|
16486
16528
|
}, []);
|
|
16487
16529
|
React.useEffect(function () {
|
|
16488
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16530
|
+
var tempFetchQueriesEngineContext = _objectSpread$24({}, FetchQueriesEngineContext);
|
|
16489
16531
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16490
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16532
|
+
setFetchQueriesEngineContext(_objectSpread$24({}, tempFetchQueriesEngineContext));
|
|
16491
16533
|
}, []);
|
|
16492
16534
|
var _useState7 = React.useState([]),
|
|
16493
16535
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -16563,8 +16605,8 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16563
16605
|
})))));
|
|
16564
16606
|
};
|
|
16565
16607
|
|
|
16566
|
-
function ownKeys$
|
|
16567
|
-
function _objectSpread$
|
|
16608
|
+
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; }
|
|
16609
|
+
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; }
|
|
16568
16610
|
var RefundPolicy = function RefundPolicy(props) {
|
|
16569
16611
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16570
16612
|
var _useState = React.useState(''),
|
|
@@ -16595,7 +16637,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16595
16637
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16596
16638
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16597
16639
|
});
|
|
16598
|
-
setsectionproperties(_objectSpread$
|
|
16640
|
+
setsectionproperties(_objectSpread$23({}, secpropobj));
|
|
16599
16641
|
}
|
|
16600
16642
|
}, [StatePagePropertiesContext]);
|
|
16601
16643
|
React.useEffect(function () {
|
|
@@ -16608,9 +16650,9 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16608
16650
|
}
|
|
16609
16651
|
}, []);
|
|
16610
16652
|
React.useEffect(function () {
|
|
16611
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16653
|
+
var tempFetchQueriesEngineContext = _objectSpread$23({}, FetchQueriesEngineContext);
|
|
16612
16654
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16613
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16655
|
+
setFetchQueriesEngineContext(_objectSpread$23({}, tempFetchQueriesEngineContext));
|
|
16614
16656
|
}, []);
|
|
16615
16657
|
var _useState7 = React.useState([]),
|
|
16616
16658
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -16686,8 +16728,8 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16686
16728
|
})))));
|
|
16687
16729
|
};
|
|
16688
16730
|
|
|
16689
|
-
function ownKeys$
|
|
16690
|
-
function _objectSpread$
|
|
16731
|
+
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; }
|
|
16732
|
+
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; }
|
|
16691
16733
|
var ShippingPolicy = function ShippingPolicy(props) {
|
|
16692
16734
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16693
16735
|
var _useState = React.useState(''),
|
|
@@ -16718,7 +16760,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16718
16760
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16719
16761
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16720
16762
|
});
|
|
16721
|
-
setsectionproperties(_objectSpread$
|
|
16763
|
+
setsectionproperties(_objectSpread$22({}, secpropobj));
|
|
16722
16764
|
}
|
|
16723
16765
|
}, [StatePagePropertiesContext]);
|
|
16724
16766
|
React.useEffect(function () {
|
|
@@ -16731,9 +16773,9 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16731
16773
|
}
|
|
16732
16774
|
}, []);
|
|
16733
16775
|
React.useEffect(function () {
|
|
16734
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16776
|
+
var tempFetchQueriesEngineContext = _objectSpread$22({}, FetchQueriesEngineContext);
|
|
16735
16777
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16736
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16778
|
+
setFetchQueriesEngineContext(_objectSpread$22({}, tempFetchQueriesEngineContext));
|
|
16737
16779
|
}, []);
|
|
16738
16780
|
var _useState7 = React.useState([]),
|
|
16739
16781
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -16809,8 +16851,8 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16809
16851
|
})))));
|
|
16810
16852
|
};
|
|
16811
16853
|
|
|
16812
|
-
function ownKeys$
|
|
16813
|
-
function _objectSpread$
|
|
16854
|
+
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; }
|
|
16855
|
+
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; }
|
|
16814
16856
|
var TermsConditions = function TermsConditions(props) {
|
|
16815
16857
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16816
16858
|
var _useState = React.useState(''),
|
|
@@ -16841,7 +16883,7 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16841
16883
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16842
16884
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16843
16885
|
});
|
|
16844
|
-
setsectionproperties(_objectSpread$
|
|
16886
|
+
setsectionproperties(_objectSpread$21({}, secpropobj));
|
|
16845
16887
|
}
|
|
16846
16888
|
}, [StatePagePropertiesContext]);
|
|
16847
16889
|
React.useEffect(function () {
|
|
@@ -16854,9 +16896,9 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16854
16896
|
}
|
|
16855
16897
|
}, []);
|
|
16856
16898
|
React.useEffect(function () {
|
|
16857
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16899
|
+
var tempFetchQueriesEngineContext = _objectSpread$21({}, FetchQueriesEngineContext);
|
|
16858
16900
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16859
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16901
|
+
setFetchQueriesEngineContext(_objectSpread$21({}, tempFetchQueriesEngineContext));
|
|
16860
16902
|
}, []);
|
|
16861
16903
|
var _useState7 = React.useState([]),
|
|
16862
16904
|
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
@@ -16932,8 +16974,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16932
16974
|
})))));
|
|
16933
16975
|
};
|
|
16934
16976
|
|
|
16935
|
-
function ownKeys$
|
|
16936
|
-
function _objectSpread$
|
|
16977
|
+
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; }
|
|
16978
|
+
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; }
|
|
16937
16979
|
var Resetpassword = function Resetpassword(props) {
|
|
16938
16980
|
var _css, _css2;
|
|
16939
16981
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -16984,7 +17026,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
16984
17026
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16985
17027
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16986
17028
|
});
|
|
16987
|
-
setsectionproperties(_objectSpread$
|
|
17029
|
+
setsectionproperties(_objectSpread$20({}, secpropobj));
|
|
16988
17030
|
}
|
|
16989
17031
|
}, [StatePagePropertiesContext]);
|
|
16990
17032
|
React.useEffect(function () {
|
|
@@ -17111,9 +17153,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17111
17153
|
className: "".concat(loginstyles2.form_control),
|
|
17112
17154
|
value: forgotpasswordpayload.email,
|
|
17113
17155
|
onChange: function onChange(event) {
|
|
17114
|
-
var temppayloadobj = _objectSpread$
|
|
17156
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17115
17157
|
temppayloadobj.email = event.target.value;
|
|
17116
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17158
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17117
17159
|
},
|
|
17118
17160
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
17119
17161
|
style: {
|
|
@@ -17128,9 +17170,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17128
17170
|
className: "".concat(loginstyles2.form_control),
|
|
17129
17171
|
value: forgotpasswordpayload.code,
|
|
17130
17172
|
onChange: function onChange(event) {
|
|
17131
|
-
var temppayloadobj = _objectSpread$
|
|
17173
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17132
17174
|
temppayloadobj.code = event.target.value;
|
|
17133
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17175
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17134
17176
|
},
|
|
17135
17177
|
style: {
|
|
17136
17178
|
background: sectionproperties.input_bgcolor
|
|
@@ -17144,9 +17186,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17144
17186
|
className: "".concat(loginstyles2.form_control),
|
|
17145
17187
|
value: forgotpasswordpayload.newpassword,
|
|
17146
17188
|
onChange: function onChange(event) {
|
|
17147
|
-
var temppayloadobj = _objectSpread$
|
|
17189
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17148
17190
|
temppayloadobj.newpassword = event.target.value;
|
|
17149
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17191
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17150
17192
|
},
|
|
17151
17193
|
style: {
|
|
17152
17194
|
background: sectionproperties.input_bgcolor
|
|
@@ -17160,9 +17202,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17160
17202
|
className: "".concat(loginstyles2.form_control),
|
|
17161
17203
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
17162
17204
|
onChange: function onChange(event) {
|
|
17163
|
-
var temppayloadobj = _objectSpread$
|
|
17205
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17164
17206
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
17165
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17207
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17166
17208
|
},
|
|
17167
17209
|
style: {
|
|
17168
17210
|
background: sectionproperties.input_bgcolor
|
|
@@ -17174,7 +17216,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17174
17216
|
onClick: function onClick() {
|
|
17175
17217
|
if (forgotpasswordpayload.email.length != 0) {
|
|
17176
17218
|
var runfunc = false;
|
|
17177
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
17219
|
+
var tempforgotpasswordpayload = _objectSpread$20({}, forgotpasswordpayload);
|
|
17178
17220
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
17179
17221
|
if (forgetpasswordstage == 'verify') {
|
|
17180
17222
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -17460,8 +17502,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
17460
17502
|
}, lang.nosearchresults)))))));
|
|
17461
17503
|
};
|
|
17462
17504
|
|
|
17463
|
-
function ownKeys$
|
|
17464
|
-
function _objectSpread$
|
|
17505
|
+
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; }
|
|
17506
|
+
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; }
|
|
17465
17507
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
17466
17508
|
var _textarray$, _textarray$2;
|
|
17467
17509
|
props.actions;
|
|
@@ -17482,12 +17524,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
17482
17524
|
settextarray = _useState6[1];
|
|
17483
17525
|
React.useEffect(function () {
|
|
17484
17526
|
if (props.sectionpropertiesprops != undefined) {
|
|
17485
|
-
setsectionproperties(_objectSpread$
|
|
17527
|
+
setsectionproperties(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17486
17528
|
}
|
|
17487
17529
|
}, [props.sectionpropertiesprops]);
|
|
17488
17530
|
React.useEffect(function () {
|
|
17489
17531
|
if (props.templateproperties_contextprops != undefined) {
|
|
17490
|
-
settemplateproperties_context(_objectSpread$
|
|
17532
|
+
settemplateproperties_context(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
17491
17533
|
}
|
|
17492
17534
|
}, [props.templateproperties_contextprops]);
|
|
17493
17535
|
React.useEffect(function () {
|
|
@@ -17529,8 +17571,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
17529
17571
|
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"};
|
|
17530
17572
|
styleInject(css_248z$B);
|
|
17531
17573
|
|
|
17532
|
-
function ownKeys$
|
|
17533
|
-
function _objectSpread$
|
|
17574
|
+
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; }
|
|
17575
|
+
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; }
|
|
17534
17576
|
var Subheader = function Subheader(props) {
|
|
17535
17577
|
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;
|
|
17536
17578
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -17566,12 +17608,12 @@ var Subheader = function Subheader(props) {
|
|
|
17566
17608
|
React.useEffect(function () {
|
|
17567
17609
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
17568
17610
|
tempFetchQueriesEngineContext.categories = true;
|
|
17569
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17611
|
+
setFetchQueriesEngineContext(_objectSpread$1_({}, tempFetchQueriesEngineContext));
|
|
17570
17612
|
// alert(JSON.stringify(authdetailsContext));
|
|
17571
17613
|
}, []);
|
|
17572
17614
|
React.useEffect(function () {
|
|
17573
17615
|
if (props.sectionpropertiesprops != undefined) {
|
|
17574
|
-
setsectionproperties(_objectSpread$
|
|
17616
|
+
setsectionproperties(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17575
17617
|
}
|
|
17576
17618
|
}, [props.sectionpropertiesprops]);
|
|
17577
17619
|
// useEffect(() => {
|
|
@@ -18055,8 +18097,8 @@ var Subheader = function Subheader(props) {
|
|
|
18055
18097
|
})))))));
|
|
18056
18098
|
};
|
|
18057
18099
|
|
|
18058
|
-
function ownKeys$
|
|
18059
|
-
function _objectSpread$
|
|
18100
|
+
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; }
|
|
18101
|
+
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; }
|
|
18060
18102
|
var Headerresponsive = function Headerresponsive(props) {
|
|
18061
18103
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
18062
18104
|
var actions = props.actions;
|
|
@@ -18091,7 +18133,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
18091
18133
|
setpcollarray = _useState6[1];
|
|
18092
18134
|
React.useEffect(function () {
|
|
18093
18135
|
if (props.sectionpropertiesprops != undefined) {
|
|
18094
|
-
setsectionproperties(_objectSpread$
|
|
18136
|
+
setsectionproperties(_objectSpread$1Z({}, props.sectionpropertiesprops));
|
|
18095
18137
|
}
|
|
18096
18138
|
}, [props.sectionpropertiesprops]);
|
|
18097
18139
|
var _useState7 = React.useState([]),
|
|
@@ -19328,8 +19370,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
19328
19370
|
})))))));
|
|
19329
19371
|
};
|
|
19330
19372
|
|
|
19331
|
-
function ownKeys$
|
|
19332
|
-
function _objectSpread$
|
|
19373
|
+
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; }
|
|
19374
|
+
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; }
|
|
19333
19375
|
var DownloadApp = function DownloadApp(props) {
|
|
19334
19376
|
props.actions;
|
|
19335
19377
|
props.actions.lang;
|
|
@@ -19354,7 +19396,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19354
19396
|
}, [sectionproperties]);
|
|
19355
19397
|
React.useEffect(function () {
|
|
19356
19398
|
if (props.sectionpropertiesprops != undefined) {
|
|
19357
|
-
setsectionproperties(_objectSpread$
|
|
19399
|
+
setsectionproperties(_objectSpread$1Y({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19358
19400
|
}
|
|
19359
19401
|
}, [props.sectionpropertiesprops]);
|
|
19360
19402
|
var header_cssstyles = {
|
|
@@ -19407,8 +19449,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19407
19449
|
}))));
|
|
19408
19450
|
};
|
|
19409
19451
|
|
|
19410
|
-
function ownKeys$
|
|
19411
|
-
function _objectSpread$
|
|
19452
|
+
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; }
|
|
19453
|
+
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; }
|
|
19412
19454
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
19413
19455
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
19414
19456
|
props.actions;
|
|
@@ -19424,12 +19466,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19424
19466
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
19425
19467
|
React.useEffect(function () {
|
|
19426
19468
|
if (props.sectionpropertiesprops != undefined) {
|
|
19427
|
-
setsectionproperties(_objectSpread$
|
|
19469
|
+
setsectionproperties(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19428
19470
|
}
|
|
19429
19471
|
}, [props.sectionpropertiesprops]);
|
|
19430
19472
|
React.useEffect(function () {
|
|
19431
19473
|
if (props.templateproperties_contextprops != undefined) {
|
|
19432
|
-
settemplateproperties_context(_objectSpread$
|
|
19474
|
+
settemplateproperties_context(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
19433
19475
|
}
|
|
19434
19476
|
}, [props.templateproperties_contextprops]);
|
|
19435
19477
|
var header_cssstyles = {
|
|
@@ -19515,8 +19557,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19515
19557
|
})));
|
|
19516
19558
|
};
|
|
19517
19559
|
|
|
19518
|
-
function ownKeys$
|
|
19519
|
-
function _objectSpread$
|
|
19560
|
+
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; }
|
|
19561
|
+
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; }
|
|
19520
19562
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
19521
19563
|
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2;
|
|
19522
19564
|
var actions = props.actions;
|
|
@@ -19555,7 +19597,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
19555
19597
|
setopenSearch = _useState8[1];
|
|
19556
19598
|
React.useEffect(function () {
|
|
19557
19599
|
if (props.sectionpropertiesprops != undefined) {
|
|
19558
|
-
setsectionproperties(_objectSpread$
|
|
19600
|
+
setsectionproperties(_objectSpread$1W({}, props.sectionpropertiesprops));
|
|
19559
19601
|
}
|
|
19560
19602
|
}, [props.sectionpropertiesprops]);
|
|
19561
19603
|
var _useState9 = React.useState([]),
|
|
@@ -20806,8 +20848,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
20806
20848
|
})))))));
|
|
20807
20849
|
};
|
|
20808
20850
|
|
|
20809
|
-
function ownKeys$
|
|
20810
|
-
function _objectSpread$
|
|
20851
|
+
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; }
|
|
20852
|
+
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; }
|
|
20811
20853
|
var ElegantHeader = function ElegantHeader(props) {
|
|
20812
20854
|
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
20813
20855
|
var _useState = React.useState(''),
|
|
@@ -20860,7 +20902,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
20860
20902
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
20861
20903
|
});
|
|
20862
20904
|
}
|
|
20863
|
-
setsectionproperties(_objectSpread$
|
|
20905
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
20864
20906
|
}, [StatePagePropertiesContext]);
|
|
20865
20907
|
React.useEffect(function () {
|
|
20866
20908
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -21555,8 +21597,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
21555
21597
|
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"};
|
|
21556
21598
|
styleInject(css_248z$A);
|
|
21557
21599
|
|
|
21558
|
-
function ownKeys$
|
|
21559
|
-
function _objectSpread$
|
|
21600
|
+
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; }
|
|
21601
|
+
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; }
|
|
21560
21602
|
var Gotoheader = function Gotoheader(props) {
|
|
21561
21603
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
21562
21604
|
var _useState = React.useState(''),
|
|
@@ -21596,7 +21638,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21596
21638
|
});
|
|
21597
21639
|
}
|
|
21598
21640
|
}
|
|
21599
|
-
setsectionproperties(_objectSpread$
|
|
21641
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
21600
21642
|
}, [StatePagePropertiesContext]);
|
|
21601
21643
|
var _useState3 = React.useState([]),
|
|
21602
21644
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -22297,8 +22339,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
22297
22339
|
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"};
|
|
22298
22340
|
styleInject(css_248z$z);
|
|
22299
22341
|
|
|
22300
|
-
function ownKeys$
|
|
22301
|
-
function _objectSpread$
|
|
22342
|
+
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; }
|
|
22343
|
+
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; }
|
|
22302
22344
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
22303
22345
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
22304
22346
|
var _useState = React.useState(''),
|
|
@@ -22346,7 +22388,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
22346
22388
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
22347
22389
|
});
|
|
22348
22390
|
}
|
|
22349
|
-
setsectionproperties(_objectSpread$
|
|
22391
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
22350
22392
|
}, [StatePagePropertiesContext]);
|
|
22351
22393
|
React.useEffect(function () {
|
|
22352
22394
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -23253,8 +23295,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
23253
23295
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
23254
23296
|
styleInject(css_248z$y);
|
|
23255
23297
|
|
|
23256
|
-
function ownKeys$
|
|
23257
|
-
function _objectSpread$
|
|
23298
|
+
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; }
|
|
23299
|
+
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; }
|
|
23258
23300
|
var ClassicHeader = function ClassicHeader(props) {
|
|
23259
23301
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
23260
23302
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -23291,7 +23333,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
23291
23333
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
23292
23334
|
});
|
|
23293
23335
|
}
|
|
23294
|
-
setsectionproperties(_objectSpread$
|
|
23336
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
23295
23337
|
}, [StatePagePropertiesContext]);
|
|
23296
23338
|
var _useState3 = React.useState([]),
|
|
23297
23339
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -24413,8 +24455,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
24413
24455
|
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"};
|
|
24414
24456
|
styleInject(css_248z$x);
|
|
24415
24457
|
|
|
24416
|
-
function ownKeys$
|
|
24417
|
-
function _objectSpread$
|
|
24458
|
+
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; }
|
|
24459
|
+
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; }
|
|
24418
24460
|
var CTAHeader = function CTAHeader(props) {
|
|
24419
24461
|
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;
|
|
24420
24462
|
var actions = props.actions;
|
|
@@ -24462,7 +24504,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
24462
24504
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24463
24505
|
});
|
|
24464
24506
|
}
|
|
24465
|
-
setsectionproperties(_objectSpread$
|
|
24507
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
24466
24508
|
}, [StatePagePropertiesContext]);
|
|
24467
24509
|
React.useEffect(function () {
|
|
24468
24510
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -25453,8 +25495,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
25453
25495
|
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"};
|
|
25454
25496
|
styleInject(css_248z$w);
|
|
25455
25497
|
|
|
25456
|
-
function ownKeys$
|
|
25457
|
-
function _objectSpread$
|
|
25498
|
+
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; }
|
|
25499
|
+
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; }
|
|
25458
25500
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
25459
25501
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
25460
25502
|
var _useState = React.useState(''),
|
|
@@ -25490,7 +25532,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
25490
25532
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
25491
25533
|
});
|
|
25492
25534
|
}
|
|
25493
|
-
setsectionproperties(_objectSpread$
|
|
25535
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
25494
25536
|
}, [StatePagePropertiesContext]);
|
|
25495
25537
|
var _useState3 = React.useState([]),
|
|
25496
25538
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -26194,8 +26236,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
26194
26236
|
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"};
|
|
26195
26237
|
styleInject(css_248z$v);
|
|
26196
26238
|
|
|
26197
|
-
function ownKeys$
|
|
26198
|
-
function _objectSpread$
|
|
26239
|
+
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; }
|
|
26240
|
+
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; }
|
|
26199
26241
|
var Simpleheader = function Simpleheader(props) {
|
|
26200
26242
|
var _css, _css2, _header_cssstyles, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
26201
26243
|
var actions = props.actions;
|
|
@@ -26240,7 +26282,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26240
26282
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26241
26283
|
});
|
|
26242
26284
|
}
|
|
26243
|
-
setsectionproperties(_objectSpread$
|
|
26285
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
26244
26286
|
}, [StatePagePropertiesContext]);
|
|
26245
26287
|
React.useEffect(function () {
|
|
26246
26288
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -26902,8 +26944,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26902
26944
|
}))))))));
|
|
26903
26945
|
};
|
|
26904
26946
|
|
|
26905
|
-
function ownKeys$
|
|
26906
|
-
function _objectSpread$
|
|
26947
|
+
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; }
|
|
26948
|
+
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; }
|
|
26907
26949
|
var Header8 = function Header8(props) {
|
|
26908
26950
|
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;
|
|
26909
26951
|
var actions = props.actions;
|
|
@@ -26960,7 +27002,7 @@ var Header8 = function Header8(props) {
|
|
|
26960
27002
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26961
27003
|
});
|
|
26962
27004
|
}
|
|
26963
|
-
setsectionproperties(_objectSpread$
|
|
27005
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
26964
27006
|
}, [StatePagePropertiesContext]);
|
|
26965
27007
|
var subtotalcart = function subtotalcart() {
|
|
26966
27008
|
var _fetchcustomercartQue;
|
|
@@ -28678,8 +28720,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
28678
28720
|
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-"};
|
|
28679
28721
|
styleInject(css_248z$u);
|
|
28680
28722
|
|
|
28681
|
-
function ownKeys$
|
|
28682
|
-
function _objectSpread$
|
|
28723
|
+
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; }
|
|
28724
|
+
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; }
|
|
28683
28725
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
28684
28726
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
28685
28727
|
var _useState = React.useState(''),
|
|
@@ -28715,7 +28757,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
28715
28757
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28716
28758
|
});
|
|
28717
28759
|
}
|
|
28718
|
-
setsectionproperties(_objectSpread$
|
|
28760
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
28719
28761
|
}, [StatePagePropertiesContext]);
|
|
28720
28762
|
var _useState3 = React.useState([]),
|
|
28721
28763
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -29324,8 +29366,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
29324
29366
|
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"};
|
|
29325
29367
|
styleInject(css_248z$t);
|
|
29326
29368
|
|
|
29327
|
-
function ownKeys$
|
|
29328
|
-
function _objectSpread$
|
|
29369
|
+
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; }
|
|
29370
|
+
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; }
|
|
29329
29371
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
29330
29372
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
29331
29373
|
var _useState = React.useState(''),
|
|
@@ -29362,7 +29404,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
29362
29404
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
29363
29405
|
});
|
|
29364
29406
|
}
|
|
29365
|
-
setsectionproperties(_objectSpread$
|
|
29407
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
29366
29408
|
}, [StatePagePropertiesContext]);
|
|
29367
29409
|
var _useState3 = React.useState(false),
|
|
29368
29410
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -30131,8 +30173,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
30131
30173
|
}))))))));
|
|
30132
30174
|
};
|
|
30133
30175
|
|
|
30134
|
-
function ownKeys$
|
|
30135
|
-
function _objectSpread$
|
|
30176
|
+
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; }
|
|
30177
|
+
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; }
|
|
30136
30178
|
var Modernheader = function Modernheader(props) {
|
|
30137
30179
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
30138
30180
|
var _useState = React.useState(''),
|
|
@@ -30177,7 +30219,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
30177
30219
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30178
30220
|
});
|
|
30179
30221
|
}
|
|
30180
|
-
setsectionproperties(_objectSpread$
|
|
30222
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
30181
30223
|
}, [StatePagePropertiesContext]);
|
|
30182
30224
|
React.useEffect(function () {
|
|
30183
30225
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -30826,8 +30868,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
30826
30868
|
}));
|
|
30827
30869
|
};
|
|
30828
30870
|
|
|
30829
|
-
function ownKeys$
|
|
30830
|
-
function _objectSpread$
|
|
30871
|
+
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; }
|
|
30872
|
+
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; }
|
|
30831
30873
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
30832
30874
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
30833
30875
|
var _useState = React.useState(''),
|
|
@@ -30865,7 +30907,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
30865
30907
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30866
30908
|
});
|
|
30867
30909
|
}
|
|
30868
|
-
setsectionproperties(_objectSpread$
|
|
30910
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
30869
30911
|
}, [StatePagePropertiesContext]);
|
|
30870
30912
|
var _useState3 = React.useState([]),
|
|
30871
30913
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -31498,8 +31540,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
31498
31540
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
31499
31541
|
styleInject(css_248z$s);
|
|
31500
31542
|
|
|
31501
|
-
function ownKeys$
|
|
31502
|
-
function _objectSpread$
|
|
31543
|
+
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; }
|
|
31544
|
+
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; }
|
|
31503
31545
|
var StylishHeader = function StylishHeader(props) {
|
|
31504
31546
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
31505
31547
|
var _useState = React.useState(''),
|
|
@@ -31540,7 +31582,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
31540
31582
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31541
31583
|
});
|
|
31542
31584
|
}
|
|
31543
|
-
setsectionproperties(_objectSpread$
|
|
31585
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
31544
31586
|
}, [StatePagePropertiesContext]);
|
|
31545
31587
|
var _useState5 = React.useState([]),
|
|
31546
31588
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -32291,8 +32333,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
32291
32333
|
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"};
|
|
32292
32334
|
styleInject(css_248z$r);
|
|
32293
32335
|
|
|
32294
|
-
function ownKeys$
|
|
32295
|
-
function _objectSpread$
|
|
32336
|
+
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; }
|
|
32337
|
+
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; }
|
|
32296
32338
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
32297
32339
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
32298
32340
|
var actions = props.actions;
|
|
@@ -32330,7 +32372,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
32330
32372
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32331
32373
|
});
|
|
32332
32374
|
}
|
|
32333
|
-
setsectionproperties(_objectSpread$
|
|
32375
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
32334
32376
|
}, [StatePagePropertiesContext]);
|
|
32335
32377
|
var _useState3 = React.useState([]),
|
|
32336
32378
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -33161,8 +33203,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
33161
33203
|
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"};
|
|
33162
33204
|
styleInject(css_248z$q);
|
|
33163
33205
|
|
|
33164
|
-
function ownKeys$
|
|
33165
|
-
function _objectSpread$
|
|
33206
|
+
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; }
|
|
33207
|
+
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; }
|
|
33166
33208
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
33167
33209
|
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
33168
33210
|
var lang = props.actions.lang;
|
|
@@ -33229,7 +33271,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
33229
33271
|
});
|
|
33230
33272
|
}
|
|
33231
33273
|
}
|
|
33232
|
-
setsectionproperties(_objectSpread$
|
|
33274
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
33233
33275
|
}, [StatePagePropertiesContext]);
|
|
33234
33276
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
33235
33277
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -34155,8 +34197,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
34155
34197
|
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"};
|
|
34156
34198
|
styleInject(css_248z$p);
|
|
34157
34199
|
|
|
34158
|
-
function ownKeys$
|
|
34159
|
-
function _objectSpread$
|
|
34200
|
+
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; }
|
|
34201
|
+
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; }
|
|
34160
34202
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
34161
34203
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
34162
34204
|
var lang = props.actions.lang;
|
|
@@ -34200,7 +34242,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
34200
34242
|
});
|
|
34201
34243
|
}
|
|
34202
34244
|
}
|
|
34203
|
-
setsectionproperties(_objectSpread$
|
|
34245
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
34204
34246
|
}, [StatePagePropertiesContext]);
|
|
34205
34247
|
var _useState5 = React.useState([]),
|
|
34206
34248
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -34932,8 +34974,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
34932
34974
|
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"};
|
|
34933
34975
|
styleInject(css_248z$o);
|
|
34934
34976
|
|
|
34935
|
-
function ownKeys$
|
|
34936
|
-
function _objectSpread$
|
|
34977
|
+
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; }
|
|
34978
|
+
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; }
|
|
34937
34979
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
34938
34980
|
var _css, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
34939
34981
|
var _useState = React.useState(''),
|
|
@@ -34971,7 +35013,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
34971
35013
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34972
35014
|
});
|
|
34973
35015
|
}
|
|
34974
|
-
setsectionproperties(_objectSpread$
|
|
35016
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
34975
35017
|
}, [StatePagePropertiesContext]);
|
|
34976
35018
|
var _useState3 = React.useState([]),
|
|
34977
35019
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -35699,8 +35741,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
35699
35741
|
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"};
|
|
35700
35742
|
styleInject(css_248z$n);
|
|
35701
35743
|
|
|
35702
|
-
function ownKeys$
|
|
35703
|
-
function _objectSpread$
|
|
35744
|
+
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; }
|
|
35745
|
+
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; }
|
|
35704
35746
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
35705
35747
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
35706
35748
|
var _useState = React.useState(''),
|
|
@@ -35737,7 +35779,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
35737
35779
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
35738
35780
|
});
|
|
35739
35781
|
}
|
|
35740
|
-
setsectionproperties(_objectSpread$
|
|
35782
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
35741
35783
|
}, [StatePagePropertiesContext]);
|
|
35742
35784
|
var _useState3 = React.useState([]),
|
|
35743
35785
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -36344,8 +36386,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
36344
36386
|
}));
|
|
36345
36387
|
};
|
|
36346
36388
|
|
|
36347
|
-
function ownKeys$
|
|
36348
|
-
function _objectSpread$
|
|
36389
|
+
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; }
|
|
36390
|
+
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; }
|
|
36349
36391
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
36350
36392
|
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
36351
36393
|
var lang = props.actions.lang;
|
|
@@ -36393,7 +36435,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
36393
36435
|
});
|
|
36394
36436
|
}
|
|
36395
36437
|
}
|
|
36396
|
-
setsectionproperties(_objectSpread$
|
|
36438
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
36397
36439
|
}, [StatePagePropertiesContext]);
|
|
36398
36440
|
React.useEffect(function () {
|
|
36399
36441
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -37322,8 +37364,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
37322
37364
|
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"};
|
|
37323
37365
|
styleInject(css_248z$m);
|
|
37324
37366
|
|
|
37325
|
-
function ownKeys$
|
|
37326
|
-
function _objectSpread$
|
|
37367
|
+
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; }
|
|
37368
|
+
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; }
|
|
37327
37369
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
37328
37370
|
var _textarray$, _textarray$2, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
37329
37371
|
var _useState = React.useState(''),
|
|
@@ -37364,7 +37406,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
37364
37406
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37365
37407
|
});
|
|
37366
37408
|
}
|
|
37367
|
-
setsectionproperties(_objectSpread$
|
|
37409
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
37368
37410
|
}, [StatePagePropertiesContext]);
|
|
37369
37411
|
var _useState5 = React.useState([]),
|
|
37370
37412
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -38140,8 +38182,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
38140
38182
|
}));
|
|
38141
38183
|
};
|
|
38142
38184
|
|
|
38143
|
-
function ownKeys$
|
|
38144
|
-
function _objectSpread$
|
|
38185
|
+
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; }
|
|
38186
|
+
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; }
|
|
38145
38187
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
38146
38188
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
38147
38189
|
var _useState = React.useState(''),
|
|
@@ -38191,7 +38233,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38191
38233
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38192
38234
|
});
|
|
38193
38235
|
}
|
|
38194
|
-
setsectionproperties(_objectSpread$
|
|
38236
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
38195
38237
|
}, [StatePagePropertiesContext]);
|
|
38196
38238
|
React.useEffect(function () {
|
|
38197
38239
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -38865,8 +38907,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38865
38907
|
}));
|
|
38866
38908
|
};
|
|
38867
38909
|
|
|
38868
|
-
function ownKeys$
|
|
38869
|
-
function _objectSpread$
|
|
38910
|
+
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; }
|
|
38911
|
+
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; }
|
|
38870
38912
|
var Allinonefooter = function Allinonefooter(props) {
|
|
38871
38913
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
38872
38914
|
var _useState = React.useState(''),
|
|
@@ -38893,7 +38935,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38893
38935
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
38894
38936
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38895
38937
|
});
|
|
38896
|
-
setsectionproperties(_objectSpread$
|
|
38938
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38897
38939
|
} else {
|
|
38898
38940
|
var secpropobj = {};
|
|
38899
38941
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -38903,7 +38945,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38903
38945
|
});
|
|
38904
38946
|
}
|
|
38905
38947
|
});
|
|
38906
|
-
setsectionproperties(_objectSpread$
|
|
38948
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38907
38949
|
}
|
|
38908
38950
|
}, [StatePagePropertiesContext]);
|
|
38909
38951
|
var footerStyles = {
|
|
@@ -39359,8 +39401,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
39359
39401
|
}))))));
|
|
39360
39402
|
};
|
|
39361
39403
|
|
|
39362
|
-
function ownKeys$
|
|
39363
|
-
function _objectSpread$
|
|
39404
|
+
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; }
|
|
39405
|
+
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; }
|
|
39364
39406
|
var Footer1 = function Footer1(props) {
|
|
39365
39407
|
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;
|
|
39366
39408
|
var _useState = React.useState(''),
|
|
@@ -39387,7 +39429,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39387
39429
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
39388
39430
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39389
39431
|
});
|
|
39390
|
-
setsectionproperties(_objectSpread$
|
|
39432
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39391
39433
|
} else {
|
|
39392
39434
|
var secpropobj = {};
|
|
39393
39435
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -39397,7 +39439,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39397
39439
|
});
|
|
39398
39440
|
}
|
|
39399
39441
|
});
|
|
39400
|
-
setsectionproperties(_objectSpread$
|
|
39442
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39401
39443
|
}
|
|
39402
39444
|
}, [StatePagePropertiesContext]);
|
|
39403
39445
|
React.useEffect(function () {
|
|
@@ -39815,8 +39857,8 @@ var Footer1 = function Footer1(props) {
|
|
|
39815
39857
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
39816
39858
|
};
|
|
39817
39859
|
|
|
39818
|
-
function ownKeys$
|
|
39819
|
-
function _objectSpread$
|
|
39860
|
+
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; }
|
|
39861
|
+
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; }
|
|
39820
39862
|
var Footer2 = function Footer2(props) {
|
|
39821
39863
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
39822
39864
|
var _useState = React.useState(''),
|
|
@@ -39846,7 +39888,7 @@ var Footer2 = function Footer2(props) {
|
|
|
39846
39888
|
});
|
|
39847
39889
|
}
|
|
39848
39890
|
});
|
|
39849
|
-
setsectionproperties(_objectSpread$
|
|
39891
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
39850
39892
|
}, [StatePagePropertiesContext]);
|
|
39851
39893
|
React.useEffect(function () {
|
|
39852
39894
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -40204,8 +40246,8 @@ var Footer2 = function Footer2(props) {
|
|
|
40204
40246
|
})))));
|
|
40205
40247
|
};
|
|
40206
40248
|
|
|
40207
|
-
function ownKeys$
|
|
40208
|
-
function _objectSpread$
|
|
40249
|
+
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; }
|
|
40250
|
+
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; }
|
|
40209
40251
|
var Footer3 = function Footer3(props) {
|
|
40210
40252
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i16, _authdetailsContext$i17;
|
|
40211
40253
|
var _useState = React.useState(''),
|
|
@@ -40232,7 +40274,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40232
40274
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40233
40275
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40234
40276
|
});
|
|
40235
|
-
setsectionproperties(_objectSpread$
|
|
40277
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40236
40278
|
} else {
|
|
40237
40279
|
var secpropobj = {};
|
|
40238
40280
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40242,7 +40284,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40242
40284
|
});
|
|
40243
40285
|
}
|
|
40244
40286
|
});
|
|
40245
|
-
setsectionproperties(_objectSpread$
|
|
40287
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40246
40288
|
}
|
|
40247
40289
|
}, [StatePagePropertiesContext]);
|
|
40248
40290
|
React.useEffect(function () {
|
|
@@ -40556,8 +40598,8 @@ var Footer3 = function Footer3(props) {
|
|
|
40556
40598
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.address_en)))))));
|
|
40557
40599
|
};
|
|
40558
40600
|
|
|
40559
|
-
function ownKeys$
|
|
40560
|
-
function _objectSpread$
|
|
40601
|
+
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; }
|
|
40602
|
+
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; }
|
|
40561
40603
|
var Footer4 = function Footer4(props) {
|
|
40562
40604
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
40563
40605
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -40580,7 +40622,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40580
40622
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40581
40623
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40582
40624
|
});
|
|
40583
|
-
setsectionproperties(_objectSpread$
|
|
40625
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40584
40626
|
} else {
|
|
40585
40627
|
var secpropobj = {};
|
|
40586
40628
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40590,7 +40632,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40590
40632
|
});
|
|
40591
40633
|
}
|
|
40592
40634
|
});
|
|
40593
|
-
setsectionproperties(_objectSpread$
|
|
40635
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40594
40636
|
}
|
|
40595
40637
|
}, [StatePagePropertiesContext]);
|
|
40596
40638
|
var footerStyles = {
|
|
@@ -40975,8 +41017,8 @@ var Footer4 = function Footer4(props) {
|
|
|
40975
41017
|
}))))))));
|
|
40976
41018
|
};
|
|
40977
41019
|
|
|
40978
|
-
function ownKeys$
|
|
40979
|
-
function _objectSpread$
|
|
41020
|
+
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; }
|
|
41021
|
+
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; }
|
|
40980
41022
|
var Footer5 = function Footer5(props) {
|
|
40981
41023
|
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;
|
|
40982
41024
|
var _useState = React.useState(''),
|
|
@@ -41006,7 +41048,7 @@ var Footer5 = function Footer5(props) {
|
|
|
41006
41048
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41007
41049
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41008
41050
|
});
|
|
41009
|
-
setsectionproperties(_objectSpread$
|
|
41051
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
41010
41052
|
} else {
|
|
41011
41053
|
var secpropobj = {};
|
|
41012
41054
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41016,7 +41058,7 @@ var Footer5 = function Footer5(props) {
|
|
|
41016
41058
|
});
|
|
41017
41059
|
}
|
|
41018
41060
|
});
|
|
41019
|
-
setsectionproperties(_objectSpread$
|
|
41061
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
41020
41062
|
}
|
|
41021
41063
|
}, [StatePagePropertiesContext]);
|
|
41022
41064
|
React.useEffect(function () {
|
|
@@ -41504,8 +41546,8 @@ var Footer5 = function Footer5(props) {
|
|
|
41504
41546
|
}))))))));
|
|
41505
41547
|
};
|
|
41506
41548
|
|
|
41507
|
-
function ownKeys$
|
|
41508
|
-
function _objectSpread$
|
|
41549
|
+
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; }
|
|
41550
|
+
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; }
|
|
41509
41551
|
var Footer6 = function Footer6(props) {
|
|
41510
41552
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
41511
41553
|
var _useState = React.useState(''),
|
|
@@ -41536,7 +41578,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41536
41578
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41537
41579
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41538
41580
|
});
|
|
41539
|
-
setsectionproperties(_objectSpread$
|
|
41581
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41540
41582
|
} else {
|
|
41541
41583
|
var secpropobj = {};
|
|
41542
41584
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41546,7 +41588,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41546
41588
|
});
|
|
41547
41589
|
}
|
|
41548
41590
|
});
|
|
41549
|
-
setsectionproperties(_objectSpread$
|
|
41591
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41550
41592
|
}
|
|
41551
41593
|
}, [StatePagePropertiesContext]);
|
|
41552
41594
|
React.useEffect(function () {
|
|
@@ -41783,8 +41825,8 @@ var Footer6 = function Footer6(props) {
|
|
|
41783
41825
|
}))));
|
|
41784
41826
|
};
|
|
41785
41827
|
|
|
41786
|
-
function ownKeys$
|
|
41787
|
-
function _objectSpread$
|
|
41828
|
+
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; }
|
|
41829
|
+
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; }
|
|
41788
41830
|
var Footer7 = function Footer7(props) {
|
|
41789
41831
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
41790
41832
|
var _useState = React.useState(''),
|
|
@@ -41815,7 +41857,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41815
41857
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41816
41858
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41817
41859
|
});
|
|
41818
|
-
setsectionproperties(_objectSpread$
|
|
41860
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41819
41861
|
} else {
|
|
41820
41862
|
var secpropobj = {};
|
|
41821
41863
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41825,7 +41867,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41825
41867
|
});
|
|
41826
41868
|
}
|
|
41827
41869
|
});
|
|
41828
|
-
setsectionproperties(_objectSpread$
|
|
41870
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41829
41871
|
}
|
|
41830
41872
|
}, [StatePagePropertiesContext]);
|
|
41831
41873
|
React.useEffect(function () {
|
|
@@ -42183,8 +42225,8 @@ var Footer7 = function Footer7(props) {
|
|
|
42183
42225
|
}))))));
|
|
42184
42226
|
};
|
|
42185
42227
|
|
|
42186
|
-
function ownKeys$
|
|
42187
|
-
function _objectSpread$
|
|
42228
|
+
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; }
|
|
42229
|
+
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; }
|
|
42188
42230
|
var Footer8 = function Footer8(props) {
|
|
42189
42231
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
|
|
42190
42232
|
var _useState = React.useState(''),
|
|
@@ -42211,7 +42253,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42211
42253
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42212
42254
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42213
42255
|
});
|
|
42214
|
-
setsectionproperties(_objectSpread$
|
|
42256
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42215
42257
|
} else {
|
|
42216
42258
|
var secpropobj = {};
|
|
42217
42259
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42221,7 +42263,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42221
42263
|
});
|
|
42222
42264
|
}
|
|
42223
42265
|
});
|
|
42224
|
-
setsectionproperties(_objectSpread$
|
|
42266
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42225
42267
|
}
|
|
42226
42268
|
}, [StatePagePropertiesContext]);
|
|
42227
42269
|
var footerStyles = {
|
|
@@ -42599,8 +42641,8 @@ var Footer8 = function Footer8(props) {
|
|
|
42599
42641
|
}, lang.orderhistory)))))));
|
|
42600
42642
|
};
|
|
42601
42643
|
|
|
42602
|
-
function ownKeys$
|
|
42603
|
-
function _objectSpread$
|
|
42644
|
+
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; }
|
|
42645
|
+
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; }
|
|
42604
42646
|
var Simplefooter = function Simplefooter(props) {
|
|
42605
42647
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
42606
42648
|
var _useState = React.useState(''),
|
|
@@ -42627,7 +42669,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42627
42669
|
});
|
|
42628
42670
|
}
|
|
42629
42671
|
});
|
|
42630
|
-
setsectionproperties(_objectSpread$
|
|
42672
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
42631
42673
|
}, [StatePagePropertiesContext]);
|
|
42632
42674
|
React.useEffect(function () {
|
|
42633
42675
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -42894,8 +42936,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42894
42936
|
})));
|
|
42895
42937
|
};
|
|
42896
42938
|
|
|
42897
|
-
function ownKeys$
|
|
42898
|
-
function _objectSpread$
|
|
42939
|
+
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; }
|
|
42940
|
+
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; }
|
|
42899
42941
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
42900
42942
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
42901
42943
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42918,7 +42960,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42918
42960
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42919
42961
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42920
42962
|
});
|
|
42921
|
-
setsectionproperties(_objectSpread$
|
|
42963
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42922
42964
|
} else {
|
|
42923
42965
|
var secpropobj = {};
|
|
42924
42966
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42928,7 +42970,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42928
42970
|
});
|
|
42929
42971
|
}
|
|
42930
42972
|
});
|
|
42931
|
-
setsectionproperties(_objectSpread$
|
|
42973
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42932
42974
|
}
|
|
42933
42975
|
}, [StatePagePropertiesContext]);
|
|
42934
42976
|
var _useState3 = React.useState([]),
|
|
@@ -43206,8 +43248,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
43206
43248
|
}, "@ ", 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))));
|
|
43207
43249
|
};
|
|
43208
43250
|
|
|
43209
|
-
function ownKeys$
|
|
43210
|
-
function _objectSpread$
|
|
43251
|
+
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; }
|
|
43252
|
+
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; }
|
|
43211
43253
|
var ModernFooter = function ModernFooter(props) {
|
|
43212
43254
|
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;
|
|
43213
43255
|
var _useState = React.useState(''),
|
|
@@ -43233,7 +43275,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43233
43275
|
});
|
|
43234
43276
|
}
|
|
43235
43277
|
});
|
|
43236
|
-
setsectionproperties(_objectSpread$
|
|
43278
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
43237
43279
|
}, [StatePagePropertiesContext]);
|
|
43238
43280
|
var footerStyles = {
|
|
43239
43281
|
footerContainer: glamor.css({
|
|
@@ -43684,8 +43726,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43684
43726
|
})))))));
|
|
43685
43727
|
};
|
|
43686
43728
|
|
|
43687
|
-
function ownKeys$
|
|
43688
|
-
function _objectSpread$
|
|
43729
|
+
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; }
|
|
43730
|
+
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; }
|
|
43689
43731
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43690
43732
|
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43691
43733
|
var _useState = React.useState(''),
|
|
@@ -43715,7 +43757,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43715
43757
|
});
|
|
43716
43758
|
}
|
|
43717
43759
|
});
|
|
43718
|
-
setsectionproperties(_objectSpread$
|
|
43760
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
43719
43761
|
}, [StatePagePropertiesContext]);
|
|
43720
43762
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
43721
43763
|
var _authdetailsContext$i;
|
|
@@ -44275,8 +44317,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
44275
44317
|
}, StoreInformation()))));
|
|
44276
44318
|
};
|
|
44277
44319
|
|
|
44278
|
-
function ownKeys$
|
|
44279
|
-
function _objectSpread$
|
|
44320
|
+
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; }
|
|
44321
|
+
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; }
|
|
44280
44322
|
var CardsSection2 = function CardsSection2(props) {
|
|
44281
44323
|
var _useInView = reactIntersectionObserver.useInView();
|
|
44282
44324
|
_useInView.ref;
|
|
@@ -44334,7 +44376,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44334
44376
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44335
44377
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44336
44378
|
});
|
|
44337
|
-
setsectionproperties(_objectSpread$
|
|
44379
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
44338
44380
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44339
44381
|
setfetchingtype('products');
|
|
44340
44382
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44400,9 +44442,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44400
44442
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44401
44443
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44402
44444
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44403
|
-
setProductFilterObjContext(_objectSpread$
|
|
44445
|
+
setProductFilterObjContext(_objectSpread$1n({}, tempfetchproductsfilerobjcontext));
|
|
44404
44446
|
}
|
|
44405
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44447
|
+
setFetchQueriesEngineContext(_objectSpread$1n({}, tempFetchQueriesEngineContext));
|
|
44406
44448
|
}
|
|
44407
44449
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44408
44450
|
React.useEffect(function () {
|
|
@@ -44687,8 +44729,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44687
44729
|
}, cardsrender())));
|
|
44688
44730
|
};
|
|
44689
44731
|
|
|
44690
|
-
function ownKeys$
|
|
44691
|
-
function _objectSpread$
|
|
44732
|
+
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; }
|
|
44733
|
+
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; }
|
|
44692
44734
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
44693
44735
|
var _section_cssstyles;
|
|
44694
44736
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -44742,7 +44784,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44742
44784
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44743
44785
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44744
44786
|
});
|
|
44745
|
-
setsectionproperties(_objectSpread$
|
|
44787
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
44746
44788
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44747
44789
|
setfetchingtype('products');
|
|
44748
44790
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44794,9 +44836,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44794
44836
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44795
44837
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44796
44838
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44797
|
-
setProductFilterObjContext(_objectSpread$
|
|
44839
|
+
setProductFilterObjContext(_objectSpread$1m({}, tempfetchproductsfilerobjcontext));
|
|
44798
44840
|
}
|
|
44799
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44841
|
+
setFetchQueriesEngineContext(_objectSpread$1m({}, tempFetchQueriesEngineContext));
|
|
44800
44842
|
}
|
|
44801
44843
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44802
44844
|
React.useEffect(function () {
|
|
@@ -45177,8 +45219,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
45177
45219
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
45178
45220
|
};
|
|
45179
45221
|
|
|
45180
|
-
function ownKeys$
|
|
45181
|
-
function _objectSpread$
|
|
45222
|
+
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; }
|
|
45223
|
+
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; }
|
|
45182
45224
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
45183
45225
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
45184
45226
|
ref = _useInView.ref,
|
|
@@ -45237,7 +45279,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45237
45279
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45238
45280
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45239
45281
|
});
|
|
45240
|
-
setsectionproperties(_objectSpread$
|
|
45282
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
45241
45283
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
45242
45284
|
setfetchingtype('products');
|
|
45243
45285
|
setProductsFetchingTypeSectionObj({
|
|
@@ -45299,7 +45341,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45299
45341
|
}
|
|
45300
45342
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
45301
45343
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
45302
|
-
setProductFilterObjContext(_objectSpread$
|
|
45344
|
+
setProductFilterObjContext(_objectSpread$1l({}, tempfetchproductsfilerobjcontext));
|
|
45303
45345
|
}
|
|
45304
45346
|
if (fetchingtype == 'categories') {
|
|
45305
45347
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -45375,7 +45417,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45375
45417
|
cardobjassigner(collections);
|
|
45376
45418
|
}
|
|
45377
45419
|
}
|
|
45378
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45420
|
+
setFetchQueriesEngineContext(_objectSpread$1l({}, tempFetchQueriesEngineContext));
|
|
45379
45421
|
}
|
|
45380
45422
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45381
45423
|
React.useEffect(function () {
|
|
@@ -45731,8 +45773,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45731
45773
|
}, cardsrender()));
|
|
45732
45774
|
};
|
|
45733
45775
|
|
|
45734
|
-
function ownKeys$
|
|
45735
|
-
function _objectSpread$
|
|
45776
|
+
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; }
|
|
45777
|
+
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; }
|
|
45736
45778
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
45737
45779
|
var _useInView = reactIntersectionObserver.useInView();
|
|
45738
45780
|
_useInView.ref;
|
|
@@ -45777,7 +45819,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45777
45819
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45778
45820
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45779
45821
|
});
|
|
45780
|
-
setsectionproperties(_objectSpread$
|
|
45822
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
45781
45823
|
setfetchingtype(sectionitem.fetchingtype);
|
|
45782
45824
|
setProductsFetchingTypeSectionObj({
|
|
45783
45825
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -45803,7 +45845,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45803
45845
|
} else {
|
|
45804
45846
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
45805
45847
|
}
|
|
45806
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45848
|
+
setFetchQueriesEngineContext(_objectSpread$1k({}, tempFetchQueriesEngineContext));
|
|
45807
45849
|
}
|
|
45808
45850
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45809
45851
|
React.useEffect(function () {
|
|
@@ -46083,8 +46125,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
46083
46125
|
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
46084
46126
|
};
|
|
46085
46127
|
|
|
46086
|
-
function ownKeys$
|
|
46087
|
-
function _objectSpread$
|
|
46128
|
+
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; }
|
|
46129
|
+
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; }
|
|
46088
46130
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
46089
46131
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
46090
46132
|
props.actions.lang;
|
|
@@ -46159,7 +46201,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46159
46201
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46160
46202
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46161
46203
|
});
|
|
46162
|
-
setsectionproperties(_objectSpread$
|
|
46204
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
46163
46205
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46164
46206
|
setfetchingtype('products');
|
|
46165
46207
|
var lcproductfetchingtype = 'Random';
|
|
@@ -46236,7 +46278,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46236
46278
|
}
|
|
46237
46279
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
46238
46280
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
46239
|
-
setProductFilterObjContext(_objectSpread$
|
|
46281
|
+
setProductFilterObjContext(_objectSpread$1j({}, tempfetchproductsfilerobjcontext));
|
|
46240
46282
|
}
|
|
46241
46283
|
if (fetchingtype == 'categories') {
|
|
46242
46284
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -46312,7 +46354,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46312
46354
|
cardobjassigner(collections);
|
|
46313
46355
|
}
|
|
46314
46356
|
}
|
|
46315
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
46357
|
+
setFetchQueriesEngineContext(_objectSpread$1j({}, tempFetchQueriesEngineContext));
|
|
46316
46358
|
}
|
|
46317
46359
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46318
46360
|
React.useEffect(function () {
|
|
@@ -46951,8 +46993,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46951
46993
|
}, cardsrender()));
|
|
46952
46994
|
};
|
|
46953
46995
|
|
|
46954
|
-
function ownKeys$
|
|
46955
|
-
function _objectSpread$
|
|
46996
|
+
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; }
|
|
46997
|
+
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; }
|
|
46956
46998
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
46957
46999
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
46958
47000
|
ref = _useInView.ref,
|
|
@@ -47013,7 +47055,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47013
47055
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47014
47056
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47015
47057
|
});
|
|
47016
|
-
setsectionproperties(_objectSpread$
|
|
47058
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
47017
47059
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
47018
47060
|
setfetchingtype('products');
|
|
47019
47061
|
setProductsFetchingTypeSectionObj({
|
|
@@ -47065,9 +47107,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47065
47107
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
47066
47108
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
47067
47109
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
47068
|
-
setProductFilterObjContext(_objectSpread$
|
|
47110
|
+
setProductFilterObjContext(_objectSpread$1i({}, tempfetchproductsfilerobjcontext));
|
|
47069
47111
|
// }
|
|
47070
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47112
|
+
setFetchQueriesEngineContext(_objectSpread$1i({}, tempFetchQueriesEngineContext));
|
|
47071
47113
|
}
|
|
47072
47114
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47073
47115
|
React.useEffect(function () {
|
|
@@ -47505,8 +47547,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47505
47547
|
}, cardsrender())));
|
|
47506
47548
|
};
|
|
47507
47549
|
|
|
47508
|
-
function ownKeys$
|
|
47509
|
-
function _objectSpread$
|
|
47550
|
+
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; }
|
|
47551
|
+
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; }
|
|
47510
47552
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
47511
47553
|
var _useInView = reactIntersectionObserver.useInView();
|
|
47512
47554
|
_useInView.ref;
|
|
@@ -47533,7 +47575,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47533
47575
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47534
47576
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47535
47577
|
});
|
|
47536
|
-
setsectionproperties(_objectSpread$
|
|
47578
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
47537
47579
|
setfetchingtype(sectionitem.fetchingtype);
|
|
47538
47580
|
}
|
|
47539
47581
|
});
|
|
@@ -47774,8 +47816,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47774
47816
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
47775
47817
|
};
|
|
47776
47818
|
|
|
47777
|
-
function ownKeys$
|
|
47778
|
-
function _objectSpread$
|
|
47819
|
+
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; }
|
|
47820
|
+
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; }
|
|
47779
47821
|
var CollapsableSection = function CollapsableSection(props) {
|
|
47780
47822
|
var _maincontainerarrayof;
|
|
47781
47823
|
var _useState = React.useState(''),
|
|
@@ -47799,7 +47841,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
47799
47841
|
});
|
|
47800
47842
|
}
|
|
47801
47843
|
});
|
|
47802
|
-
setsectionproperties(_objectSpread$
|
|
47844
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
47803
47845
|
}, [StatePagePropertiesContext]);
|
|
47804
47846
|
React.useEffect(function () {
|
|
47805
47847
|
if (sectionproperties.length != 0) {
|
|
@@ -48084,8 +48126,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
48084
48126
|
})))));
|
|
48085
48127
|
};
|
|
48086
48128
|
|
|
48087
|
-
function ownKeys$
|
|
48088
|
-
function _objectSpread$
|
|
48129
|
+
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; }
|
|
48130
|
+
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; }
|
|
48089
48131
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
48090
48132
|
props.actions.lang;
|
|
48091
48133
|
var langdetect = props.actions.langdetect;
|
|
@@ -48116,7 +48158,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48116
48158
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48117
48159
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48118
48160
|
});
|
|
48119
|
-
setsectionproperties(_objectSpread$
|
|
48161
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48120
48162
|
} else {
|
|
48121
48163
|
var secpropobj = {};
|
|
48122
48164
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48126,7 +48168,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48126
48168
|
});
|
|
48127
48169
|
}
|
|
48128
48170
|
});
|
|
48129
|
-
setsectionproperties(_objectSpread$
|
|
48171
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48130
48172
|
}
|
|
48131
48173
|
}, [StatePagePropertiesContext]);
|
|
48132
48174
|
React.useEffect(function () {
|
|
@@ -48547,8 +48589,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48547
48589
|
}, BackgroundImagesContent())));
|
|
48548
48590
|
};
|
|
48549
48591
|
|
|
48550
|
-
function ownKeys$
|
|
48551
|
-
function _objectSpread$
|
|
48592
|
+
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; }
|
|
48593
|
+
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; }
|
|
48552
48594
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
48553
48595
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$13, _imagesarray$17;
|
|
48554
48596
|
props.actions.lang;
|
|
@@ -48575,7 +48617,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48575
48617
|
});
|
|
48576
48618
|
}
|
|
48577
48619
|
});
|
|
48578
|
-
setsectionproperties(_objectSpread$
|
|
48620
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
48579
48621
|
}, [StatePagePropertiesContext]);
|
|
48580
48622
|
React.useEffect(function () {
|
|
48581
48623
|
if (sectionproperties.length != 0) {
|
|
@@ -48870,8 +48912,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48870
48912
|
})))))));
|
|
48871
48913
|
};
|
|
48872
48914
|
|
|
48873
|
-
function ownKeys$
|
|
48874
|
-
function _objectSpread$
|
|
48915
|
+
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; }
|
|
48916
|
+
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; }
|
|
48875
48917
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
48876
48918
|
var _useState = React.useState(''),
|
|
48877
48919
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -48894,7 +48936,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48894
48936
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48895
48937
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48896
48938
|
});
|
|
48897
|
-
setsectionproperties(_objectSpread$
|
|
48939
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48898
48940
|
} else {
|
|
48899
48941
|
var secpropobj = {};
|
|
48900
48942
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48904,7 +48946,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48904
48946
|
});
|
|
48905
48947
|
}
|
|
48906
48948
|
});
|
|
48907
|
-
setsectionproperties(_objectSpread$
|
|
48949
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48908
48950
|
}
|
|
48909
48951
|
}, [StatePagePropertiesContext]);
|
|
48910
48952
|
React.useEffect(function () {
|
|
@@ -49121,8 +49163,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
49121
49163
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
49122
49164
|
styleInject(css_248z$l);
|
|
49123
49165
|
|
|
49124
|
-
function ownKeys$
|
|
49125
|
-
function _objectSpread$
|
|
49166
|
+
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; }
|
|
49167
|
+
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; }
|
|
49126
49168
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
49127
49169
|
var _ref, _bgimagesarray$, _bgimagesarray$2, _ref2;
|
|
49128
49170
|
var _useState = React.useState(''),
|
|
@@ -49145,7 +49187,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49145
49187
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49146
49188
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49147
49189
|
});
|
|
49148
|
-
setsectionproperties(_objectSpread$
|
|
49190
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49149
49191
|
} else {
|
|
49150
49192
|
var secpropobj = {};
|
|
49151
49193
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49155,7 +49197,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49155
49197
|
});
|
|
49156
49198
|
}
|
|
49157
49199
|
});
|
|
49158
|
-
setsectionproperties(_objectSpread$
|
|
49200
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49159
49201
|
}
|
|
49160
49202
|
}, [StatePagePropertiesContext]);
|
|
49161
49203
|
React.useEffect(function () {
|
|
@@ -49382,8 +49424,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49382
49424
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
49383
49425
|
};
|
|
49384
49426
|
|
|
49385
|
-
function ownKeys$
|
|
49386
|
-
function _objectSpread$
|
|
49427
|
+
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; }
|
|
49428
|
+
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; }
|
|
49387
49429
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
49388
49430
|
var _useState = React.useState(''),
|
|
49389
49431
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -49406,7 +49448,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49406
49448
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49407
49449
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49408
49450
|
});
|
|
49409
|
-
setsectionproperties(_objectSpread$
|
|
49451
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49410
49452
|
} else {
|
|
49411
49453
|
var secpropobj = {};
|
|
49412
49454
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49416,7 +49458,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49416
49458
|
});
|
|
49417
49459
|
}
|
|
49418
49460
|
});
|
|
49419
|
-
setsectionproperties(_objectSpread$
|
|
49461
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49420
49462
|
}
|
|
49421
49463
|
}, [StatePagePropertiesContext]);
|
|
49422
49464
|
React.useEffect(function () {
|
|
@@ -49527,8 +49569,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49527
49569
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
49528
49570
|
styleInject(css_248z$k);
|
|
49529
49571
|
|
|
49530
|
-
function ownKeys$
|
|
49531
|
-
function _objectSpread$
|
|
49572
|
+
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; }
|
|
49573
|
+
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; }
|
|
49532
49574
|
var Select = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
49533
49575
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
49534
49576
|
});
|
|
@@ -49546,7 +49588,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49546
49588
|
sectionproperties = _useState2[0],
|
|
49547
49589
|
setsectionproperties = _useState2[1];
|
|
49548
49590
|
React.useEffect(function () {
|
|
49549
|
-
setsectionproperties(_objectSpread$
|
|
49591
|
+
setsectionproperties(_objectSpread$1a({}, props.sectionproperties));
|
|
49550
49592
|
}, [props.sectionproperties]);
|
|
49551
49593
|
var formstyles = {
|
|
49552
49594
|
input_label_name: glamor.css({
|
|
@@ -49617,13 +49659,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49617
49659
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49618
49660
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
49619
49661
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
49620
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49662
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49621
49663
|
if (props.srcfrom != 'filter') {
|
|
49622
49664
|
props.payloadobjchange('countryid', option.id);
|
|
49623
49665
|
} else {
|
|
49624
49666
|
var temp = props.payloadobj;
|
|
49625
49667
|
temp.countryid = option.id;
|
|
49626
|
-
props.setpayloadobj(_objectSpread$
|
|
49668
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49627
49669
|
}
|
|
49628
49670
|
},
|
|
49629
49671
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49676,13 +49718,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49676
49718
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49677
49719
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
49678
49720
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
49679
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49721
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49680
49722
|
if (props.srcfrom != 'filter') {
|
|
49681
49723
|
props.payloadobjchange('stateid', option.id);
|
|
49682
49724
|
} else {
|
|
49683
49725
|
var temp = props.payloadobj;
|
|
49684
49726
|
temp.stateid = option.id;
|
|
49685
|
-
props.setpayloadobj(_objectSpread$
|
|
49727
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49686
49728
|
}
|
|
49687
49729
|
},
|
|
49688
49730
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49737,7 +49779,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49737
49779
|
} else {
|
|
49738
49780
|
var temp = props.payloadobj;
|
|
49739
49781
|
temp.cityid = option.id;
|
|
49740
|
-
props.setpayloadobj(_objectSpread$
|
|
49782
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49741
49783
|
}
|
|
49742
49784
|
},
|
|
49743
49785
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49771,8 +49813,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49771
49813
|
}))));
|
|
49772
49814
|
};
|
|
49773
49815
|
|
|
49774
|
-
function ownKeys$
|
|
49775
|
-
function _objectSpread$
|
|
49816
|
+
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; }
|
|
49817
|
+
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; }
|
|
49776
49818
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
49777
49819
|
var _css, _fetchProductFeatures;
|
|
49778
49820
|
var _useState = React.useState(''),
|
|
@@ -49830,11 +49872,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49830
49872
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
49831
49873
|
props.actions.fetchcollectionsQueryContext;
|
|
49832
49874
|
React.useEffect(function () {
|
|
49833
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49875
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49834
49876
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
49835
49877
|
tempFetchQueriesEngineContext.collections = true;
|
|
49836
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49837
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49878
|
+
setFetchQueriesEngineContext(_objectSpread$19({}, tempFetchQueriesEngineContext));
|
|
49879
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49838
49880
|
|
|
49839
49881
|
// authdetailsContext?.instinfo?.instcollections?
|
|
49840
49882
|
}, []);
|
|
@@ -49855,7 +49897,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49855
49897
|
});
|
|
49856
49898
|
}
|
|
49857
49899
|
});
|
|
49858
|
-
setsectionproperties(_objectSpread$
|
|
49900
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
49859
49901
|
}, [StatePagePropertiesContext]);
|
|
49860
49902
|
React.useEffect(function () {
|
|
49861
49903
|
if (sectionproperties.length != 0) {
|
|
@@ -50103,7 +50145,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50103
50145
|
var temp = payloadobj;
|
|
50104
50146
|
temp.collections = [];
|
|
50105
50147
|
temp.collections.push(option.collectionid);
|
|
50106
|
-
setpayloadobj(_objectSpread$
|
|
50148
|
+
setpayloadobj(_objectSpread$19({}, temp));
|
|
50107
50149
|
},
|
|
50108
50150
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
50109
50151
|
isSearchable: true,
|
|
@@ -50141,7 +50183,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50141
50183
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50142
50184
|
value: pricevalue,
|
|
50143
50185
|
onChange: function onChange(value) {
|
|
50144
|
-
setpricevalue(_objectSpread$
|
|
50186
|
+
setpricevalue(_objectSpread$19({}, value));
|
|
50145
50187
|
}
|
|
50146
50188
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50147
50189
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -50149,7 +50191,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50149
50191
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50150
50192
|
onClick: function onClick() {
|
|
50151
50193
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50152
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50194
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50153
50195
|
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) {
|
|
50154
50196
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50155
50197
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50386,7 +50428,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50386
50428
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50387
50429
|
onClick: function onClick() {
|
|
50388
50430
|
var _payloadobj$countryid2, _payloadobj$stateid2, _payloadobj$cityid2, _pricevalue$min2, _pricevalue$max2;
|
|
50389
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50431
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50390
50432
|
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) {
|
|
50391
50433
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50392
50434
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50434,8 +50476,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50434
50476
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50435
50477
|
};
|
|
50436
50478
|
|
|
50437
|
-
function ownKeys$
|
|
50438
|
-
function _objectSpread$
|
|
50479
|
+
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; }
|
|
50480
|
+
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; }
|
|
50439
50481
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
50440
50482
|
var _fetchCategoriesQuery;
|
|
50441
50483
|
var _useState = React.useState(''),
|
|
@@ -50489,11 +50531,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50489
50531
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
50490
50532
|
props.actions.fetchcollectionsQueryContext;
|
|
50491
50533
|
React.useEffect(function () {
|
|
50492
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50534
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50493
50535
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
50494
50536
|
tempFetchQueriesEngineContext.collections = true;
|
|
50495
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
50496
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50537
|
+
setFetchQueriesEngineContext(_objectSpread$18({}, tempFetchQueriesEngineContext));
|
|
50538
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50497
50539
|
|
|
50498
50540
|
// authdetailsContext?.instinfo?.instcollections?
|
|
50499
50541
|
}, []);
|
|
@@ -50514,7 +50556,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50514
50556
|
});
|
|
50515
50557
|
}
|
|
50516
50558
|
});
|
|
50517
|
-
setsectionproperties(_objectSpread$
|
|
50559
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
50518
50560
|
}, [StatePagePropertiesContext]);
|
|
50519
50561
|
// useEffect(() => {
|
|
50520
50562
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -50762,7 +50804,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50762
50804
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50763
50805
|
value: pricevalue,
|
|
50764
50806
|
onChange: function onChange(value) {
|
|
50765
|
-
setpricevalue(_objectSpread$
|
|
50807
|
+
setpricevalue(_objectSpread$18({}, value));
|
|
50766
50808
|
}
|
|
50767
50809
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50768
50810
|
"class": "col-lg-1"
|
|
@@ -50772,7 +50814,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50772
50814
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50773
50815
|
onClick: function onClick() {
|
|
50774
50816
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50775
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50817
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$18({}, fetchproductsfilerobjcontext);
|
|
50776
50818
|
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) {
|
|
50777
50819
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50778
50820
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50817,8 +50859,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50817
50859
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50818
50860
|
};
|
|
50819
50861
|
|
|
50820
|
-
function ownKeys$
|
|
50821
|
-
function _objectSpread$
|
|
50862
|
+
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; }
|
|
50863
|
+
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; }
|
|
50822
50864
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
50823
50865
|
var _useState = React.useState(''),
|
|
50824
50866
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -50864,7 +50906,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50864
50906
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50865
50907
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50866
50908
|
});
|
|
50867
|
-
setsectionproperties(_objectSpread$
|
|
50909
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50868
50910
|
} else {
|
|
50869
50911
|
var secpropobj = {};
|
|
50870
50912
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50874,7 +50916,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50874
50916
|
});
|
|
50875
50917
|
}
|
|
50876
50918
|
});
|
|
50877
|
-
setsectionproperties(_objectSpread$
|
|
50919
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50878
50920
|
}
|
|
50879
50921
|
}, [StatePagePropertiesContext]);
|
|
50880
50922
|
var sectionstyles = {
|
|
@@ -51067,8 +51109,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
51067
51109
|
})))));
|
|
51068
51110
|
};
|
|
51069
51111
|
|
|
51070
|
-
function ownKeys$
|
|
51071
|
-
function _objectSpread$
|
|
51112
|
+
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; }
|
|
51113
|
+
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; }
|
|
51072
51114
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
51073
51115
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
51074
51116
|
var lang = props.actions.lang;
|
|
@@ -51108,7 +51150,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51108
51150
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51109
51151
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51110
51152
|
});
|
|
51111
|
-
setsectionproperties(_objectSpread$
|
|
51153
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51112
51154
|
} else {
|
|
51113
51155
|
var secpropobj = {};
|
|
51114
51156
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51118,7 +51160,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51118
51160
|
});
|
|
51119
51161
|
}
|
|
51120
51162
|
});
|
|
51121
|
-
setsectionproperties(_objectSpread$
|
|
51163
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51122
51164
|
}
|
|
51123
51165
|
}, [StatePagePropertiesContext]);
|
|
51124
51166
|
React.useEffect(function () {
|
|
@@ -51279,8 +51321,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51279
51321
|
})))))))));
|
|
51280
51322
|
};
|
|
51281
51323
|
|
|
51282
|
-
function ownKeys$
|
|
51283
|
-
function _objectSpread$
|
|
51324
|
+
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; }
|
|
51325
|
+
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; }
|
|
51284
51326
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
51285
51327
|
var _useState = React.useState(''),
|
|
51286
51328
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -51305,7 +51347,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51305
51347
|
});
|
|
51306
51348
|
}
|
|
51307
51349
|
});
|
|
51308
|
-
setsectionproperties(_objectSpread$
|
|
51350
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
51309
51351
|
}, [StatePagePropertiesContext]);
|
|
51310
51352
|
React.useEffect(function () {
|
|
51311
51353
|
if (sectionproperties.length != 0) {
|
|
@@ -51419,8 +51461,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51419
51461
|
}))))));
|
|
51420
51462
|
};
|
|
51421
51463
|
|
|
51422
|
-
function ownKeys$
|
|
51423
|
-
function _objectSpread$
|
|
51464
|
+
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; }
|
|
51465
|
+
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; }
|
|
51424
51466
|
var Threebgimages = function Threebgimages(props) {
|
|
51425
51467
|
var _ref;
|
|
51426
51468
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
@@ -51451,7 +51493,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51451
51493
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51452
51494
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51453
51495
|
});
|
|
51454
|
-
setsectionproperties(_objectSpread$
|
|
51496
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51455
51497
|
} else {
|
|
51456
51498
|
var secpropobj = {};
|
|
51457
51499
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51461,7 +51503,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51461
51503
|
});
|
|
51462
51504
|
}
|
|
51463
51505
|
});
|
|
51464
|
-
setsectionproperties(_objectSpread$
|
|
51506
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51465
51507
|
}
|
|
51466
51508
|
}, [StatePagePropertiesContext]);
|
|
51467
51509
|
React.useEffect(function () {
|
|
@@ -51675,8 +51717,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51675
51717
|
})));
|
|
51676
51718
|
};
|
|
51677
51719
|
|
|
51678
|
-
function ownKeys$
|
|
51679
|
-
function _objectSpread$
|
|
51720
|
+
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; }
|
|
51721
|
+
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; }
|
|
51680
51722
|
var Twobgimages = function Twobgimages(props) {
|
|
51681
51723
|
var _useState = React.useState(''),
|
|
51682
51724
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -51704,7 +51746,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51704
51746
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51705
51747
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51706
51748
|
});
|
|
51707
|
-
setsectionproperties(_objectSpread$
|
|
51749
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51708
51750
|
} else {
|
|
51709
51751
|
var secpropobj = {};
|
|
51710
51752
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51714,7 +51756,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51714
51756
|
});
|
|
51715
51757
|
}
|
|
51716
51758
|
});
|
|
51717
|
-
setsectionproperties(_objectSpread$
|
|
51759
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51718
51760
|
}
|
|
51719
51761
|
}, [StatePagePropertiesContext]);
|
|
51720
51762
|
React.useEffect(function () {
|
|
@@ -52011,8 +52053,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
52011
52053
|
}, BackgroundImage()));
|
|
52012
52054
|
};
|
|
52013
52055
|
|
|
52014
|
-
function ownKeys$
|
|
52015
|
-
function _objectSpread$
|
|
52056
|
+
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; }
|
|
52057
|
+
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; }
|
|
52016
52058
|
var VideosSection = function VideosSection(props) {
|
|
52017
52059
|
var _useState = React.useState(''),
|
|
52018
52060
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -52038,7 +52080,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
52038
52080
|
});
|
|
52039
52081
|
}
|
|
52040
52082
|
});
|
|
52041
|
-
setsectionproperties(_objectSpread$
|
|
52083
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
52042
52084
|
}, [StatePagePropertiesContext]);
|
|
52043
52085
|
React.useEffect(function () {
|
|
52044
52086
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -52302,8 +52344,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
52302
52344
|
}))))));
|
|
52303
52345
|
};
|
|
52304
52346
|
|
|
52305
|
-
function ownKeys$
|
|
52306
|
-
function _objectSpread$
|
|
52347
|
+
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; }
|
|
52348
|
+
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; }
|
|
52307
52349
|
var FullVideoSection = function FullVideoSection(props) {
|
|
52308
52350
|
var _useState = React.useState(''),
|
|
52309
52351
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -52329,7 +52371,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52329
52371
|
});
|
|
52330
52372
|
}
|
|
52331
52373
|
});
|
|
52332
|
-
setsectionproperties(_objectSpread$
|
|
52374
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
52333
52375
|
}, [StatePagePropertiesContext]);
|
|
52334
52376
|
React.useEffect(function () {
|
|
52335
52377
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -52495,6 +52537,113 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52495
52537
|
}, Content(), " ", Video())));
|
|
52496
52538
|
};
|
|
52497
52539
|
|
|
52540
|
+
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; }
|
|
52541
|
+
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; }
|
|
52542
|
+
var Popupcomponent = function Popupcomponent(props) {
|
|
52543
|
+
var _useState = React.useState(''),
|
|
52544
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
52545
|
+
sectionproperties = _useState2[0],
|
|
52546
|
+
setsectionproperties = _useState2[1];
|
|
52547
|
+
props.actions.lang;
|
|
52548
|
+
var langdetect = props.actions.langdetect;
|
|
52549
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
52550
|
+
props.actions.routingcountext;
|
|
52551
|
+
props.actions.StaticPagesLinksContext;
|
|
52552
|
+
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
52553
|
+
props.actions;
|
|
52554
|
+
var _useState3 = React.useState(true),
|
|
52555
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
52556
|
+
showpopup = _useState4[0],
|
|
52557
|
+
setshowpopup = _useState4[1];
|
|
52558
|
+
var _useState5 = React.useState([]),
|
|
52559
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
52560
|
+
imagesarray = _useState6[0],
|
|
52561
|
+
setimagesarray = _useState6[1];
|
|
52562
|
+
React.useEffect(function () {
|
|
52563
|
+
var secpropobj = {};
|
|
52564
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
52565
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
52566
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
52567
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
52568
|
+
});
|
|
52569
|
+
}
|
|
52570
|
+
});
|
|
52571
|
+
setsectionproperties(_objectSpread$10({}, secpropobj));
|
|
52572
|
+
}, [StatePagePropertiesContext]);
|
|
52573
|
+
React.useEffect(function () {
|
|
52574
|
+
if (sectionproperties.length != 0) {
|
|
52575
|
+
if (sectionproperties.bgsection_imagearrayofobjs != null) {
|
|
52576
|
+
var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
|
|
52577
|
+
if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
|
|
52578
|
+
setimagesarray(_toConsumableArray__default["default"](bgsection_imagearrayofobjsparsed));
|
|
52579
|
+
}
|
|
52580
|
+
}
|
|
52581
|
+
}
|
|
52582
|
+
}, [sectionproperties]);
|
|
52583
|
+
// useEffect(() => {
|
|
52584
|
+
// setTimeout(() => {
|
|
52585
|
+
// setshowpopup(true);
|
|
52586
|
+
// }, 2000);
|
|
52587
|
+
// }, []);
|
|
52588
|
+
var closePopUp = function closePopUp() {
|
|
52589
|
+
// setting key "seenPopUp" with value true into localStorage
|
|
52590
|
+
localStorage.setItem('seenPopUp', true);
|
|
52591
|
+
// setting state to false to not display pop-up
|
|
52592
|
+
setshowpopup(false);
|
|
52593
|
+
};
|
|
52594
|
+
React.useEffect(function () {
|
|
52595
|
+
// getting value of "seenPopUp" key from localStorage
|
|
52596
|
+
var returningUser = localStorage.getItem('seenPopUp');
|
|
52597
|
+
// if it's not there, for a new user, it will be null
|
|
52598
|
+
// if it's there it will be boolean true
|
|
52599
|
+
// setting the opposite to state, false for returning user, true for a new user
|
|
52600
|
+
setshowpopup(!returningUser);
|
|
52601
|
+
}, []);
|
|
52602
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52603
|
+
className: "row ml-0 mr-0 w-100"
|
|
52604
|
+
}, showpopup == true && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
52605
|
+
show: true,
|
|
52606
|
+
onHide: function onHide() {
|
|
52607
|
+
closePopUp();
|
|
52608
|
+
},
|
|
52609
|
+
centered: true,
|
|
52610
|
+
size: 'md'
|
|
52611
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52612
|
+
className: "row w-100 m-0"
|
|
52613
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52614
|
+
className: "allcentered bgdanger-hover cursor-pointer",
|
|
52615
|
+
onClick: function onClick() {
|
|
52616
|
+
closePopUp();
|
|
52617
|
+
},
|
|
52618
|
+
style: {
|
|
52619
|
+
position: 'absolute',
|
|
52620
|
+
top: -40,
|
|
52621
|
+
backgroundColor: '#000',
|
|
52622
|
+
width: 35,
|
|
52623
|
+
height: 35,
|
|
52624
|
+
right: 0
|
|
52625
|
+
}
|
|
52626
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
52627
|
+
"class": "h-100 allcentered text-black"
|
|
52628
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, {
|
|
52629
|
+
size: 20,
|
|
52630
|
+
"class": "",
|
|
52631
|
+
color: '#fff'
|
|
52632
|
+
}))), Object.keys(imagesarray).length != 0 && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
52633
|
+
href: '/signup',
|
|
52634
|
+
target: "_self"
|
|
52635
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
52636
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52637
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52638
|
+
path: imagesarray.length != 0 ? langdetect == 'en' ? imagesarray[0].bgsection_image : imagesarray[0].bgsection_image_ar : '',
|
|
52639
|
+
style: {
|
|
52640
|
+
height: '100%',
|
|
52641
|
+
width: '100%',
|
|
52642
|
+
objectFit: 'contain'
|
|
52643
|
+
}
|
|
52644
|
+
})))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
52645
|
+
};
|
|
52646
|
+
|
|
52498
52647
|
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; }
|
|
52499
52648
|
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; }
|
|
52500
52649
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
@@ -71793,6 +71942,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
71793
71942
|
Twobgimages: Twobgimages,
|
|
71794
71943
|
VideosSection: VideosSection,
|
|
71795
71944
|
FullVideoSection: FullVideoSection,
|
|
71945
|
+
Popupcomponent: Popupcomponent,
|
|
71796
71946
|
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
71797
71947
|
DynamicForm: DynamicForm,
|
|
71798
71948
|
// Slideshows (13)
|