tabexseriescomponents 0.0.412 → 0.0.413
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +727 -619
- package/dist/index.esm.js +727 -619
- package/dist/index.umd.js +727 -619
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -673,8 +673,8 @@ var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
|
673
673
|
}));
|
|
674
674
|
};
|
|
675
675
|
|
|
676
|
-
function ownKeys$
|
|
677
|
-
function _objectSpread$
|
|
676
|
+
function ownKeys$2u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
677
|
+
function _objectSpread$2u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2u(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
678
678
|
var Login = function Login(props) {
|
|
679
679
|
var _css;
|
|
680
680
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -750,7 +750,7 @@ var Login = function Login(props) {
|
|
|
750
750
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
751
751
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
752
752
|
});
|
|
753
|
-
setsectionproperties(_objectSpread$
|
|
753
|
+
setsectionproperties(_objectSpread$2u({}, secpropobj));
|
|
754
754
|
}
|
|
755
755
|
}, [StatePagePropertiesContext]);
|
|
756
756
|
React.useEffect(function () {
|
|
@@ -917,9 +917,9 @@ var Login = function Login(props) {
|
|
|
917
917
|
className: "".concat(loginstyles2.form_control),
|
|
918
918
|
value: payloadobj.email,
|
|
919
919
|
onChange: function onChange(event) {
|
|
920
|
-
var temppayloadobj = _objectSpread$
|
|
920
|
+
var temppayloadobj = _objectSpread$2u({}, payloadobj);
|
|
921
921
|
temppayloadobj.email = event.target.value;
|
|
922
|
-
setpayloadobj(_objectSpread$
|
|
922
|
+
setpayloadobj(_objectSpread$2u({}, temppayloadobj));
|
|
923
923
|
},
|
|
924
924
|
style: {
|
|
925
925
|
background: sectionproperties.input_bgcolor
|
|
@@ -941,9 +941,9 @@ var Login = function Login(props) {
|
|
|
941
941
|
textplaceholder: "",
|
|
942
942
|
value: payloadobj.password,
|
|
943
943
|
onChange: function onChange(event) {
|
|
944
|
-
var temppayloadobj = _objectSpread$
|
|
944
|
+
var temppayloadobj = _objectSpread$2u({}, payloadobj);
|
|
945
945
|
temppayloadobj.password = event.target.value;
|
|
946
|
-
setpayloadobj(_objectSpread$
|
|
946
|
+
setpayloadobj(_objectSpread$2u({}, temppayloadobj));
|
|
947
947
|
},
|
|
948
948
|
style: {
|
|
949
949
|
background: sectionproperties.input_bgcolor
|
|
@@ -1120,9 +1120,9 @@ var Login = function Login(props) {
|
|
|
1120
1120
|
className: "".concat(loginstyles2.form_control),
|
|
1121
1121
|
value: forgotpasswordpayload.email,
|
|
1122
1122
|
onChange: function onChange(event) {
|
|
1123
|
-
var temppayloadobj = _objectSpread$
|
|
1123
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1124
1124
|
temppayloadobj.email = event.target.value;
|
|
1125
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1125
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1126
1126
|
},
|
|
1127
1127
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1128
1128
|
style: {
|
|
@@ -1137,9 +1137,9 @@ var Login = function Login(props) {
|
|
|
1137
1137
|
className: "".concat(loginstyles2.form_control),
|
|
1138
1138
|
value: forgotpasswordpayload.code,
|
|
1139
1139
|
onChange: function onChange(event) {
|
|
1140
|
-
var temppayloadobj = _objectSpread$
|
|
1140
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1141
1141
|
temppayloadobj.code = event.target.value;
|
|
1142
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1142
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1143
1143
|
},
|
|
1144
1144
|
style: {
|
|
1145
1145
|
background: sectionproperties.input_bgcolor
|
|
@@ -1153,9 +1153,9 @@ var Login = function Login(props) {
|
|
|
1153
1153
|
className: "".concat(loginstyles2.form_control),
|
|
1154
1154
|
value: forgotpasswordpayload.newpassword,
|
|
1155
1155
|
onChange: function onChange(event) {
|
|
1156
|
-
var temppayloadobj = _objectSpread$
|
|
1156
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1157
1157
|
temppayloadobj.newpassword = event.target.value;
|
|
1158
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1158
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1159
1159
|
},
|
|
1160
1160
|
style: {
|
|
1161
1161
|
background: sectionproperties.input_bgcolor
|
|
@@ -1169,9 +1169,9 @@ var Login = function Login(props) {
|
|
|
1169
1169
|
className: "".concat(loginstyles2.form_control),
|
|
1170
1170
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
1171
1171
|
onChange: function onChange(event) {
|
|
1172
|
-
var temppayloadobj = _objectSpread$
|
|
1172
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1173
1173
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
1174
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1174
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1175
1175
|
},
|
|
1176
1176
|
style: {
|
|
1177
1177
|
background: sectionproperties.input_bgcolor
|
|
@@ -1183,7 +1183,7 @@ var Login = function Login(props) {
|
|
|
1183
1183
|
onClick: function onClick() {
|
|
1184
1184
|
if (forgotpasswordpayload.email.length != 0) {
|
|
1185
1185
|
var runfunc = false;
|
|
1186
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
1186
|
+
var tempforgotpasswordpayload = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1187
1187
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
1188
1188
|
if (forgetpasswordstage == 'verify') {
|
|
1189
1189
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -1234,11 +1234,11 @@ var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rig
|
|
|
1234
1234
|
var loginstyles = {"rightContainer":"signup-module_rightContainer__yEcoL","rightContainerTrans":"signup-module_rightContainerTrans__fkdBH","rightContainerText":"signup-module_rightContainerText__-pvN-","form_control":"signup-module_form_control__7s76W","anim-shadow":"signup-module_anim-shadow__CsxhG","login_input_icon":"signup-module_login_input_icon__RDTS0","form_control_border_none":"signup-module_form_control_border_none__HjUMS","disabled":"signup-module_disabled__h55ao","leftcontainer":"signup-module_leftcontainer__bqfnN","form_controltextarea":"signup-module_form_controltextarea__-LGz6","checkbox":"signup-module_checkbox__8ejBx","checkbox_label":"signup-module_checkbox_label__d84Q2","checkbox_sub":"signup-module_checkbox_sub__WQLUX","checkboxtranslated":"signup-module_checkboxtranslated__4xHR-","showpassword_input_icon":"signup-module_showpassword_input_icon__cVHRS","showpassword_input_icontrans":"signup-module_showpassword_input_icontrans__vmV5q"};
|
|
1235
1235
|
styleInject(css_248z$J);
|
|
1236
1236
|
|
|
1237
|
-
function ownKeys$
|
|
1238
|
-
function _objectSpread$
|
|
1237
|
+
function ownKeys$2t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1238
|
+
function _objectSpread$2t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2t(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
1239
1239
|
var selectcustomStyles = {
|
|
1240
1240
|
option: function option(provided, state) {
|
|
1241
|
-
return _objectSpread$
|
|
1241
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1242
1242
|
borderBottom: '1px solid #e6e6e6',
|
|
1243
1243
|
backgroundColor: state.isSelected ? '' : '',
|
|
1244
1244
|
padding: 5,
|
|
@@ -1267,7 +1267,7 @@ var selectcustomStyles = {
|
|
|
1267
1267
|
};
|
|
1268
1268
|
var selectcustomStylesTranslated = {
|
|
1269
1269
|
option: function option(provided, state) {
|
|
1270
|
-
return _objectSpread$
|
|
1270
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1271
1271
|
borderBottom: '1px solid #e6e6e6',
|
|
1272
1272
|
backgroundColor: state.isSelected ? '' : '',
|
|
1273
1273
|
padding: 5,
|
|
@@ -1296,14 +1296,14 @@ var selectcustomStylesTranslated = {
|
|
|
1296
1296
|
};
|
|
1297
1297
|
},
|
|
1298
1298
|
placeholder: function placeholder(provided, state) {
|
|
1299
|
-
return _objectSpread$
|
|
1299
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1300
1300
|
textAlign: 'right'
|
|
1301
1301
|
});
|
|
1302
1302
|
}
|
|
1303
1303
|
};
|
|
1304
1304
|
var defaultstyles = {
|
|
1305
1305
|
option: function option(provided, state) {
|
|
1306
|
-
return _objectSpread$
|
|
1306
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1307
1307
|
borderBottom: '1px solid #e6e6e6',
|
|
1308
1308
|
backgroundColor: state.isSelected ? '' : '',
|
|
1309
1309
|
padding: 5,
|
|
@@ -1331,7 +1331,7 @@ var defaultstyles = {
|
|
|
1331
1331
|
}), _ref;
|
|
1332
1332
|
},
|
|
1333
1333
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1334
|
-
return _objectSpread$
|
|
1334
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1335
1335
|
'&:hover': {
|
|
1336
1336
|
// color: '#eac435',
|
|
1337
1337
|
}
|
|
@@ -1340,7 +1340,7 @@ var defaultstyles = {
|
|
|
1340
1340
|
};
|
|
1341
1341
|
var defaultstylestranslated = {
|
|
1342
1342
|
option: function option(provided, state) {
|
|
1343
|
-
return _objectSpread$
|
|
1343
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1344
1344
|
borderBottom: '1px solid #e6e6e6',
|
|
1345
1345
|
backgroundColor: state.isSelected ? '' : '',
|
|
1346
1346
|
padding: 5,
|
|
@@ -1371,21 +1371,21 @@ var defaultstylestranslated = {
|
|
|
1371
1371
|
};
|
|
1372
1372
|
},
|
|
1373
1373
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1374
|
-
return _objectSpread$
|
|
1374
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1375
1375
|
'&:hover': {
|
|
1376
1376
|
// color: '#eac435',
|
|
1377
1377
|
}
|
|
1378
1378
|
});
|
|
1379
1379
|
},
|
|
1380
1380
|
placeholder: function placeholder(provided, state) {
|
|
1381
|
-
return _objectSpread$
|
|
1381
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1382
1382
|
textAlign: 'right'
|
|
1383
1383
|
});
|
|
1384
1384
|
}
|
|
1385
1385
|
};
|
|
1386
1386
|
var defaultstylesnone = {
|
|
1387
1387
|
option: function option(provided, state) {
|
|
1388
|
-
return _objectSpread$
|
|
1388
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1389
1389
|
borderBottom: '1px solid #e6e6e6',
|
|
1390
1390
|
backgroundColor: state.isSelected ? '' : '',
|
|
1391
1391
|
padding: 5,
|
|
@@ -1413,7 +1413,7 @@ var defaultstylesnone = {
|
|
|
1413
1413
|
};
|
|
1414
1414
|
},
|
|
1415
1415
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1416
|
-
return _objectSpread$
|
|
1416
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1417
1417
|
'&:hover': {
|
|
1418
1418
|
// color: '#eac435',
|
|
1419
1419
|
}
|
|
@@ -1996,8 +1996,8 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
1996
1996
|
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(Math.round(parseInt(fetchProductInfoQueryContext.data.data.productinfo.hassale == 0 ? parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2) : parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2)) * (fetchProductInfoQueryContext.data.data.productinfo.prodaffpercentprofit / 100))).toFixed(0), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))));
|
|
1997
1997
|
};
|
|
1998
1998
|
|
|
1999
|
-
function ownKeys$
|
|
2000
|
-
function _objectSpread$
|
|
1999
|
+
function ownKeys$2s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2000
|
+
function _objectSpread$2s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2s(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
2001
2001
|
var ProductExtraFields = function ProductExtraFields(props) {
|
|
2002
2002
|
var _fetchProductInfoQuer, _css, _fetchProductInfoQuer2;
|
|
2003
2003
|
props.actions.lang;
|
|
@@ -2052,9 +2052,9 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2052
2052
|
});
|
|
2053
2053
|
}
|
|
2054
2054
|
setproductextravaluesarray(_toConsumableArray__default["default"](tempproductextravaluesarray));
|
|
2055
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2055
|
+
var tempaddtocardpayloadobj = _objectSpread$2s({}, addtocardpayloadobj);
|
|
2056
2056
|
tempaddtocardpayloadobj.extrafields = tempproductextravaluesarray;
|
|
2057
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2057
|
+
setaddtocardpayloadobj(_objectSpread$2s({}, tempaddtocardpayloadobj));
|
|
2058
2058
|
};
|
|
2059
2059
|
var formstyles = {
|
|
2060
2060
|
input_label_name: glamor.css({
|
|
@@ -2269,8 +2269,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2269
2269
|
})))));
|
|
2270
2270
|
};
|
|
2271
2271
|
|
|
2272
|
-
function ownKeys$
|
|
2273
|
-
function _objectSpread$
|
|
2272
|
+
function ownKeys$2r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2273
|
+
function _objectSpread$2r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2r(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
2274
2274
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2275
2275
|
var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36;
|
|
2276
2276
|
var lang = props.actions.lang;
|
|
@@ -2783,11 +2783,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2783
2783
|
}, sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2784
2784
|
className: "".concat(productinfo_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
2785
2785
|
onClick: function onClick() {
|
|
2786
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2786
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2787
2787
|
if (tempaddtocardpayloadobj.quantity > 0) {
|
|
2788
2788
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity - 1;
|
|
2789
2789
|
}
|
|
2790
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2790
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2791
2791
|
}
|
|
2792
2792
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2793
2793
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-down' : 'h-100 allcentered',
|
|
@@ -2801,9 +2801,9 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2801
2801
|
}, addtocardpayloadobj.quantity), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2802
2802
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
2803
2803
|
onClick: function onClick() {
|
|
2804
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2804
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2805
2805
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity + 1;
|
|
2806
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2806
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2807
2807
|
}
|
|
2808
2808
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
2809
2809
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-up' : 'h-100 allcentered'
|
|
@@ -2828,13 +2828,13 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2828
2828
|
value: addtocardpayloadobj.quantity,
|
|
2829
2829
|
onChange: function onChange(event) {
|
|
2830
2830
|
if (event.target.value == NaN || event.target.value == undefined || event.target.value == null || event.target.value == '') {
|
|
2831
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2831
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2832
2832
|
tempaddtocardpayloadobj.quantity = 1;
|
|
2833
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2833
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2834
2834
|
} else {
|
|
2835
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2835
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2836
2836
|
tempaddtocardpayloadobj.quantity = parseInt(event.target.value);
|
|
2837
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2837
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2838
2838
|
}
|
|
2839
2839
|
}
|
|
2840
2840
|
})), sectionproperties.cartbtnalone == 'Besides Other Buttons' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer23 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.productinfo) === null || _fetchProductInfoQuer23 === void 0 ? void 0 : _fetchProductInfoQuer23.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
@@ -3137,8 +3137,8 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3137
3137
|
}, ShareButtonsContainer()))))))));
|
|
3138
3138
|
};
|
|
3139
3139
|
|
|
3140
|
-
function ownKeys$
|
|
3141
|
-
function _objectSpread$
|
|
3140
|
+
function ownKeys$2q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3141
|
+
function _objectSpread$2q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2q(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
3142
3142
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
3143
3143
|
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14;
|
|
3144
3144
|
var langdetect = props.actions.langdetect;
|
|
@@ -3179,7 +3179,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3179
3179
|
slots = _useState6[0],
|
|
3180
3180
|
setslots = _useState6[1];
|
|
3181
3181
|
React.useEffect(function () {
|
|
3182
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3182
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3183
3183
|
item_type: 'service'
|
|
3184
3184
|
}));
|
|
3185
3185
|
}, [tabsarray]);
|
|
@@ -3191,16 +3191,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3191
3191
|
if (diffDays.toString() != 'NaN') {
|
|
3192
3192
|
if (date2 <= date1) {
|
|
3193
3193
|
NotificationManager.warning('', 'Please choose another date.');
|
|
3194
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3194
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3195
3195
|
quantity: 0
|
|
3196
3196
|
}));
|
|
3197
3197
|
} else {
|
|
3198
3198
|
if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
|
|
3199
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3199
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3200
3200
|
quantity: diffDays
|
|
3201
3201
|
}));
|
|
3202
3202
|
} else {
|
|
3203
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3203
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3204
3204
|
quantity: 0
|
|
3205
3205
|
}));
|
|
3206
3206
|
NotificationManager.warning('', 'Max: ' + fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant + ', Min: ' + fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant);
|
|
@@ -3336,7 +3336,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3336
3336
|
min: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.serviceinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.reservationstarts,
|
|
3337
3337
|
max: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.serviceinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.reservationends,
|
|
3338
3338
|
onChange: function onChange(event) {
|
|
3339
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3339
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3340
3340
|
from: event.target.value
|
|
3341
3341
|
}));
|
|
3342
3342
|
}
|
|
@@ -3356,7 +3356,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3356
3356
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3357
3357
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3358
3358
|
onChange: function onChange(event) {
|
|
3359
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3359
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3360
3360
|
to: event.target.value
|
|
3361
3361
|
}));
|
|
3362
3362
|
}
|
|
@@ -3376,7 +3376,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3376
3376
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3377
3377
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3378
3378
|
onChange: function onChange(event) {
|
|
3379
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3379
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3380
3380
|
date: event.target.value
|
|
3381
3381
|
}));
|
|
3382
3382
|
setcurrentmutatestate('/fetchserviceslots');
|
|
@@ -3427,7 +3427,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3427
3427
|
color: ischoosed ? sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? sectionproperties.generalbtn_textColoronhover : sectionproperties.generalbtn_textColor : ''
|
|
3428
3428
|
},
|
|
3429
3429
|
onClick: function onClick() {
|
|
3430
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3430
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3431
3431
|
time: item.slot
|
|
3432
3432
|
}));
|
|
3433
3433
|
}
|
|
@@ -3436,7 +3436,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3436
3436
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
3437
3437
|
"class": TabsStyles.booknow_btn_resp + ' allcentered ',
|
|
3438
3438
|
onClick: function onClick() {
|
|
3439
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3439
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3440
3440
|
time: item.slot
|
|
3441
3441
|
}));
|
|
3442
3442
|
}
|
|
@@ -3510,7 +3510,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3510
3510
|
"class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
|
|
3511
3511
|
style: {},
|
|
3512
3512
|
onClick: function onClick() {
|
|
3513
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3513
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3514
3514
|
time: item.slot
|
|
3515
3515
|
}));
|
|
3516
3516
|
}
|
|
@@ -4214,8 +4214,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4214
4214
|
}, StoreInfoprops()))));
|
|
4215
4215
|
};
|
|
4216
4216
|
|
|
4217
|
-
function ownKeys$
|
|
4218
|
-
function _objectSpread$
|
|
4217
|
+
function ownKeys$2p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4218
|
+
function _objectSpread$2p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2p(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4219
4219
|
var AddReview = function AddReview(props) {
|
|
4220
4220
|
var _css;
|
|
4221
4221
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -4267,7 +4267,7 @@ var AddReview = function AddReview(props) {
|
|
|
4267
4267
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
4268
4268
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4269
4269
|
});
|
|
4270
|
-
setsectionproperties(_objectSpread$
|
|
4270
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
4271
4271
|
}
|
|
4272
4272
|
}, [StatePagePropertiesContext]);
|
|
4273
4273
|
React.useEffect(function () {
|
|
@@ -4276,7 +4276,7 @@ var AddReview = function AddReview(props) {
|
|
|
4276
4276
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[pageindexcontext]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
4277
4277
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4278
4278
|
});
|
|
4279
|
-
setsectionproperties(_objectSpread$
|
|
4279
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
4280
4280
|
}, [pageindexcontext]);
|
|
4281
4281
|
var reviewstyles = {
|
|
4282
4282
|
submitreviewbtn: glamor.css({
|
|
@@ -4402,9 +4402,9 @@ var AddReview = function AddReview(props) {
|
|
|
4402
4402
|
}),
|
|
4403
4403
|
activeColor: "#ffd700",
|
|
4404
4404
|
onChange: function onChange(event) {
|
|
4405
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4405
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4406
4406
|
tempreviewpayloadobj.reviewrate = event;
|
|
4407
|
-
setreviewpayloadobj(_objectSpread$
|
|
4407
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4408
4408
|
}
|
|
4409
4409
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4410
4410
|
"class": "col-lg-12"
|
|
@@ -4418,9 +4418,9 @@ var AddReview = function AddReview(props) {
|
|
|
4418
4418
|
"class": reviewstyles.form_control,
|
|
4419
4419
|
value: reviewpayloadobj.reviewname,
|
|
4420
4420
|
onChange: function onChange(event) {
|
|
4421
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4421
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4422
4422
|
tempreviewpayloadobj.reviewname = event.target.value;
|
|
4423
|
-
setreviewpayloadobj(_objectSpread$
|
|
4423
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4424
4424
|
}
|
|
4425
4425
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4426
4426
|
"class": "col-lg-12 mb-4"
|
|
@@ -4430,9 +4430,9 @@ var AddReview = function AddReview(props) {
|
|
|
4430
4430
|
"class": reviewstyles.form_control,
|
|
4431
4431
|
value: reviewpayloadobj.reviewtitle,
|
|
4432
4432
|
onChange: function onChange(event) {
|
|
4433
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4433
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4434
4434
|
tempreviewpayloadobj.reviewtitle = event.target.value;
|
|
4435
|
-
setreviewpayloadobj(_objectSpread$
|
|
4435
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4436
4436
|
}
|
|
4437
4437
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4438
4438
|
"class": "col-lg-12 mb-4"
|
|
@@ -4443,9 +4443,9 @@ var AddReview = function AddReview(props) {
|
|
|
4443
4443
|
"class": reviewstyles.form_control + ' form_control ',
|
|
4444
4444
|
value: reviewpayloadobj.reviewbody,
|
|
4445
4445
|
onChange: function onChange(event) {
|
|
4446
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4446
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4447
4447
|
tempreviewpayloadobj.reviewbody = event.target.value;
|
|
4448
|
-
setreviewpayloadobj(_objectSpread$
|
|
4448
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4449
4449
|
},
|
|
4450
4450
|
style: {
|
|
4451
4451
|
resize: 'none',
|
|
@@ -4480,8 +4480,8 @@ var AddReview = function AddReview(props) {
|
|
|
4480
4480
|
}, langdetect == 'en' ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)));
|
|
4481
4481
|
};
|
|
4482
4482
|
|
|
4483
|
-
function ownKeys$
|
|
4484
|
-
function _objectSpread$
|
|
4483
|
+
function ownKeys$2o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4484
|
+
function _objectSpread$2o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2o(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4485
4485
|
var ProductReviews = function ProductReviews(props) {
|
|
4486
4486
|
var _fetchProductInfoQuer, _fetchProductInfoQuer3, _fetchProductInfoQuer4;
|
|
4487
4487
|
props.actions.lang;
|
|
@@ -4715,7 +4715,7 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
4715
4715
|
size: "md",
|
|
4716
4716
|
"class": "reviewmodal"
|
|
4717
4717
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement(AddReview, {
|
|
4718
|
-
actions: _objectSpread$
|
|
4718
|
+
actions: _objectSpread$2o(_objectSpread$2o({}, actions), {}, {
|
|
4719
4719
|
productid: productid,
|
|
4720
4720
|
canuserreview: canuserreview,
|
|
4721
4721
|
addreviewcallback: addreviewcallback
|
|
@@ -4723,8 +4723,8 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
4723
4723
|
}))));
|
|
4724
4724
|
};
|
|
4725
4725
|
|
|
4726
|
-
function ownKeys$
|
|
4727
|
-
function _objectSpread$
|
|
4726
|
+
function ownKeys$2n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4727
|
+
function _objectSpread$2n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2n(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4728
4728
|
var Productinfo = function Productinfo(props) {
|
|
4729
4729
|
var _css, _ref, _ref2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12;
|
|
4730
4730
|
var _useState = React.useState({}),
|
|
@@ -4753,7 +4753,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4753
4753
|
setfetchProductInfoQueryContext = _useState4[1];
|
|
4754
4754
|
React.useEffect(function () {
|
|
4755
4755
|
if (fetchProductInfoQueryContextProps.isSuccess) {
|
|
4756
|
-
setProductInfoObj(_objectSpread$
|
|
4756
|
+
setProductInfoObj(_objectSpread$2n({}, fetchProductInfoQueryContextProps.data));
|
|
4757
4757
|
setfetchProductInfoQueryContext(fetchProductInfoQueryContextProps);
|
|
4758
4758
|
}
|
|
4759
4759
|
}, [props.actions, props, fetchProductInfoQueryContextProps.data, fetchProductInfoQueryContextProps.isSuccess]);
|
|
@@ -4865,7 +4865,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4865
4865
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
4866
4866
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4867
4867
|
});
|
|
4868
|
-
setsectionproperties(_objectSpread$
|
|
4868
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
4869
4869
|
setTabIndex(0);
|
|
4870
4870
|
settabname('descriptiontab');
|
|
4871
4871
|
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
|
|
@@ -4905,7 +4905,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4905
4905
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[pageindexcontext]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
4906
4906
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4907
4907
|
});
|
|
4908
|
-
setsectionproperties(_objectSpread$
|
|
4908
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
4909
4909
|
}, [pageindexcontext]);
|
|
4910
4910
|
React.useEffect(function () {
|
|
4911
4911
|
if (productidparam == undefined) {
|
|
@@ -4925,12 +4925,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
4925
4925
|
}
|
|
4926
4926
|
}, [ProductInfoObj, isloaded]);
|
|
4927
4927
|
var productidassigner = function productidassigner(productid) {
|
|
4928
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
4928
|
+
var tempFetchQueriesEngineContext = _objectSpread$2n({}, FetchQueriesEngineContext);
|
|
4929
4929
|
tempFetchQueriesEngineContext.fetchproductinfo = true;
|
|
4930
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
4931
|
-
var tempfetchproductinfoObjContext = _objectSpread$
|
|
4930
|
+
setFetchQueriesEngineContext(_objectSpread$2n({}, tempFetchQueriesEngineContext));
|
|
4931
|
+
var tempfetchproductinfoObjContext = _objectSpread$2n({}, fetchproductinfoObjContext);
|
|
4932
4932
|
tempfetchproductinfoObjContext.productid = productid;
|
|
4933
|
-
setfetchproductinfoObjContext(_objectSpread$
|
|
4933
|
+
setfetchproductinfoObjContext(_objectSpread$2n({}, tempfetchproductinfoObjContext));
|
|
4934
4934
|
};
|
|
4935
4935
|
React.useEffect(function () {
|
|
4936
4936
|
if (!fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && ikimagecredcontext != undefined) {
|
|
@@ -4967,9 +4967,9 @@ var Productinfo = function Productinfo(props) {
|
|
|
4967
4967
|
}
|
|
4968
4968
|
setproductimagesarray([].concat(tempproductimagesarray));
|
|
4969
4969
|
variantchecker();
|
|
4970
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
4970
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
4971
4971
|
tempaddtocardpayloadobj.productid = fetchProductInfoQueryContext.data.data.productinfo.productid;
|
|
4972
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4972
|
+
setaddtocardpayloadobj(_objectSpread$2n({}, tempaddtocardpayloadobj));
|
|
4973
4973
|
setRelatedProductsTagid(fetchProductInfoQueryContext.data.data.productinfo.maintagid);
|
|
4974
4974
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.maintagid) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.maintagid) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.length) != 0) {
|
|
4975
4975
|
GeneralAPIMutationContext.mutate({
|
|
@@ -5016,7 +5016,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5016
5016
|
});
|
|
5017
5017
|
variantchecker();
|
|
5018
5018
|
variantcompleting();
|
|
5019
|
-
setProductInfoObj(_objectSpread$
|
|
5019
|
+
setProductInfoObj(_objectSpread$2n({}, productarr));
|
|
5020
5020
|
};
|
|
5021
5021
|
var variantchecker = function variantchecker() {
|
|
5022
5022
|
var productarr = ProductInfoObj;
|
|
@@ -5090,16 +5090,16 @@ var Productinfo = function Productinfo(props) {
|
|
|
5090
5090
|
});
|
|
5091
5091
|
}
|
|
5092
5092
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5093
|
-
setProductInfoObj(_objectSpread$
|
|
5093
|
+
setProductInfoObj(_objectSpread$2n({}, productarr));
|
|
5094
5094
|
setisloaded(true);
|
|
5095
5095
|
}
|
|
5096
5096
|
}
|
|
5097
5097
|
};
|
|
5098
5098
|
var variantcompleting = function variantcompleting() {
|
|
5099
5099
|
setvariantindexcompleted('');
|
|
5100
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5100
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5101
5101
|
tempaddtocardpayloadobj.variantid = '';
|
|
5102
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5102
|
+
setaddtocardpayloadobj(_objectSpread$2n({}, tempaddtocardpayloadobj));
|
|
5103
5103
|
var productarr = ProductInfoObj;
|
|
5104
5104
|
var selectedoptionsvalues = [];
|
|
5105
5105
|
productarr.data.productinfo.productoptions.forEach(function (productoptionsitem, productoptionsindex) {
|
|
@@ -5132,7 +5132,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5132
5132
|
NotificationManager.warning('', 'Variant Not Found');
|
|
5133
5133
|
} else {
|
|
5134
5134
|
variantid = variantobj.variantid;
|
|
5135
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5135
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5136
5136
|
tempaddtocardpayloadobj.variantid = variantid;
|
|
5137
5137
|
var variantimageindex = 0;
|
|
5138
5138
|
productimagesarray === null || productimagesarray === void 0 || productimagesarray.forEach(function (tempimageitem, tempimageindex) {
|
|
@@ -5148,14 +5148,14 @@ var Productinfo = function Productinfo(props) {
|
|
|
5148
5148
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
5149
5149
|
// alert(variantsku);
|
|
5150
5150
|
setcurrentshowingimageindex(variantimageindex);
|
|
5151
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5151
|
+
setaddtocardpayloadobj(_objectSpread$2n({}, tempaddtocardpayloadobj));
|
|
5152
5152
|
setvariantindexcompleted(ProductVariantIndex);
|
|
5153
5153
|
setvariantindex(ProductVariantIndex);
|
|
5154
5154
|
}
|
|
5155
5155
|
}
|
|
5156
5156
|
});
|
|
5157
5157
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5158
|
-
setProductInfoObj(_objectSpread$
|
|
5158
|
+
setProductInfoObj(_objectSpread$2n({}, productarr));
|
|
5159
5159
|
};
|
|
5160
5160
|
var addtocartfunc = function addtocartfunc(forcetocheckout) {
|
|
5161
5161
|
var runfunc = false;
|
|
@@ -5176,7 +5176,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5176
5176
|
}
|
|
5177
5177
|
if (runfunc == true) {
|
|
5178
5178
|
var _fetchProductInfoQuer7, _fetchProductInfoQuer8;
|
|
5179
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5179
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5180
5180
|
tempaddtocardpayloadobj.isproductforcedtocheckout = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.isproductforcedtocheckout;
|
|
5181
5181
|
tempaddtocardpayloadobj.vendorid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.vendorproviderid;
|
|
5182
5182
|
if (forcetocheckoutvalue != undefined) {
|
|
@@ -5200,7 +5200,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5200
5200
|
};
|
|
5201
5201
|
var validateextrafields = function validateextrafields() {
|
|
5202
5202
|
var _fetchProductInfoQuer15;
|
|
5203
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5203
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5204
5204
|
var status = false;
|
|
5205
5205
|
var reason = '';
|
|
5206
5206
|
var missingitemsfound = [];
|
|
@@ -6239,7 +6239,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6239
6239
|
}))), /*#__PURE__*/React__default["default"].createElement(material.Box, {
|
|
6240
6240
|
"class": "w-100 mt-5 mb-4"
|
|
6241
6241
|
}, tabname == 'descriptiontab' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
6242
|
-
actions: _objectSpread$
|
|
6242
|
+
actions: _objectSpread$2n(_objectSpread$2n({}, actions), {}, {
|
|
6243
6243
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6244
6244
|
sectionproperties: sectionproperties
|
|
6245
6245
|
})
|
|
@@ -6287,7 +6287,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6287
6287
|
})), tabname == 'reviewstab' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6288
6288
|
"class": "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0"
|
|
6289
6289
|
}, /*#__PURE__*/React__default["default"].createElement(ProductReviews, {
|
|
6290
|
-
actions: _objectSpread$
|
|
6290
|
+
actions: _objectSpread$2n(_objectSpread$2n({}, actions), {}, {
|
|
6291
6291
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6292
6292
|
sectionproperties: sectionproperties
|
|
6293
6293
|
})
|
|
@@ -6304,8 +6304,8 @@ var css_248z$I = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu_
|
|
|
6304
6304
|
var staticroutersidenav = {"vertical_nav_menu":"staticroutersidenav-module_vertical_nav_menu__p0mIj","sidebar_item":"staticroutersidenav-module_sidebar_item__3F9Q1","sidenav_page_name":"staticroutersidenav-module_sidenav_page_name__46AJV","sidenav_icon_cont":"staticroutersidenav-module_sidenav_icon_cont__O8YSe","metismenu_icon":"staticroutersidenav-module_metismenu_icon__EcRZ1","sidenav_active":"staticroutersidenav-module_sidenav_active__IjRo0","horizontal_nav_menu":"staticroutersidenav-module_horizontal_nav_menu__6V32S","sidebar_itemlastchild":"staticroutersidenav-module_sidebar_itemlastchild__9O187"};
|
|
6305
6305
|
styleInject(css_248z$I);
|
|
6306
6306
|
|
|
6307
|
-
function ownKeys$
|
|
6308
|
-
function _objectSpread$
|
|
6307
|
+
function ownKeys$2m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6308
|
+
function _objectSpread$2m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2m(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6309
6309
|
var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
6310
6310
|
var _useState = React.useState(props.currentpageprops),
|
|
6311
6311
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -6341,7 +6341,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6341
6341
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[CurrentPageId]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
6342
6342
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6343
6343
|
});
|
|
6344
|
-
setsectionproperties(_objectSpread$
|
|
6344
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
6345
6345
|
}
|
|
6346
6346
|
}, [CurrentPageId]);
|
|
6347
6347
|
var styles = {
|
|
@@ -6507,8 +6507,8 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6507
6507
|
}))))));
|
|
6508
6508
|
};
|
|
6509
6509
|
|
|
6510
|
-
function ownKeys$
|
|
6511
|
-
function _objectSpread$
|
|
6510
|
+
function ownKeys$2l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6511
|
+
function _objectSpread$2l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2l(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6512
6512
|
var Ordershistory = function Ordershistory(props) {
|
|
6513
6513
|
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchorderhistoryQue2, _fetchorderhistoryQue3, _fetchorderhistoryQue4, _fetchorderhistoryQue5;
|
|
6514
6514
|
var lang = props.actions.lang;
|
|
@@ -6561,9 +6561,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6561
6561
|
setorderindex = _useState14[1];
|
|
6562
6562
|
React.useEffect(function () {
|
|
6563
6563
|
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
|
|
6564
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
6564
|
+
var tempFetchQueriesEngineContext = _objectSpread$2l({}, FetchQueriesEngineContext);
|
|
6565
6565
|
tempFetchQueriesEngineContext.orderhistory = true;
|
|
6566
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
6566
|
+
setFetchQueriesEngineContext(_objectSpread$2l({}, tempFetchQueriesEngineContext));
|
|
6567
6567
|
}
|
|
6568
6568
|
}, []);
|
|
6569
6569
|
var _useState15 = React.useState(''),
|
|
@@ -6584,7 +6584,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6584
6584
|
props === null || props === void 0 || (_props$actions = props.actions) === null || _props$actions === void 0 || (_props$actions = _props$actions.StatePagePropertiesContext) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageobj) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageproperties) === null || _props$actions === void 0 || _props$actions.forEach(function (arrayItem, arrayindex) {
|
|
6585
6585
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6586
6586
|
});
|
|
6587
|
-
setsectionproperties(_objectSpread$
|
|
6587
|
+
setsectionproperties(_objectSpread$2l({}, secpropobj));
|
|
6588
6588
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
6589
6589
|
var orderhistory_cssstyles = {
|
|
6590
6590
|
variantcontainer: glamor.css({
|
|
@@ -7535,8 +7535,8 @@ var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_c
|
|
|
7535
7535
|
var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
|
|
7536
7536
|
styleInject(css_248z$H);
|
|
7537
7537
|
|
|
7538
|
-
function ownKeys$
|
|
7539
|
-
function _objectSpread$
|
|
7538
|
+
function ownKeys$2k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7539
|
+
function _objectSpread$2k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2k(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7540
7540
|
var Wishlist = function Wishlist(props) {
|
|
7541
7541
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
7542
7542
|
var lang = props.actions.lang;
|
|
@@ -7564,13 +7564,13 @@ var Wishlist = function Wishlist(props) {
|
|
|
7564
7564
|
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
7565
7565
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7566
7566
|
});
|
|
7567
|
-
setsectionproperties(_objectSpread$
|
|
7567
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
7568
7568
|
}
|
|
7569
7569
|
}, [StatePagePropertiesContext]);
|
|
7570
7570
|
React.useEffect(function () {
|
|
7571
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
7571
|
+
var tempFetchQueriesEngineContext = _objectSpread$2k({}, FetchQueriesEngineContext);
|
|
7572
7572
|
tempFetchQueriesEngineContext.fetchfavoriteproducts = true;
|
|
7573
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
7573
|
+
setFetchQueriesEngineContext(_objectSpread$2k({}, tempFetchQueriesEngineContext));
|
|
7574
7574
|
}, []);
|
|
7575
7575
|
React.useEffect(function () {
|
|
7576
7576
|
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
@@ -7579,7 +7579,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
7579
7579
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
7580
7580
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7581
7581
|
});
|
|
7582
|
-
setsectionproperties(_objectSpread$
|
|
7582
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
7583
7583
|
}
|
|
7584
7584
|
}, [StatePagePropertiesContext]);
|
|
7585
7585
|
var wishlist_cssstyles = {
|
|
@@ -7988,8 +7988,8 @@ var Wishlist = function Wishlist(props) {
|
|
|
7988
7988
|
})));
|
|
7989
7989
|
};
|
|
7990
7990
|
|
|
7991
|
-
function ownKeys$
|
|
7992
|
-
function _objectSpread$
|
|
7991
|
+
function ownKeys$2j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7992
|
+
function _objectSpread$2j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2j(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7993
7993
|
var Viewcart = function Viewcart(props) {
|
|
7994
7994
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchcustomercartQue7, _fetchcustomercartQue8;
|
|
7995
7995
|
var lang = props.actions.lang;
|
|
@@ -8021,7 +8021,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
8021
8021
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
8022
8022
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8023
8023
|
});
|
|
8024
|
-
setsectionproperties(_objectSpread$
|
|
8024
|
+
setsectionproperties(_objectSpread$2j({}, secpropobj));
|
|
8025
8025
|
}
|
|
8026
8026
|
}, [StatePagePropertiesContext]);
|
|
8027
8027
|
React.useEffect(function () {
|
|
@@ -8609,8 +8609,8 @@ var css_248z$G = "/* Forms */\n.form-module_form_control__4-RGw {\n display:
|
|
|
8609
8609
|
var formstyles = {"form_control":"form-module_form_control__4-RGw","textarea":"form-module_textarea__zG0ed","form_control_border_none":"form-module_form_control_border_none__TJvdZ","disabled":"form-module_disabled__AtvSI","input_label_name":"form-module_input_label_name__416wN","input_label_name-bolder":"form-module_input_label_name-bolder__UQn0a","input_icon":"form-module_input_icon__X-CzC","radiobtn_label":"form-module_radiobtn_label__-4Hoi","text-grey":"form-module_text-grey__JdZMY","radiobtn_label_translated":"form-module_radiobtn_label_translated__WN5Jj","checkbox":"form-module_checkbox__XPkWy","checkbox_label":"form-module_checkbox_label__VvcKs","checkbox_sub":"form-module_checkbox_sub__QWYil","checkboxtranslated":"form-module_checkboxtranslated__zvEV-"};
|
|
8610
8610
|
styleInject(css_248z$G);
|
|
8611
8611
|
|
|
8612
|
-
function ownKeys$
|
|
8613
|
-
function _objectSpread$
|
|
8612
|
+
function ownKeys$2i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
8613
|
+
function _objectSpread$2i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2i(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
8614
8614
|
var Select$3 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
8615
8615
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
8616
8616
|
});
|
|
@@ -8669,7 +8669,7 @@ var Checkout = function Checkout(props) {
|
|
|
8669
8669
|
props === null || props === void 0 || (_props$actions = props.actions) === null || _props$actions === void 0 || (_props$actions = _props$actions.StatePagePropertiesContext) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageobj) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageproperties) === null || _props$actions === void 0 || _props$actions.forEach(function (arrayItem, arrayindex) {
|
|
8670
8670
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8671
8671
|
});
|
|
8672
|
-
setsectionproperties(_objectSpread$
|
|
8672
|
+
setsectionproperties(_objectSpread$2i({}, secpropobj));
|
|
8673
8673
|
}, [props.actions.StatePagePropertiesContext]);
|
|
8674
8674
|
React.useEffect(function () {
|
|
8675
8675
|
var Canorder = false;
|
|
@@ -8689,10 +8689,10 @@ var Checkout = function Checkout(props) {
|
|
|
8689
8689
|
}
|
|
8690
8690
|
if (Canorder == true) {
|
|
8691
8691
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7;
|
|
8692
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
8692
|
+
var tempFetchQueriesEngineContext = _objectSpread$2i({}, FetchQueriesEngineContext);
|
|
8693
8693
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
8694
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
8695
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
8694
|
+
setFetchQueriesEngineContext(_objectSpread$2i({}, tempFetchQueriesEngineContext));
|
|
8695
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
8696
8696
|
if (
|
|
8697
8697
|
// Aya
|
|
8698
8698
|
!fetchcustomercartQueryContext.isFetching && fetchcustomercartQueryContext.isSuccess && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != undefined && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.customercart.countryid) != null &&
|
|
@@ -8709,7 +8709,7 @@ var Checkout = function Checkout(props) {
|
|
|
8709
8709
|
var _fetchcustomercartQue8;
|
|
8710
8710
|
tempFetchTabexStatesPayloadobjContext.state_id = fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue8 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue8 === void 0 || (_fetchcustomercartQue8 = _fetchcustomercartQue8.data) === null || _fetchcustomercartQue8 === void 0 ? void 0 : _fetchcustomercartQue8.customercart.stateid;
|
|
8711
8711
|
}
|
|
8712
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
8712
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
8713
8713
|
} else {
|
|
8714
8714
|
// NotificationManager.warning('', lang.pleaselogintocheckout);
|
|
8715
8715
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -9576,10 +9576,10 @@ var Checkout = function Checkout(props) {
|
|
|
9576
9576
|
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue58 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue58 === void 0 || (_fetchcustomercartQue58 = _fetchcustomercartQue58.data) === null || _fetchcustomercartQue58 === void 0 ? void 0 : _fetchcustomercartQue58.customercart.countryid);
|
|
9577
9577
|
}),
|
|
9578
9578
|
onChange: function onChange(option) {
|
|
9579
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
9579
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
9580
9580
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
9581
9581
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
9582
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
9582
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
9583
9583
|
cartinfoupdater('countryid', option.id);
|
|
9584
9584
|
},
|
|
9585
9585
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -9624,10 +9624,10 @@ var Checkout = function Checkout(props) {
|
|
|
9624
9624
|
onChange: function onChange(option) {
|
|
9625
9625
|
var _fetchcustomercartQue60;
|
|
9626
9626
|
if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue60 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue60 === void 0 || (_fetchcustomercartQue60 = _fetchcustomercartQue60.data) === null || _fetchcustomercartQue60 === void 0 ? void 0 : _fetchcustomercartQue60.customercart.countryid.length) != 0) {
|
|
9627
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
9627
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
9628
9628
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
9629
9629
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
9630
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
9630
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
9631
9631
|
cartinfoupdater('stateid', option.id);
|
|
9632
9632
|
} else {
|
|
9633
9633
|
NotificationManager.warning('', 'Please Choose Country Or State');
|
|
@@ -9949,8 +9949,8 @@ var Checkout = function Checkout(props) {
|
|
|
9949
9949
|
}, Mycart())))));
|
|
9950
9950
|
};
|
|
9951
9951
|
|
|
9952
|
-
function ownKeys$
|
|
9953
|
-
function _objectSpread$
|
|
9952
|
+
function ownKeys$2h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9953
|
+
function _objectSpread$2h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2h(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9954
9954
|
var VendorPage = function VendorPage(props) {
|
|
9955
9955
|
var _useState = React.useState(''),
|
|
9956
9956
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -9983,7 +9983,7 @@ var VendorPage = function VendorPage(props) {
|
|
|
9983
9983
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
9984
9984
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9985
9985
|
});
|
|
9986
|
-
setsectionproperties(_objectSpread$
|
|
9986
|
+
setsectionproperties(_objectSpread$2h({}, secpropobj));
|
|
9987
9987
|
}
|
|
9988
9988
|
}, [StatePagePropertiesContext]);
|
|
9989
9989
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -10106,8 +10106,8 @@ var VendorPage = function VendorPage(props) {
|
|
|
10106
10106
|
})));
|
|
10107
10107
|
};
|
|
10108
10108
|
|
|
10109
|
-
function ownKeys$
|
|
10110
|
-
function _objectSpread$
|
|
10109
|
+
function ownKeys$2g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
10110
|
+
function _objectSpread$2g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2g(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10111
10111
|
var Select$2 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
10112
10112
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
10113
10113
|
});
|
|
@@ -10217,46 +10217,46 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10217
10217
|
}
|
|
10218
10218
|
}, [fetchAuthorizationQueryContext.isSuccess]);
|
|
10219
10219
|
React.useEffect(function () {
|
|
10220
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10220
|
+
var tempFetchQueriesEngineContext = _objectSpread$2g({}, FetchQueriesEngineContext);
|
|
10221
10221
|
tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
10222
10222
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
10223
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
10224
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10223
|
+
setFetchQueriesEngineContext(_objectSpread$2g({}, tempFetchQueriesEngineContext));
|
|
10224
|
+
var tempFetchQueriesEngineContext = _objectSpread$2g({}, FetchQueriesEngineContext);
|
|
10225
10225
|
}, []);
|
|
10226
10226
|
React.useEffect(function () {
|
|
10227
10227
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
10228
|
-
setsectionproperties(_objectSpread$
|
|
10228
|
+
setsectionproperties(_objectSpread$2g({}, props.sectionpropertiesprops));
|
|
10229
10229
|
}
|
|
10230
10230
|
}, [props.sectionpropertiesprops]);
|
|
10231
10231
|
React.useEffect(function () {
|
|
10232
10232
|
if (fetchinstitutecustomerinfosignupQueryContext.isSuccess) {
|
|
10233
10233
|
if (authdetailsContext.loggedin == true) {
|
|
10234
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10235
|
-
setpayloadobj(_objectSpread$
|
|
10236
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10234
|
+
var tempcustomerinfoobj = _objectSpread$2g({}, fetchinstitutecustomerinfosignupQueryContext.data.data.customerinfo);
|
|
10235
|
+
setpayloadobj(_objectSpread$2g({}, tempcustomerinfoobj));
|
|
10236
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2g({}, FetchTabexStatesPayloadobjContext);
|
|
10237
10237
|
if (tempcustomerinfoobj.countryid != null) {
|
|
10238
10238
|
tempFetchTabexStatesPayloadobjContext.country_id = tempcustomerinfoobj.countryid;
|
|
10239
10239
|
}
|
|
10240
10240
|
if (tempcustomerinfoobj.stateid != null) {
|
|
10241
10241
|
tempFetchTabexStatesPayloadobjContext.state_id = tempcustomerinfoobj.stateid;
|
|
10242
10242
|
}
|
|
10243
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10243
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2g({}, tempFetchTabexStatesPayloadobjContext));
|
|
10244
10244
|
setdataloaded(true);
|
|
10245
10245
|
} else {
|
|
10246
10246
|
var _fetchinstitutecustom;
|
|
10247
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10247
|
+
var tempcustomerinfoobj = _objectSpread$2g({}, payloadobj);
|
|
10248
10248
|
if (Array.isArray(fetchinstitutecustomerinfosignupQueryContext === null || fetchinstitutecustomerinfosignupQueryContext === void 0 || (_fetchinstitutecustom = fetchinstitutecustomerinfosignupQueryContext.data) === null || _fetchinstitutecustom === void 0 || (_fetchinstitutecustom = _fetchinstitutecustom.data) === null || _fetchinstitutecustom === void 0 ? void 0 : _fetchinstitutecustom.instsignupformvalues)) {
|
|
10249
10249
|
tempcustomerinfoobj.instsignupformvalues = _toConsumableArray__default["default"](fetchinstitutecustomerinfosignupQueryContext.data.data.instsignupformvalues);
|
|
10250
10250
|
}
|
|
10251
|
-
setpayloadobj(_objectSpread$
|
|
10251
|
+
setpayloadobj(_objectSpread$2g({}, tempcustomerinfoobj));
|
|
10252
10252
|
setdataloaded(true);
|
|
10253
10253
|
}
|
|
10254
10254
|
}
|
|
10255
10255
|
}, [fetchinstitutecustomerinfosignupQueryContext.isSuccess, fetchinstitutecustomerinfosignupQueryContext.data, authdetailsContext]);
|
|
10256
10256
|
var payloadobjchange = function payloadobjchange(key, value) {
|
|
10257
|
-
var temppayloadobj = _objectSpread$
|
|
10257
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10258
10258
|
temppayloadobj[key] = value;
|
|
10259
|
-
setpayloadobj(_objectSpread$
|
|
10259
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10260
10260
|
};
|
|
10261
10261
|
var validateEmailstring = function validateEmailstring(email) {
|
|
10262
10262
|
return String(email).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
|
|
@@ -10328,7 +10328,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10328
10328
|
};
|
|
10329
10329
|
var signupbuttonfunc = function signupbuttonfunc() {
|
|
10330
10330
|
if (verifypayload() == true) {
|
|
10331
|
-
var temppayloadobj = _objectSpread$
|
|
10331
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10332
10332
|
if (authdetailsContext.loggedin == true) {
|
|
10333
10333
|
temppayloadobj.functype = 'edit';
|
|
10334
10334
|
} else {
|
|
@@ -10485,10 +10485,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10485
10485
|
autoFormat: true,
|
|
10486
10486
|
value: payloadobj.mobile,
|
|
10487
10487
|
onChange: function onChange(event, country) {
|
|
10488
|
-
var temp = _objectSpread$
|
|
10488
|
+
var temp = _objectSpread$2g({}, payloadobj);
|
|
10489
10489
|
temp.mobile = event;
|
|
10490
10490
|
temp.countrydialcode = country.dialCode;
|
|
10491
|
-
setpayloadobj(_objectSpread$
|
|
10491
|
+
setpayloadobj(_objectSpread$2g({}, temp));
|
|
10492
10492
|
// payloadobjchange('mobile', event);
|
|
10493
10493
|
|
|
10494
10494
|
// alert(JSON.stringify(country));
|
|
@@ -10545,10 +10545,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10545
10545
|
return option.id == payloadobj.countryid;
|
|
10546
10546
|
}),
|
|
10547
10547
|
onChange: function onChange(option) {
|
|
10548
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10548
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2g({}, FetchTabexStatesPayloadobjContext);
|
|
10549
10549
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
10550
10550
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
10551
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10551
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2g({}, tempFetchTabexStatesPayloadobjContext));
|
|
10552
10552
|
payloadobjchange('countryid', option.id);
|
|
10553
10553
|
},
|
|
10554
10554
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -10597,10 +10597,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10597
10597
|
return option.id == payloadobj.stateid;
|
|
10598
10598
|
}),
|
|
10599
10599
|
onChange: function onChange(option) {
|
|
10600
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10600
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2g({}, FetchTabexStatesPayloadobjContext);
|
|
10601
10601
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
10602
10602
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
10603
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10603
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2g({}, tempFetchTabexStatesPayloadobjContext));
|
|
10604
10604
|
payloadobjchange('stateid', option.id);
|
|
10605
10605
|
},
|
|
10606
10606
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -10742,9 +10742,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10742
10742
|
value: item.customersignupvalue,
|
|
10743
10743
|
textplaceholder: "",
|
|
10744
10744
|
onChange: function onChange(event) {
|
|
10745
|
-
var temppayloadobj = _objectSpread$
|
|
10745
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10746
10746
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
10747
|
-
setpayloadobj(_objectSpread$
|
|
10747
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10748
10748
|
},
|
|
10749
10749
|
style: {
|
|
10750
10750
|
background: 'transparent'
|
|
@@ -10758,13 +10758,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10758
10758
|
className: formstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
10759
10759
|
checked: item.customersignupvalue == 1 ? true : false,
|
|
10760
10760
|
onChange: function onChange() {
|
|
10761
|
-
var temppayloadobj = _objectSpread$
|
|
10761
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10762
10762
|
if (temppayloadobj.instsignupformvalues[index].customersignupvalue == 1) {
|
|
10763
10763
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 0;
|
|
10764
10764
|
} else {
|
|
10765
10765
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 1;
|
|
10766
10766
|
}
|
|
10767
|
-
setpayloadobj(_objectSpread$
|
|
10767
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10768
10768
|
}
|
|
10769
10769
|
}), /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
10770
10770
|
viewBox: "0 0 21 21",
|
|
@@ -10781,9 +10781,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10781
10781
|
value: item.customersignupvalue,
|
|
10782
10782
|
textplaceholder: "",
|
|
10783
10783
|
onChange: function onChange(event) {
|
|
10784
|
-
var temppayloadobj = _objectSpread$
|
|
10784
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10785
10785
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
10786
|
-
setpayloadobj(_objectSpread$
|
|
10786
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10787
10787
|
}
|
|
10788
10788
|
}, /*#__PURE__*/React__default["default"].createElement("option", {
|
|
10789
10789
|
value: '',
|
|
@@ -10798,9 +10798,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10798
10798
|
value: item.customersignupvalue,
|
|
10799
10799
|
textplaceholder: "",
|
|
10800
10800
|
onChange: function onChange(event) {
|
|
10801
|
-
var temppayloadobj = _objectSpread$
|
|
10801
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10802
10802
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
10803
|
-
setpayloadobj(_objectSpread$
|
|
10803
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10804
10804
|
},
|
|
10805
10805
|
style: {
|
|
10806
10806
|
resize: 'none'
|
|
@@ -11154,7 +11154,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11154
11154
|
className: "".concat(formstyles.form_control),
|
|
11155
11155
|
value: validateemailpayload.code,
|
|
11156
11156
|
onChange: function onChange(event) {
|
|
11157
|
-
setvalidateemailpayload(_objectSpread$
|
|
11157
|
+
setvalidateemailpayload(_objectSpread$2g(_objectSpread$2g({}, validateemailpayload), {}, {
|
|
11158
11158
|
code: event.target.value
|
|
11159
11159
|
}));
|
|
11160
11160
|
},
|
|
@@ -11181,12 +11181,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11181
11181
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
11182
11182
|
if (data.data.status) {
|
|
11183
11183
|
if (data.data.functype == 'sendcode') {
|
|
11184
|
-
setvalidateemailpayload(_objectSpread$
|
|
11184
|
+
setvalidateemailpayload(_objectSpread$2g(_objectSpread$2g({}, validateemailpayload), {}, {
|
|
11185
11185
|
step: 'verifycode'
|
|
11186
11186
|
}));
|
|
11187
11187
|
}
|
|
11188
11188
|
if (data.data.functype == 'verifycode') {
|
|
11189
|
-
setvalidateemailpayload(_objectSpread$
|
|
11189
|
+
setvalidateemailpayload(_objectSpread$2g(_objectSpread$2g({}, validateemailpayload), {}, {
|
|
11190
11190
|
isvalidated: true
|
|
11191
11191
|
}));
|
|
11192
11192
|
setvalidateemailmodal(false);
|
|
@@ -11281,7 +11281,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11281
11281
|
className: "".concat(formstyles.form_control),
|
|
11282
11282
|
value: validatephonenumberpayload.code,
|
|
11283
11283
|
onChange: function onChange(event) {
|
|
11284
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11284
|
+
setvalidatephonenumberpayload(_objectSpread$2g(_objectSpread$2g({}, validatephonenumberpayload), {}, {
|
|
11285
11285
|
code: event.target.value
|
|
11286
11286
|
}));
|
|
11287
11287
|
},
|
|
@@ -11308,12 +11308,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11308
11308
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
11309
11309
|
if (data.data.status) {
|
|
11310
11310
|
if (data.data.functype == 'sendcode') {
|
|
11311
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11311
|
+
setvalidatephonenumberpayload(_objectSpread$2g(_objectSpread$2g({}, validatephonenumberpayload), {}, {
|
|
11312
11312
|
step: 'verifycode'
|
|
11313
11313
|
}));
|
|
11314
11314
|
}
|
|
11315
11315
|
if (data.data.functype == 'verifycode') {
|
|
11316
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11316
|
+
setvalidatephonenumberpayload(_objectSpread$2g(_objectSpread$2g({}, validatephonenumberpayload), {}, {
|
|
11317
11317
|
isvalidated: true
|
|
11318
11318
|
}));
|
|
11319
11319
|
setvalidatephonenumbermodal(false);
|
|
@@ -11349,8 +11349,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11349
11349
|
}, validatephonenumberpayload.step == 'sendcode' ? lang.sendcode : lang.verifycode))))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
11350
11350
|
};
|
|
11351
11351
|
|
|
11352
|
-
function ownKeys$
|
|
11353
|
-
function _objectSpread$
|
|
11352
|
+
function ownKeys$2f(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11353
|
+
function _objectSpread$2f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2f(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
11354
11354
|
var Signup = function Signup(props) {
|
|
11355
11355
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
11356
11356
|
props.actions.CurrentSrcTypeContext;
|
|
@@ -11398,7 +11398,7 @@ var Signup = function Signup(props) {
|
|
|
11398
11398
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
11399
11399
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11400
11400
|
});
|
|
11401
|
-
setsectionproperties(_objectSpread$
|
|
11401
|
+
setsectionproperties(_objectSpread$2f({}, secpropobj));
|
|
11402
11402
|
}
|
|
11403
11403
|
}, [StatePagePropertiesContext]);
|
|
11404
11404
|
var loginstyles2 = {
|
|
@@ -11541,8 +11541,8 @@ var Signup = function Signup(props) {
|
|
|
11541
11541
|
}, SignupContent()));
|
|
11542
11542
|
};
|
|
11543
11543
|
|
|
11544
|
-
function ownKeys$
|
|
11545
|
-
function _objectSpread$
|
|
11544
|
+
function ownKeys$2e(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11545
|
+
function _objectSpread$2e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2e(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2e(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
11546
11546
|
var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
11547
11547
|
var _css;
|
|
11548
11548
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -11608,7 +11608,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11608
11608
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
11609
11609
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11610
11610
|
});
|
|
11611
|
-
setsectionproperties(_objectSpread$
|
|
11611
|
+
setsectionproperties(_objectSpread$2e({}, secpropobj));
|
|
11612
11612
|
}
|
|
11613
11613
|
}, [StatePagePropertiesContext]);
|
|
11614
11614
|
var loginstyles2 = {
|
|
@@ -11709,7 +11709,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11709
11709
|
className: "".concat(loginstyles2.form_control),
|
|
11710
11710
|
value: affsignuppayload.name,
|
|
11711
11711
|
onChange: function onChange(event) {
|
|
11712
|
-
setaffsignuppayload(_objectSpread$
|
|
11712
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11713
11713
|
name: event.target.value
|
|
11714
11714
|
}));
|
|
11715
11715
|
},
|
|
@@ -11725,7 +11725,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11725
11725
|
className: "".concat(loginstyles2.form_control),
|
|
11726
11726
|
value: affsignuppayload.email,
|
|
11727
11727
|
onChange: function onChange(event) {
|
|
11728
|
-
setaffsignuppayload(_objectSpread$
|
|
11728
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11729
11729
|
email: event.target.value
|
|
11730
11730
|
}));
|
|
11731
11731
|
},
|
|
@@ -11743,10 +11743,10 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11743
11743
|
autoFormat: true,
|
|
11744
11744
|
value: affsignuppayload.phonenumber,
|
|
11745
11745
|
onChange: function onChange(event, country) {
|
|
11746
|
-
var temp = _objectSpread$
|
|
11746
|
+
var temp = _objectSpread$2e({}, affsignuppayload);
|
|
11747
11747
|
temp.phonenumber = event;
|
|
11748
11748
|
temp.countrydialcode = country.dialCode;
|
|
11749
|
-
setaffsignuppayload(_objectSpread$
|
|
11749
|
+
setaffsignuppayload(_objectSpread$2e({}, temp));
|
|
11750
11750
|
// setaffsignuppayload({ ...affsignuppayload, phonenumber: event.target.value });
|
|
11751
11751
|
},
|
|
11752
11752
|
|
|
@@ -11762,7 +11762,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11762
11762
|
className: "".concat(loginstyles2.form_control),
|
|
11763
11763
|
value: affsignuppayload.ssn,
|
|
11764
11764
|
onChange: function onChange(event) {
|
|
11765
|
-
setaffsignuppayload(_objectSpread$
|
|
11765
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11766
11766
|
ssn: event.target.value
|
|
11767
11767
|
}));
|
|
11768
11768
|
},
|
|
@@ -11778,7 +11778,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11778
11778
|
className: "".concat(loginstyles2.form_control),
|
|
11779
11779
|
value: affsignuppayload.password,
|
|
11780
11780
|
onChange: function onChange(event) {
|
|
11781
|
-
setaffsignuppayload(_objectSpread$
|
|
11781
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11782
11782
|
password: event.target.value
|
|
11783
11783
|
}));
|
|
11784
11784
|
},
|
|
@@ -11794,7 +11794,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11794
11794
|
className: "".concat(loginstyles2.form_control),
|
|
11795
11795
|
value: affsignuppayload.confirmpassword,
|
|
11796
11796
|
onChange: function onChange(event) {
|
|
11797
|
-
setaffsignuppayload(_objectSpread$
|
|
11797
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11798
11798
|
confirmpassword: event.target.value
|
|
11799
11799
|
}));
|
|
11800
11800
|
},
|
|
@@ -11847,8 +11847,8 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11847
11847
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar)))))))));
|
|
11848
11848
|
};
|
|
11849
11849
|
|
|
11850
|
-
function ownKeys$
|
|
11851
|
-
function _objectSpread$
|
|
11850
|
+
function ownKeys$2d(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11851
|
+
function _objectSpread$2d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2d(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2d(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
11852
11852
|
var AccountInformation = function AccountInformation(props) {
|
|
11853
11853
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
11854
11854
|
var lang = props.actions.lang;
|
|
@@ -11875,7 +11875,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
11875
11875
|
props === null || props === void 0 || (_props$actions = props.actions) === null || _props$actions === void 0 || (_props$actions = _props$actions.StatePagePropertiesContext) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageobj) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageproperties) === null || _props$actions === void 0 || _props$actions.forEach(function (arrayItem, arrayindex) {
|
|
11876
11876
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11877
11877
|
});
|
|
11878
|
-
setsectionproperties(_objectSpread$
|
|
11878
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
11879
11879
|
}, [props.actions.StatePagePropertiesContext]);
|
|
11880
11880
|
React.useEffect(function () {
|
|
11881
11881
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
@@ -12037,8 +12037,8 @@ var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n heigh
|
|
|
12037
12037
|
var tabstyles = {"tabs":"tabs-module_tabs__36dMY","tabsul":"tabs-module_tabsul__wNZqy","tabsli":"tabs-module_tabsli__-uR10","active":"tabs-module_active__6wLfI","tabsliheaderresp":"tabs-module_tabsliheaderresp__TPNhh","accordionContainer":"tabs-module_accordionContainer__-MSW5","policiestabs":"tabs-module_policiestabs__nopXD"};
|
|
12038
12038
|
styleInject(css_248z$F);
|
|
12039
12039
|
|
|
12040
|
-
function ownKeys$
|
|
12041
|
-
function _objectSpread$
|
|
12040
|
+
function ownKeys$2c(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12041
|
+
function _objectSpread$2c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2c(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2c(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12042
12042
|
var Policies = function Policies(props) {
|
|
12043
12043
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchInstitutePolici, _fetchInstitutePolici2, _fetchInstitutePolici3;
|
|
12044
12044
|
var _useState = React.useState(''),
|
|
@@ -12069,7 +12069,7 @@ var Policies = function Policies(props) {
|
|
|
12069
12069
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12070
12070
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12071
12071
|
});
|
|
12072
|
-
setsectionproperties(_objectSpread$
|
|
12072
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
12073
12073
|
}
|
|
12074
12074
|
}, [StatePagePropertiesContext]);
|
|
12075
12075
|
React.useEffect(function () {
|
|
@@ -12082,9 +12082,9 @@ var Policies = function Policies(props) {
|
|
|
12082
12082
|
}
|
|
12083
12083
|
}, []);
|
|
12084
12084
|
React.useEffect(function () {
|
|
12085
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
12085
|
+
var tempFetchQueriesEngineContext = _objectSpread$2c({}, FetchQueriesEngineContext);
|
|
12086
12086
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
12087
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
12087
|
+
setFetchQueriesEngineContext(_objectSpread$2c({}, tempFetchQueriesEngineContext));
|
|
12088
12088
|
}, []);
|
|
12089
12089
|
var _useState7 = React.useState([]),
|
|
12090
12090
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -12314,8 +12314,8 @@ var css_248z$E = ".cart-module_cartslider_container__idend {\n transition: 0.
|
|
|
12314
12314
|
var cartstyles = {"cartslider_container":"cart-module_cartslider_container__idend","close_menu_icon_cont":"cart-module_close_menu_icon_cont__uh-pE","cart_slider_imagecont":"cart-module_cart_slider_imagecont__tnHMt","checkout_cart_slider_imagecont":"cart-module_checkout_cart_slider_imagecont__UX2ct","checkout_quantity_cont":"cart-module_checkout_quantity_cont__Rr3RO","btn_circle":"cart-module_btn_circle__p-BDZ","cart_progress_card":"cart-module_cart_progress_card__jEFwg","cart_progress_card_active":"cart-module_cart_progress_card_active__gQzWT","trash_btn":"cart-module_trash_btn__bHQxy","btn_apply":"cart-module_btn_apply__phbo8","checkout_card_card":"cart-module_checkout_card_card__4zUo9"};
|
|
12315
12315
|
styleInject(css_248z$E);
|
|
12316
12316
|
|
|
12317
|
-
function ownKeys$
|
|
12318
|
-
function _objectSpread$
|
|
12317
|
+
function ownKeys$2b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12318
|
+
function _objectSpread$2b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2b(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2b(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12319
12319
|
var CartSlider = function CartSlider(props) {
|
|
12320
12320
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue9, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12;
|
|
12321
12321
|
var lang = props.actions.lang;
|
|
@@ -12381,7 +12381,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
12381
12381
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[CurrentPageId]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
12382
12382
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12383
12383
|
});
|
|
12384
|
-
setsectionproperties(_objectSpread$
|
|
12384
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
12385
12385
|
}, [CurrentPageId]);
|
|
12386
12386
|
React.useEffect(function () {
|
|
12387
12387
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -12391,7 +12391,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
12391
12391
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12392
12392
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12393
12393
|
});
|
|
12394
|
-
setsectionproperties(_objectSpread$
|
|
12394
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
12395
12395
|
}
|
|
12396
12396
|
}
|
|
12397
12397
|
}, [StatePagePropertiesContext]);
|
|
@@ -12958,8 +12958,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
12958
12958
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
|
12959
12959
|
};
|
|
12960
12960
|
|
|
12961
|
-
function ownKeys$
|
|
12962
|
-
function _objectSpread$
|
|
12961
|
+
function ownKeys$2a(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12962
|
+
function _objectSpread$2a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2a(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2a(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12963
12963
|
var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
12964
12964
|
var _useState = React.useState(''),
|
|
12965
12965
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
@@ -13003,7 +13003,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13003
13003
|
templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop[CurrentPageId]) === null || _templatepropcontext$ === void 0 || (_templatepropcontext$ = _templatepropcontext$.pageproperties) === null || _templatepropcontext$ === void 0 || _templatepropcontext$.forEach(function (arrayItem, arrayindex) {
|
|
13004
13004
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13005
13005
|
});
|
|
13006
|
-
setsectionproperties(_objectSpread$
|
|
13006
|
+
setsectionproperties(_objectSpread$2a({}, secpropobj));
|
|
13007
13007
|
}, [CurrentPageId]);
|
|
13008
13008
|
React.useEffect(function () {
|
|
13009
13009
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13013,7 +13013,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13013
13013
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13014
13014
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13015
13015
|
});
|
|
13016
|
-
setsectionproperties(_objectSpread$
|
|
13016
|
+
setsectionproperties(_objectSpread$2a({}, secpropobj));
|
|
13017
13017
|
}
|
|
13018
13018
|
}
|
|
13019
13019
|
}, [StatePagePropertiesContext]);
|
|
@@ -13241,8 +13241,8 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13241
13241
|
}, CategoriesDropdown()));
|
|
13242
13242
|
};
|
|
13243
13243
|
|
|
13244
|
-
function ownKeys$
|
|
13245
|
-
function _objectSpread$
|
|
13244
|
+
function ownKeys$29(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
13245
|
+
function _objectSpread$29(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$29(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$29(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13246
13246
|
var OrderSuccess = function OrderSuccess(props) {
|
|
13247
13247
|
var _props$actions2;
|
|
13248
13248
|
props.actions.lang;
|
|
@@ -13292,7 +13292,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
13292
13292
|
props === null || props === void 0 || (_props$actions = props.actions) === null || _props$actions === void 0 || (_props$actions = _props$actions.StatePagePropertiesContext) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageobj) === null || _props$actions === void 0 || (_props$actions = _props$actions.pageproperties) === null || _props$actions === void 0 || _props$actions.forEach(function (arrayItem, arrayindex) {
|
|
13293
13293
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13294
13294
|
});
|
|
13295
|
-
setsectionproperties(_objectSpread$
|
|
13295
|
+
setsectionproperties(_objectSpread$29({}, secpropobj));
|
|
13296
13296
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
13297
13297
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
13298
13298
|
var ordersuccessstyle = {
|
|
@@ -13389,8 +13389,8 @@ var css_248z$D = ".filter-module_timeline__ROm9Q .filter-module_border_left_line
|
|
|
13389
13389
|
var filterstyles = {"timeline":"filter-module_timeline__ROm9Q","border_left_line":"filter-module_border_left_line__IkxXK","btn_item":"filter-module_btn_item__GoKTf","timelineinnercont_active":"filter-module_timelineinnercont_active__2sLI7","timeline_text":"filter-module_timeline_text__NgaGy","timelineinnercont":"filter-module_timelineinnercont__Zme9K","timelinetrans":"filter-module_timelinetrans__KzVCg","filterslider_container":"filter-module_filterslider_container__I-7sG","filterslider_container_opened":"filter-module_filterslider_container_opened__2eZes","outercontainer":"filter-module_outercontainer__kmY9b","innercontainer":"filter-module_innercontainer__VKukp","card":"filter-module_card__7yDs0"};
|
|
13390
13390
|
styleInject(css_248z$D);
|
|
13391
13391
|
|
|
13392
|
-
function ownKeys$
|
|
13393
|
-
function _objectSpread$
|
|
13392
|
+
function ownKeys$28(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
13393
|
+
function _objectSpread$28(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$28(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$28(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13394
13394
|
var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
13395
13395
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
13396
13396
|
});
|
|
@@ -13509,11 +13509,11 @@ var Filter$1 = function Filter(props) {
|
|
|
13509
13509
|
}
|
|
13510
13510
|
timeoutRef.current = setTimeout(function () {
|
|
13511
13511
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
13512
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13512
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13513
13513
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
13514
13514
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
13515
13515
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13516
|
-
setProductFilterObjContext(_objectSpread$
|
|
13516
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13517
13517
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13518
13518
|
}
|
|
13519
13519
|
}, 500);
|
|
@@ -13597,33 +13597,33 @@ var Filter$1 = function Filter(props) {
|
|
|
13597
13597
|
}, [ProductFilterObjContext]);
|
|
13598
13598
|
React.useEffect(function () {
|
|
13599
13599
|
if (productfeatuesarr.length != 0) {
|
|
13600
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13600
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13601
13601
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
13602
|
-
setProductFilterObjContext(_objectSpread$
|
|
13602
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13603
13603
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13604
13604
|
}
|
|
13605
13605
|
}, [productfeatuesarr]);
|
|
13606
13606
|
React.useEffect(function () {
|
|
13607
13607
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
13608
13608
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
13609
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13609
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13610
13610
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
13611
13611
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
13612
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13612
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13613
13613
|
}
|
|
13614
13614
|
}
|
|
13615
13615
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
13616
13616
|
var filterupdater = function filterupdater() {
|
|
13617
13617
|
setTimeout(function () {
|
|
13618
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
13618
|
+
var tempFetchQueriesEngineContext = _objectSpread$28({}, FetchQueriesEngineContext);
|
|
13619
13619
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
13620
13620
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
13621
13621
|
}, 100);
|
|
13622
13622
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
13623
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13623
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13624
13624
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
13625
13625
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
13626
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13626
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13627
13627
|
}
|
|
13628
13628
|
if (instfilters.length != 0) {
|
|
13629
13629
|
var _ProductFilterObjCont3;
|
|
@@ -13685,7 +13685,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13685
13685
|
}
|
|
13686
13686
|
};
|
|
13687
13687
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
13688
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13688
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13689
13689
|
if (type == 'clearfilters') {
|
|
13690
13690
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
13691
13691
|
} else {
|
|
@@ -13709,14 +13709,14 @@ var Filter$1 = function Filter(props) {
|
|
|
13709
13709
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
13710
13710
|
}
|
|
13711
13711
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13712
|
-
setProductFilterObjContext(_objectSpread$
|
|
13712
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13713
13713
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13714
13714
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13715
13715
|
};
|
|
13716
13716
|
|
|
13717
13717
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
13718
13718
|
var _tempfetchproductsfil2;
|
|
13719
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13719
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13720
13720
|
var CollectionExists = false;
|
|
13721
13721
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
|
|
13722
13722
|
if (filteritem == collectionid) {
|
|
@@ -13733,7 +13733,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13733
13733
|
}
|
|
13734
13734
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13735
13735
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
13736
|
-
setProductFilterObjContext(_objectSpread$
|
|
13736
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13737
13737
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13738
13738
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13739
13739
|
};
|
|
@@ -14325,14 +14325,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14325
14325
|
return option.id == ProductFilterObjContext.countryid;
|
|
14326
14326
|
}),
|
|
14327
14327
|
onChange: function onChange(option) {
|
|
14328
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14328
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14329
14329
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
14330
14330
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
14331
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14332
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14331
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14332
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14333
14333
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
14334
14334
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14335
|
-
setProductFilterObjContext(_objectSpread$
|
|
14335
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14336
14336
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14337
14337
|
},
|
|
14338
14338
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14369,14 +14369,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14369
14369
|
return option.id == ProductFilterObjContext.stateid;
|
|
14370
14370
|
}),
|
|
14371
14371
|
onChange: function onChange(option) {
|
|
14372
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14372
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14373
14373
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
14374
14374
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
14375
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14376
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14375
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14376
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14377
14377
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
14378
14378
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14379
|
-
setProductFilterObjContext(_objectSpread$
|
|
14379
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14380
14380
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14381
14381
|
},
|
|
14382
14382
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14413,10 +14413,10 @@ var Filter$1 = function Filter(props) {
|
|
|
14413
14413
|
return option.id == ProductFilterObjContext.cityid;
|
|
14414
14414
|
}),
|
|
14415
14415
|
onChange: function onChange(option) {
|
|
14416
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14416
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14417
14417
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
14418
14418
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14419
|
-
setProductFilterObjContext(_objectSpread$
|
|
14419
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14420
14420
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14421
14421
|
},
|
|
14422
14422
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14520,14 +14520,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14520
14520
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
14521
14521
|
},
|
|
14522
14522
|
onClick: function onClick() {
|
|
14523
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14523
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14524
14524
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14525
14525
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14526
14526
|
} else {
|
|
14527
14527
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14528
14528
|
}
|
|
14529
14529
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14530
|
-
setProductFilterObjContext(_objectSpread$
|
|
14530
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14531
14531
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14532
14532
|
setsortbycontext(valueitem.name);
|
|
14533
14533
|
}
|
|
@@ -14679,14 +14679,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14679
14679
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14680
14680
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-start pb-3 ',
|
|
14681
14681
|
onClick: function onClick() {
|
|
14682
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14682
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14683
14683
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14684
14684
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14685
14685
|
} else {
|
|
14686
14686
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14687
14687
|
}
|
|
14688
14688
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14689
|
-
setProductFilterObjContext(_objectSpread$
|
|
14689
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14690
14690
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14691
14691
|
}
|
|
14692
14692
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -14721,7 +14721,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14721
14721
|
minValue: 0,
|
|
14722
14722
|
value: raterangevalue,
|
|
14723
14723
|
onChange: function onChange(value) {
|
|
14724
|
-
setraterangevalue(_objectSpread$
|
|
14724
|
+
setraterangevalue(_objectSpread$28({}, value));
|
|
14725
14725
|
}
|
|
14726
14726
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14727
14727
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -14864,13 +14864,13 @@ var Filter$1 = function Filter(props) {
|
|
|
14864
14864
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-start pb-3 ',
|
|
14865
14865
|
onClick: function onClick() {
|
|
14866
14866
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
14867
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14867
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14868
14868
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14869
14869
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14870
14870
|
} else {
|
|
14871
14871
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14872
14872
|
}
|
|
14873
|
-
setProductFilterObjContext(_objectSpread$
|
|
14873
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14874
14874
|
}
|
|
14875
14875
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14876
14876
|
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' mb-2 d-flex align-items-center '
|
|
@@ -14902,8 +14902,8 @@ var Filter$1 = function Filter(props) {
|
|
|
14902
14902
|
}, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters())))))));
|
|
14903
14903
|
};
|
|
14904
14904
|
|
|
14905
|
-
function ownKeys$
|
|
14906
|
-
function _objectSpread$
|
|
14905
|
+
function ownKeys$27(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14906
|
+
function _objectSpread$27(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$27(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$27(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14907
14907
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
14908
14908
|
var _authdetailsContext$i;
|
|
14909
14909
|
props.actions.lang;
|
|
@@ -15033,7 +15033,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15033
15033
|
}, [ProductFilterObjContext]);
|
|
15034
15034
|
var filterupdater = function filterupdater() {
|
|
15035
15035
|
setTimeout(function () {
|
|
15036
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
15036
|
+
var tempFetchQueriesEngineContext = _objectSpread$27({}, FetchQueriesEngineContext);
|
|
15037
15037
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
15038
15038
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
15039
15039
|
}, 100);
|
|
@@ -15078,7 +15078,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15078
15078
|
};
|
|
15079
15079
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
15080
15080
|
var _tempfetchproductsfil;
|
|
15081
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15081
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$27({}, ProductFilterObjContext);
|
|
15082
15082
|
var CollectionExists = false;
|
|
15083
15083
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
15084
15084
|
if (filteritem == collectionid) {
|
|
@@ -15095,7 +15095,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15095
15095
|
}
|
|
15096
15096
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15097
15097
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
15098
|
-
setProductFilterObjContext(_objectSpread$
|
|
15098
|
+
setProductFilterObjContext(_objectSpread$27({}, tempfetchproductsfilerobjcontext));
|
|
15099
15099
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15100
15100
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
15101
15101
|
};
|
|
@@ -15151,8 +15151,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15151
15151
|
|
|
15152
15152
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
15153
15153
|
|
|
15154
|
-
function ownKeys$
|
|
15155
|
-
function _objectSpread$
|
|
15154
|
+
function ownKeys$26(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15155
|
+
function _objectSpread$26(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$26(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$26(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15156
15156
|
var CardsSection = function CardsSection(props) {
|
|
15157
15157
|
var refscr = /*#__PURE__*/React.createRef();
|
|
15158
15158
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -15238,7 +15238,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15238
15238
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
15239
15239
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
15240
15240
|
});
|
|
15241
|
-
setsectionproperties(_objectSpread$
|
|
15241
|
+
setsectionproperties(_objectSpread$26({}, secpropobj));
|
|
15242
15242
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
15243
15243
|
setfetchingtype('products');
|
|
15244
15244
|
var lcproductfetchingtype = 'Random';
|
|
@@ -15312,7 +15312,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15312
15312
|
}
|
|
15313
15313
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
15314
15314
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
15315
|
-
setProductFilterObjContext(_objectSpread$
|
|
15315
|
+
setProductFilterObjContext(_objectSpread$26({}, tempfetchproductsfilerobjcontext));
|
|
15316
15316
|
}
|
|
15317
15317
|
if (fetchingtype == 'categories') {
|
|
15318
15318
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -15402,7 +15402,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15402
15402
|
cardobjassigner(collections);
|
|
15403
15403
|
}
|
|
15404
15404
|
}
|
|
15405
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
15405
|
+
setFetchQueriesEngineContext(_objectSpread$26({}, tempFetchQueriesEngineContext));
|
|
15406
15406
|
}
|
|
15407
15407
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
15408
15408
|
React.useEffect(function () {
|
|
@@ -15579,9 +15579,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
15579
15579
|
// Example items, to simulate fetching from another resources.
|
|
15580
15580
|
var handlePageClick = function handlePageClick(event) {
|
|
15581
15581
|
props.scrolltotop();
|
|
15582
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
15582
|
+
var tempProductFilterObjContext = _objectSpread$26({}, ProductFilterObjContext);
|
|
15583
15583
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
15584
|
-
setProductFilterObjContext(_objectSpread$
|
|
15584
|
+
setProductFilterObjContext(_objectSpread$26({}, tempProductFilterObjContext));
|
|
15585
15585
|
var pasturl = '';
|
|
15586
15586
|
if (props.grouptypeprops != undefined) {
|
|
15587
15587
|
if (props.collectionidprops != undefined) {
|
|
@@ -16376,8 +16376,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
16376
16376
|
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
16377
16377
|
};
|
|
16378
16378
|
|
|
16379
|
-
function ownKeys$
|
|
16380
|
-
function _objectSpread$
|
|
16379
|
+
function ownKeys$25(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
16380
|
+
function _objectSpread$25(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$25(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$25(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16381
16381
|
var InnerGroups = function InnerGroups(props) {
|
|
16382
16382
|
var _useState = React.useState(''),
|
|
16383
16383
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -16418,7 +16418,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16418
16418
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16419
16419
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16420
16420
|
});
|
|
16421
|
-
setsectionproperties(_objectSpread$
|
|
16421
|
+
setsectionproperties(_objectSpread$25({}, secpropobj));
|
|
16422
16422
|
}
|
|
16423
16423
|
}, [StatePagePropertiesContext]);
|
|
16424
16424
|
// useEffect(() => {
|
|
@@ -16434,15 +16434,138 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16434
16434
|
backgroundColor: sectionproperties.backgroundColor
|
|
16435
16435
|
}
|
|
16436
16436
|
}, /*#__PURE__*/React__default["default"].createElement(CardsSection, {
|
|
16437
|
-
actions: _objectSpread$
|
|
16437
|
+
actions: _objectSpread$25(_objectSpread$25({}, actions), {}, {
|
|
16438
16438
|
fetchingtype: grouptypeparams
|
|
16439
16439
|
})
|
|
16440
16440
|
}));
|
|
16441
16441
|
};
|
|
16442
16442
|
|
|
16443
|
+
function ownKeys$24(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
16444
|
+
function _objectSpread$24(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$24(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$24(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16445
|
+
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
16446
|
+
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16447
|
+
var _useState = React.useState(''),
|
|
16448
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
16449
|
+
sectionproperties = _useState2[0],
|
|
16450
|
+
setsectionproperties = _useState2[1];
|
|
16451
|
+
var _useState3 = React.useState(''),
|
|
16452
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2);
|
|
16453
|
+
_useState4[0];
|
|
16454
|
+
_useState4[1];
|
|
16455
|
+
var templatepropcontext = props.actions.templatepropcontext;
|
|
16456
|
+
var fetchInstitutePoliciesQueryContext = props.actions.fetchInstitutePoliciesQueryContext;
|
|
16457
|
+
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
16458
|
+
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
16459
|
+
props.actions.lang;
|
|
16460
|
+
var langdetect = props.actions.langdetect;
|
|
16461
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
16462
|
+
props.actions.ikimagecredcontext;
|
|
16463
|
+
props.actions;
|
|
16464
|
+
var _useState5 = React.useState(''),
|
|
16465
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
16466
|
+
_useState6[0];
|
|
16467
|
+
var setCurrentPageId = _useState6[1];
|
|
16468
|
+
React.useEffect(function () {
|
|
16469
|
+
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
16470
|
+
var _StatePagePropertiesC;
|
|
16471
|
+
var secpropobj = {};
|
|
16472
|
+
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16473
|
+
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16474
|
+
});
|
|
16475
|
+
setsectionproperties(_objectSpread$24({}, secpropobj));
|
|
16476
|
+
}
|
|
16477
|
+
}, [StatePagePropertiesContext]);
|
|
16478
|
+
React.useEffect(function () {
|
|
16479
|
+
var _templatepropcontext$;
|
|
16480
|
+
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16481
|
+
return x.staticpageid == '6505ad75b1cdb';
|
|
16482
|
+
});
|
|
16483
|
+
if (cartindex >= 0) {
|
|
16484
|
+
setCurrentPageId(cartindex);
|
|
16485
|
+
}
|
|
16486
|
+
}, []);
|
|
16487
|
+
React.useEffect(function () {
|
|
16488
|
+
var tempFetchQueriesEngineContext = _objectSpread$24({}, FetchQueriesEngineContext);
|
|
16489
|
+
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16490
|
+
setFetchQueriesEngineContext(_objectSpread$24({}, tempFetchQueriesEngineContext));
|
|
16491
|
+
}, []);
|
|
16492
|
+
var _useState7 = React.useState([]),
|
|
16493
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
16494
|
+
_useState8[0];
|
|
16495
|
+
var setbgimagesarray = _useState8[1];
|
|
16496
|
+
React.useEffect(function () {
|
|
16497
|
+
if (sectionproperties.length != 0) {
|
|
16498
|
+
if (sectionproperties.arrayofobjectimagesonly != null) {
|
|
16499
|
+
var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
|
|
16500
|
+
if (Array.isArray(arrayofobjectimagesonlyparsed)) {
|
|
16501
|
+
setbgimagesarray(_toConsumableArray__default["default"](arrayofobjectimagesonlyparsed));
|
|
16502
|
+
}
|
|
16503
|
+
}
|
|
16504
|
+
}
|
|
16505
|
+
}, [sectionproperties]);
|
|
16506
|
+
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
16507
|
+
var _fetchInstitutePolici;
|
|
16508
|
+
var policyobj = {};
|
|
16509
|
+
fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 || (_fetchInstitutePolici = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici === void 0 || (_fetchInstitutePolici = _fetchInstitutePolici.data) === null || _fetchInstitutePolici === void 0 || (_fetchInstitutePolici = _fetchInstitutePolici.policies) === null || _fetchInstitutePolici === void 0 || _fetchInstitutePolici.forEach(function (item, index) {
|
|
16510
|
+
if (item.policytype == policytype) {
|
|
16511
|
+
policyobj = item;
|
|
16512
|
+
}
|
|
16513
|
+
});
|
|
16514
|
+
return policyobj;
|
|
16515
|
+
};
|
|
16516
|
+
var policies_cssstyles = {
|
|
16517
|
+
containerstyle: glamor.css({
|
|
16518
|
+
paddingLeft: sectionproperties.cardpaddinghorizontal + 'px',
|
|
16519
|
+
paddingRight: sectionproperties.cardpaddinghorizontal + 'px',
|
|
16520
|
+
paddingTop: sectionproperties.cardpaddingvertical + 'px',
|
|
16521
|
+
paddingBottom: sectionproperties.cardpaddingvertical + 'px',
|
|
16522
|
+
backgroundColor: sectionproperties.backgroundColor
|
|
16523
|
+
}),
|
|
16524
|
+
sectiontitle: glamor.css({
|
|
16525
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
16526
|
+
color: sectionproperties.sectionTitleColor,
|
|
16527
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
16528
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
16529
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
16530
|
+
'@media (max-width: 800px)': {
|
|
16531
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
16532
|
+
}
|
|
16533
|
+
})
|
|
16534
|
+
};
|
|
16535
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16536
|
+
className: ' row ml-0 mr-0 w-100 d-flex justify-content-center ',
|
|
16537
|
+
style: {
|
|
16538
|
+
minHeight: '70vh',
|
|
16539
|
+
backgroundColor: sectionproperties.backgroundColor
|
|
16540
|
+
}
|
|
16541
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16542
|
+
className: ' col-lg-12 p-0 '
|
|
16543
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16544
|
+
className: policies_cssstyles.containerstyle + ' row ml-0 mr-0 w-100 pl-md-2 pr-md-2 '
|
|
16545
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16546
|
+
"class": ' col-lg-12 p-0 text-start '
|
|
16547
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16548
|
+
"class": policies_cssstyles.sectiontitle + ' p-0 '
|
|
16549
|
+
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16550
|
+
className: 'col-lg-12 p-0 text-start',
|
|
16551
|
+
style: {
|
|
16552
|
+
color: sectionproperties.prodCatColor,
|
|
16553
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
16554
|
+
fontWeight: sectionproperties.prodCatFontWeight
|
|
16555
|
+
}
|
|
16556
|
+
}, !fetchInstitutePoliciesQueryContext.isFetching && fetchInstitutePoliciesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16557
|
+
dangerouslySetInnerHTML: {
|
|
16558
|
+
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policycontent_en : (_returnpolicyobj4 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policycontent_ar
|
|
16559
|
+
},
|
|
16560
|
+
style: {
|
|
16561
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
16562
|
+
}
|
|
16563
|
+
})))));
|
|
16564
|
+
};
|
|
16565
|
+
|
|
16443
16566
|
function ownKeys$23(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
16444
16567
|
function _objectSpread$23(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$23(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$23(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16445
|
-
var
|
|
16568
|
+
var RefundPolicy = function RefundPolicy(props) {
|
|
16446
16569
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16447
16570
|
var _useState = React.useState(''),
|
|
16448
16571
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -16478,7 +16601,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16478
16601
|
React.useEffect(function () {
|
|
16479
16602
|
var _templatepropcontext$;
|
|
16480
16603
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16481
|
-
return x.staticpageid == '
|
|
16604
|
+
return x.staticpageid == '650c3c37dd5bf';
|
|
16482
16605
|
});
|
|
16483
16606
|
if (cartindex >= 0) {
|
|
16484
16607
|
setCurrentPageId(cartindex);
|
|
@@ -16546,7 +16669,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16546
16669
|
"class": ' col-lg-12 p-0 text-start '
|
|
16547
16670
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16548
16671
|
"class": policies_cssstyles.sectiontitle + ' p-0 '
|
|
16549
|
-
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('
|
|
16672
|
+
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16550
16673
|
className: 'col-lg-12 p-0 text-start',
|
|
16551
16674
|
style: {
|
|
16552
16675
|
color: sectionproperties.prodCatColor,
|
|
@@ -16555,7 +16678,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16555
16678
|
}
|
|
16556
16679
|
}, !fetchInstitutePoliciesQueryContext.isFetching && fetchInstitutePoliciesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16557
16680
|
dangerouslySetInnerHTML: {
|
|
16558
|
-
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('
|
|
16681
|
+
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policycontent_en : (_returnpolicyobj4 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policycontent_ar
|
|
16559
16682
|
},
|
|
16560
16683
|
style: {
|
|
16561
16684
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -16565,7 +16688,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16565
16688
|
|
|
16566
16689
|
function ownKeys$22(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
16567
16690
|
function _objectSpread$22(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$22(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$22(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16568
|
-
var
|
|
16691
|
+
var ShippingPolicy = function ShippingPolicy(props) {
|
|
16569
16692
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16570
16693
|
var _useState = React.useState(''),
|
|
16571
16694
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -16601,7 +16724,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16601
16724
|
React.useEffect(function () {
|
|
16602
16725
|
var _templatepropcontext$;
|
|
16603
16726
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16604
|
-
return x.staticpageid == '
|
|
16727
|
+
return x.staticpageid == '650c591955e81';
|
|
16605
16728
|
});
|
|
16606
16729
|
if (cartindex >= 0) {
|
|
16607
16730
|
setCurrentPageId(cartindex);
|
|
@@ -16669,7 +16792,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16669
16792
|
"class": ' col-lg-12 p-0 text-start '
|
|
16670
16793
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16671
16794
|
"class": policies_cssstyles.sectiontitle + ' p-0 '
|
|
16672
|
-
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('
|
|
16795
|
+
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16673
16796
|
className: 'col-lg-12 p-0 text-start',
|
|
16674
16797
|
style: {
|
|
16675
16798
|
color: sectionproperties.prodCatColor,
|
|
@@ -16678,7 +16801,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16678
16801
|
}
|
|
16679
16802
|
}, !fetchInstitutePoliciesQueryContext.isFetching && fetchInstitutePoliciesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16680
16803
|
dangerouslySetInnerHTML: {
|
|
16681
|
-
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('
|
|
16804
|
+
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policycontent_en : (_returnpolicyobj4 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policycontent_ar
|
|
16682
16805
|
},
|
|
16683
16806
|
style: {
|
|
16684
16807
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -16688,7 +16811,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16688
16811
|
|
|
16689
16812
|
function ownKeys$21(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
16690
16813
|
function _objectSpread$21(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$21(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$21(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16691
|
-
var
|
|
16814
|
+
var TermsConditions = function TermsConditions(props) {
|
|
16692
16815
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16693
16816
|
var _useState = React.useState(''),
|
|
16694
16817
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -16724,7 +16847,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16724
16847
|
React.useEffect(function () {
|
|
16725
16848
|
var _templatepropcontext$;
|
|
16726
16849
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16727
|
-
return x.staticpageid == '
|
|
16850
|
+
return x.staticpageid == '650c5be1dfd5d';
|
|
16728
16851
|
});
|
|
16729
16852
|
if (cartindex >= 0) {
|
|
16730
16853
|
setCurrentPageId(cartindex);
|
|
@@ -16778,129 +16901,6 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16778
16901
|
}
|
|
16779
16902
|
})
|
|
16780
16903
|
};
|
|
16781
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16782
|
-
className: ' row ml-0 mr-0 w-100 d-flex justify-content-center ',
|
|
16783
|
-
style: {
|
|
16784
|
-
minHeight: '70vh',
|
|
16785
|
-
backgroundColor: sectionproperties.backgroundColor
|
|
16786
|
-
}
|
|
16787
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16788
|
-
className: ' col-lg-12 p-0 '
|
|
16789
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16790
|
-
className: policies_cssstyles.containerstyle + ' row ml-0 mr-0 w-100 pl-md-2 pr-md-2 '
|
|
16791
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16792
|
-
"class": ' col-lg-12 p-0 text-start '
|
|
16793
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16794
|
-
"class": policies_cssstyles.sectiontitle + ' p-0 '
|
|
16795
|
-
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16796
|
-
className: 'col-lg-12 p-0 text-start',
|
|
16797
|
-
style: {
|
|
16798
|
-
color: sectionproperties.prodCatColor,
|
|
16799
|
-
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
16800
|
-
fontWeight: sectionproperties.prodCatFontWeight
|
|
16801
|
-
}
|
|
16802
|
-
}, !fetchInstitutePoliciesQueryContext.isFetching && fetchInstitutePoliciesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16803
|
-
dangerouslySetInnerHTML: {
|
|
16804
|
-
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policycontent_en : (_returnpolicyobj4 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policycontent_ar
|
|
16805
|
-
},
|
|
16806
|
-
style: {
|
|
16807
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
16808
|
-
}
|
|
16809
|
-
})))));
|
|
16810
|
-
};
|
|
16811
|
-
|
|
16812
|
-
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; }
|
|
16813
|
-
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; }
|
|
16814
|
-
var TermsConditions = function TermsConditions(props) {
|
|
16815
|
-
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16816
|
-
var _useState = React.useState(''),
|
|
16817
|
-
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
16818
|
-
sectionproperties = _useState2[0],
|
|
16819
|
-
setsectionproperties = _useState2[1];
|
|
16820
|
-
var _useState3 = React.useState(''),
|
|
16821
|
-
_useState4 = _slicedToArray__default["default"](_useState3, 2);
|
|
16822
|
-
_useState4[0];
|
|
16823
|
-
_useState4[1];
|
|
16824
|
-
var templatepropcontext = props.actions.templatepropcontext;
|
|
16825
|
-
var fetchInstitutePoliciesQueryContext = props.actions.fetchInstitutePoliciesQueryContext;
|
|
16826
|
-
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
16827
|
-
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
16828
|
-
props.actions.lang;
|
|
16829
|
-
var langdetect = props.actions.langdetect;
|
|
16830
|
-
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
16831
|
-
props.actions.ikimagecredcontext;
|
|
16832
|
-
props.actions;
|
|
16833
|
-
var _useState5 = React.useState(''),
|
|
16834
|
-
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
16835
|
-
_useState6[0];
|
|
16836
|
-
var setCurrentPageId = _useState6[1];
|
|
16837
|
-
React.useEffect(function () {
|
|
16838
|
-
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
16839
|
-
var _StatePagePropertiesC;
|
|
16840
|
-
var secpropobj = {};
|
|
16841
|
-
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16842
|
-
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16843
|
-
});
|
|
16844
|
-
setsectionproperties(_objectSpread$20({}, secpropobj));
|
|
16845
|
-
}
|
|
16846
|
-
}, [StatePagePropertiesContext]);
|
|
16847
|
-
React.useEffect(function () {
|
|
16848
|
-
var _templatepropcontext$;
|
|
16849
|
-
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16850
|
-
return x.staticpageid == '650c5be1dfd5d';
|
|
16851
|
-
});
|
|
16852
|
-
if (cartindex >= 0) {
|
|
16853
|
-
setCurrentPageId(cartindex);
|
|
16854
|
-
}
|
|
16855
|
-
}, []);
|
|
16856
|
-
React.useEffect(function () {
|
|
16857
|
-
var tempFetchQueriesEngineContext = _objectSpread$20({}, FetchQueriesEngineContext);
|
|
16858
|
-
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16859
|
-
setFetchQueriesEngineContext(_objectSpread$20({}, tempFetchQueriesEngineContext));
|
|
16860
|
-
}, []);
|
|
16861
|
-
var _useState7 = React.useState([]),
|
|
16862
|
-
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
16863
|
-
_useState8[0];
|
|
16864
|
-
var setbgimagesarray = _useState8[1];
|
|
16865
|
-
React.useEffect(function () {
|
|
16866
|
-
if (sectionproperties.length != 0) {
|
|
16867
|
-
if (sectionproperties.arrayofobjectimagesonly != null) {
|
|
16868
|
-
var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
|
|
16869
|
-
if (Array.isArray(arrayofobjectimagesonlyparsed)) {
|
|
16870
|
-
setbgimagesarray(_toConsumableArray__default["default"](arrayofobjectimagesonlyparsed));
|
|
16871
|
-
}
|
|
16872
|
-
}
|
|
16873
|
-
}
|
|
16874
|
-
}, [sectionproperties]);
|
|
16875
|
-
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
16876
|
-
var _fetchInstitutePolici;
|
|
16877
|
-
var policyobj = {};
|
|
16878
|
-
fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 || (_fetchInstitutePolici = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici === void 0 || (_fetchInstitutePolici = _fetchInstitutePolici.data) === null || _fetchInstitutePolici === void 0 || (_fetchInstitutePolici = _fetchInstitutePolici.policies) === null || _fetchInstitutePolici === void 0 || _fetchInstitutePolici.forEach(function (item, index) {
|
|
16879
|
-
if (item.policytype == policytype) {
|
|
16880
|
-
policyobj = item;
|
|
16881
|
-
}
|
|
16882
|
-
});
|
|
16883
|
-
return policyobj;
|
|
16884
|
-
};
|
|
16885
|
-
var policies_cssstyles = {
|
|
16886
|
-
containerstyle: glamor.css({
|
|
16887
|
-
paddingLeft: sectionproperties.cardpaddinghorizontal + 'px',
|
|
16888
|
-
paddingRight: sectionproperties.cardpaddinghorizontal + 'px',
|
|
16889
|
-
paddingTop: sectionproperties.cardpaddingvertical + 'px',
|
|
16890
|
-
paddingBottom: sectionproperties.cardpaddingvertical + 'px',
|
|
16891
|
-
backgroundColor: sectionproperties.backgroundColor
|
|
16892
|
-
}),
|
|
16893
|
-
sectiontitle: glamor.css({
|
|
16894
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
16895
|
-
color: sectionproperties.sectionTitleColor,
|
|
16896
|
-
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
16897
|
-
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
16898
|
-
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
16899
|
-
'@media (max-width: 800px)': {
|
|
16900
|
-
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
16901
|
-
}
|
|
16902
|
-
})
|
|
16903
|
-
};
|
|
16904
16904
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16905
16905
|
className: ' row ml-0 mr-0 w-100 d-flex justify-content-center ',
|
|
16906
16906
|
style: {
|
|
@@ -16932,8 +16932,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16932
16932
|
})))));
|
|
16933
16933
|
};
|
|
16934
16934
|
|
|
16935
|
-
function ownKeys$
|
|
16936
|
-
function _objectSpread$
|
|
16935
|
+
function ownKeys$20(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
16936
|
+
function _objectSpread$20(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$20(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$20(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16937
16937
|
var Resetpassword = function Resetpassword(props) {
|
|
16938
16938
|
var _css, _css2;
|
|
16939
16939
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -16984,7 +16984,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
16984
16984
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16985
16985
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16986
16986
|
});
|
|
16987
|
-
setsectionproperties(_objectSpread$
|
|
16987
|
+
setsectionproperties(_objectSpread$20({}, secpropobj));
|
|
16988
16988
|
}
|
|
16989
16989
|
}, [StatePagePropertiesContext]);
|
|
16990
16990
|
React.useEffect(function () {
|
|
@@ -17111,9 +17111,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17111
17111
|
className: "".concat(loginstyles2.form_control),
|
|
17112
17112
|
value: forgotpasswordpayload.email,
|
|
17113
17113
|
onChange: function onChange(event) {
|
|
17114
|
-
var temppayloadobj = _objectSpread$
|
|
17114
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17115
17115
|
temppayloadobj.email = event.target.value;
|
|
17116
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17116
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17117
17117
|
},
|
|
17118
17118
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
17119
17119
|
style: {
|
|
@@ -17128,9 +17128,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17128
17128
|
className: "".concat(loginstyles2.form_control),
|
|
17129
17129
|
value: forgotpasswordpayload.code,
|
|
17130
17130
|
onChange: function onChange(event) {
|
|
17131
|
-
var temppayloadobj = _objectSpread$
|
|
17131
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17132
17132
|
temppayloadobj.code = event.target.value;
|
|
17133
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17133
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17134
17134
|
},
|
|
17135
17135
|
style: {
|
|
17136
17136
|
background: sectionproperties.input_bgcolor
|
|
@@ -17144,9 +17144,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17144
17144
|
className: "".concat(loginstyles2.form_control),
|
|
17145
17145
|
value: forgotpasswordpayload.newpassword,
|
|
17146
17146
|
onChange: function onChange(event) {
|
|
17147
|
-
var temppayloadobj = _objectSpread$
|
|
17147
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17148
17148
|
temppayloadobj.newpassword = event.target.value;
|
|
17149
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17149
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17150
17150
|
},
|
|
17151
17151
|
style: {
|
|
17152
17152
|
background: sectionproperties.input_bgcolor
|
|
@@ -17160,9 +17160,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17160
17160
|
className: "".concat(loginstyles2.form_control),
|
|
17161
17161
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
17162
17162
|
onChange: function onChange(event) {
|
|
17163
|
-
var temppayloadobj = _objectSpread$
|
|
17163
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17164
17164
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
17165
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17165
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17166
17166
|
},
|
|
17167
17167
|
style: {
|
|
17168
17168
|
background: sectionproperties.input_bgcolor
|
|
@@ -17174,7 +17174,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17174
17174
|
onClick: function onClick() {
|
|
17175
17175
|
if (forgotpasswordpayload.email.length != 0) {
|
|
17176
17176
|
var runfunc = false;
|
|
17177
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
17177
|
+
var tempforgotpasswordpayload = _objectSpread$20({}, forgotpasswordpayload);
|
|
17178
17178
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
17179
17179
|
if (forgetpasswordstage == 'verify') {
|
|
17180
17180
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -17460,8 +17460,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
17460
17460
|
}, lang.nosearchresults)))))));
|
|
17461
17461
|
};
|
|
17462
17462
|
|
|
17463
|
-
function ownKeys$
|
|
17464
|
-
function _objectSpread$
|
|
17463
|
+
function ownKeys$1$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
17464
|
+
function _objectSpread$1$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1$(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17465
17465
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
17466
17466
|
var _textarray$, _textarray$2;
|
|
17467
17467
|
props.actions;
|
|
@@ -17482,12 +17482,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
17482
17482
|
settextarray = _useState6[1];
|
|
17483
17483
|
React.useEffect(function () {
|
|
17484
17484
|
if (props.sectionpropertiesprops != undefined) {
|
|
17485
|
-
setsectionproperties(_objectSpread$
|
|
17485
|
+
setsectionproperties(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17486
17486
|
}
|
|
17487
17487
|
}, [props.sectionpropertiesprops]);
|
|
17488
17488
|
React.useEffect(function () {
|
|
17489
17489
|
if (props.templateproperties_contextprops != undefined) {
|
|
17490
|
-
settemplateproperties_context(_objectSpread$
|
|
17490
|
+
settemplateproperties_context(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
17491
17491
|
}
|
|
17492
17492
|
}, [props.templateproperties_contextprops]);
|
|
17493
17493
|
React.useEffect(function () {
|
|
@@ -17529,8 +17529,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
17529
17529
|
var headerstyles$f = {"sub_outercontainer":"subheader-module_sub_outercontainer__-z5ZD","nav__item":"subheader-module_nav__item__8oLkw","link":"subheader-module_link__7IEBY","dropmenu":"subheader-module_dropmenu__lL4Sc","active":"subheader-module_active__MjZNG","subheader":"subheader-module_subheader__aW8fS"};
|
|
17530
17530
|
styleInject(css_248z$B);
|
|
17531
17531
|
|
|
17532
|
-
function ownKeys$
|
|
17533
|
-
function _objectSpread$
|
|
17532
|
+
function ownKeys$1_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
17533
|
+
function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17534
17534
|
var Subheader = function Subheader(props) {
|
|
17535
17535
|
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$subheaderprope16, _props$subheaderprope17, _templatepropcontext$3, _fetchCategoriesQuery3, _authdetailsContext$i2, _fetchCategoriesQuery4, _authdetailsContext$i3, _fetchCategoriesQuery5, _props$subheaderprope32, _props$subheaderprope33, _props$subheaderprope34, _props$subheaderprope35, _fetchCategoriesQuery6, _fetchCategoriesQuery7, _fetchCategoriesQuery9;
|
|
17536
17536
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -17566,12 +17566,12 @@ var Subheader = function Subheader(props) {
|
|
|
17566
17566
|
React.useEffect(function () {
|
|
17567
17567
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
17568
17568
|
tempFetchQueriesEngineContext.categories = true;
|
|
17569
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17569
|
+
setFetchQueriesEngineContext(_objectSpread$1_({}, tempFetchQueriesEngineContext));
|
|
17570
17570
|
// alert(JSON.stringify(authdetailsContext));
|
|
17571
17571
|
}, []);
|
|
17572
17572
|
React.useEffect(function () {
|
|
17573
17573
|
if (props.sectionpropertiesprops != undefined) {
|
|
17574
|
-
setsectionproperties(_objectSpread$
|
|
17574
|
+
setsectionproperties(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17575
17575
|
}
|
|
17576
17576
|
}, [props.sectionpropertiesprops]);
|
|
17577
17577
|
// useEffect(() => {
|
|
@@ -18055,8 +18055,8 @@ var Subheader = function Subheader(props) {
|
|
|
18055
18055
|
})))))));
|
|
18056
18056
|
};
|
|
18057
18057
|
|
|
18058
|
-
function ownKeys$
|
|
18059
|
-
function _objectSpread$
|
|
18058
|
+
function ownKeys$1Z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
18059
|
+
function _objectSpread$1Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
18060
18060
|
var Headerresponsive = function Headerresponsive(props) {
|
|
18061
18061
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
18062
18062
|
var actions = props.actions;
|
|
@@ -18091,7 +18091,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
18091
18091
|
setpcollarray = _useState6[1];
|
|
18092
18092
|
React.useEffect(function () {
|
|
18093
18093
|
if (props.sectionpropertiesprops != undefined) {
|
|
18094
|
-
setsectionproperties(_objectSpread$
|
|
18094
|
+
setsectionproperties(_objectSpread$1Z({}, props.sectionpropertiesprops));
|
|
18095
18095
|
}
|
|
18096
18096
|
}, [props.sectionpropertiesprops]);
|
|
18097
18097
|
var _useState7 = React.useState([]),
|
|
@@ -19328,8 +19328,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
19328
19328
|
})))))));
|
|
19329
19329
|
};
|
|
19330
19330
|
|
|
19331
|
-
function ownKeys$
|
|
19332
|
-
function _objectSpread$
|
|
19331
|
+
function ownKeys$1Y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
19332
|
+
function _objectSpread$1Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
19333
19333
|
var DownloadApp = function DownloadApp(props) {
|
|
19334
19334
|
props.actions;
|
|
19335
19335
|
props.actions.lang;
|
|
@@ -19354,7 +19354,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19354
19354
|
}, [sectionproperties]);
|
|
19355
19355
|
React.useEffect(function () {
|
|
19356
19356
|
if (props.sectionpropertiesprops != undefined) {
|
|
19357
|
-
setsectionproperties(_objectSpread$
|
|
19357
|
+
setsectionproperties(_objectSpread$1Y({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19358
19358
|
}
|
|
19359
19359
|
}, [props.sectionpropertiesprops]);
|
|
19360
19360
|
var header_cssstyles = {
|
|
@@ -19407,8 +19407,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19407
19407
|
}))));
|
|
19408
19408
|
};
|
|
19409
19409
|
|
|
19410
|
-
function ownKeys$
|
|
19411
|
-
function _objectSpread$
|
|
19410
|
+
function ownKeys$1X(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
19411
|
+
function _objectSpread$1X(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1X(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1X(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
19412
19412
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
19413
19413
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
19414
19414
|
props.actions;
|
|
@@ -19424,12 +19424,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19424
19424
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
19425
19425
|
React.useEffect(function () {
|
|
19426
19426
|
if (props.sectionpropertiesprops != undefined) {
|
|
19427
|
-
setsectionproperties(_objectSpread$
|
|
19427
|
+
setsectionproperties(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19428
19428
|
}
|
|
19429
19429
|
}, [props.sectionpropertiesprops]);
|
|
19430
19430
|
React.useEffect(function () {
|
|
19431
19431
|
if (props.templateproperties_contextprops != undefined) {
|
|
19432
|
-
settemplateproperties_context(_objectSpread$
|
|
19432
|
+
settemplateproperties_context(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
19433
19433
|
}
|
|
19434
19434
|
}, [props.templateproperties_contextprops]);
|
|
19435
19435
|
var header_cssstyles = {
|
|
@@ -19515,8 +19515,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19515
19515
|
})));
|
|
19516
19516
|
};
|
|
19517
19517
|
|
|
19518
|
-
function ownKeys$
|
|
19519
|
-
function _objectSpread$
|
|
19518
|
+
function ownKeys$1W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
19519
|
+
function _objectSpread$1W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1W(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
19520
19520
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
19521
19521
|
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2;
|
|
19522
19522
|
var actions = props.actions;
|
|
@@ -19555,7 +19555,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
19555
19555
|
setopenSearch = _useState8[1];
|
|
19556
19556
|
React.useEffect(function () {
|
|
19557
19557
|
if (props.sectionpropertiesprops != undefined) {
|
|
19558
|
-
setsectionproperties(_objectSpread$
|
|
19558
|
+
setsectionproperties(_objectSpread$1W({}, props.sectionpropertiesprops));
|
|
19559
19559
|
}
|
|
19560
19560
|
}, [props.sectionpropertiesprops]);
|
|
19561
19561
|
var _useState9 = React.useState([]),
|
|
@@ -20806,8 +20806,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
20806
20806
|
})))))));
|
|
20807
20807
|
};
|
|
20808
20808
|
|
|
20809
|
-
function ownKeys$
|
|
20810
|
-
function _objectSpread$
|
|
20809
|
+
function ownKeys$1V(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20810
|
+
function _objectSpread$1V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1V(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20811
20811
|
var ElegantHeader = function ElegantHeader(props) {
|
|
20812
20812
|
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
20813
20813
|
var _useState = React.useState(''),
|
|
@@ -20860,7 +20860,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
20860
20860
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
20861
20861
|
});
|
|
20862
20862
|
}
|
|
20863
|
-
setsectionproperties(_objectSpread$
|
|
20863
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
20864
20864
|
}, [StatePagePropertiesContext]);
|
|
20865
20865
|
React.useEffect(function () {
|
|
20866
20866
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -21555,8 +21555,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
21555
21555
|
var headerstyles$e = {"header_container":"Gotoheader-module_header_container__f-O-q","topbar_item_container":"Gotoheader-module_topbar_item_container__qiBbU","topbar_item":"Gotoheader-module_topbar_item__rYdqG","badge_counter_header_notifications":"Gotoheader-module_badge_counter_header_notifications__a3aCj","header_divider":"Gotoheader-module_header_divider__KE8o6","searchbar":"Gotoheader-module_searchbar__xRQAq","searchbaractive":"Gotoheader-module_searchbaractive__ECT3T"};
|
|
21556
21556
|
styleInject(css_248z$A);
|
|
21557
21557
|
|
|
21558
|
-
function ownKeys$
|
|
21559
|
-
function _objectSpread$
|
|
21558
|
+
function ownKeys$1U(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21559
|
+
function _objectSpread$1U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1U(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
21560
21560
|
var Gotoheader = function Gotoheader(props) {
|
|
21561
21561
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
21562
21562
|
var _useState = React.useState(''),
|
|
@@ -21596,7 +21596,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21596
21596
|
});
|
|
21597
21597
|
}
|
|
21598
21598
|
}
|
|
21599
|
-
setsectionproperties(_objectSpread$
|
|
21599
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
21600
21600
|
}, [StatePagePropertiesContext]);
|
|
21601
21601
|
var _useState3 = React.useState([]),
|
|
21602
21602
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -22297,8 +22297,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
22297
22297
|
var headerstyles$d = {"lowerHeaderContainer":"CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY","navbar":"CategoryFeaturingHeader-module_navbar__KrZoa","navbar_item":"CategoryFeaturingHeader-module_navbar_item__x7kUB","badge_counter_header_notifications":"CategoryFeaturingHeader-module_badge_counter_header_notifications__OMiIG","searchbar":"CategoryFeaturingHeader-module_searchbar__QVi6T","searchbaractive":"CategoryFeaturingHeader-module_searchbaractive__SDflG"};
|
|
22298
22298
|
styleInject(css_248z$z);
|
|
22299
22299
|
|
|
22300
|
-
function ownKeys$
|
|
22301
|
-
function _objectSpread$
|
|
22300
|
+
function ownKeys$1T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
22301
|
+
function _objectSpread$1T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1T(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22302
22302
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
22303
22303
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
22304
22304
|
var _useState = React.useState(''),
|
|
@@ -22346,7 +22346,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
22346
22346
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
22347
22347
|
});
|
|
22348
22348
|
}
|
|
22349
|
-
setsectionproperties(_objectSpread$
|
|
22349
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
22350
22350
|
}, [StatePagePropertiesContext]);
|
|
22351
22351
|
React.useEffect(function () {
|
|
22352
22352
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -23253,8 +23253,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
23253
23253
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
23254
23254
|
styleInject(css_248z$y);
|
|
23255
23255
|
|
|
23256
|
-
function ownKeys$
|
|
23257
|
-
function _objectSpread$
|
|
23256
|
+
function ownKeys$1S(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
23257
|
+
function _objectSpread$1S(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1S(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1S(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
23258
23258
|
var ClassicHeader = function ClassicHeader(props) {
|
|
23259
23259
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
23260
23260
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -23291,7 +23291,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
23291
23291
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
23292
23292
|
});
|
|
23293
23293
|
}
|
|
23294
|
-
setsectionproperties(_objectSpread$
|
|
23294
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
23295
23295
|
}, [StatePagePropertiesContext]);
|
|
23296
23296
|
var _useState3 = React.useState([]),
|
|
23297
23297
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -24413,8 +24413,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
24413
24413
|
var headerstyles$b = {"header_container":"CTAHeader-module_header_container__In9j3","topbar_item_container":"CTAHeader-module_topbar_item_container__yiKBc","badge_counter_header_notifications":"CTAHeader-module_badge_counter_header_notifications__LwrZ5","searchbar":"CTAHeader-module_searchbar__lDR8a","searchbaractive":"CTAHeader-module_searchbaractive__mPoEm"};
|
|
24414
24414
|
styleInject(css_248z$x);
|
|
24415
24415
|
|
|
24416
|
-
function ownKeys$
|
|
24417
|
-
function _objectSpread$
|
|
24416
|
+
function ownKeys$1R(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
24417
|
+
function _objectSpread$1R(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1R(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1R(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
24418
24418
|
var CTAHeader = function CTAHeader(props) {
|
|
24419
24419
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i13, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21;
|
|
24420
24420
|
var actions = props.actions;
|
|
@@ -24462,7 +24462,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
24462
24462
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24463
24463
|
});
|
|
24464
24464
|
}
|
|
24465
|
-
setsectionproperties(_objectSpread$
|
|
24465
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
24466
24466
|
}, [StatePagePropertiesContext]);
|
|
24467
24467
|
React.useEffect(function () {
|
|
24468
24468
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -25453,8 +25453,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
25453
25453
|
var headerstyles$a = {"header_innercontainer":"Header_threesectionslogocentered-module_header_innercontainer__yjjgZ","navbar_item":"Header_threesectionslogocentered-module_navbar_item__YMaF8","navbar_item_text":"Header_threesectionslogocentered-module_navbar_item_text__0DPls","navbar_item_active":"Header_threesectionslogocentered-module_navbar_item_active__ladUm","searchbarcont":"Header_threesectionslogocentered-module_searchbarcont__9MNXO","badge_counter_header_notifications":"Header_threesectionslogocentered-module_badge_counter_header_notifications__qekYU","searchbar":"Header_threesectionslogocentered-module_searchbar__5KdKx","searchbaractive":"Header_threesectionslogocentered-module_searchbaractive__8Pp-9"};
|
|
25454
25454
|
styleInject(css_248z$w);
|
|
25455
25455
|
|
|
25456
|
-
function ownKeys$
|
|
25457
|
-
function _objectSpread$
|
|
25456
|
+
function ownKeys$1Q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
25457
|
+
function _objectSpread$1Q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Q(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
25458
25458
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
25459
25459
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
25460
25460
|
var _useState = React.useState(''),
|
|
@@ -25490,7 +25490,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
25490
25490
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
25491
25491
|
});
|
|
25492
25492
|
}
|
|
25493
|
-
setsectionproperties(_objectSpread$
|
|
25493
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
25494
25494
|
}, [StatePagePropertiesContext]);
|
|
25495
25495
|
var _useState3 = React.useState([]),
|
|
25496
25496
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -26194,8 +26194,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
26194
26194
|
var headerstyles$9 = {"headercontainer":"Simpleheader-module_headercontainer__H09AD","navbar":"Simpleheader-module_navbar__lLQ9F","header_cart":"Simpleheader-module_header_cart__GG895","header_badge":"Simpleheader-module_header_badge__cW4uV","nav__item":"Simpleheader-module_nav__item__txPCh","link":"Simpleheader-module_link__aI5DF","badge_counter_header_notifications":"Simpleheader-module_badge_counter_header_notifications__9NFCv","searchbar":"Simpleheader-module_searchbar__-iAVU","searchbaractive":"Simpleheader-module_searchbaractive__9RFRQ"};
|
|
26195
26195
|
styleInject(css_248z$v);
|
|
26196
26196
|
|
|
26197
|
-
function ownKeys$
|
|
26198
|
-
function _objectSpread$
|
|
26197
|
+
function ownKeys$1P(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
26198
|
+
function _objectSpread$1P(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1P(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1P(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
26199
26199
|
var Simpleheader = function Simpleheader(props) {
|
|
26200
26200
|
var _css, _css2, _header_cssstyles, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
26201
26201
|
var actions = props.actions;
|
|
@@ -26240,7 +26240,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26240
26240
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26241
26241
|
});
|
|
26242
26242
|
}
|
|
26243
|
-
setsectionproperties(_objectSpread$
|
|
26243
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
26244
26244
|
}, [StatePagePropertiesContext]);
|
|
26245
26245
|
React.useEffect(function () {
|
|
26246
26246
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -26902,8 +26902,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26902
26902
|
}))))))));
|
|
26903
26903
|
};
|
|
26904
26904
|
|
|
26905
|
-
function ownKeys$
|
|
26906
|
-
function _objectSpread$
|
|
26905
|
+
function ownKeys$1O(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
26906
|
+
function _objectSpread$1O(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1O(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1O(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
26907
26907
|
var Header8 = function Header8(props) {
|
|
26908
26908
|
var _css, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i5, _authdetailsContext$i7, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i8, _authdetailsContext$i10, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue4, _fetchcustomercartQue5;
|
|
26909
26909
|
var actions = props.actions;
|
|
@@ -26960,7 +26960,7 @@ var Header8 = function Header8(props) {
|
|
|
26960
26960
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26961
26961
|
});
|
|
26962
26962
|
}
|
|
26963
|
-
setsectionproperties(_objectSpread$
|
|
26963
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
26964
26964
|
}, [StatePagePropertiesContext]);
|
|
26965
26965
|
var subtotalcart = function subtotalcart() {
|
|
26966
26966
|
var _fetchcustomercartQue;
|
|
@@ -28678,8 +28678,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
28678
28678
|
var headerstyles$8 = {"header_innercontainer":"headerresturant-module_header_innercontainer__K3I1g","navbar_item":"headerresturant-module_navbar_item__Exl8b","navbar_item_text":"headerresturant-module_navbar_item_text__psv09","navbar_item_active":"headerresturant-module_navbar_item_active__8BCbD","searchbarcont":"headerresturant-module_searchbarcont__4VPWj","language_cont":"headerresturant-module_language_cont__LwHIK","badge_counter_header_notifications":"headerresturant-module_badge_counter_header_notifications__mGA2-"};
|
|
28679
28679
|
styleInject(css_248z$u);
|
|
28680
28680
|
|
|
28681
|
-
function ownKeys$
|
|
28682
|
-
function _objectSpread$
|
|
28681
|
+
function ownKeys$1N(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
28682
|
+
function _objectSpread$1N(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1N(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1N(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
28683
28683
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
28684
28684
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
28685
28685
|
var _useState = React.useState(''),
|
|
@@ -28715,7 +28715,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
28715
28715
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28716
28716
|
});
|
|
28717
28717
|
}
|
|
28718
|
-
setsectionproperties(_objectSpread$
|
|
28718
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
28719
28719
|
}, [StatePagePropertiesContext]);
|
|
28720
28720
|
var _useState3 = React.useState([]),
|
|
28721
28721
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -29324,8 +29324,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
29324
29324
|
var headerstyles$7 = {"lowerHeaderContainer":"header_contactinfo-module_lowerHeaderContainer__toB3m","navbar_item":"header_contactinfo-module_navbar_item__T6mXT","navbar_item_text":"header_contactinfo-module_navbar_item_text__dSoH9","navbar_item_active":"header_contactinfo-module_navbar_item_active__eiC3f","badge_counter_header_notifications":"header_contactinfo-module_badge_counter_header_notifications__gWKN6"};
|
|
29325
29325
|
styleInject(css_248z$t);
|
|
29326
29326
|
|
|
29327
|
-
function ownKeys$
|
|
29328
|
-
function _objectSpread$
|
|
29327
|
+
function ownKeys$1M(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
29328
|
+
function _objectSpread$1M(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1M(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1M(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
29329
29329
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
29330
29330
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
29331
29331
|
var _useState = React.useState(''),
|
|
@@ -29362,7 +29362,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
29362
29362
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
29363
29363
|
});
|
|
29364
29364
|
}
|
|
29365
|
-
setsectionproperties(_objectSpread$
|
|
29365
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
29366
29366
|
}, [StatePagePropertiesContext]);
|
|
29367
29367
|
var _useState3 = React.useState(false),
|
|
29368
29368
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -30131,8 +30131,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
30131
30131
|
}))))))));
|
|
30132
30132
|
};
|
|
30133
30133
|
|
|
30134
|
-
function ownKeys$
|
|
30135
|
-
function _objectSpread$
|
|
30134
|
+
function ownKeys$1L(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
30135
|
+
function _objectSpread$1L(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1L(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1L(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
30136
30136
|
var Modernheader = function Modernheader(props) {
|
|
30137
30137
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
30138
30138
|
var _useState = React.useState(''),
|
|
@@ -30177,7 +30177,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
30177
30177
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30178
30178
|
});
|
|
30179
30179
|
}
|
|
30180
|
-
setsectionproperties(_objectSpread$
|
|
30180
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
30181
30181
|
}, [StatePagePropertiesContext]);
|
|
30182
30182
|
React.useEffect(function () {
|
|
30183
30183
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -30826,8 +30826,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
30826
30826
|
}));
|
|
30827
30827
|
};
|
|
30828
30828
|
|
|
30829
|
-
function ownKeys$
|
|
30830
|
-
function _objectSpread$
|
|
30829
|
+
function ownKeys$1K(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
30830
|
+
function _objectSpread$1K(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1K(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1K(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
30831
30831
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
30832
30832
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
30833
30833
|
var _useState = React.useState(''),
|
|
@@ -30865,7 +30865,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
30865
30865
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30866
30866
|
});
|
|
30867
30867
|
}
|
|
30868
|
-
setsectionproperties(_objectSpread$
|
|
30868
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
30869
30869
|
}, [StatePagePropertiesContext]);
|
|
30870
30870
|
var _useState3 = React.useState([]),
|
|
30871
30871
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -31498,8 +31498,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
31498
31498
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
31499
31499
|
styleInject(css_248z$s);
|
|
31500
31500
|
|
|
31501
|
-
function ownKeys$
|
|
31502
|
-
function _objectSpread$
|
|
31501
|
+
function ownKeys$1J(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
31502
|
+
function _objectSpread$1J(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1J(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1J(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
31503
31503
|
var StylishHeader = function StylishHeader(props) {
|
|
31504
31504
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
31505
31505
|
var _useState = React.useState(''),
|
|
@@ -31540,7 +31540,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
31540
31540
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31541
31541
|
});
|
|
31542
31542
|
}
|
|
31543
|
-
setsectionproperties(_objectSpread$
|
|
31543
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
31544
31544
|
}, [StatePagePropertiesContext]);
|
|
31545
31545
|
var _useState5 = React.useState([]),
|
|
31546
31546
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -32291,8 +32291,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
32291
32291
|
var headerstyles$5 = {"lowerHeaderContainer":"threetieredheader-module_lowerHeaderContainer__hl0gc","navbar":"threetieredheader-module_navbar__Le5Kz","navbar_item":"threetieredheader-module_navbar_item__9VQR-","navbar_item_text":"threetieredheader-module_navbar_item_text__G7M4B","navbar_item_active":"threetieredheader-module_navbar_item_active__qGXP2","badge_counter_header_notifications":"threetieredheader-module_badge_counter_header_notifications__fmXNP","searchbar":"threetieredheader-module_searchbar__CMeCp","searchbaractive":"threetieredheader-module_searchbaractive__jQeUr"};
|
|
32292
32292
|
styleInject(css_248z$r);
|
|
32293
32293
|
|
|
32294
|
-
function ownKeys$
|
|
32295
|
-
function _objectSpread$
|
|
32294
|
+
function ownKeys$1I(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
32295
|
+
function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
32296
32296
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
32297
32297
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
32298
32298
|
var actions = props.actions;
|
|
@@ -32330,7 +32330,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
32330
32330
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32331
32331
|
});
|
|
32332
32332
|
}
|
|
32333
|
-
setsectionproperties(_objectSpread$
|
|
32333
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
32334
32334
|
}, [StatePagePropertiesContext]);
|
|
32335
32335
|
var _useState3 = React.useState([]),
|
|
32336
32336
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -33161,8 +33161,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
33161
33161
|
var headerstyles$4 = {"headerMiddleContainer":"SearchFocusedHeader-module_headerMiddleContainer__P6xTy","navbar":"SearchFocusedHeader-module_navbar__S8cPA","navbar_item":"SearchFocusedHeader-module_navbar_item__0oxbl","badge_counter_header_notifications":"SearchFocusedHeader-module_badge_counter_header_notifications__2qUaH","searchbar":"SearchFocusedHeader-module_searchbar__uJotQ","searchbaractive":"SearchFocusedHeader-module_searchbaractive__eZgrZ"};
|
|
33162
33162
|
styleInject(css_248z$q);
|
|
33163
33163
|
|
|
33164
|
-
function ownKeys$
|
|
33165
|
-
function _objectSpread$
|
|
33164
|
+
function ownKeys$1H(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
33165
|
+
function _objectSpread$1H(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1H(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1H(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
33166
33166
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
33167
33167
|
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
33168
33168
|
var lang = props.actions.lang;
|
|
@@ -33229,7 +33229,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
33229
33229
|
});
|
|
33230
33230
|
}
|
|
33231
33231
|
}
|
|
33232
|
-
setsectionproperties(_objectSpread$
|
|
33232
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
33233
33233
|
}, [StatePagePropertiesContext]);
|
|
33234
33234
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
33235
33235
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -34155,8 +34155,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
34155
34155
|
var headerstyles$3 = {"headerMiddleContainer":"HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX","navbar_item":"HeaderWithUtilityBar-module_navbar_item__VR64E","badge_counter_header_notifications":"HeaderWithUtilityBar-module_badge_counter_header_notifications__-I6Pm","searchbar":"HeaderWithUtilityBar-module_searchbar__3rwMD","searchbaractive":"HeaderWithUtilityBar-module_searchbaractive__3gHHs"};
|
|
34156
34156
|
styleInject(css_248z$p);
|
|
34157
34157
|
|
|
34158
|
-
function ownKeys$
|
|
34159
|
-
function _objectSpread$
|
|
34158
|
+
function ownKeys$1G(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
34159
|
+
function _objectSpread$1G(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1G(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1G(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
34160
34160
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
34161
34161
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
34162
34162
|
var lang = props.actions.lang;
|
|
@@ -34200,7 +34200,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
34200
34200
|
});
|
|
34201
34201
|
}
|
|
34202
34202
|
}
|
|
34203
|
-
setsectionproperties(_objectSpread$
|
|
34203
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
34204
34204
|
}, [StatePagePropertiesContext]);
|
|
34205
34205
|
var _useState5 = React.useState([]),
|
|
34206
34206
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -34932,8 +34932,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
34932
34932
|
var headerstyles$2 = {"nav__item":"HeaderWithAdSlider-module_nav__item__lmbKL","link":"HeaderWithAdSlider-module_link__9hhKh","badge_counter_header_notifications":"HeaderWithAdSlider-module_badge_counter_header_notifications__Shv1O","searchbar":"HeaderWithAdSlider-module_searchbar__Dqa-y","searchbaractive":"HeaderWithAdSlider-module_searchbaractive__c7gv6"};
|
|
34933
34933
|
styleInject(css_248z$o);
|
|
34934
34934
|
|
|
34935
|
-
function ownKeys$
|
|
34936
|
-
function _objectSpread$
|
|
34935
|
+
function ownKeys$1F(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
34936
|
+
function _objectSpread$1F(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1F(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1F(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
34937
34937
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
34938
34938
|
var _css, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
34939
34939
|
var _useState = React.useState(''),
|
|
@@ -34971,7 +34971,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
34971
34971
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34972
34972
|
});
|
|
34973
34973
|
}
|
|
34974
|
-
setsectionproperties(_objectSpread$
|
|
34974
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
34975
34975
|
}, [StatePagePropertiesContext]);
|
|
34976
34976
|
var _useState3 = React.useState([]),
|
|
34977
34977
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -35699,8 +35699,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
35699
35699
|
var headerstyles$1 = {"headercontainer":"HeaderWithSearchOnCenter-module_headercontainer__hEPeK","navbar":"HeaderWithSearchOnCenter-module_navbar__4UEjw","header_cart":"HeaderWithSearchOnCenter-module_header_cart__3m4dH","header_badge":"HeaderWithSearchOnCenter-module_header_badge__TeMF5","nav__item":"HeaderWithSearchOnCenter-module_nav__item__xRxTI","link":"HeaderWithSearchOnCenter-module_link__wYKus","badge_counter_header_notifications":"HeaderWithSearchOnCenter-module_badge_counter_header_notifications__GXHqw","searchbar":"HeaderWithSearchOnCenter-module_searchbar__H6b-F","searchbaractive":"HeaderWithSearchOnCenter-module_searchbaractive__yWggL"};
|
|
35700
35700
|
styleInject(css_248z$n);
|
|
35701
35701
|
|
|
35702
|
-
function ownKeys$
|
|
35703
|
-
function _objectSpread$
|
|
35702
|
+
function ownKeys$1E(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
35703
|
+
function _objectSpread$1E(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1E(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1E(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
35704
35704
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
35705
35705
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
35706
35706
|
var _useState = React.useState(''),
|
|
@@ -35737,7 +35737,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
35737
35737
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
35738
35738
|
});
|
|
35739
35739
|
}
|
|
35740
|
-
setsectionproperties(_objectSpread$
|
|
35740
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
35741
35741
|
}, [StatePagePropertiesContext]);
|
|
35742
35742
|
var _useState3 = React.useState([]),
|
|
35743
35743
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -36344,8 +36344,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
36344
36344
|
}));
|
|
36345
36345
|
};
|
|
36346
36346
|
|
|
36347
|
-
function ownKeys$
|
|
36348
|
-
function _objectSpread$
|
|
36347
|
+
function ownKeys$1D(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
36348
|
+
function _objectSpread$1D(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1D(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1D(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
36349
36349
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
36350
36350
|
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
36351
36351
|
var lang = props.actions.lang;
|
|
@@ -36393,7 +36393,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
36393
36393
|
});
|
|
36394
36394
|
}
|
|
36395
36395
|
}
|
|
36396
|
-
setsectionproperties(_objectSpread$
|
|
36396
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
36397
36397
|
}, [StatePagePropertiesContext]);
|
|
36398
36398
|
React.useEffect(function () {
|
|
36399
36399
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -37322,8 +37322,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
37322
37322
|
var headerstyles = {"headercontainer":"NewHeader-module_headercontainer__qY3Tj","navbar":"NewHeader-module_navbar__kLzIy","header_cart":"NewHeader-module_header_cart__wRj2v","header_badge":"NewHeader-module_header_badge__Et-AS","nav__item":"NewHeader-module_nav__item__jRv-r","link":"NewHeader-module_link__4ixBg","badge_counter_header_notifications":"NewHeader-module_badge_counter_header_notifications__GpVQI","searchbar":"NewHeader-module_searchbar__1aYXU","searchbaractive":"NewHeader-module_searchbaractive__Uv--y"};
|
|
37323
37323
|
styleInject(css_248z$m);
|
|
37324
37324
|
|
|
37325
|
-
function ownKeys$
|
|
37326
|
-
function _objectSpread$
|
|
37325
|
+
function ownKeys$1C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
37326
|
+
function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
37327
37327
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
37328
37328
|
var _textarray$, _textarray$2, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
37329
37329
|
var _useState = React.useState(''),
|
|
@@ -37364,7 +37364,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
37364
37364
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37365
37365
|
});
|
|
37366
37366
|
}
|
|
37367
|
-
setsectionproperties(_objectSpread$
|
|
37367
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
37368
37368
|
}, [StatePagePropertiesContext]);
|
|
37369
37369
|
var _useState5 = React.useState([]),
|
|
37370
37370
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -38140,8 +38140,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
38140
38140
|
}));
|
|
38141
38141
|
};
|
|
38142
38142
|
|
|
38143
|
-
function ownKeys$
|
|
38144
|
-
function _objectSpread$
|
|
38143
|
+
function ownKeys$1B(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
38144
|
+
function _objectSpread$1B(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1B(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1B(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
38145
38145
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
38146
38146
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
38147
38147
|
var _useState = React.useState(''),
|
|
@@ -38191,7 +38191,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38191
38191
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38192
38192
|
});
|
|
38193
38193
|
}
|
|
38194
|
-
setsectionproperties(_objectSpread$
|
|
38194
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
38195
38195
|
}, [StatePagePropertiesContext]);
|
|
38196
38196
|
React.useEffect(function () {
|
|
38197
38197
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -38865,8 +38865,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38865
38865
|
}));
|
|
38866
38866
|
};
|
|
38867
38867
|
|
|
38868
|
-
function ownKeys$
|
|
38869
|
-
function _objectSpread$
|
|
38868
|
+
function ownKeys$1A(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
38869
|
+
function _objectSpread$1A(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1A(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1A(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
38870
38870
|
var Allinonefooter = function Allinonefooter(props) {
|
|
38871
38871
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
38872
38872
|
var _useState = React.useState(''),
|
|
@@ -38893,7 +38893,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38893
38893
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
38894
38894
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38895
38895
|
});
|
|
38896
|
-
setsectionproperties(_objectSpread$
|
|
38896
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38897
38897
|
} else {
|
|
38898
38898
|
var secpropobj = {};
|
|
38899
38899
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -38903,7 +38903,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38903
38903
|
});
|
|
38904
38904
|
}
|
|
38905
38905
|
});
|
|
38906
|
-
setsectionproperties(_objectSpread$
|
|
38906
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38907
38907
|
}
|
|
38908
38908
|
}, [StatePagePropertiesContext]);
|
|
38909
38909
|
var footerStyles = {
|
|
@@ -39359,8 +39359,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
39359
39359
|
}))))));
|
|
39360
39360
|
};
|
|
39361
39361
|
|
|
39362
|
-
function ownKeys$
|
|
39363
|
-
function _objectSpread$
|
|
39362
|
+
function ownKeys$1z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
39363
|
+
function _objectSpread$1z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
39364
39364
|
var Footer1 = function Footer1(props) {
|
|
39365
39365
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13;
|
|
39366
39366
|
var _useState = React.useState(''),
|
|
@@ -39387,7 +39387,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39387
39387
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
39388
39388
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39389
39389
|
});
|
|
39390
|
-
setsectionproperties(_objectSpread$
|
|
39390
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39391
39391
|
} else {
|
|
39392
39392
|
var secpropobj = {};
|
|
39393
39393
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -39397,7 +39397,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39397
39397
|
});
|
|
39398
39398
|
}
|
|
39399
39399
|
});
|
|
39400
|
-
setsectionproperties(_objectSpread$
|
|
39400
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39401
39401
|
}
|
|
39402
39402
|
}, [StatePagePropertiesContext]);
|
|
39403
39403
|
React.useEffect(function () {
|
|
@@ -39815,8 +39815,8 @@ var Footer1 = function Footer1(props) {
|
|
|
39815
39815
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
39816
39816
|
};
|
|
39817
39817
|
|
|
39818
|
-
function ownKeys$
|
|
39819
|
-
function _objectSpread$
|
|
39818
|
+
function ownKeys$1y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
39819
|
+
function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
39820
39820
|
var Footer2 = function Footer2(props) {
|
|
39821
39821
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
39822
39822
|
var _useState = React.useState(''),
|
|
@@ -39846,7 +39846,7 @@ var Footer2 = function Footer2(props) {
|
|
|
39846
39846
|
});
|
|
39847
39847
|
}
|
|
39848
39848
|
});
|
|
39849
|
-
setsectionproperties(_objectSpread$
|
|
39849
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
39850
39850
|
}, [StatePagePropertiesContext]);
|
|
39851
39851
|
React.useEffect(function () {
|
|
39852
39852
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -40204,8 +40204,8 @@ var Footer2 = function Footer2(props) {
|
|
|
40204
40204
|
})))));
|
|
40205
40205
|
};
|
|
40206
40206
|
|
|
40207
|
-
function ownKeys$
|
|
40208
|
-
function _objectSpread$
|
|
40207
|
+
function ownKeys$1x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
40208
|
+
function _objectSpread$1x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1x(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
40209
40209
|
var Footer3 = function Footer3(props) {
|
|
40210
40210
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i16, _authdetailsContext$i17;
|
|
40211
40211
|
var _useState = React.useState(''),
|
|
@@ -40232,7 +40232,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40232
40232
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40233
40233
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40234
40234
|
});
|
|
40235
|
-
setsectionproperties(_objectSpread$
|
|
40235
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40236
40236
|
} else {
|
|
40237
40237
|
var secpropobj = {};
|
|
40238
40238
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40242,7 +40242,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40242
40242
|
});
|
|
40243
40243
|
}
|
|
40244
40244
|
});
|
|
40245
|
-
setsectionproperties(_objectSpread$
|
|
40245
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40246
40246
|
}
|
|
40247
40247
|
}, [StatePagePropertiesContext]);
|
|
40248
40248
|
React.useEffect(function () {
|
|
@@ -40556,8 +40556,8 @@ var Footer3 = function Footer3(props) {
|
|
|
40556
40556
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.address_en)))))));
|
|
40557
40557
|
};
|
|
40558
40558
|
|
|
40559
|
-
function ownKeys$
|
|
40560
|
-
function _objectSpread$
|
|
40559
|
+
function ownKeys$1w(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
40560
|
+
function _objectSpread$1w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1w(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
40561
40561
|
var Footer4 = function Footer4(props) {
|
|
40562
40562
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
40563
40563
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -40580,7 +40580,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40580
40580
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40581
40581
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40582
40582
|
});
|
|
40583
|
-
setsectionproperties(_objectSpread$
|
|
40583
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40584
40584
|
} else {
|
|
40585
40585
|
var secpropobj = {};
|
|
40586
40586
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40590,7 +40590,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40590
40590
|
});
|
|
40591
40591
|
}
|
|
40592
40592
|
});
|
|
40593
|
-
setsectionproperties(_objectSpread$
|
|
40593
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40594
40594
|
}
|
|
40595
40595
|
}, [StatePagePropertiesContext]);
|
|
40596
40596
|
var footerStyles = {
|
|
@@ -40975,8 +40975,8 @@ var Footer4 = function Footer4(props) {
|
|
|
40975
40975
|
}))))))));
|
|
40976
40976
|
};
|
|
40977
40977
|
|
|
40978
|
-
function ownKeys$
|
|
40979
|
-
function _objectSpread$
|
|
40978
|
+
function ownKeys$1v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
40979
|
+
function _objectSpread$1v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1v(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
40980
40980
|
var Footer5 = function Footer5(props) {
|
|
40981
40981
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i20, _authdetailsContext$i22;
|
|
40982
40982
|
var _useState = React.useState(''),
|
|
@@ -41006,7 +41006,7 @@ var Footer5 = function Footer5(props) {
|
|
|
41006
41006
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41007
41007
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41008
41008
|
});
|
|
41009
|
-
setsectionproperties(_objectSpread$
|
|
41009
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
41010
41010
|
} else {
|
|
41011
41011
|
var secpropobj = {};
|
|
41012
41012
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41016,7 +41016,7 @@ var Footer5 = function Footer5(props) {
|
|
|
41016
41016
|
});
|
|
41017
41017
|
}
|
|
41018
41018
|
});
|
|
41019
|
-
setsectionproperties(_objectSpread$
|
|
41019
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
41020
41020
|
}
|
|
41021
41021
|
}, [StatePagePropertiesContext]);
|
|
41022
41022
|
React.useEffect(function () {
|
|
@@ -41504,8 +41504,8 @@ var Footer5 = function Footer5(props) {
|
|
|
41504
41504
|
}))))))));
|
|
41505
41505
|
};
|
|
41506
41506
|
|
|
41507
|
-
function ownKeys$
|
|
41508
|
-
function _objectSpread$
|
|
41507
|
+
function ownKeys$1u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41508
|
+
function _objectSpread$1u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1u(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41509
41509
|
var Footer6 = function Footer6(props) {
|
|
41510
41510
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
41511
41511
|
var _useState = React.useState(''),
|
|
@@ -41536,7 +41536,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41536
41536
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41537
41537
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41538
41538
|
});
|
|
41539
|
-
setsectionproperties(_objectSpread$
|
|
41539
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41540
41540
|
} else {
|
|
41541
41541
|
var secpropobj = {};
|
|
41542
41542
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41546,7 +41546,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41546
41546
|
});
|
|
41547
41547
|
}
|
|
41548
41548
|
});
|
|
41549
|
-
setsectionproperties(_objectSpread$
|
|
41549
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41550
41550
|
}
|
|
41551
41551
|
}, [StatePagePropertiesContext]);
|
|
41552
41552
|
React.useEffect(function () {
|
|
@@ -41783,8 +41783,8 @@ var Footer6 = function Footer6(props) {
|
|
|
41783
41783
|
}))));
|
|
41784
41784
|
};
|
|
41785
41785
|
|
|
41786
|
-
function ownKeys$
|
|
41787
|
-
function _objectSpread$
|
|
41786
|
+
function ownKeys$1t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
41787
|
+
function _objectSpread$1t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1t(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41788
41788
|
var Footer7 = function Footer7(props) {
|
|
41789
41789
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
41790
41790
|
var _useState = React.useState(''),
|
|
@@ -41815,7 +41815,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41815
41815
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41816
41816
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41817
41817
|
});
|
|
41818
|
-
setsectionproperties(_objectSpread$
|
|
41818
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41819
41819
|
} else {
|
|
41820
41820
|
var secpropobj = {};
|
|
41821
41821
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41825,7 +41825,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41825
41825
|
});
|
|
41826
41826
|
}
|
|
41827
41827
|
});
|
|
41828
|
-
setsectionproperties(_objectSpread$
|
|
41828
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41829
41829
|
}
|
|
41830
41830
|
}, [StatePagePropertiesContext]);
|
|
41831
41831
|
React.useEffect(function () {
|
|
@@ -42183,8 +42183,8 @@ var Footer7 = function Footer7(props) {
|
|
|
42183
42183
|
}))))));
|
|
42184
42184
|
};
|
|
42185
42185
|
|
|
42186
|
-
function ownKeys$
|
|
42187
|
-
function _objectSpread$
|
|
42186
|
+
function ownKeys$1s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
42187
|
+
function _objectSpread$1s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1s(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
42188
42188
|
var Footer8 = function Footer8(props) {
|
|
42189
42189
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
|
|
42190
42190
|
var _useState = React.useState(''),
|
|
@@ -42211,7 +42211,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42211
42211
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42212
42212
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42213
42213
|
});
|
|
42214
|
-
setsectionproperties(_objectSpread$
|
|
42214
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42215
42215
|
} else {
|
|
42216
42216
|
var secpropobj = {};
|
|
42217
42217
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42221,7 +42221,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42221
42221
|
});
|
|
42222
42222
|
}
|
|
42223
42223
|
});
|
|
42224
|
-
setsectionproperties(_objectSpread$
|
|
42224
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42225
42225
|
}
|
|
42226
42226
|
}, [StatePagePropertiesContext]);
|
|
42227
42227
|
var footerStyles = {
|
|
@@ -42599,8 +42599,8 @@ var Footer8 = function Footer8(props) {
|
|
|
42599
42599
|
}, lang.orderhistory)))))));
|
|
42600
42600
|
};
|
|
42601
42601
|
|
|
42602
|
-
function ownKeys$
|
|
42603
|
-
function _objectSpread$
|
|
42602
|
+
function ownKeys$1r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
42603
|
+
function _objectSpread$1r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1r(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
42604
42604
|
var Simplefooter = function Simplefooter(props) {
|
|
42605
42605
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
42606
42606
|
var _useState = React.useState(''),
|
|
@@ -42627,7 +42627,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42627
42627
|
});
|
|
42628
42628
|
}
|
|
42629
42629
|
});
|
|
42630
|
-
setsectionproperties(_objectSpread$
|
|
42630
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
42631
42631
|
}, [StatePagePropertiesContext]);
|
|
42632
42632
|
React.useEffect(function () {
|
|
42633
42633
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -42894,8 +42894,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42894
42894
|
})));
|
|
42895
42895
|
};
|
|
42896
42896
|
|
|
42897
|
-
function ownKeys$
|
|
42898
|
-
function _objectSpread$
|
|
42897
|
+
function ownKeys$1q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
42898
|
+
function _objectSpread$1q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1q(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
42899
42899
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
42900
42900
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
42901
42901
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42918,7 +42918,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42918
42918
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42919
42919
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42920
42920
|
});
|
|
42921
|
-
setsectionproperties(_objectSpread$
|
|
42921
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42922
42922
|
} else {
|
|
42923
42923
|
var secpropobj = {};
|
|
42924
42924
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42928,7 +42928,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42928
42928
|
});
|
|
42929
42929
|
}
|
|
42930
42930
|
});
|
|
42931
|
-
setsectionproperties(_objectSpread$
|
|
42931
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42932
42932
|
}
|
|
42933
42933
|
}, [StatePagePropertiesContext]);
|
|
42934
42934
|
var _useState3 = React.useState([]),
|
|
@@ -43206,8 +43206,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
43206
43206
|
}, "@ ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.storename_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.storename_ar))));
|
|
43207
43207
|
};
|
|
43208
43208
|
|
|
43209
|
-
function ownKeys$
|
|
43210
|
-
function _objectSpread$
|
|
43209
|
+
function ownKeys$1p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
43210
|
+
function _objectSpread$1p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1p(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43211
43211
|
var ModernFooter = function ModernFooter(props) {
|
|
43212
43212
|
var _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23;
|
|
43213
43213
|
var _useState = React.useState(''),
|
|
@@ -43233,7 +43233,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43233
43233
|
});
|
|
43234
43234
|
}
|
|
43235
43235
|
});
|
|
43236
|
-
setsectionproperties(_objectSpread$
|
|
43236
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
43237
43237
|
}, [StatePagePropertiesContext]);
|
|
43238
43238
|
var footerStyles = {
|
|
43239
43239
|
footerContainer: glamor.css({
|
|
@@ -43684,8 +43684,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43684
43684
|
})))))));
|
|
43685
43685
|
};
|
|
43686
43686
|
|
|
43687
|
-
function ownKeys$
|
|
43688
|
-
function _objectSpread$
|
|
43687
|
+
function ownKeys$1o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
43688
|
+
function _objectSpread$1o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1o(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43689
43689
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43690
43690
|
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43691
43691
|
var _useState = React.useState(''),
|
|
@@ -43715,7 +43715,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43715
43715
|
});
|
|
43716
43716
|
}
|
|
43717
43717
|
});
|
|
43718
|
-
setsectionproperties(_objectSpread$
|
|
43718
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
43719
43719
|
}, [StatePagePropertiesContext]);
|
|
43720
43720
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
43721
43721
|
var _authdetailsContext$i;
|
|
@@ -44275,8 +44275,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
44275
44275
|
}, StoreInformation()))));
|
|
44276
44276
|
};
|
|
44277
44277
|
|
|
44278
|
-
function ownKeys$
|
|
44279
|
-
function _objectSpread$
|
|
44278
|
+
function ownKeys$1n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
44279
|
+
function _objectSpread$1n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1n(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
44280
44280
|
var CardsSection2 = function CardsSection2(props) {
|
|
44281
44281
|
var _useInView = reactIntersectionObserver.useInView();
|
|
44282
44282
|
_useInView.ref;
|
|
@@ -44334,7 +44334,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44334
44334
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44335
44335
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44336
44336
|
});
|
|
44337
|
-
setsectionproperties(_objectSpread$
|
|
44337
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
44338
44338
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44339
44339
|
setfetchingtype('products');
|
|
44340
44340
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44400,9 +44400,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44400
44400
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44401
44401
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44402
44402
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44403
|
-
setProductFilterObjContext(_objectSpread$
|
|
44403
|
+
setProductFilterObjContext(_objectSpread$1n({}, tempfetchproductsfilerobjcontext));
|
|
44404
44404
|
}
|
|
44405
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44405
|
+
setFetchQueriesEngineContext(_objectSpread$1n({}, tempFetchQueriesEngineContext));
|
|
44406
44406
|
}
|
|
44407
44407
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44408
44408
|
React.useEffect(function () {
|
|
@@ -44687,8 +44687,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44687
44687
|
}, cardsrender())));
|
|
44688
44688
|
};
|
|
44689
44689
|
|
|
44690
|
-
function ownKeys$
|
|
44691
|
-
function _objectSpread$
|
|
44690
|
+
function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
44691
|
+
function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1m(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
44692
44692
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
44693
44693
|
var _section_cssstyles;
|
|
44694
44694
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -44742,7 +44742,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44742
44742
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44743
44743
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44744
44744
|
});
|
|
44745
|
-
setsectionproperties(_objectSpread$
|
|
44745
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
44746
44746
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44747
44747
|
setfetchingtype('products');
|
|
44748
44748
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44794,9 +44794,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44794
44794
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44795
44795
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44796
44796
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44797
|
-
setProductFilterObjContext(_objectSpread$
|
|
44797
|
+
setProductFilterObjContext(_objectSpread$1m({}, tempfetchproductsfilerobjcontext));
|
|
44798
44798
|
}
|
|
44799
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44799
|
+
setFetchQueriesEngineContext(_objectSpread$1m({}, tempFetchQueriesEngineContext));
|
|
44800
44800
|
}
|
|
44801
44801
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44802
44802
|
React.useEffect(function () {
|
|
@@ -45177,8 +45177,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
45177
45177
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
45178
45178
|
};
|
|
45179
45179
|
|
|
45180
|
-
function ownKeys$
|
|
45181
|
-
function _objectSpread$
|
|
45180
|
+
function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
45181
|
+
function _objectSpread$1l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1l(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
45182
45182
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
45183
45183
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
45184
45184
|
ref = _useInView.ref,
|
|
@@ -45237,7 +45237,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45237
45237
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45238
45238
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45239
45239
|
});
|
|
45240
|
-
setsectionproperties(_objectSpread$
|
|
45240
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
45241
45241
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
45242
45242
|
setfetchingtype('products');
|
|
45243
45243
|
setProductsFetchingTypeSectionObj({
|
|
@@ -45299,7 +45299,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45299
45299
|
}
|
|
45300
45300
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
45301
45301
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
45302
|
-
setProductFilterObjContext(_objectSpread$
|
|
45302
|
+
setProductFilterObjContext(_objectSpread$1l({}, tempfetchproductsfilerobjcontext));
|
|
45303
45303
|
}
|
|
45304
45304
|
if (fetchingtype == 'categories') {
|
|
45305
45305
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -45375,7 +45375,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45375
45375
|
cardobjassigner(collections);
|
|
45376
45376
|
}
|
|
45377
45377
|
}
|
|
45378
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45378
|
+
setFetchQueriesEngineContext(_objectSpread$1l({}, tempFetchQueriesEngineContext));
|
|
45379
45379
|
}
|
|
45380
45380
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45381
45381
|
React.useEffect(function () {
|
|
@@ -45731,8 +45731,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45731
45731
|
}, cardsrender()));
|
|
45732
45732
|
};
|
|
45733
45733
|
|
|
45734
|
-
function ownKeys$
|
|
45735
|
-
function _objectSpread$
|
|
45734
|
+
function ownKeys$1k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
45735
|
+
function _objectSpread$1k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1k(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
45736
45736
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
45737
45737
|
var _useInView = reactIntersectionObserver.useInView();
|
|
45738
45738
|
_useInView.ref;
|
|
@@ -45777,7 +45777,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45777
45777
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45778
45778
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45779
45779
|
});
|
|
45780
|
-
setsectionproperties(_objectSpread$
|
|
45780
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
45781
45781
|
setfetchingtype(sectionitem.fetchingtype);
|
|
45782
45782
|
setProductsFetchingTypeSectionObj({
|
|
45783
45783
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -45803,7 +45803,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45803
45803
|
} else {
|
|
45804
45804
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
45805
45805
|
}
|
|
45806
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45806
|
+
setFetchQueriesEngineContext(_objectSpread$1k({}, tempFetchQueriesEngineContext));
|
|
45807
45807
|
}
|
|
45808
45808
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45809
45809
|
React.useEffect(function () {
|
|
@@ -46083,8 +46083,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
46083
46083
|
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
46084
46084
|
};
|
|
46085
46085
|
|
|
46086
|
-
function ownKeys$
|
|
46087
|
-
function _objectSpread$
|
|
46086
|
+
function ownKeys$1j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
46087
|
+
function _objectSpread$1j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1j(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
46088
46088
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
46089
46089
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
46090
46090
|
props.actions.lang;
|
|
@@ -46159,7 +46159,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46159
46159
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46160
46160
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46161
46161
|
});
|
|
46162
|
-
setsectionproperties(_objectSpread$
|
|
46162
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
46163
46163
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46164
46164
|
setfetchingtype('products');
|
|
46165
46165
|
var lcproductfetchingtype = 'Random';
|
|
@@ -46236,7 +46236,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46236
46236
|
}
|
|
46237
46237
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
46238
46238
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
46239
|
-
setProductFilterObjContext(_objectSpread$
|
|
46239
|
+
setProductFilterObjContext(_objectSpread$1j({}, tempfetchproductsfilerobjcontext));
|
|
46240
46240
|
}
|
|
46241
46241
|
if (fetchingtype == 'categories') {
|
|
46242
46242
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -46312,7 +46312,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46312
46312
|
cardobjassigner(collections);
|
|
46313
46313
|
}
|
|
46314
46314
|
}
|
|
46315
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
46315
|
+
setFetchQueriesEngineContext(_objectSpread$1j({}, tempFetchQueriesEngineContext));
|
|
46316
46316
|
}
|
|
46317
46317
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46318
46318
|
React.useEffect(function () {
|
|
@@ -46951,8 +46951,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46951
46951
|
}, cardsrender()));
|
|
46952
46952
|
};
|
|
46953
46953
|
|
|
46954
|
-
function ownKeys$
|
|
46955
|
-
function _objectSpread$
|
|
46954
|
+
function ownKeys$1i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
46955
|
+
function _objectSpread$1i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1i(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
46956
46956
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
46957
46957
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
46958
46958
|
ref = _useInView.ref,
|
|
@@ -47013,7 +47013,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47013
47013
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47014
47014
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47015
47015
|
});
|
|
47016
|
-
setsectionproperties(_objectSpread$
|
|
47016
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
47017
47017
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
47018
47018
|
setfetchingtype('products');
|
|
47019
47019
|
setProductsFetchingTypeSectionObj({
|
|
@@ -47065,9 +47065,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47065
47065
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
47066
47066
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
47067
47067
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
47068
|
-
setProductFilterObjContext(_objectSpread$
|
|
47068
|
+
setProductFilterObjContext(_objectSpread$1i({}, tempfetchproductsfilerobjcontext));
|
|
47069
47069
|
// }
|
|
47070
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47070
|
+
setFetchQueriesEngineContext(_objectSpread$1i({}, tempFetchQueriesEngineContext));
|
|
47071
47071
|
}
|
|
47072
47072
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47073
47073
|
React.useEffect(function () {
|
|
@@ -47505,8 +47505,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47505
47505
|
}, cardsrender())));
|
|
47506
47506
|
};
|
|
47507
47507
|
|
|
47508
|
-
function ownKeys$
|
|
47509
|
-
function _objectSpread$
|
|
47508
|
+
function ownKeys$1h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
47509
|
+
function _objectSpread$1h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1h(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
47510
47510
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
47511
47511
|
var _useInView = reactIntersectionObserver.useInView();
|
|
47512
47512
|
_useInView.ref;
|
|
@@ -47533,7 +47533,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47533
47533
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47534
47534
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47535
47535
|
});
|
|
47536
|
-
setsectionproperties(_objectSpread$
|
|
47536
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
47537
47537
|
setfetchingtype(sectionitem.fetchingtype);
|
|
47538
47538
|
}
|
|
47539
47539
|
});
|
|
@@ -47774,8 +47774,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47774
47774
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
47775
47775
|
};
|
|
47776
47776
|
|
|
47777
|
-
function ownKeys$
|
|
47778
|
-
function _objectSpread$
|
|
47777
|
+
function ownKeys$1g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
47778
|
+
function _objectSpread$1g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1g(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
47779
47779
|
var CollapsableSection = function CollapsableSection(props) {
|
|
47780
47780
|
var _maincontainerarrayof;
|
|
47781
47781
|
var _useState = React.useState(''),
|
|
@@ -47799,7 +47799,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
47799
47799
|
});
|
|
47800
47800
|
}
|
|
47801
47801
|
});
|
|
47802
|
-
setsectionproperties(_objectSpread$
|
|
47802
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
47803
47803
|
}, [StatePagePropertiesContext]);
|
|
47804
47804
|
React.useEffect(function () {
|
|
47805
47805
|
if (sectionproperties.length != 0) {
|
|
@@ -48084,8 +48084,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
48084
48084
|
})))));
|
|
48085
48085
|
};
|
|
48086
48086
|
|
|
48087
|
-
function ownKeys$
|
|
48088
|
-
function _objectSpread$
|
|
48087
|
+
function ownKeys$1f(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
48088
|
+
function _objectSpread$1f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1f(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
48089
48089
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
48090
48090
|
props.actions.lang;
|
|
48091
48091
|
var langdetect = props.actions.langdetect;
|
|
@@ -48116,7 +48116,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48116
48116
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48117
48117
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48118
48118
|
});
|
|
48119
|
-
setsectionproperties(_objectSpread$
|
|
48119
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48120
48120
|
} else {
|
|
48121
48121
|
var secpropobj = {};
|
|
48122
48122
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48126,7 +48126,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48126
48126
|
});
|
|
48127
48127
|
}
|
|
48128
48128
|
});
|
|
48129
|
-
setsectionproperties(_objectSpread$
|
|
48129
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48130
48130
|
}
|
|
48131
48131
|
}, [StatePagePropertiesContext]);
|
|
48132
48132
|
React.useEffect(function () {
|
|
@@ -48547,8 +48547,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48547
48547
|
}, BackgroundImagesContent())));
|
|
48548
48548
|
};
|
|
48549
48549
|
|
|
48550
|
-
function ownKeys$
|
|
48551
|
-
function _objectSpread$
|
|
48550
|
+
function ownKeys$1e(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
48551
|
+
function _objectSpread$1e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1e(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1e(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
48552
48552
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
48553
48553
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$13, _imagesarray$17;
|
|
48554
48554
|
props.actions.lang;
|
|
@@ -48575,7 +48575,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48575
48575
|
});
|
|
48576
48576
|
}
|
|
48577
48577
|
});
|
|
48578
|
-
setsectionproperties(_objectSpread$
|
|
48578
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
48579
48579
|
}, [StatePagePropertiesContext]);
|
|
48580
48580
|
React.useEffect(function () {
|
|
48581
48581
|
if (sectionproperties.length != 0) {
|
|
@@ -48870,8 +48870,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48870
48870
|
})))))));
|
|
48871
48871
|
};
|
|
48872
48872
|
|
|
48873
|
-
function ownKeys$
|
|
48874
|
-
function _objectSpread$
|
|
48873
|
+
function ownKeys$1d(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
48874
|
+
function _objectSpread$1d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1d(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1d(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
48875
48875
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
48876
48876
|
var _useState = React.useState(''),
|
|
48877
48877
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -48894,7 +48894,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48894
48894
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48895
48895
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48896
48896
|
});
|
|
48897
|
-
setsectionproperties(_objectSpread$
|
|
48897
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48898
48898
|
} else {
|
|
48899
48899
|
var secpropobj = {};
|
|
48900
48900
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48904,7 +48904,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48904
48904
|
});
|
|
48905
48905
|
}
|
|
48906
48906
|
});
|
|
48907
|
-
setsectionproperties(_objectSpread$
|
|
48907
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48908
48908
|
}
|
|
48909
48909
|
}, [StatePagePropertiesContext]);
|
|
48910
48910
|
React.useEffect(function () {
|
|
@@ -49121,8 +49121,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
49121
49121
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
49122
49122
|
styleInject(css_248z$l);
|
|
49123
49123
|
|
|
49124
|
-
function ownKeys$
|
|
49125
|
-
function _objectSpread$
|
|
49124
|
+
function ownKeys$1c(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
49125
|
+
function _objectSpread$1c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1c(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1c(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
49126
49126
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
49127
49127
|
var _ref, _bgimagesarray$, _bgimagesarray$2, _ref2;
|
|
49128
49128
|
var _useState = React.useState(''),
|
|
@@ -49145,7 +49145,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49145
49145
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49146
49146
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49147
49147
|
});
|
|
49148
|
-
setsectionproperties(_objectSpread$
|
|
49148
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49149
49149
|
} else {
|
|
49150
49150
|
var secpropobj = {};
|
|
49151
49151
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49155,7 +49155,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49155
49155
|
});
|
|
49156
49156
|
}
|
|
49157
49157
|
});
|
|
49158
|
-
setsectionproperties(_objectSpread$
|
|
49158
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49159
49159
|
}
|
|
49160
49160
|
}, [StatePagePropertiesContext]);
|
|
49161
49161
|
React.useEffect(function () {
|
|
@@ -49382,8 +49382,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49382
49382
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
49383
49383
|
};
|
|
49384
49384
|
|
|
49385
|
-
function ownKeys$
|
|
49386
|
-
function _objectSpread$
|
|
49385
|
+
function ownKeys$1b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
49386
|
+
function _objectSpread$1b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1b(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1b(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
49387
49387
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
49388
49388
|
var _useState = React.useState(''),
|
|
49389
49389
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -49406,7 +49406,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49406
49406
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49407
49407
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49408
49408
|
});
|
|
49409
|
-
setsectionproperties(_objectSpread$
|
|
49409
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49410
49410
|
} else {
|
|
49411
49411
|
var secpropobj = {};
|
|
49412
49412
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49416,7 +49416,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49416
49416
|
});
|
|
49417
49417
|
}
|
|
49418
49418
|
});
|
|
49419
|
-
setsectionproperties(_objectSpread$
|
|
49419
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49420
49420
|
}
|
|
49421
49421
|
}, [StatePagePropertiesContext]);
|
|
49422
49422
|
React.useEffect(function () {
|
|
@@ -49527,8 +49527,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49527
49527
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
49528
49528
|
styleInject(css_248z$k);
|
|
49529
49529
|
|
|
49530
|
-
function ownKeys$
|
|
49531
|
-
function _objectSpread$
|
|
49530
|
+
function ownKeys$1a(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
49531
|
+
function _objectSpread$1a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1a(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1a(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
49532
49532
|
var Select = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
49533
49533
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
49534
49534
|
});
|
|
@@ -49546,7 +49546,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49546
49546
|
sectionproperties = _useState2[0],
|
|
49547
49547
|
setsectionproperties = _useState2[1];
|
|
49548
49548
|
React.useEffect(function () {
|
|
49549
|
-
setsectionproperties(_objectSpread$
|
|
49549
|
+
setsectionproperties(_objectSpread$1a({}, props.sectionproperties));
|
|
49550
49550
|
}, [props.sectionproperties]);
|
|
49551
49551
|
var formstyles = {
|
|
49552
49552
|
input_label_name: glamor.css({
|
|
@@ -49617,13 +49617,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49617
49617
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49618
49618
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
49619
49619
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
49620
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49620
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49621
49621
|
if (props.srcfrom != 'filter') {
|
|
49622
49622
|
props.payloadobjchange('countryid', option.id);
|
|
49623
49623
|
} else {
|
|
49624
49624
|
var temp = props.payloadobj;
|
|
49625
49625
|
temp.countryid = option.id;
|
|
49626
|
-
props.setpayloadobj(_objectSpread$
|
|
49626
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49627
49627
|
}
|
|
49628
49628
|
},
|
|
49629
49629
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49676,13 +49676,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49676
49676
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49677
49677
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
49678
49678
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
49679
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49679
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49680
49680
|
if (props.srcfrom != 'filter') {
|
|
49681
49681
|
props.payloadobjchange('stateid', option.id);
|
|
49682
49682
|
} else {
|
|
49683
49683
|
var temp = props.payloadobj;
|
|
49684
49684
|
temp.stateid = option.id;
|
|
49685
|
-
props.setpayloadobj(_objectSpread$
|
|
49685
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49686
49686
|
}
|
|
49687
49687
|
},
|
|
49688
49688
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49737,7 +49737,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49737
49737
|
} else {
|
|
49738
49738
|
var temp = props.payloadobj;
|
|
49739
49739
|
temp.cityid = option.id;
|
|
49740
|
-
props.setpayloadobj(_objectSpread$
|
|
49740
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49741
49741
|
}
|
|
49742
49742
|
},
|
|
49743
49743
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49771,8 +49771,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49771
49771
|
}))));
|
|
49772
49772
|
};
|
|
49773
49773
|
|
|
49774
|
-
function ownKeys$
|
|
49775
|
-
function _objectSpread$
|
|
49774
|
+
function ownKeys$19(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
49775
|
+
function _objectSpread$19(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$19(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$19(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
49776
49776
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
49777
49777
|
var _css, _fetchProductFeatures;
|
|
49778
49778
|
var _useState = React.useState(''),
|
|
@@ -49830,11 +49830,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49830
49830
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
49831
49831
|
props.actions.fetchcollectionsQueryContext;
|
|
49832
49832
|
React.useEffect(function () {
|
|
49833
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49833
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49834
49834
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
49835
49835
|
tempFetchQueriesEngineContext.collections = true;
|
|
49836
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49837
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49836
|
+
setFetchQueriesEngineContext(_objectSpread$19({}, tempFetchQueriesEngineContext));
|
|
49837
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49838
49838
|
|
|
49839
49839
|
// authdetailsContext?.instinfo?.instcollections?
|
|
49840
49840
|
}, []);
|
|
@@ -49855,7 +49855,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49855
49855
|
});
|
|
49856
49856
|
}
|
|
49857
49857
|
});
|
|
49858
|
-
setsectionproperties(_objectSpread$
|
|
49858
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
49859
49859
|
}, [StatePagePropertiesContext]);
|
|
49860
49860
|
React.useEffect(function () {
|
|
49861
49861
|
if (sectionproperties.length != 0) {
|
|
@@ -50103,7 +50103,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50103
50103
|
var temp = payloadobj;
|
|
50104
50104
|
temp.collections = [];
|
|
50105
50105
|
temp.collections.push(option.collectionid);
|
|
50106
|
-
setpayloadobj(_objectSpread$
|
|
50106
|
+
setpayloadobj(_objectSpread$19({}, temp));
|
|
50107
50107
|
},
|
|
50108
50108
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
50109
50109
|
isSearchable: true,
|
|
@@ -50141,7 +50141,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50141
50141
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50142
50142
|
value: pricevalue,
|
|
50143
50143
|
onChange: function onChange(value) {
|
|
50144
|
-
setpricevalue(_objectSpread$
|
|
50144
|
+
setpricevalue(_objectSpread$19({}, value));
|
|
50145
50145
|
}
|
|
50146
50146
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50147
50147
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -50149,7 +50149,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50149
50149
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50150
50150
|
onClick: function onClick() {
|
|
50151
50151
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50152
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50152
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50153
50153
|
if ((payloadobj === null || payloadobj === void 0 ? void 0 : payloadobj.countryid) != null && (payloadobj === null || payloadobj === void 0 || (_payloadobj$countryid = payloadobj.countryid) === null || _payloadobj$countryid === void 0 ? void 0 : _payloadobj$countryid.length) != 0) {
|
|
50154
50154
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50155
50155
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50386,7 +50386,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50386
50386
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50387
50387
|
onClick: function onClick() {
|
|
50388
50388
|
var _payloadobj$countryid2, _payloadobj$stateid2, _payloadobj$cityid2, _pricevalue$min2, _pricevalue$max2;
|
|
50389
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50389
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50390
50390
|
if ((payloadobj === null || payloadobj === void 0 ? void 0 : payloadobj.countryid) != null && (payloadobj === null || payloadobj === void 0 || (_payloadobj$countryid2 = payloadobj.countryid) === null || _payloadobj$countryid2 === void 0 ? void 0 : _payloadobj$countryid2.length) != 0) {
|
|
50391
50391
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50392
50392
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50434,8 +50434,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50434
50434
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50435
50435
|
};
|
|
50436
50436
|
|
|
50437
|
-
function ownKeys$
|
|
50438
|
-
function _objectSpread$
|
|
50437
|
+
function ownKeys$18(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
50438
|
+
function _objectSpread$18(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$18(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$18(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
50439
50439
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
50440
50440
|
var _fetchCategoriesQuery;
|
|
50441
50441
|
var _useState = React.useState(''),
|
|
@@ -50489,11 +50489,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50489
50489
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
50490
50490
|
props.actions.fetchcollectionsQueryContext;
|
|
50491
50491
|
React.useEffect(function () {
|
|
50492
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50492
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50493
50493
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
50494
50494
|
tempFetchQueriesEngineContext.collections = true;
|
|
50495
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
50496
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50495
|
+
setFetchQueriesEngineContext(_objectSpread$18({}, tempFetchQueriesEngineContext));
|
|
50496
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50497
50497
|
|
|
50498
50498
|
// authdetailsContext?.instinfo?.instcollections?
|
|
50499
50499
|
}, []);
|
|
@@ -50514,7 +50514,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50514
50514
|
});
|
|
50515
50515
|
}
|
|
50516
50516
|
});
|
|
50517
|
-
setsectionproperties(_objectSpread$
|
|
50517
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
50518
50518
|
}, [StatePagePropertiesContext]);
|
|
50519
50519
|
// useEffect(() => {
|
|
50520
50520
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -50762,7 +50762,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50762
50762
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50763
50763
|
value: pricevalue,
|
|
50764
50764
|
onChange: function onChange(value) {
|
|
50765
|
-
setpricevalue(_objectSpread$
|
|
50765
|
+
setpricevalue(_objectSpread$18({}, value));
|
|
50766
50766
|
}
|
|
50767
50767
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50768
50768
|
"class": "col-lg-1"
|
|
@@ -50772,7 +50772,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50772
50772
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50773
50773
|
onClick: function onClick() {
|
|
50774
50774
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50775
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50775
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$18({}, fetchproductsfilerobjcontext);
|
|
50776
50776
|
if ((payloadobj === null || payloadobj === void 0 ? void 0 : payloadobj.countryid) != null && (payloadobj === null || payloadobj === void 0 || (_payloadobj$countryid = payloadobj.countryid) === null || _payloadobj$countryid === void 0 ? void 0 : _payloadobj$countryid.length) != 0) {
|
|
50777
50777
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50778
50778
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50817,8 +50817,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50817
50817
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50818
50818
|
};
|
|
50819
50819
|
|
|
50820
|
-
function ownKeys$
|
|
50821
|
-
function _objectSpread$
|
|
50820
|
+
function ownKeys$17(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
50821
|
+
function _objectSpread$17(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$17(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$17(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
50822
50822
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
50823
50823
|
var _useState = React.useState(''),
|
|
50824
50824
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -50864,7 +50864,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50864
50864
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50865
50865
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50866
50866
|
});
|
|
50867
|
-
setsectionproperties(_objectSpread$
|
|
50867
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50868
50868
|
} else {
|
|
50869
50869
|
var secpropobj = {};
|
|
50870
50870
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50874,7 +50874,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50874
50874
|
});
|
|
50875
50875
|
}
|
|
50876
50876
|
});
|
|
50877
|
-
setsectionproperties(_objectSpread$
|
|
50877
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50878
50878
|
}
|
|
50879
50879
|
}, [StatePagePropertiesContext]);
|
|
50880
50880
|
var sectionstyles = {
|
|
@@ -51067,8 +51067,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
51067
51067
|
})))));
|
|
51068
51068
|
};
|
|
51069
51069
|
|
|
51070
|
-
function ownKeys$
|
|
51071
|
-
function _objectSpread$
|
|
51070
|
+
function ownKeys$16(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
51071
|
+
function _objectSpread$16(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$16(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$16(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51072
51072
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
51073
51073
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
51074
51074
|
var lang = props.actions.lang;
|
|
@@ -51108,7 +51108,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51108
51108
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51109
51109
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51110
51110
|
});
|
|
51111
|
-
setsectionproperties(_objectSpread$
|
|
51111
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51112
51112
|
} else {
|
|
51113
51113
|
var secpropobj = {};
|
|
51114
51114
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51118,7 +51118,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51118
51118
|
});
|
|
51119
51119
|
}
|
|
51120
51120
|
});
|
|
51121
|
-
setsectionproperties(_objectSpread$
|
|
51121
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51122
51122
|
}
|
|
51123
51123
|
}, [StatePagePropertiesContext]);
|
|
51124
51124
|
React.useEffect(function () {
|
|
@@ -51279,8 +51279,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51279
51279
|
})))))))));
|
|
51280
51280
|
};
|
|
51281
51281
|
|
|
51282
|
-
function ownKeys$
|
|
51283
|
-
function _objectSpread$
|
|
51282
|
+
function ownKeys$15(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
51283
|
+
function _objectSpread$15(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$15(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$15(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51284
51284
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
51285
51285
|
var _useState = React.useState(''),
|
|
51286
51286
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -51305,7 +51305,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51305
51305
|
});
|
|
51306
51306
|
}
|
|
51307
51307
|
});
|
|
51308
|
-
setsectionproperties(_objectSpread$
|
|
51308
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
51309
51309
|
}, [StatePagePropertiesContext]);
|
|
51310
51310
|
React.useEffect(function () {
|
|
51311
51311
|
if (sectionproperties.length != 0) {
|
|
@@ -51419,8 +51419,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51419
51419
|
}))))));
|
|
51420
51420
|
};
|
|
51421
51421
|
|
|
51422
|
-
function ownKeys$
|
|
51423
|
-
function _objectSpread$
|
|
51422
|
+
function ownKeys$14(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
51423
|
+
function _objectSpread$14(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$14(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$14(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51424
51424
|
var Threebgimages = function Threebgimages(props) {
|
|
51425
51425
|
var _ref;
|
|
51426
51426
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
@@ -51451,7 +51451,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51451
51451
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51452
51452
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51453
51453
|
});
|
|
51454
|
-
setsectionproperties(_objectSpread$
|
|
51454
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51455
51455
|
} else {
|
|
51456
51456
|
var secpropobj = {};
|
|
51457
51457
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51461,7 +51461,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51461
51461
|
});
|
|
51462
51462
|
}
|
|
51463
51463
|
});
|
|
51464
|
-
setsectionproperties(_objectSpread$
|
|
51464
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51465
51465
|
}
|
|
51466
51466
|
}, [StatePagePropertiesContext]);
|
|
51467
51467
|
React.useEffect(function () {
|
|
@@ -51675,8 +51675,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51675
51675
|
})));
|
|
51676
51676
|
};
|
|
51677
51677
|
|
|
51678
|
-
function ownKeys$
|
|
51679
|
-
function _objectSpread$
|
|
51678
|
+
function ownKeys$13(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
51679
|
+
function _objectSpread$13(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$13(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$13(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
51680
51680
|
var Twobgimages = function Twobgimages(props) {
|
|
51681
51681
|
var _useState = React.useState(''),
|
|
51682
51682
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -51704,7 +51704,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51704
51704
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51705
51705
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51706
51706
|
});
|
|
51707
|
-
setsectionproperties(_objectSpread$
|
|
51707
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51708
51708
|
} else {
|
|
51709
51709
|
var secpropobj = {};
|
|
51710
51710
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51714,7 +51714,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51714
51714
|
});
|
|
51715
51715
|
}
|
|
51716
51716
|
});
|
|
51717
|
-
setsectionproperties(_objectSpread$
|
|
51717
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51718
51718
|
}
|
|
51719
51719
|
}, [StatePagePropertiesContext]);
|
|
51720
51720
|
React.useEffect(function () {
|
|
@@ -52011,8 +52011,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
52011
52011
|
}, BackgroundImage()));
|
|
52012
52012
|
};
|
|
52013
52013
|
|
|
52014
|
-
function ownKeys$
|
|
52015
|
-
function _objectSpread$
|
|
52014
|
+
function ownKeys$12(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
52015
|
+
function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$12(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$12(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
52016
52016
|
var VideosSection = function VideosSection(props) {
|
|
52017
52017
|
var _useState = React.useState(''),
|
|
52018
52018
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -52038,7 +52038,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
52038
52038
|
});
|
|
52039
52039
|
}
|
|
52040
52040
|
});
|
|
52041
|
-
setsectionproperties(_objectSpread$
|
|
52041
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
52042
52042
|
}, [StatePagePropertiesContext]);
|
|
52043
52043
|
React.useEffect(function () {
|
|
52044
52044
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -52302,8 +52302,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
52302
52302
|
}))))));
|
|
52303
52303
|
};
|
|
52304
52304
|
|
|
52305
|
-
function ownKeys$
|
|
52306
|
-
function _objectSpread$
|
|
52305
|
+
function ownKeys$11(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
52306
|
+
function _objectSpread$11(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$11(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$11(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
52307
52307
|
var FullVideoSection = function FullVideoSection(props) {
|
|
52308
52308
|
var _useState = React.useState(''),
|
|
52309
52309
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -52329,7 +52329,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52329
52329
|
});
|
|
52330
52330
|
}
|
|
52331
52331
|
});
|
|
52332
|
-
setsectionproperties(_objectSpread$
|
|
52332
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
52333
52333
|
}, [StatePagePropertiesContext]);
|
|
52334
52334
|
React.useEffect(function () {
|
|
52335
52335
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -52495,6 +52495,113 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52495
52495
|
}, Content(), " ", Video())));
|
|
52496
52496
|
};
|
|
52497
52497
|
|
|
52498
|
+
function ownKeys$10(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
52499
|
+
function _objectSpread$10(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$10(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$10(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
52500
|
+
var Popupcomponent = function Popupcomponent(props) {
|
|
52501
|
+
var _useState = React.useState(''),
|
|
52502
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
52503
|
+
sectionproperties = _useState2[0],
|
|
52504
|
+
setsectionproperties = _useState2[1];
|
|
52505
|
+
props.actions.lang;
|
|
52506
|
+
var langdetect = props.actions.langdetect;
|
|
52507
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
52508
|
+
props.actions.routingcountext;
|
|
52509
|
+
props.actions.StaticPagesLinksContext;
|
|
52510
|
+
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
52511
|
+
props.actions;
|
|
52512
|
+
var _useState3 = React.useState(true),
|
|
52513
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
52514
|
+
showpopup = _useState4[0],
|
|
52515
|
+
setshowpopup = _useState4[1];
|
|
52516
|
+
var _useState5 = React.useState([]),
|
|
52517
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
52518
|
+
imagesarray = _useState6[0],
|
|
52519
|
+
setimagesarray = _useState6[1];
|
|
52520
|
+
React.useEffect(function () {
|
|
52521
|
+
var secpropobj = {};
|
|
52522
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
52523
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
52524
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
52525
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
52526
|
+
});
|
|
52527
|
+
}
|
|
52528
|
+
});
|
|
52529
|
+
setsectionproperties(_objectSpread$10({}, secpropobj));
|
|
52530
|
+
}, [StatePagePropertiesContext]);
|
|
52531
|
+
React.useEffect(function () {
|
|
52532
|
+
if (sectionproperties.length != 0) {
|
|
52533
|
+
if (sectionproperties.bgsection_imagearrayofobjs != null) {
|
|
52534
|
+
var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
|
|
52535
|
+
if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
|
|
52536
|
+
setimagesarray(_toConsumableArray__default["default"](bgsection_imagearrayofobjsparsed));
|
|
52537
|
+
}
|
|
52538
|
+
}
|
|
52539
|
+
}
|
|
52540
|
+
}, [sectionproperties]);
|
|
52541
|
+
// useEffect(() => {
|
|
52542
|
+
// setTimeout(() => {
|
|
52543
|
+
// setshowpopup(true);
|
|
52544
|
+
// }, 2000);
|
|
52545
|
+
// }, []);
|
|
52546
|
+
var closePopUp = function closePopUp() {
|
|
52547
|
+
// setting key "seenPopUp" with value true into localStorage
|
|
52548
|
+
localStorage.setItem('seenPopUp', true);
|
|
52549
|
+
// setting state to false to not display pop-up
|
|
52550
|
+
setshowpopup(false);
|
|
52551
|
+
};
|
|
52552
|
+
React.useEffect(function () {
|
|
52553
|
+
// getting value of "seenPopUp" key from localStorage
|
|
52554
|
+
var returningUser = localStorage.getItem('seenPopUp');
|
|
52555
|
+
// if it's not there, for a new user, it will be null
|
|
52556
|
+
// if it's there it will be boolean true
|
|
52557
|
+
// setting the opposite to state, false for returning user, true for a new user
|
|
52558
|
+
setshowpopup(!returningUser);
|
|
52559
|
+
}, []);
|
|
52560
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52561
|
+
className: "row ml-0 mr-0 w-100"
|
|
52562
|
+
}, showpopup == true && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
52563
|
+
show: true,
|
|
52564
|
+
onHide: function onHide() {
|
|
52565
|
+
closePopUp();
|
|
52566
|
+
},
|
|
52567
|
+
centered: true,
|
|
52568
|
+
size: 'md'
|
|
52569
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52570
|
+
className: "row w-100 m-0"
|
|
52571
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52572
|
+
className: "allcentered bgdanger-hover cursor-pointer",
|
|
52573
|
+
onClick: function onClick() {
|
|
52574
|
+
closePopUp();
|
|
52575
|
+
},
|
|
52576
|
+
style: {
|
|
52577
|
+
position: 'absolute',
|
|
52578
|
+
top: -40,
|
|
52579
|
+
backgroundColor: '#000',
|
|
52580
|
+
width: 35,
|
|
52581
|
+
height: 35,
|
|
52582
|
+
right: 0
|
|
52583
|
+
}
|
|
52584
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
52585
|
+
"class": "h-100 allcentered text-black"
|
|
52586
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, {
|
|
52587
|
+
size: 20,
|
|
52588
|
+
"class": "",
|
|
52589
|
+
color: '#fff'
|
|
52590
|
+
}))), Object.keys(imagesarray).length != 0 && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
52591
|
+
href: '/signup',
|
|
52592
|
+
target: "_self"
|
|
52593
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
52594
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52595
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52596
|
+
path: imagesarray.length != 0 ? langdetect == 'en' ? imagesarray[0].bgsection_image : imagesarray[0].bgsection_image_ar : '',
|
|
52597
|
+
style: {
|
|
52598
|
+
height: '100%',
|
|
52599
|
+
width: '100%',
|
|
52600
|
+
objectFit: 'contain'
|
|
52601
|
+
}
|
|
52602
|
+
})))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
52603
|
+
};
|
|
52604
|
+
|
|
52498
52605
|
function ownKeys$$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
52499
52606
|
function _objectSpread$$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$$(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
52500
52607
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
@@ -71793,6 +71900,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
71793
71900
|
Twobgimages: Twobgimages,
|
|
71794
71901
|
VideosSection: VideosSection,
|
|
71795
71902
|
FullVideoSection: FullVideoSection,
|
|
71903
|
+
Popupcomponent: Popupcomponent,
|
|
71796
71904
|
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
71797
71905
|
DynamicForm: DynamicForm,
|
|
71798
71906
|
// Slideshows (13)
|