tabexseriescomponents 0.2.835 → 0.2.837
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 +709 -582
- package/dist/index.esm.js +709 -582
- package/dist/index.umd.js +709 -582
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -656,8 +656,8 @@ var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
|
656
656
|
}));
|
|
657
657
|
};
|
|
658
658
|
|
|
659
|
-
function ownKeys$
|
|
660
|
-
function _objectSpread$
|
|
659
|
+
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; }
|
|
660
|
+
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; }
|
|
661
661
|
var Login = function Login(props) {
|
|
662
662
|
var _css;
|
|
663
663
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -733,7 +733,7 @@ var Login = function Login(props) {
|
|
|
733
733
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
734
734
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
735
735
|
});
|
|
736
|
-
setsectionproperties(_objectSpread$
|
|
736
|
+
setsectionproperties(_objectSpread$2E({}, secpropobj));
|
|
737
737
|
}
|
|
738
738
|
}, [StatePagePropertiesContext]);
|
|
739
739
|
React.useEffect(function () {
|
|
@@ -900,9 +900,9 @@ var Login = function Login(props) {
|
|
|
900
900
|
className: "".concat(loginstyles2.form_control),
|
|
901
901
|
value: payloadobj.email,
|
|
902
902
|
onChange: function onChange(event) {
|
|
903
|
-
var temppayloadobj = _objectSpread$
|
|
903
|
+
var temppayloadobj = _objectSpread$2E({}, payloadobj);
|
|
904
904
|
temppayloadobj.email = event.target.value;
|
|
905
|
-
setpayloadobj(_objectSpread$
|
|
905
|
+
setpayloadobj(_objectSpread$2E({}, temppayloadobj));
|
|
906
906
|
},
|
|
907
907
|
style: {
|
|
908
908
|
background: sectionproperties.input_bgcolor
|
|
@@ -924,9 +924,9 @@ var Login = function Login(props) {
|
|
|
924
924
|
textplaceholder: "",
|
|
925
925
|
value: payloadobj.password,
|
|
926
926
|
onChange: function onChange(event) {
|
|
927
|
-
var temppayloadobj = _objectSpread$
|
|
927
|
+
var temppayloadobj = _objectSpread$2E({}, payloadobj);
|
|
928
928
|
temppayloadobj.password = event.target.value;
|
|
929
|
-
setpayloadobj(_objectSpread$
|
|
929
|
+
setpayloadobj(_objectSpread$2E({}, temppayloadobj));
|
|
930
930
|
},
|
|
931
931
|
style: {
|
|
932
932
|
background: sectionproperties.input_bgcolor
|
|
@@ -1103,9 +1103,9 @@ var Login = function Login(props) {
|
|
|
1103
1103
|
className: "".concat(loginstyles2.form_control),
|
|
1104
1104
|
value: forgotpasswordpayload.email,
|
|
1105
1105
|
onChange: function onChange(event) {
|
|
1106
|
-
var temppayloadobj = _objectSpread$
|
|
1106
|
+
var temppayloadobj = _objectSpread$2E({}, forgotpasswordpayload);
|
|
1107
1107
|
temppayloadobj.email = event.target.value;
|
|
1108
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1108
|
+
setforgotpasswordpayload(_objectSpread$2E({}, temppayloadobj));
|
|
1109
1109
|
},
|
|
1110
1110
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1111
1111
|
style: {
|
|
@@ -1120,9 +1120,9 @@ var Login = function Login(props) {
|
|
|
1120
1120
|
className: "".concat(loginstyles2.form_control),
|
|
1121
1121
|
value: forgotpasswordpayload.code,
|
|
1122
1122
|
onChange: function onChange(event) {
|
|
1123
|
-
var temppayloadobj = _objectSpread$
|
|
1123
|
+
var temppayloadobj = _objectSpread$2E({}, forgotpasswordpayload);
|
|
1124
1124
|
temppayloadobj.code = event.target.value;
|
|
1125
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1125
|
+
setforgotpasswordpayload(_objectSpread$2E({}, temppayloadobj));
|
|
1126
1126
|
},
|
|
1127
1127
|
style: {
|
|
1128
1128
|
background: sectionproperties.input_bgcolor
|
|
@@ -1136,9 +1136,9 @@ var Login = function Login(props) {
|
|
|
1136
1136
|
className: "".concat(loginstyles2.form_control),
|
|
1137
1137
|
value: forgotpasswordpayload.newpassword,
|
|
1138
1138
|
onChange: function onChange(event) {
|
|
1139
|
-
var temppayloadobj = _objectSpread$
|
|
1139
|
+
var temppayloadobj = _objectSpread$2E({}, forgotpasswordpayload);
|
|
1140
1140
|
temppayloadobj.newpassword = event.target.value;
|
|
1141
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1141
|
+
setforgotpasswordpayload(_objectSpread$2E({}, temppayloadobj));
|
|
1142
1142
|
},
|
|
1143
1143
|
style: {
|
|
1144
1144
|
background: sectionproperties.input_bgcolor
|
|
@@ -1152,9 +1152,9 @@ var Login = function Login(props) {
|
|
|
1152
1152
|
className: "".concat(loginstyles2.form_control),
|
|
1153
1153
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
1154
1154
|
onChange: function onChange(event) {
|
|
1155
|
-
var temppayloadobj = _objectSpread$
|
|
1155
|
+
var temppayloadobj = _objectSpread$2E({}, forgotpasswordpayload);
|
|
1156
1156
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
1157
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1157
|
+
setforgotpasswordpayload(_objectSpread$2E({}, temppayloadobj));
|
|
1158
1158
|
},
|
|
1159
1159
|
style: {
|
|
1160
1160
|
background: sectionproperties.input_bgcolor
|
|
@@ -1166,7 +1166,7 @@ var Login = function Login(props) {
|
|
|
1166
1166
|
onClick: function onClick() {
|
|
1167
1167
|
if (forgotpasswordpayload.email.length != 0) {
|
|
1168
1168
|
var runfunc = false;
|
|
1169
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
1169
|
+
var tempforgotpasswordpayload = _objectSpread$2E({}, forgotpasswordpayload);
|
|
1170
1170
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
1171
1171
|
if (forgetpasswordstage == 'verify') {
|
|
1172
1172
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -1217,11 +1217,11 @@ var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rig
|
|
|
1217
1217
|
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"};
|
|
1218
1218
|
styleInject(css_248z$J);
|
|
1219
1219
|
|
|
1220
|
-
function ownKeys$
|
|
1221
|
-
function _objectSpread$
|
|
1220
|
+
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; }
|
|
1221
|
+
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; }
|
|
1222
1222
|
var defaultstyles = {
|
|
1223
1223
|
option: function option(provided, state) {
|
|
1224
|
-
return _objectSpread$
|
|
1224
|
+
return _objectSpread$2D(_objectSpread$2D({}, provided), {}, {
|
|
1225
1225
|
borderBottom: '1px solid #e6e6e6',
|
|
1226
1226
|
backgroundColor: state.isSelected ? '' : '',
|
|
1227
1227
|
padding: 5,
|
|
@@ -1248,21 +1248,21 @@ var defaultstyles = {
|
|
|
1248
1248
|
});
|
|
1249
1249
|
},
|
|
1250
1250
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1251
|
-
return _objectSpread$
|
|
1251
|
+
return _objectSpread$2D(_objectSpread$2D({}, provided), {}, {
|
|
1252
1252
|
'&:hover': {
|
|
1253
1253
|
// color: '#eac435',
|
|
1254
1254
|
}
|
|
1255
1255
|
});
|
|
1256
1256
|
},
|
|
1257
1257
|
placeholder: function placeholder(provided, state) {
|
|
1258
|
-
return _objectSpread$
|
|
1258
|
+
return _objectSpread$2D(_objectSpread$2D({}, provided), {}, {
|
|
1259
1259
|
color: '#000000'
|
|
1260
1260
|
});
|
|
1261
1261
|
}
|
|
1262
1262
|
};
|
|
1263
1263
|
var defaultstylestranslated = {
|
|
1264
1264
|
option: function option(provided, state) {
|
|
1265
|
-
return _objectSpread$
|
|
1265
|
+
return _objectSpread$2D(_objectSpread$2D({}, provided), {}, {
|
|
1266
1266
|
borderBottom: '1px solid #e6e6e6',
|
|
1267
1267
|
backgroundColor: state.isSelected ? '' : '',
|
|
1268
1268
|
padding: 5,
|
|
@@ -1293,14 +1293,14 @@ var defaultstylestranslated = {
|
|
|
1293
1293
|
};
|
|
1294
1294
|
},
|
|
1295
1295
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1296
|
-
return _objectSpread$
|
|
1296
|
+
return _objectSpread$2D(_objectSpread$2D({}, provided), {}, {
|
|
1297
1297
|
'&:hover': {
|
|
1298
1298
|
// color: '#eac435',
|
|
1299
1299
|
}
|
|
1300
1300
|
});
|
|
1301
1301
|
},
|
|
1302
1302
|
placeholder: function placeholder(provided, state) {
|
|
1303
|
-
return _objectSpread$
|
|
1303
|
+
return _objectSpread$2D(_objectSpread$2D({}, provided), {}, {
|
|
1304
1304
|
textAlign: 'right',
|
|
1305
1305
|
color: '#000000'
|
|
1306
1306
|
});
|
|
@@ -1308,7 +1308,7 @@ var defaultstylestranslated = {
|
|
|
1308
1308
|
};
|
|
1309
1309
|
var defaultstylesnone = {
|
|
1310
1310
|
option: function option(provided, state) {
|
|
1311
|
-
return _objectSpread$
|
|
1311
|
+
return _objectSpread$2D(_objectSpread$2D({}, provided), {}, {
|
|
1312
1312
|
borderBottom: '1px solid #e6e6e6',
|
|
1313
1313
|
backgroundColor: state.isSelected ? '' : '',
|
|
1314
1314
|
padding: 5,
|
|
@@ -1336,7 +1336,7 @@ var defaultstylesnone = {
|
|
|
1336
1336
|
};
|
|
1337
1337
|
},
|
|
1338
1338
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1339
|
-
return _objectSpread$
|
|
1339
|
+
return _objectSpread$2D(_objectSpread$2D({}, provided), {}, {
|
|
1340
1340
|
'&:hover': {
|
|
1341
1341
|
// color: '#eac435',
|
|
1342
1342
|
}
|
|
@@ -2128,8 +2128,8 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
2128
2128
|
}, 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))))));
|
|
2129
2129
|
};
|
|
2130
2130
|
|
|
2131
|
-
function ownKeys$
|
|
2132
|
-
function _objectSpread$
|
|
2131
|
+
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; }
|
|
2132
|
+
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; }
|
|
2133
2133
|
var ProductExtraFields = function ProductExtraFields(props) {
|
|
2134
2134
|
var _fetchProductInfoQuer, _css, _fetchProductInfoQuer2;
|
|
2135
2135
|
props.actions.lang;
|
|
@@ -2184,9 +2184,9 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2184
2184
|
});
|
|
2185
2185
|
}
|
|
2186
2186
|
setproductextravaluesarray(_toConsumableArray__default["default"](tempproductextravaluesarray));
|
|
2187
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2187
|
+
var tempaddtocardpayloadobj = _objectSpread$2C({}, addtocardpayloadobj);
|
|
2188
2188
|
tempaddtocardpayloadobj.extrafields = tempproductextravaluesarray;
|
|
2189
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2189
|
+
setaddtocardpayloadobj(_objectSpread$2C({}, tempaddtocardpayloadobj));
|
|
2190
2190
|
};
|
|
2191
2191
|
var formstyles = {
|
|
2192
2192
|
input_label_name: glamor.css({
|
|
@@ -2419,8 +2419,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2419
2419
|
})))));
|
|
2420
2420
|
};
|
|
2421
2421
|
|
|
2422
|
-
function ownKeys$
|
|
2423
|
-
function _objectSpread$
|
|
2422
|
+
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; }
|
|
2423
|
+
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; }
|
|
2424
2424
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2425
2425
|
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _authdetailsContext$i5, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer44, _fetchProductInfoQuer45, _fetchProductInfoQuer46, _fetchProductInfoQuer48, _fetchProductInfoQuer49, _fetchProductInfoQuer50, _fetchProductInfoQuer51, _fetchProductInfoQuer52, _fetchProductInfoQuer53, _fetchProductInfoQuer54, _fetchProductInfoQuer55, _fetchProductInfoQuer56, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer57, _fetchProductInfoQuer58, _fetchProductInfoQuer59, _fetchProductInfoQuer60, _fetchProductInfoQuer61, _fetchProductInfoQuer62, _authdetailsContext$i6, _authdetailsContext$i7, _fetchProductInfoQuer63, _fetchProductInfoQuer64, _fetchProductInfoQuer65, _fetchProductInfoQuer66, _fetchProductInfoQuer67, _fetchProductInfoQuer68, _fetchProductInfoQuer69, _fetchProductInfoQuer70, _authdetailsContext$i8, _fetchProductInfoQuer71, _fetchProductInfoQuer72, _fetchProductInfoQuer73, _fetchProductInfoQuer74, _fetchProductInfoQuer75, _fetchProductInfoQuer78, _fetchProductInfoQuer79, _authdetailsContext$i9, _fetchProductInfoQuer80, _fetchProductInfoQuer81, _fetchProductInfoQuer82, _fetchProductInfoQuer83, _fetchProductInfoQuer84, _fetchProductInfoQuer85, _fetchProductInfoQuer86, _fetchProductInfoQuer89, _fetchProductInfoQuer90, _sizeguideimage$;
|
|
2426
2426
|
var lang = props.actions.lang;
|
|
@@ -3252,7 +3252,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3252
3252
|
var _fetchProductInfoQuer31, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _fetchProductInfoQuer34;
|
|
3253
3253
|
var quantitystepincrearse = 1;
|
|
3254
3254
|
// var finalquantity = 0;
|
|
3255
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
3255
|
+
var tempaddtocardpayloadobj = _objectSpread$2B({}, addtocardpayloadobj);
|
|
3256
3256
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer31 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer31 === void 0 || (_fetchProductInfoQuer31 = _fetchProductInfoQuer31.data) === null || _fetchProductInfoQuer31 === void 0 || (_fetchProductInfoQuer31 = _fetchProductInfoQuer31.productinfo) === null || _fetchProductInfoQuer31 === void 0 ? void 0 : _fetchProductInfoQuer31.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer32 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.productinfo) === null || _fetchProductInfoQuer32 === void 0 ? void 0 : _fetchProductInfoQuer32.quantitystepincrearse) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer33 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.productinfo) === null || _fetchProductInfoQuer33 === void 0 ? void 0 : _fetchProductInfoQuer33.quantitystepincrearse) != 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer34 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.productinfo) === null || _fetchProductInfoQuer34 === void 0 ? void 0 : _fetchProductInfoQuer34.quantitystepincrearse) != '') {
|
|
3257
3257
|
var _fetchProductInfoQuer35;
|
|
3258
3258
|
quantitystepincrearse = parseFloat(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer35 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.productinfo) === null || _fetchProductInfoQuer35 === void 0 ? void 0 : _fetchProductInfoQuer35.quantitystepincrearse);
|
|
@@ -3261,7 +3261,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3261
3261
|
if (finalquantity >= 0) {
|
|
3262
3262
|
tempaddtocardpayloadobj.quantity = finalquantity;
|
|
3263
3263
|
}
|
|
3264
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3264
|
+
setaddtocardpayloadobj(_objectSpread$2B({}, tempaddtocardpayloadobj));
|
|
3265
3265
|
// var tempaddtocardpayloadobj = {
|
|
3266
3266
|
// ...addtocardpayloadobj,
|
|
3267
3267
|
// };
|
|
@@ -3298,7 +3298,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3298
3298
|
onClick: function onClick() {
|
|
3299
3299
|
var _fetchProductInfoQuer36, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _fetchProductInfoQuer39;
|
|
3300
3300
|
var quantitystepincrearse = 1;
|
|
3301
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
3301
|
+
var tempaddtocardpayloadobj = _objectSpread$2B({}, addtocardpayloadobj);
|
|
3302
3302
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer36 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.productinfo) === null || _fetchProductInfoQuer36 === void 0 ? void 0 : _fetchProductInfoQuer36.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer37 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.productinfo) === null || _fetchProductInfoQuer37 === void 0 ? void 0 : _fetchProductInfoQuer37.quantitystepincrearse) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer38 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.productinfo) === null || _fetchProductInfoQuer38 === void 0 ? void 0 : _fetchProductInfoQuer38.quantitystepincrearse) != 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer39 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.productinfo) === null || _fetchProductInfoQuer39 === void 0 ? void 0 : _fetchProductInfoQuer39.quantitystepincrearse) != '') {
|
|
3303
3303
|
var _fetchProductInfoQuer40;
|
|
3304
3304
|
quantitystepincrearse = parseFloat(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer40 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.productinfo) === null || _fetchProductInfoQuer40 === void 0 ? void 0 : _fetchProductInfoQuer40.quantitystepincrearse);
|
|
@@ -3308,7 +3308,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3308
3308
|
// else {
|
|
3309
3309
|
// tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity + 1;
|
|
3310
3310
|
// }
|
|
3311
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3311
|
+
setaddtocardpayloadobj(_objectSpread$2B({}, tempaddtocardpayloadobj));
|
|
3312
3312
|
}
|
|
3313
3313
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
3314
3314
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-up' : 'h-100 allcentered'
|
|
@@ -3333,13 +3333,13 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3333
3333
|
value: addtocardpayloadobj.quantity,
|
|
3334
3334
|
onChange: function onChange(event) {
|
|
3335
3335
|
if (event.target.value == NaN || event.target.value == undefined || event.target.value == null || event.target.value == '') {
|
|
3336
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
3336
|
+
var tempaddtocardpayloadobj = _objectSpread$2B({}, addtocardpayloadobj);
|
|
3337
3337
|
tempaddtocardpayloadobj.quantity = 1;
|
|
3338
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3338
|
+
setaddtocardpayloadobj(_objectSpread$2B({}, tempaddtocardpayloadobj));
|
|
3339
3339
|
} else {
|
|
3340
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
3340
|
+
var tempaddtocardpayloadobj = _objectSpread$2B({}, addtocardpayloadobj);
|
|
3341
3341
|
tempaddtocardpayloadobj.quantity = parseInt(event.target.value);
|
|
3342
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3342
|
+
setaddtocardpayloadobj(_objectSpread$2B({}, tempaddtocardpayloadobj));
|
|
3343
3343
|
}
|
|
3344
3344
|
}
|
|
3345
3345
|
})), sectionproperties.featuresposition != 'Under Name' && sectionproperties.featuresposition == 'Under Description' && sectionproperties.featurestyle != 'Table' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -3544,7 +3544,20 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3544
3544
|
size: sectionproperties.favBtnIconfontsize
|
|
3545
3545
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
3546
3546
|
size: sectionproperties.favBtnIconfontsize
|
|
3547
|
-
}))))),
|
|
3547
|
+
}))))), fetchProductInfoQueryContext.data.data.productinfo.measurmentunit == 'pdf' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3548
|
+
"class": "row m-0 w-100 mt-3",
|
|
3549
|
+
style: {
|
|
3550
|
+
overflow: 'hidden'
|
|
3551
|
+
}
|
|
3552
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
3553
|
+
className: "".concat(productinfo_cssstyles.cart_btn, " ") + ' d-flex align-items-center justify-content-center mb-sm-2 ',
|
|
3554
|
+
style: {
|
|
3555
|
+
width: sectionproperties.cartBtnWidth + '%'
|
|
3556
|
+
},
|
|
3557
|
+
onClick: function onClick() {}
|
|
3558
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
3559
|
+
className: ' d-flex align-items-center justify-content-center '
|
|
3560
|
+
}, langdetect == 'en' ? 'Download PDF' : 'تحميل ال PDF'))), sectionproperties.showdirectwabtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3548
3561
|
"class": "row m-0 w-100 mt-3",
|
|
3549
3562
|
style: {
|
|
3550
3563
|
overflow: 'hidden'
|
|
@@ -4709,8 +4722,8 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
4709
4722
|
}))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
4710
4723
|
};
|
|
4711
4724
|
|
|
4712
|
-
function ownKeys$
|
|
4713
|
-
function _objectSpread$
|
|
4725
|
+
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; }
|
|
4726
|
+
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; }
|
|
4714
4727
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
4715
4728
|
var _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer22, _fetchProductInfoQuer23;
|
|
4716
4729
|
var langdetect = props.actions.langdetect;
|
|
@@ -4771,7 +4784,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4771
4784
|
minutes_Active_days_array = _useState12[0],
|
|
4772
4785
|
setminutes_Active_days_array = _useState12[1];
|
|
4773
4786
|
React.useEffect(function () {
|
|
4774
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4787
|
+
setaddtocardpayloadobj(_objectSpread$2A(_objectSpread$2A({}, addtocardpayloadobj), {}, {
|
|
4775
4788
|
item_type: 'service'
|
|
4776
4789
|
}));
|
|
4777
4790
|
}, [tabsarray]);
|
|
@@ -4787,16 +4800,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4787
4800
|
if (diffDays.toString() != 'NaN') {
|
|
4788
4801
|
if (date2 <= date1) {
|
|
4789
4802
|
NotificationManager.warning('', 'Please choose another date.');
|
|
4790
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4803
|
+
setaddtocardpayloadobj(_objectSpread$2A(_objectSpread$2A({}, addtocardpayloadobj), {}, {
|
|
4791
4804
|
quantity: 0
|
|
4792
4805
|
}));
|
|
4793
4806
|
} else {
|
|
4794
4807
|
if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
|
|
4795
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4808
|
+
setaddtocardpayloadobj(_objectSpread$2A(_objectSpread$2A({}, addtocardpayloadobj), {}, {
|
|
4796
4809
|
quantity: diffDays
|
|
4797
4810
|
}));
|
|
4798
4811
|
} else {
|
|
4799
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4812
|
+
setaddtocardpayloadobj(_objectSpread$2A(_objectSpread$2A({}, addtocardpayloadobj), {}, {
|
|
4800
4813
|
quantity: 0
|
|
4801
4814
|
}));
|
|
4802
4815
|
NotificationManager.warning('', 'Max: ' + fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant + ', Min: ' + fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant);
|
|
@@ -4813,7 +4826,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
4813
4826
|
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.disabled_dates.length) != 0) {
|
|
4814
4827
|
var _fetchProductInfoQuer5;
|
|
4815
4828
|
//
|
|
4816
|
-
var tempdisableddates = _objectSpread$
|
|
4829
|
+
var tempdisableddates = _objectSpread$2A({}, disableddates);
|
|
4817
4830
|
tempdisableddates = 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 ? void 0 : _fetchProductInfoQuer5.disabled_dates.map(function (dateStr) {
|
|
4818
4831
|
return new Date(dateStr);
|
|
4819
4832
|
});
|
|
@@ -5064,7 +5077,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
5064
5077
|
}
|
|
5065
5078
|
if (reservedslotArrtobetaken.length != 0) {
|
|
5066
5079
|
reservedslottobetaken = reservedslotArrtobetaken[0].slot;
|
|
5067
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5080
|
+
setaddtocardpayloadobj(_objectSpread$2A(_objectSpread$2A({}, addtocardpayloadobj), {}, {
|
|
5068
5081
|
time: reservedslottobetaken,
|
|
5069
5082
|
reserved_slots: reservedslotArrtobetaken,
|
|
5070
5083
|
quantity: parseInt(reservedslotArrtobetaken.length)
|
|
@@ -5123,7 +5136,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
5123
5136
|
selected: selectedfromdate,
|
|
5124
5137
|
excludeDates: disableddates,
|
|
5125
5138
|
onChange: function onChange(date) {
|
|
5126
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5139
|
+
setaddtocardpayloadobj(_objectSpread$2A(_objectSpread$2A({}, addtocardpayloadobj), {}, {
|
|
5127
5140
|
from: date
|
|
5128
5141
|
}));
|
|
5129
5142
|
setselectedfromdate(date);
|
|
@@ -5144,7 +5157,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
5144
5157
|
selected: selectedtodate,
|
|
5145
5158
|
excludeDates: disableddates,
|
|
5146
5159
|
onChange: function onChange(date) {
|
|
5147
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5160
|
+
setaddtocardpayloadobj(_objectSpread$2A(_objectSpread$2A({}, addtocardpayloadobj), {}, {
|
|
5148
5161
|
to: date
|
|
5149
5162
|
}));
|
|
5150
5163
|
setselectedtodate(date);
|
|
@@ -5183,7 +5196,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
5183
5196
|
var _month = String(date.getMonth() + 1).padStart(2, '0'); // Months are 0-based
|
|
5184
5197
|
var _day = String(date.getDate()).padStart(2, '0');
|
|
5185
5198
|
var formattedDate = "".concat(_year, "-").concat(_month, "-").concat(_day);
|
|
5186
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5199
|
+
setaddtocardpayloadobj(_objectSpread$2A(_objectSpread$2A({}, addtocardpayloadobj), {}, {
|
|
5187
5200
|
date: formattedDate,
|
|
5188
5201
|
time: '',
|
|
5189
5202
|
reservedslotArrtobetaken: [],
|
|
@@ -5263,7 +5276,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
5263
5276
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
5264
5277
|
"class": TabsStyles.booknow_btn_resp + ' allcentered ',
|
|
5265
5278
|
onClick: function onClick() {
|
|
5266
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5279
|
+
setaddtocardpayloadobj(_objectSpread$2A(_objectSpread$2A({}, addtocardpayloadobj), {}, {
|
|
5267
5280
|
time: item.slot
|
|
5268
5281
|
}));
|
|
5269
5282
|
}
|
|
@@ -6701,8 +6714,8 @@ var Article_itemtype = function Article_itemtype(props) {
|
|
|
6701
6714
|
})))))));
|
|
6702
6715
|
};
|
|
6703
6716
|
|
|
6704
|
-
function ownKeys$
|
|
6705
|
-
function _objectSpread$
|
|
6717
|
+
function ownKeys$2z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6718
|
+
function _objectSpread$2z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6706
6719
|
var AddReview = function AddReview(props) {
|
|
6707
6720
|
var _css;
|
|
6708
6721
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -6754,7 +6767,7 @@ var AddReview = function AddReview(props) {
|
|
|
6754
6767
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
6755
6768
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6756
6769
|
});
|
|
6757
|
-
setsectionproperties(_objectSpread$
|
|
6770
|
+
setsectionproperties(_objectSpread$2z({}, secpropobj));
|
|
6758
6771
|
}
|
|
6759
6772
|
}, [StatePagePropertiesContext]);
|
|
6760
6773
|
React.useEffect(function () {
|
|
@@ -6763,7 +6776,7 @@ var AddReview = function AddReview(props) {
|
|
|
6763
6776
|
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) {
|
|
6764
6777
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6765
6778
|
});
|
|
6766
|
-
setsectionproperties(_objectSpread$
|
|
6779
|
+
setsectionproperties(_objectSpread$2z({}, secpropobj));
|
|
6767
6780
|
}, [pageindexcontext]);
|
|
6768
6781
|
var reviewstyles = {
|
|
6769
6782
|
submitreviewbtn: glamor.css({
|
|
@@ -6889,9 +6902,9 @@ var AddReview = function AddReview(props) {
|
|
|
6889
6902
|
}),
|
|
6890
6903
|
activeColor: "#ffd700",
|
|
6891
6904
|
onChange: function onChange(event) {
|
|
6892
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
6905
|
+
var tempreviewpayloadobj = _objectSpread$2z({}, reviewpayloadobj);
|
|
6893
6906
|
tempreviewpayloadobj.reviewrate = event;
|
|
6894
|
-
setreviewpayloadobj(_objectSpread$
|
|
6907
|
+
setreviewpayloadobj(_objectSpread$2z({}, tempreviewpayloadobj));
|
|
6895
6908
|
}
|
|
6896
6909
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6897
6910
|
"class": "col-lg-12"
|
|
@@ -6905,9 +6918,9 @@ var AddReview = function AddReview(props) {
|
|
|
6905
6918
|
"class": reviewstyles.form_control,
|
|
6906
6919
|
value: reviewpayloadobj.reviewname,
|
|
6907
6920
|
onChange: function onChange(event) {
|
|
6908
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
6921
|
+
var tempreviewpayloadobj = _objectSpread$2z({}, reviewpayloadobj);
|
|
6909
6922
|
tempreviewpayloadobj.reviewname = event.target.value;
|
|
6910
|
-
setreviewpayloadobj(_objectSpread$
|
|
6923
|
+
setreviewpayloadobj(_objectSpread$2z({}, tempreviewpayloadobj));
|
|
6911
6924
|
}
|
|
6912
6925
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6913
6926
|
"class": "col-lg-12 mb-4"
|
|
@@ -6917,9 +6930,9 @@ var AddReview = function AddReview(props) {
|
|
|
6917
6930
|
"class": reviewstyles.form_control,
|
|
6918
6931
|
value: reviewpayloadobj.reviewtitle,
|
|
6919
6932
|
onChange: function onChange(event) {
|
|
6920
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
6933
|
+
var tempreviewpayloadobj = _objectSpread$2z({}, reviewpayloadobj);
|
|
6921
6934
|
tempreviewpayloadobj.reviewtitle = event.target.value;
|
|
6922
|
-
setreviewpayloadobj(_objectSpread$
|
|
6935
|
+
setreviewpayloadobj(_objectSpread$2z({}, tempreviewpayloadobj));
|
|
6923
6936
|
}
|
|
6924
6937
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6925
6938
|
"class": "col-lg-12 mb-4"
|
|
@@ -6930,9 +6943,9 @@ var AddReview = function AddReview(props) {
|
|
|
6930
6943
|
"class": reviewstyles.form_control + ' form_control ',
|
|
6931
6944
|
value: reviewpayloadobj.reviewbody,
|
|
6932
6945
|
onChange: function onChange(event) {
|
|
6933
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
6946
|
+
var tempreviewpayloadobj = _objectSpread$2z({}, reviewpayloadobj);
|
|
6934
6947
|
tempreviewpayloadobj.reviewbody = event.target.value;
|
|
6935
|
-
setreviewpayloadobj(_objectSpread$
|
|
6948
|
+
setreviewpayloadobj(_objectSpread$2z({}, tempreviewpayloadobj));
|
|
6936
6949
|
},
|
|
6937
6950
|
style: {
|
|
6938
6951
|
resize: 'none',
|
|
@@ -6967,8 +6980,8 @@ var AddReview = function AddReview(props) {
|
|
|
6967
6980
|
}, langdetect == 'en' ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)));
|
|
6968
6981
|
};
|
|
6969
6982
|
|
|
6970
|
-
function ownKeys$
|
|
6971
|
-
function _objectSpread$
|
|
6983
|
+
function ownKeys$2y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6984
|
+
function _objectSpread$2y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6972
6985
|
var ProductReviews = function ProductReviews(props) {
|
|
6973
6986
|
var _fetchProductInfoQuer, _fetchProductInfoQuer3, _fetchProductInfoQuer4;
|
|
6974
6987
|
props.actions.lang;
|
|
@@ -7202,7 +7215,7 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
7202
7215
|
size: "md",
|
|
7203
7216
|
"class": "reviewmodal"
|
|
7204
7217
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement(AddReview, {
|
|
7205
|
-
actions: _objectSpread$
|
|
7218
|
+
actions: _objectSpread$2y(_objectSpread$2y({}, actions), {}, {
|
|
7206
7219
|
productid: productid,
|
|
7207
7220
|
canuserreview: canuserreview,
|
|
7208
7221
|
addreviewcallback: addreviewcallback
|
|
@@ -7210,8 +7223,8 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
7210
7223
|
}))));
|
|
7211
7224
|
};
|
|
7212
7225
|
|
|
7213
|
-
function ownKeys$
|
|
7214
|
-
function _objectSpread$
|
|
7226
|
+
function ownKeys$2x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7227
|
+
function _objectSpread$2x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2x(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7215
7228
|
var Productinfo = function Productinfo(props) {
|
|
7216
7229
|
var _css, _ref, _ref2, _ref3, _fetchProductInfoQuer50, _fetchProductInfoQuer51, _fetchProductInfoQuer52, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _fetchProductInfoQuer53, _fetchProductInfoQuer54, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer55, _fetchProductInfoQuer56, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10;
|
|
7217
7230
|
var _useState = React.useState({}),
|
|
@@ -7240,7 +7253,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7240
7253
|
setfetchProductInfoQueryContext = _useState4[1];
|
|
7241
7254
|
React.useEffect(function () {
|
|
7242
7255
|
if (fetchProductInfoQueryContextProps.isSuccess) {
|
|
7243
|
-
setProductInfoObj(_objectSpread$
|
|
7256
|
+
setProductInfoObj(_objectSpread$2x({}, fetchProductInfoQueryContextProps.data));
|
|
7244
7257
|
setfetchProductInfoQueryContext(fetchProductInfoQueryContextProps);
|
|
7245
7258
|
}
|
|
7246
7259
|
}, [props.actions, props, fetchProductInfoQueryContextProps.data, fetchProductInfoQueryContextProps.isSuccess]);
|
|
@@ -7369,7 +7382,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7369
7382
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
7370
7383
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7371
7384
|
});
|
|
7372
|
-
setsectionproperties(_objectSpread$
|
|
7385
|
+
setsectionproperties(_objectSpread$2x({}, secpropobj));
|
|
7373
7386
|
setTabIndex(0);
|
|
7374
7387
|
settabname('descriptiontab');
|
|
7375
7388
|
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.product_videos) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.length) == 0) {
|
|
@@ -7415,7 +7428,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7415
7428
|
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) {
|
|
7416
7429
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7417
7430
|
});
|
|
7418
|
-
setsectionproperties(_objectSpread$
|
|
7431
|
+
setsectionproperties(_objectSpread$2x({}, secpropobj));
|
|
7419
7432
|
}, [pageindexcontext]);
|
|
7420
7433
|
React.useEffect(function () {
|
|
7421
7434
|
if (productidparam == undefined) {
|
|
@@ -7448,12 +7461,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
7448
7461
|
}
|
|
7449
7462
|
}, [ProductInfoObj, isloaded]);
|
|
7450
7463
|
var productidassigner = function productidassigner(productid) {
|
|
7451
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
7464
|
+
var tempFetchQueriesEngineContext = _objectSpread$2x({}, FetchQueriesEngineContext);
|
|
7452
7465
|
tempFetchQueriesEngineContext.fetchproductinfo = true;
|
|
7453
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
7454
|
-
var tempfetchproductinfoObjContext = _objectSpread$
|
|
7466
|
+
setFetchQueriesEngineContext(_objectSpread$2x({}, tempFetchQueriesEngineContext));
|
|
7467
|
+
var tempfetchproductinfoObjContext = _objectSpread$2x({}, fetchproductinfoObjContext);
|
|
7455
7468
|
tempfetchproductinfoObjContext.productid = productid;
|
|
7456
|
-
setfetchproductinfoObjContext(_objectSpread$
|
|
7469
|
+
setfetchproductinfoObjContext(_objectSpread$2x({}, tempfetchproductinfoObjContext));
|
|
7457
7470
|
};
|
|
7458
7471
|
React.useEffect(function () {
|
|
7459
7472
|
if (!fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && ikimagecredcontext != undefined) {
|
|
@@ -7505,7 +7518,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7505
7518
|
setproductimagesarray([].concat(tempproductimagesarray));
|
|
7506
7519
|
variantchecker();
|
|
7507
7520
|
var quantitystepincrearse = 1;
|
|
7508
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
7521
|
+
var tempaddtocardpayloadobj = _objectSpread$2x({}, addtocardpayloadobj);
|
|
7509
7522
|
tempaddtocardpayloadobj.productid = fetchProductInfoQueryContext.data.data.productinfo.productid;
|
|
7510
7523
|
// setaddtocardpayloadobj({ ...tempaddtocardpayloadobj });
|
|
7511
7524
|
setRelatedProductsTagid(fetchProductInfoQueryContext.data.data.productinfo.maintagid);
|
|
@@ -7537,7 +7550,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7537
7550
|
// quantitystepincrearse = parseFloat(fetchProductInfoQueryContext?.data?.data?.productinfo?.quantitystepincrearse);
|
|
7538
7551
|
}
|
|
7539
7552
|
tempaddtocardpayloadobj.quantity = quantitystepincrearse;
|
|
7540
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
7553
|
+
setaddtocardpayloadobj(_objectSpread$2x({}, tempaddtocardpayloadobj));
|
|
7541
7554
|
}
|
|
7542
7555
|
}
|
|
7543
7556
|
}, [fetchProductInfoQueryContext.isSuccess, fetchProductInfoQueryContext.data, ikimagecredcontext]);
|
|
@@ -7595,7 +7608,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7595
7608
|
});
|
|
7596
7609
|
variantchecker();
|
|
7597
7610
|
variantcompleting();
|
|
7598
|
-
setProductInfoObj(_objectSpread$
|
|
7611
|
+
setProductInfoObj(_objectSpread$2x({}, productarr));
|
|
7599
7612
|
};
|
|
7600
7613
|
var variantchecker = function variantchecker() {
|
|
7601
7614
|
var productarr = ProductInfoObj;
|
|
@@ -7669,16 +7682,16 @@ var Productinfo = function Productinfo(props) {
|
|
|
7669
7682
|
});
|
|
7670
7683
|
}
|
|
7671
7684
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
7672
|
-
setProductInfoObj(_objectSpread$
|
|
7685
|
+
setProductInfoObj(_objectSpread$2x({}, productarr));
|
|
7673
7686
|
setisloaded(true);
|
|
7674
7687
|
}
|
|
7675
7688
|
}
|
|
7676
7689
|
};
|
|
7677
7690
|
var variantcompleting = function variantcompleting() {
|
|
7678
7691
|
setvariantindexcompleted('');
|
|
7679
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
7692
|
+
var tempaddtocardpayloadobj = _objectSpread$2x({}, addtocardpayloadobj);
|
|
7680
7693
|
tempaddtocardpayloadobj.variantid = '';
|
|
7681
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
7694
|
+
setaddtocardpayloadobj(_objectSpread$2x({}, tempaddtocardpayloadobj));
|
|
7682
7695
|
var productarr = ProductInfoObj;
|
|
7683
7696
|
var selectedoptionsvalues = [];
|
|
7684
7697
|
productarr.data.productinfo.productoptions.forEach(function (productoptionsitem, productoptionsindex) {
|
|
@@ -7711,7 +7724,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7711
7724
|
NotificationManager.warning('', 'Variant Not Found');
|
|
7712
7725
|
} else {
|
|
7713
7726
|
variantid = variantobj.variantid;
|
|
7714
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
7727
|
+
var tempaddtocardpayloadobj = _objectSpread$2x({}, addtocardpayloadobj);
|
|
7715
7728
|
tempaddtocardpayloadobj.variantid = variantid;
|
|
7716
7729
|
var variantimageindex = 0;
|
|
7717
7730
|
productimagesarray === null || productimagesarray === void 0 || productimagesarray.forEach(function (tempimageitem, tempimageindex) {
|
|
@@ -7726,14 +7739,14 @@ var Productinfo = function Productinfo(props) {
|
|
|
7726
7739
|
}
|
|
7727
7740
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
7728
7741
|
setcurrentshowingimageindex(variantimageindex);
|
|
7729
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
7742
|
+
setaddtocardpayloadobj(_objectSpread$2x({}, tempaddtocardpayloadobj));
|
|
7730
7743
|
setvariantindexcompleted(ProductVariantIndex);
|
|
7731
7744
|
setvariantindex(ProductVariantIndex);
|
|
7732
7745
|
}
|
|
7733
7746
|
}
|
|
7734
7747
|
});
|
|
7735
7748
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
7736
|
-
setProductInfoObj(_objectSpread$
|
|
7749
|
+
setProductInfoObj(_objectSpread$2x({}, productarr));
|
|
7737
7750
|
};
|
|
7738
7751
|
var addtocartfunc = function addtocartfunc(forcetocheckout) {
|
|
7739
7752
|
var runfunc = false;
|
|
@@ -7758,7 +7771,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7758
7771
|
}
|
|
7759
7772
|
if (runfunc == true) {
|
|
7760
7773
|
var _fetchProductInfoQuer25, _fetchProductInfoQuer26;
|
|
7761
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
7774
|
+
var tempaddtocardpayloadobj = _objectSpread$2x({}, addtocardpayloadobj);
|
|
7762
7775
|
tempaddtocardpayloadobj.isproductforcedtocheckout = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productinfo) === null || _fetchProductInfoQuer25 === void 0 ? void 0 : _fetchProductInfoQuer25.isproductforcedtocheckout;
|
|
7763
7776
|
tempaddtocardpayloadobj.vendorid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer26 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.productinfo) === null || _fetchProductInfoQuer26 === void 0 ? void 0 : _fetchProductInfoQuer26.vendorproviderid;
|
|
7764
7777
|
if (forcetocheckoutvalue != undefined) {
|
|
@@ -7797,7 +7810,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7797
7810
|
};
|
|
7798
7811
|
var validateextrafields = function validateextrafields() {
|
|
7799
7812
|
var _fetchProductInfoQuer33;
|
|
7800
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
7813
|
+
var tempaddtocardpayloadobj = _objectSpread$2x({}, addtocardpayloadobj);
|
|
7801
7814
|
var status = false;
|
|
7802
7815
|
var reason = '';
|
|
7803
7816
|
var missingitemsfound = [];
|
|
@@ -8962,7 +8975,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
8962
8975
|
}))), /*#__PURE__*/React__default["default"].createElement(material.Box, {
|
|
8963
8976
|
"class": "w-100 mt-5 mb-4"
|
|
8964
8977
|
}, tabname == 'descriptiontab' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
8965
|
-
actions: _objectSpread$
|
|
8978
|
+
actions: _objectSpread$2x(_objectSpread$2x({}, actions), {}, {
|
|
8966
8979
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
8967
8980
|
sectionproperties: sectionproperties
|
|
8968
8981
|
})
|
|
@@ -9010,7 +9023,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
9010
9023
|
})), tabname == 'reviewstab' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9011
9024
|
"class": "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0"
|
|
9012
9025
|
}, /*#__PURE__*/React__default["default"].createElement(ProductReviews, {
|
|
9013
|
-
actions: _objectSpread$
|
|
9026
|
+
actions: _objectSpread$2x(_objectSpread$2x({}, actions), {}, {
|
|
9014
9027
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
9015
9028
|
sectionproperties: sectionproperties
|
|
9016
9029
|
})
|
|
@@ -9027,8 +9040,8 @@ var css_248z$I = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu_
|
|
|
9027
9040
|
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"};
|
|
9028
9041
|
styleInject(css_248z$I);
|
|
9029
9042
|
|
|
9030
|
-
function ownKeys$
|
|
9031
|
-
function _objectSpread$
|
|
9043
|
+
function ownKeys$2w(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9044
|
+
function _objectSpread$2w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2w(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9032
9045
|
var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
9033
9046
|
var _useState = React.useState(props.currentpageprops),
|
|
9034
9047
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -9064,7 +9077,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
9064
9077
|
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) {
|
|
9065
9078
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9066
9079
|
});
|
|
9067
|
-
setsectionproperties(_objectSpread$
|
|
9080
|
+
setsectionproperties(_objectSpread$2w({}, secpropobj));
|
|
9068
9081
|
}
|
|
9069
9082
|
}, [CurrentPageId]);
|
|
9070
9083
|
var styles = {
|
|
@@ -9230,8 +9243,8 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
9230
9243
|
}))))));
|
|
9231
9244
|
};
|
|
9232
9245
|
|
|
9233
|
-
function ownKeys$
|
|
9234
|
-
function _objectSpread$
|
|
9246
|
+
function ownKeys$2v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9247
|
+
function _objectSpread$2v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2v(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9235
9248
|
var Ordershistory = function Ordershistory(props) {
|
|
9236
9249
|
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchorderhistoryQue2, _fetchorderhistoryQue3, _fetchorderhistoryQue4, _fetchorderhistoryQue5;
|
|
9237
9250
|
var lang = props.actions.lang;
|
|
@@ -9295,9 +9308,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
9295
9308
|
React.useEffect(function () {
|
|
9296
9309
|
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
|
|
9297
9310
|
if (FetchQueriesEngineContext != undefined) {
|
|
9298
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
9311
|
+
var tempFetchQueriesEngineContext = _objectSpread$2v({}, FetchQueriesEngineContext);
|
|
9299
9312
|
tempFetchQueriesEngineContext.orderhistory = true;
|
|
9300
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
9313
|
+
setFetchQueriesEngineContext(_objectSpread$2v({}, tempFetchQueriesEngineContext));
|
|
9301
9314
|
}
|
|
9302
9315
|
}
|
|
9303
9316
|
}, [authdetailsContext]);
|
|
@@ -9319,7 +9332,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
9319
9332
|
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) {
|
|
9320
9333
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9321
9334
|
});
|
|
9322
|
-
setsectionproperties(_objectSpread$
|
|
9335
|
+
setsectionproperties(_objectSpread$2v({}, secpropobj));
|
|
9323
9336
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
9324
9337
|
var orderhistory_cssstyles = {
|
|
9325
9338
|
variantcontainer: glamor.css({
|
|
@@ -10366,8 +10379,8 @@ var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_c
|
|
|
10366
10379
|
var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
|
|
10367
10380
|
styleInject(css_248z$H);
|
|
10368
10381
|
|
|
10369
|
-
function ownKeys$
|
|
10370
|
-
function _objectSpread$
|
|
10382
|
+
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; }
|
|
10383
|
+
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; }
|
|
10371
10384
|
var Wishlist = function Wishlist(props) {
|
|
10372
10385
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
10373
10386
|
props.actions.lang;
|
|
@@ -10398,13 +10411,13 @@ var Wishlist = function Wishlist(props) {
|
|
|
10398
10411
|
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
10399
10412
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
10400
10413
|
});
|
|
10401
|
-
setsectionproperties(_objectSpread$
|
|
10414
|
+
setsectionproperties(_objectSpread$2u({}, secpropobj));
|
|
10402
10415
|
}
|
|
10403
10416
|
}, [StatePagePropertiesContext]);
|
|
10404
10417
|
React.useEffect(function () {
|
|
10405
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10418
|
+
var tempFetchQueriesEngineContext = _objectSpread$2u({}, FetchQueriesEngineContext);
|
|
10406
10419
|
tempFetchQueriesEngineContext.fetchfavoriteproducts = true;
|
|
10407
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
10420
|
+
setFetchQueriesEngineContext(_objectSpread$2u({}, tempFetchQueriesEngineContext));
|
|
10408
10421
|
}, []);
|
|
10409
10422
|
React.useEffect(function () {
|
|
10410
10423
|
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
@@ -10413,7 +10426,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
10413
10426
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
10414
10427
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
10415
10428
|
});
|
|
10416
|
-
setsectionproperties(_objectSpread$
|
|
10429
|
+
setsectionproperties(_objectSpread$2u({}, secpropobj));
|
|
10417
10430
|
}
|
|
10418
10431
|
}, [StatePagePropertiesContext]);
|
|
10419
10432
|
var wishlist_cssstyles = {
|
|
@@ -11032,8 +11045,8 @@ var Wishlist = function Wishlist(props) {
|
|
|
11032
11045
|
})));
|
|
11033
11046
|
};
|
|
11034
11047
|
|
|
11035
|
-
function ownKeys$
|
|
11036
|
-
function _objectSpread$
|
|
11048
|
+
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; }
|
|
11049
|
+
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; }
|
|
11037
11050
|
var Viewcart = function Viewcart(props) {
|
|
11038
11051
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchcustomercartQue7, _fetchcustomercartQue8;
|
|
11039
11052
|
var lang = props.actions.lang;
|
|
@@ -11065,7 +11078,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
11065
11078
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
11066
11079
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11067
11080
|
});
|
|
11068
|
-
setsectionproperties(_objectSpread$
|
|
11081
|
+
setsectionproperties(_objectSpread$2t({}, secpropobj));
|
|
11069
11082
|
}
|
|
11070
11083
|
}, [StatePagePropertiesContext]);
|
|
11071
11084
|
React.useEffect(function () {
|
|
@@ -11653,10 +11666,10 @@ var css_248z$G = "/* Forms */\n.form-module_form_control__4-RGw {\n display:
|
|
|
11653
11666
|
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-"};
|
|
11654
11667
|
styleInject(css_248z$G);
|
|
11655
11668
|
|
|
11656
|
-
function ownKeys$
|
|
11657
|
-
function _objectSpread$
|
|
11669
|
+
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; }
|
|
11670
|
+
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; }
|
|
11658
11671
|
var Checkout = function Checkout(props) {
|
|
11659
|
-
var _css, _fetchcustomercartQue63, _fetchcustomercartQue64, _authdetailsContext$
|
|
11672
|
+
var _css, _authdetailsContext$i4, _fetchcustomercartQue63, _authdetailsContext$i5, _fetchcustomercartQue64, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _fetchcustomercartQue65, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue76, _fetchcustomercartQue78, _fetchcustomercartQue80, _fetchcustomercartQue82, _authdetailsContext$i9, _fetchcustomercartQue84, _authdetailsContext$i0, _fetchcustomercartQue86, _authdetailsContext$i1, _fetchcustomercartQue88, _authdetailsContext$i10, _fetchcustomercartQue90, _authdetailsContext$i11, _fetchcustomercartQue92, _fetchcustomercartQue94;
|
|
11660
11673
|
var _useState = React.useState(null),
|
|
11661
11674
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
11662
11675
|
_useState2[0];
|
|
@@ -11726,7 +11739,7 @@ var Checkout = function Checkout(props) {
|
|
|
11726
11739
|
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) {
|
|
11727
11740
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11728
11741
|
});
|
|
11729
|
-
setsectionproperties(_objectSpread$
|
|
11742
|
+
setsectionproperties(_objectSpread$2s({}, secpropobj));
|
|
11730
11743
|
}, [props.actions.StatePagePropertiesContext]);
|
|
11731
11744
|
React.useEffect(function () {
|
|
11732
11745
|
var Canorder = false;
|
|
@@ -11746,10 +11759,10 @@ var Checkout = function Checkout(props) {
|
|
|
11746
11759
|
}
|
|
11747
11760
|
if (Canorder == true) {
|
|
11748
11761
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7;
|
|
11749
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
11762
|
+
var tempFetchQueriesEngineContext = _objectSpread$2s({}, FetchQueriesEngineContext);
|
|
11750
11763
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
11751
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
11752
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11764
|
+
setFetchQueriesEngineContext(_objectSpread$2s({}, tempFetchQueriesEngineContext));
|
|
11765
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2s({}, FetchTabexStatesPayloadobjContext);
|
|
11753
11766
|
if (
|
|
11754
11767
|
// Aya
|
|
11755
11768
|
!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 &&
|
|
@@ -11766,7 +11779,7 @@ var Checkout = function Checkout(props) {
|
|
|
11766
11779
|
var _fetchcustomercartQue8;
|
|
11767
11780
|
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;
|
|
11768
11781
|
}
|
|
11769
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11782
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2s({}, tempFetchTabexStatesPayloadobjContext));
|
|
11770
11783
|
} else {
|
|
11771
11784
|
// NotificationManager.warning('', lang.pleaselogintocheckout);
|
|
11772
11785
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -12255,7 +12268,7 @@ var Checkout = function Checkout(props) {
|
|
|
12255
12268
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12256
12269
|
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
12257
12270
|
}, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12258
|
-
className: ' text-capitalize font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
12271
|
+
className: ' text-capitalize font-weight-500 font-13 m-0 p-0 ml-1 mr-1 '
|
|
12259
12272
|
}, " ", extrafielditem.value)));
|
|
12260
12273
|
})))), sectionproperties.prodPriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12261
12274
|
className: "col-lg-3 col-md-3 col-sm-2 p-0"
|
|
@@ -12692,7 +12705,7 @@ var Checkout = function Checkout(props) {
|
|
|
12692
12705
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12693
12706
|
className: "row m-0 w-100 mb-3 pl-3 pr-3 pb-3"
|
|
12694
12707
|
}, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12695
|
-
className:
|
|
12708
|
+
className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
|
|
12696
12709
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12697
12710
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
12698
12711
|
}, lang.name), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
@@ -12707,7 +12720,7 @@ var Checkout = function Checkout(props) {
|
|
|
12707
12720
|
boxShadow: 'none'
|
|
12708
12721
|
}
|
|
12709
12722
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12710
|
-
className:
|
|
12723
|
+
className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
|
|
12711
12724
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12712
12725
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
12713
12726
|
}, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
@@ -12722,10 +12735,13 @@ var Checkout = function Checkout(props) {
|
|
|
12722
12735
|
boxShadow: 'none'
|
|
12723
12736
|
}
|
|
12724
12737
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12725
|
-
className: "col-lg-4 col-md-12 mb-3"
|
|
12738
|
+
className: "col-lg-4 col-md-12 mb-3",
|
|
12739
|
+
style: {
|
|
12740
|
+
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.customerEmailrequiered) == 1 ? 'flex' : sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.customerEmailrequiered) == 0 ? 'none' : 'flex'
|
|
12741
|
+
}
|
|
12726
12742
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12727
12743
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
12728
|
-
}, lang.email, ' ', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12744
|
+
}, lang.email, ' ', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '6739bf5880c04' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
12729
12745
|
"class": "mx-2",
|
|
12730
12746
|
style: {
|
|
12731
12747
|
fontSize: 13
|
|
@@ -12790,10 +12806,10 @@ var Checkout = function Checkout(props) {
|
|
|
12790
12806
|
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue66 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue66 === void 0 || (_fetchcustomercartQue66 = _fetchcustomercartQue66.data) === null || _fetchcustomercartQue66 === void 0 ? void 0 : _fetchcustomercartQue66.customercart.countryid);
|
|
12791
12807
|
}),
|
|
12792
12808
|
onChange: function onChange(option) {
|
|
12793
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
12809
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2s({}, FetchTabexStatesPayloadobjContext);
|
|
12794
12810
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
12795
12811
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
12796
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
12812
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2s({}, tempFetchTabexStatesPayloadobjContext));
|
|
12797
12813
|
cartinfoupdater('countryid', option.id);
|
|
12798
12814
|
},
|
|
12799
12815
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -12847,10 +12863,10 @@ var Checkout = function Checkout(props) {
|
|
|
12847
12863
|
onChange: function onChange(option) {
|
|
12848
12864
|
var _fetchcustomercartQue68;
|
|
12849
12865
|
if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue68 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue68 === void 0 || (_fetchcustomercartQue68 = _fetchcustomercartQue68.data) === null || _fetchcustomercartQue68 === void 0 ? void 0 : _fetchcustomercartQue68.customercart.countryid.length) != 0) {
|
|
12850
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
12866
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2s({}, FetchTabexStatesPayloadobjContext);
|
|
12851
12867
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
12852
12868
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
12853
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
12869
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2s({}, tempFetchTabexStatesPayloadobjContext));
|
|
12854
12870
|
cartinfoupdater('stateid', option.id);
|
|
12855
12871
|
} else {
|
|
12856
12872
|
NotificationManager.warning('', 'Please Choose Country Or State');
|
|
@@ -13159,7 +13175,7 @@ var Checkout = function Checkout(props) {
|
|
|
13159
13175
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
13160
13176
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13161
13177
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
13162
|
-
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
13178
|
+
}, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.acceptForsaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13163
13179
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
13164
13180
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
13165
13181
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -13180,7 +13196,7 @@ var Checkout = function Checkout(props) {
|
|
|
13180
13196
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
13181
13197
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13182
13198
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
13183
|
-
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
13199
|
+
}, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.acceptSouhoolaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13184
13200
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
13185
13201
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
13186
13202
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -13201,7 +13217,7 @@ var Checkout = function Checkout(props) {
|
|
|
13201
13217
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
13202
13218
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13203
13219
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
13204
|
-
}, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
13220
|
+
}, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13205
13221
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
13206
13222
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
13207
13223
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -13222,7 +13238,7 @@ var Checkout = function Checkout(props) {
|
|
|
13222
13238
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
13223
13239
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13224
13240
|
className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
|
|
13225
|
-
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
13241
|
+
}, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13226
13242
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
13227
13243
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
13228
13244
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -13243,7 +13259,7 @@ var Checkout = function Checkout(props) {
|
|
|
13243
13259
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
13244
13260
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13245
13261
|
className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
|
|
13246
|
-
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
13262
|
+
}, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13247
13263
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
13248
13264
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
13249
13265
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -13369,8 +13385,8 @@ var Checkout = function Checkout(props) {
|
|
|
13369
13385
|
}, Mycart())))));
|
|
13370
13386
|
};
|
|
13371
13387
|
|
|
13372
|
-
function ownKeys$
|
|
13373
|
-
function _objectSpread$
|
|
13388
|
+
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; }
|
|
13389
|
+
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; }
|
|
13374
13390
|
var VendorPage = function VendorPage(props) {
|
|
13375
13391
|
var _useState = React.useState(''),
|
|
13376
13392
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -13403,7 +13419,7 @@ var VendorPage = function VendorPage(props) {
|
|
|
13403
13419
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13404
13420
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13405
13421
|
});
|
|
13406
|
-
setsectionproperties(_objectSpread$
|
|
13422
|
+
setsectionproperties(_objectSpread$2r({}, secpropobj));
|
|
13407
13423
|
}
|
|
13408
13424
|
}, [StatePagePropertiesContext]);
|
|
13409
13425
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -13526,13 +13542,13 @@ var VendorPage = function VendorPage(props) {
|
|
|
13526
13542
|
})));
|
|
13527
13543
|
};
|
|
13528
13544
|
|
|
13529
|
-
function ownKeys$
|
|
13530
|
-
function _objectSpread$
|
|
13545
|
+
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; }
|
|
13546
|
+
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; }
|
|
13531
13547
|
var Select$2 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
13532
13548
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
13533
13549
|
});
|
|
13534
13550
|
var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
13535
|
-
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$
|
|
13551
|
+
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i5, _authdetailsContext$c, _authdetailsContext$c2;
|
|
13536
13552
|
var lang = props.actions.lang;
|
|
13537
13553
|
var langdetect = props.actions.langdetect;
|
|
13538
13554
|
props.actions.routingcountext;
|
|
@@ -13637,54 +13653,56 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13637
13653
|
}
|
|
13638
13654
|
}, [fetchAuthorizationQueryContext.isSuccess]);
|
|
13639
13655
|
React.useEffect(function () {
|
|
13640
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
13656
|
+
var tempFetchQueriesEngineContext = _objectSpread$2q({}, FetchQueriesEngineContext);
|
|
13641
13657
|
tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
13642
13658
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
13643
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
13644
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
13659
|
+
setFetchQueriesEngineContext(_objectSpread$2q({}, tempFetchQueriesEngineContext));
|
|
13660
|
+
var tempFetchQueriesEngineContext = _objectSpread$2q({}, FetchQueriesEngineContext);
|
|
13645
13661
|
}, []);
|
|
13646
13662
|
React.useEffect(function () {
|
|
13647
13663
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
13648
|
-
setsectionproperties(_objectSpread$
|
|
13664
|
+
setsectionproperties(_objectSpread$2q({}, props.sectionpropertiesprops));
|
|
13649
13665
|
}
|
|
13650
13666
|
}, [props.sectionpropertiesprops]);
|
|
13651
13667
|
React.useEffect(function () {
|
|
13652
13668
|
if (fetchinstitutecustomerinfosignupQueryContext.isSuccess) {
|
|
13653
13669
|
if (authdetailsContext.loggedin == true) {
|
|
13654
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
13655
|
-
setpayloadobj(_objectSpread$
|
|
13656
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13670
|
+
var tempcustomerinfoobj = _objectSpread$2q({}, fetchinstitutecustomerinfosignupQueryContext.data.data.customerinfo);
|
|
13671
|
+
setpayloadobj(_objectSpread$2q({}, tempcustomerinfoobj));
|
|
13672
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2q({}, FetchTabexStatesPayloadobjContext);
|
|
13657
13673
|
if (tempcustomerinfoobj.countryid != null) {
|
|
13658
13674
|
tempFetchTabexStatesPayloadobjContext.country_id = tempcustomerinfoobj.countryid;
|
|
13659
13675
|
}
|
|
13660
13676
|
if (tempcustomerinfoobj.stateid != null) {
|
|
13661
13677
|
tempFetchTabexStatesPayloadobjContext.state_id = tempcustomerinfoobj.stateid;
|
|
13662
13678
|
}
|
|
13663
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13679
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2q({}, tempFetchTabexStatesPayloadobjContext));
|
|
13664
13680
|
setdataloaded(true);
|
|
13665
13681
|
} else {
|
|
13666
13682
|
var _fetchinstitutecustom;
|
|
13667
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
13683
|
+
var tempcustomerinfoobj = _objectSpread$2q({}, payloadobj);
|
|
13668
13684
|
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)) {
|
|
13669
13685
|
tempcustomerinfoobj.instsignupformvalues = _toConsumableArray__default["default"](fetchinstitutecustomerinfosignupQueryContext.data.data.instsignupformvalues);
|
|
13670
13686
|
}
|
|
13671
|
-
setpayloadobj(_objectSpread$
|
|
13687
|
+
setpayloadobj(_objectSpread$2q({}, tempcustomerinfoobj));
|
|
13672
13688
|
setdataloaded(true);
|
|
13673
13689
|
}
|
|
13674
13690
|
}
|
|
13675
13691
|
}, [fetchinstitutecustomerinfosignupQueryContext.isSuccess, fetchinstitutecustomerinfosignupQueryContext.data, authdetailsContext]);
|
|
13676
13692
|
var payloadobjchange = function payloadobjchange(key, value) {
|
|
13677
|
-
var temppayloadobj = _objectSpread$
|
|
13693
|
+
var temppayloadobj = _objectSpread$2q({}, payloadobj);
|
|
13678
13694
|
temppayloadobj[key] = value;
|
|
13679
|
-
setpayloadobj(_objectSpread$
|
|
13695
|
+
setpayloadobj(_objectSpread$2q({}, temppayloadobj));
|
|
13680
13696
|
};
|
|
13681
13697
|
var validateEmailstring = function validateEmailstring(email) {
|
|
13682
13698
|
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,}))$/);
|
|
13683
13699
|
};
|
|
13684
13700
|
var verifypayload = function verifypayload() {
|
|
13701
|
+
var _fetchAuthorizationQu7;
|
|
13685
13702
|
var iscompleted = false;
|
|
13686
13703
|
var isshippingaddresscompleted = false;
|
|
13687
13704
|
var passwordvalidation = false;
|
|
13705
|
+
// password
|
|
13688
13706
|
if (authdetailsContext.loggedin == false) {
|
|
13689
13707
|
var _authdetailsContext$i;
|
|
13690
13708
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.ispasswordrequired_signup) == 1) {
|
|
@@ -13708,6 +13726,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13708
13726
|
if (passwordvalidation == false) {
|
|
13709
13727
|
NotificationManager.warning('', lang.passwordsdontmatch);
|
|
13710
13728
|
}
|
|
13729
|
+
// address
|
|
13711
13730
|
if (customeraddressrequierd == 1) {
|
|
13712
13731
|
if (payloadobj.countryid.length != 0 && payloadobj.stateid.length != 0 && payloadobj.cityid.length != 0 && payloadobj.shippingaddress.length != 0) {
|
|
13713
13732
|
isshippingaddresscompleted = true;
|
|
@@ -13723,6 +13742,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13723
13742
|
// NotificationManager.warning('', langdetect == 'en' ? 'Please Write valid phone number' : 'من فضلك اكتب رقم تليفون صحيح');
|
|
13724
13743
|
// }
|
|
13725
13744
|
// }
|
|
13745
|
+
|
|
13726
13746
|
if (validateEmailstring(payloadobj.email)) {
|
|
13727
13747
|
if (payloadobj.email.length != 0 && payloadobj.name.length != 0 && payloadobj.mobile.length != 0 && passwordvalidation == true) {
|
|
13728
13748
|
if (isshippingaddresscompleted) {
|
|
@@ -13748,6 +13768,31 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13748
13768
|
iscompleted = false;
|
|
13749
13769
|
NotificationManager.warning('', lang.fillthemissingfields);
|
|
13750
13770
|
}
|
|
13771
|
+
} else if ((fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 || (_fetchAuthorizationQu7 = fetchAuthorizationQueryContext.data) === null || _fetchAuthorizationQu7 === void 0 || (_fetchAuthorizationQu7 = _fetchAuthorizationQu7.data) === null || _fetchAuthorizationQu7 === void 0 || (_fetchAuthorizationQu7 = _fetchAuthorizationQu7.instinfo) === null || _fetchAuthorizationQu7 === void 0 ? void 0 : _fetchAuthorizationQu7.customerEmailrequiered) == 0) {
|
|
13772
|
+
if (payloadobj.name.length != 0 && payloadobj.mobile.length != 0 && passwordvalidation == true) {
|
|
13773
|
+
if (isshippingaddresscompleted) {
|
|
13774
|
+
var signupformismissing = true;
|
|
13775
|
+
payloadobj.instsignupformvalues.forEach(function (arrayItem) {
|
|
13776
|
+
if (arrayItem.optional == 1) {
|
|
13777
|
+
if (arrayItem.customersignupvalue == undefined || arrayItem.customersignupvalue.length == 0) {
|
|
13778
|
+
signupformismissing = false;
|
|
13779
|
+
}
|
|
13780
|
+
}
|
|
13781
|
+
});
|
|
13782
|
+
if (signupformismissing) {
|
|
13783
|
+
iscompleted = true;
|
|
13784
|
+
} else {
|
|
13785
|
+
iscompleted = false;
|
|
13786
|
+
NotificationManager.warning('', lang.completerequiredfields);
|
|
13787
|
+
}
|
|
13788
|
+
} else {
|
|
13789
|
+
iscompleted = false;
|
|
13790
|
+
NotificationManager.warning('', lang.pleasecompleteaddressmissingfields);
|
|
13791
|
+
}
|
|
13792
|
+
} else {
|
|
13793
|
+
iscompleted = false;
|
|
13794
|
+
NotificationManager.warning('', lang.fillthemissingfields);
|
|
13795
|
+
}
|
|
13751
13796
|
} else {
|
|
13752
13797
|
iscompleted = false;
|
|
13753
13798
|
NotificationManager.warning('', lang.writevalidemail);
|
|
@@ -13756,7 +13801,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13756
13801
|
};
|
|
13757
13802
|
var signupbuttonfunc = function signupbuttonfunc() {
|
|
13758
13803
|
if (verifypayload() == true) {
|
|
13759
|
-
var temppayloadobj = _objectSpread$
|
|
13804
|
+
var temppayloadobj = _objectSpread$2q({}, payloadobj);
|
|
13760
13805
|
if (authdetailsContext.loggedin == true) {
|
|
13761
13806
|
temppayloadobj.functype = 'edit';
|
|
13762
13807
|
} else {
|
|
@@ -13870,13 +13915,16 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13870
13915
|
})
|
|
13871
13916
|
};
|
|
13872
13917
|
var PersonalInformation = function PersonalInformation() {
|
|
13918
|
+
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4;
|
|
13873
13919
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13874
13920
|
className: "row m-0 w-100"
|
|
13875
13921
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13876
13922
|
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
13877
13923
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
13878
13924
|
className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
|
|
13879
|
-
}, lang.name
|
|
13925
|
+
}, lang.name, " ", props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
13926
|
+
"class": "text-danger ml-1 mr-1"
|
|
13927
|
+
}, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
13880
13928
|
type: "text",
|
|
13881
13929
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
13882
13930
|
value: payloadobj.name,
|
|
@@ -13887,10 +13935,15 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13887
13935
|
background: sectionproperties.input_bgcolor
|
|
13888
13936
|
}
|
|
13889
13937
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13890
|
-
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
13938
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0',
|
|
13939
|
+
style: {
|
|
13940
|
+
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.customerEmailrequiered) == 1 ? 'flex' : sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.customerEmailrequiered) == 0 ? 'none' : 'flex'
|
|
13941
|
+
}
|
|
13891
13942
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
13892
13943
|
className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
|
|
13893
|
-
}, lang.email
|
|
13944
|
+
}, lang.email, " ", props.srcfromprops == 'signup' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.customerEmailrequiered) == 1 && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
13945
|
+
"class": "text-danger ml-1 mr-1"
|
|
13946
|
+
}, "*")), sectionproperties.showemaildisclaimer == 'Show' && /*#__PURE__*/React__default["default"].createElement("sup", null, langdetect == 'en' ? sectionproperties.emaildisclaimeren : sectionproperties.emaildisclaimerar), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
13894
13947
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
13895
13948
|
type: "text",
|
|
13896
13949
|
textplaceholder: "",
|
|
@@ -13906,7 +13959,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13906
13959
|
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
13907
13960
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
13908
13961
|
className: formstyles.input_label_name + ' d-flex justify-content-start '
|
|
13909
|
-
}, lang.phonenumber
|
|
13962
|
+
}, lang.phonenumber, props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
13963
|
+
"class": "text-danger ml-1 mr-1"
|
|
13964
|
+
}, "*")), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
|
|
13910
13965
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
13911
13966
|
country: sectionproperties.countrycode == 'SA' ? 'sa' : 'eg',
|
|
13912
13967
|
enableSearch: true,
|
|
@@ -13916,10 +13971,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13916
13971
|
color: sectionproperties.inputfieldcolor
|
|
13917
13972
|
},
|
|
13918
13973
|
onChange: function onChange(event, country) {
|
|
13919
|
-
var temp = _objectSpread$
|
|
13974
|
+
var temp = _objectSpread$2q({}, payloadobj);
|
|
13920
13975
|
temp.mobile = event;
|
|
13921
13976
|
temp.countrydialcode = country.dialCode;
|
|
13922
|
-
setpayloadobj(_objectSpread$
|
|
13977
|
+
setpayloadobj(_objectSpread$2q({}, temp));
|
|
13923
13978
|
// payloadobjchange('mobile', event);
|
|
13924
13979
|
|
|
13925
13980
|
// alert(JSON.stringify(country));
|
|
@@ -13979,10 +14034,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13979
14034
|
return option.id == payloadobj.countryid;
|
|
13980
14035
|
}),
|
|
13981
14036
|
onChange: function onChange(option) {
|
|
13982
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14037
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2q({}, FetchTabexStatesPayloadobjContext);
|
|
13983
14038
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
13984
14039
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
13985
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14040
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2q({}, tempFetchTabexStatesPayloadobjContext));
|
|
13986
14041
|
payloadobjchange('countryid', option.id);
|
|
13987
14042
|
},
|
|
13988
14043
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14032,10 +14087,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14032
14087
|
return option.id == payloadobj.stateid;
|
|
14033
14088
|
}),
|
|
14034
14089
|
onChange: function onChange(option) {
|
|
14035
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14090
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2q({}, FetchTabexStatesPayloadobjContext);
|
|
14036
14091
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
14037
14092
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
14038
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14093
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2q({}, tempFetchTabexStatesPayloadobjContext));
|
|
14039
14094
|
payloadobjchange('stateid', option.id);
|
|
14040
14095
|
},
|
|
14041
14096
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14125,7 +14180,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14125
14180
|
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
14126
14181
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
14127
14182
|
className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
|
|
14128
|
-
}, lang.password
|
|
14183
|
+
}, lang.password, props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14184
|
+
"class": "text-danger ml-1 mr-1"
|
|
14185
|
+
}, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
14129
14186
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
14130
14187
|
type: 'password',
|
|
14131
14188
|
autocomplete: "new-password",
|
|
@@ -14141,7 +14198,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14141
14198
|
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
14142
14199
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
14143
14200
|
className: "".concat(formstyles.input_label_name) + ' d-flex align-items-start '
|
|
14144
|
-
}, lang.confirmpassword
|
|
14201
|
+
}, lang.confirmpassword, props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14202
|
+
"class": "text-danger ml-1 mr-1"
|
|
14203
|
+
}, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
14145
14204
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
14146
14205
|
type: "password",
|
|
14147
14206
|
autocomplete: "new-password",
|
|
@@ -14179,9 +14238,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14179
14238
|
value: item.customersignupvalue,
|
|
14180
14239
|
textplaceholder: "",
|
|
14181
14240
|
onChange: function onChange(event) {
|
|
14182
|
-
var temppayloadobj = _objectSpread$
|
|
14241
|
+
var temppayloadobj = _objectSpread$2q({}, payloadobj);
|
|
14183
14242
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
14184
|
-
setpayloadobj(_objectSpread$
|
|
14243
|
+
setpayloadobj(_objectSpread$2q({}, temppayloadobj));
|
|
14185
14244
|
},
|
|
14186
14245
|
style: {
|
|
14187
14246
|
background: 'transparent'
|
|
@@ -14195,13 +14254,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14195
14254
|
className: formstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
14196
14255
|
checked: item.customersignupvalue == 1 ? true : false,
|
|
14197
14256
|
onChange: function onChange() {
|
|
14198
|
-
var temppayloadobj = _objectSpread$
|
|
14257
|
+
var temppayloadobj = _objectSpread$2q({}, payloadobj);
|
|
14199
14258
|
if (temppayloadobj.instsignupformvalues[index].customersignupvalue == 1) {
|
|
14200
14259
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 0;
|
|
14201
14260
|
} else {
|
|
14202
14261
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 1;
|
|
14203
14262
|
}
|
|
14204
|
-
setpayloadobj(_objectSpread$
|
|
14263
|
+
setpayloadobj(_objectSpread$2q({}, temppayloadobj));
|
|
14205
14264
|
}
|
|
14206
14265
|
}), /*#__PURE__*/React__default["default"].createElement("svg", {
|
|
14207
14266
|
viewBox: "0 0 21 21",
|
|
@@ -14218,9 +14277,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14218
14277
|
value: item.customersignupvalue,
|
|
14219
14278
|
textplaceholder: "",
|
|
14220
14279
|
onChange: function onChange(event) {
|
|
14221
|
-
var temppayloadobj = _objectSpread$
|
|
14280
|
+
var temppayloadobj = _objectSpread$2q({}, payloadobj);
|
|
14222
14281
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
14223
|
-
setpayloadobj(_objectSpread$
|
|
14282
|
+
setpayloadobj(_objectSpread$2q({}, temppayloadobj));
|
|
14224
14283
|
}
|
|
14225
14284
|
}, /*#__PURE__*/React__default["default"].createElement("option", {
|
|
14226
14285
|
value: '',
|
|
@@ -14235,9 +14294,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14235
14294
|
value: item.customersignupvalue,
|
|
14236
14295
|
textplaceholder: "",
|
|
14237
14296
|
onChange: function onChange(event) {
|
|
14238
|
-
var temppayloadobj = _objectSpread$
|
|
14297
|
+
var temppayloadobj = _objectSpread$2q({}, payloadobj);
|
|
14239
14298
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
14240
|
-
setpayloadobj(_objectSpread$
|
|
14299
|
+
setpayloadobj(_objectSpread$2q({}, temppayloadobj));
|
|
14241
14300
|
},
|
|
14242
14301
|
style: {
|
|
14243
14302
|
resize: 'none'
|
|
@@ -14306,7 +14365,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14306
14365
|
style: {
|
|
14307
14366
|
background: sectionproperties.formLeftbgColor
|
|
14308
14367
|
}
|
|
14309
|
-
}, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
14368
|
+
}, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14310
14369
|
className: "col-lg-12 p-0"
|
|
14311
14370
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
14312
14371
|
className: "row ml-0 mr-0 w-100"
|
|
@@ -14598,7 +14657,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14598
14657
|
className: "".concat(formstyles.form_control),
|
|
14599
14658
|
value: validateemailpayload.code,
|
|
14600
14659
|
onChange: function onChange(event) {
|
|
14601
|
-
setvalidateemailpayload(_objectSpread$
|
|
14660
|
+
setvalidateemailpayload(_objectSpread$2q(_objectSpread$2q({}, validateemailpayload), {}, {
|
|
14602
14661
|
code: event.target.value
|
|
14603
14662
|
}));
|
|
14604
14663
|
},
|
|
@@ -14626,12 +14685,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14626
14685
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
14627
14686
|
if (data.data.status) {
|
|
14628
14687
|
if (data.data.functype == 'sendcode') {
|
|
14629
|
-
setvalidateemailpayload(_objectSpread$
|
|
14688
|
+
setvalidateemailpayload(_objectSpread$2q(_objectSpread$2q({}, validateemailpayload), {}, {
|
|
14630
14689
|
step: 'verifycode'
|
|
14631
14690
|
}));
|
|
14632
14691
|
}
|
|
14633
14692
|
if (data.data.functype == 'verifycode') {
|
|
14634
|
-
setvalidateemailpayload(_objectSpread$
|
|
14693
|
+
setvalidateemailpayload(_objectSpread$2q(_objectSpread$2q({}, validateemailpayload), {}, {
|
|
14635
14694
|
isvalidated: true
|
|
14636
14695
|
}));
|
|
14637
14696
|
setvalidateemailmodal(false);
|
|
@@ -14726,7 +14785,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14726
14785
|
className: "".concat(formstyles.form_control),
|
|
14727
14786
|
value: validatephonenumberpayload.code,
|
|
14728
14787
|
onChange: function onChange(event) {
|
|
14729
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
14788
|
+
setvalidatephonenumberpayload(_objectSpread$2q(_objectSpread$2q({}, validatephonenumberpayload), {}, {
|
|
14730
14789
|
code: event.target.value
|
|
14731
14790
|
}));
|
|
14732
14791
|
},
|
|
@@ -14753,12 +14812,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14753
14812
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
14754
14813
|
if (data.data.status) {
|
|
14755
14814
|
if (data.data.functype == 'sendcode') {
|
|
14756
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
14815
|
+
setvalidatephonenumberpayload(_objectSpread$2q(_objectSpread$2q({}, validatephonenumberpayload), {}, {
|
|
14757
14816
|
step: 'verifycode'
|
|
14758
14817
|
}));
|
|
14759
14818
|
}
|
|
14760
14819
|
if (data.data.functype == 'verifycode') {
|
|
14761
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
14820
|
+
setvalidatephonenumberpayload(_objectSpread$2q(_objectSpread$2q({}, validatephonenumberpayload), {}, {
|
|
14762
14821
|
isvalidated: true
|
|
14763
14822
|
}));
|
|
14764
14823
|
setvalidatephonenumbermodal(false);
|
|
@@ -14794,8 +14853,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
14794
14853
|
}, validatephonenumberpayload.step == 'sendcode' ? lang.sendcode : lang.verifycode))))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
14795
14854
|
};
|
|
14796
14855
|
|
|
14797
|
-
function ownKeys$
|
|
14798
|
-
function _objectSpread$
|
|
14856
|
+
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; }
|
|
14857
|
+
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; }
|
|
14799
14858
|
var Signup = function Signup(props) {
|
|
14800
14859
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
14801
14860
|
props.actions.CurrentSrcTypeContext;
|
|
@@ -14843,7 +14902,7 @@ var Signup = function Signup(props) {
|
|
|
14843
14902
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
14844
14903
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14845
14904
|
});
|
|
14846
|
-
setsectionproperties(_objectSpread$
|
|
14905
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
14847
14906
|
}
|
|
14848
14907
|
}, [StatePagePropertiesContext]);
|
|
14849
14908
|
var loginstyles2 = {
|
|
@@ -14986,8 +15045,8 @@ var Signup = function Signup(props) {
|
|
|
14986
15045
|
}, SignupContent()));
|
|
14987
15046
|
};
|
|
14988
15047
|
|
|
14989
|
-
function ownKeys$
|
|
14990
|
-
function _objectSpread$
|
|
15048
|
+
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; }
|
|
15049
|
+
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; }
|
|
14991
15050
|
var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
14992
15051
|
var _css;
|
|
14993
15052
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -15053,7 +15112,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
15053
15112
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
15054
15113
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
15055
15114
|
});
|
|
15056
|
-
setsectionproperties(_objectSpread$
|
|
15115
|
+
setsectionproperties(_objectSpread$2o({}, secpropobj));
|
|
15057
15116
|
}
|
|
15058
15117
|
}, [StatePagePropertiesContext]);
|
|
15059
15118
|
var loginstyles2 = {
|
|
@@ -15154,7 +15213,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
15154
15213
|
className: "".concat(loginstyles2.form_control),
|
|
15155
15214
|
value: affsignuppayload.name,
|
|
15156
15215
|
onChange: function onChange(event) {
|
|
15157
|
-
setaffsignuppayload(_objectSpread$
|
|
15216
|
+
setaffsignuppayload(_objectSpread$2o(_objectSpread$2o({}, affsignuppayload), {}, {
|
|
15158
15217
|
name: event.target.value
|
|
15159
15218
|
}));
|
|
15160
15219
|
},
|
|
@@ -15170,7 +15229,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
15170
15229
|
className: "".concat(loginstyles2.form_control),
|
|
15171
15230
|
value: affsignuppayload.email,
|
|
15172
15231
|
onChange: function onChange(event) {
|
|
15173
|
-
setaffsignuppayload(_objectSpread$
|
|
15232
|
+
setaffsignuppayload(_objectSpread$2o(_objectSpread$2o({}, affsignuppayload), {}, {
|
|
15174
15233
|
email: event.target.value
|
|
15175
15234
|
}));
|
|
15176
15235
|
},
|
|
@@ -15188,10 +15247,10 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
15188
15247
|
autoFormat: true,
|
|
15189
15248
|
value: affsignuppayload.phonenumber,
|
|
15190
15249
|
onChange: function onChange(event, country) {
|
|
15191
|
-
var temp = _objectSpread$
|
|
15250
|
+
var temp = _objectSpread$2o({}, affsignuppayload);
|
|
15192
15251
|
temp.phonenumber = event;
|
|
15193
15252
|
temp.countrydialcode = country.dialCode;
|
|
15194
|
-
setaffsignuppayload(_objectSpread$
|
|
15253
|
+
setaffsignuppayload(_objectSpread$2o({}, temp));
|
|
15195
15254
|
// setaffsignuppayload({ ...affsignuppayload, phonenumber: event.target.value });
|
|
15196
15255
|
},
|
|
15197
15256
|
style: {
|
|
@@ -15206,7 +15265,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
15206
15265
|
className: "".concat(loginstyles2.form_control),
|
|
15207
15266
|
value: affsignuppayload.ssn,
|
|
15208
15267
|
onChange: function onChange(event) {
|
|
15209
|
-
setaffsignuppayload(_objectSpread$
|
|
15268
|
+
setaffsignuppayload(_objectSpread$2o(_objectSpread$2o({}, affsignuppayload), {}, {
|
|
15210
15269
|
ssn: event.target.value
|
|
15211
15270
|
}));
|
|
15212
15271
|
},
|
|
@@ -15222,7 +15281,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
15222
15281
|
className: "".concat(loginstyles2.form_control),
|
|
15223
15282
|
value: affsignuppayload.password,
|
|
15224
15283
|
onChange: function onChange(event) {
|
|
15225
|
-
setaffsignuppayload(_objectSpread$
|
|
15284
|
+
setaffsignuppayload(_objectSpread$2o(_objectSpread$2o({}, affsignuppayload), {}, {
|
|
15226
15285
|
password: event.target.value
|
|
15227
15286
|
}));
|
|
15228
15287
|
},
|
|
@@ -15238,7 +15297,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
15238
15297
|
className: "".concat(loginstyles2.form_control),
|
|
15239
15298
|
value: affsignuppayload.confirmpassword,
|
|
15240
15299
|
onChange: function onChange(event) {
|
|
15241
|
-
setaffsignuppayload(_objectSpread$
|
|
15300
|
+
setaffsignuppayload(_objectSpread$2o(_objectSpread$2o({}, affsignuppayload), {}, {
|
|
15242
15301
|
confirmpassword: event.target.value
|
|
15243
15302
|
}));
|
|
15244
15303
|
},
|
|
@@ -15290,8 +15349,8 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
15290
15349
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar)))))))));
|
|
15291
15350
|
};
|
|
15292
15351
|
|
|
15293
|
-
function ownKeys$
|
|
15294
|
-
function _objectSpread$
|
|
15352
|
+
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; }
|
|
15353
|
+
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; }
|
|
15295
15354
|
var AccountInformation = function AccountInformation(props) {
|
|
15296
15355
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
15297
15356
|
var lang = props.actions.lang;
|
|
@@ -15318,7 +15377,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
15318
15377
|
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) {
|
|
15319
15378
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
15320
15379
|
});
|
|
15321
|
-
setsectionproperties(_objectSpread$
|
|
15380
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
15322
15381
|
}, [props.actions.StatePagePropertiesContext]);
|
|
15323
15382
|
React.useEffect(function () {
|
|
15324
15383
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
@@ -15480,8 +15539,8 @@ var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n heigh
|
|
|
15480
15539
|
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"};
|
|
15481
15540
|
styleInject(css_248z$F);
|
|
15482
15541
|
|
|
15483
|
-
function ownKeys$
|
|
15484
|
-
function _objectSpread$
|
|
15542
|
+
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; }
|
|
15543
|
+
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; }
|
|
15485
15544
|
var Policies = function Policies(props) {
|
|
15486
15545
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchInstitutePolici, _fetchInstitutePolici2, _fetchInstitutePolici3;
|
|
15487
15546
|
var _useState = React.useState(''),
|
|
@@ -15512,7 +15571,7 @@ var Policies = function Policies(props) {
|
|
|
15512
15571
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
15513
15572
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
15514
15573
|
});
|
|
15515
|
-
setsectionproperties(_objectSpread$
|
|
15574
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
15516
15575
|
}
|
|
15517
15576
|
}, [StatePagePropertiesContext]);
|
|
15518
15577
|
React.useEffect(function () {
|
|
@@ -15525,9 +15584,9 @@ var Policies = function Policies(props) {
|
|
|
15525
15584
|
}
|
|
15526
15585
|
}, []);
|
|
15527
15586
|
React.useEffect(function () {
|
|
15528
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
15587
|
+
var tempFetchQueriesEngineContext = _objectSpread$2m({}, FetchQueriesEngineContext);
|
|
15529
15588
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
15530
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
15589
|
+
setFetchQueriesEngineContext(_objectSpread$2m({}, tempFetchQueriesEngineContext));
|
|
15531
15590
|
}, []);
|
|
15532
15591
|
var _useState7 = React.useState([]),
|
|
15533
15592
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -15757,8 +15816,8 @@ var css_248z$E = ".cart-module_cartslider_container__idend {\n transition: 0.
|
|
|
15757
15816
|
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"};
|
|
15758
15817
|
styleInject(css_248z$E);
|
|
15759
15818
|
|
|
15760
|
-
function ownKeys$
|
|
15761
|
-
function _objectSpread$
|
|
15819
|
+
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; }
|
|
15820
|
+
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; }
|
|
15762
15821
|
var CartSlider = function CartSlider(props) {
|
|
15763
15822
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue0, _fetchcustomercartQue1, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12, _fetchcustomercartQue13;
|
|
15764
15823
|
var lang = props.actions.lang;
|
|
@@ -15825,7 +15884,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
15825
15884
|
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) {
|
|
15826
15885
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
15827
15886
|
});
|
|
15828
|
-
setsectionproperties(_objectSpread$
|
|
15887
|
+
setsectionproperties(_objectSpread$2l({}, secpropobj));
|
|
15829
15888
|
}, [CurrentPageId]);
|
|
15830
15889
|
React.useEffect(function () {
|
|
15831
15890
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -15835,7 +15894,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
15835
15894
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
15836
15895
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
15837
15896
|
});
|
|
15838
|
-
setsectionproperties(_objectSpread$
|
|
15897
|
+
setsectionproperties(_objectSpread$2l({}, secpropobj));
|
|
15839
15898
|
}
|
|
15840
15899
|
}
|
|
15841
15900
|
}, [StatePagePropertiesContext]);
|
|
@@ -16190,6 +16249,11 @@ var CartSlider = function CartSlider(props) {
|
|
|
16190
16249
|
}
|
|
16191
16250
|
}, fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue8 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue8 === void 0 || (_fetchcustomercartQue8 = _fetchcustomercartQue8.data) === null || _fetchcustomercartQue8 === void 0 || (_fetchcustomercartQue8 = _fetchcustomercartQue8.customercart) === null || _fetchcustomercartQue8 === void 0 || (_fetchcustomercartQue8 = _fetchcustomercartQue8.cartitems) === null || _fetchcustomercartQue8 === void 0 ? void 0 : _fetchcustomercartQue8.map(function (item, index) {
|
|
16192
16251
|
var _item$productinfo, _item$variantoptions, _fetchcustomercartQue9;
|
|
16252
|
+
if (item.product_extrafields != null) {
|
|
16253
|
+
var product_extrafields = JSON.parse(item.product_extrafields);
|
|
16254
|
+
// var product_extrafields_parsed = JSON.stringify(product_extrafields);
|
|
16255
|
+
// alert(product_extrafields_parsed);
|
|
16256
|
+
}
|
|
16193
16257
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16194
16258
|
className: "col-lg-12 mb-3 p-0"
|
|
16195
16259
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -16197,7 +16261,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
16197
16261
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16198
16262
|
className: 'col-lg-4 col-md-4 col-sm-4 p-0'
|
|
16199
16263
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16200
|
-
className: cart_cssstyles.imagecont
|
|
16264
|
+
className: cart_cssstyles.imagecont + ' mb-auto '
|
|
16201
16265
|
}, item.productinfo.hasvariants == 0 && item.productinfo.productmainimage != '' && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
16202
16266
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
16203
16267
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
@@ -16274,6 +16338,21 @@ var CartSlider = function CartSlider(props) {
|
|
|
16274
16338
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16275
16339
|
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
16276
16340
|
}, (variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier) != null ? variantitem === null || variantitem === void 0 ? void 0 : variantitem.value_identifier : variantitem === null || variantitem === void 0 ? void 0 : variantitem.optionvalue))));
|
|
16341
|
+
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
16342
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16343
|
+
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
16344
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16345
|
+
"class": "row m-0 w-100",
|
|
16346
|
+
style: {
|
|
16347
|
+
color: sectionproperties.prodNameColor
|
|
16348
|
+
}
|
|
16349
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16350
|
+
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
16351
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16352
|
+
className: 'text-capitalize m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
16353
|
+
}, langdetect == 'en' ? extrafielditem.title_en : extrafielditem.title_ar, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16354
|
+
className: ' font-weight-400 m-0 p-0 font-13 ml-1 mr-1 '
|
|
16355
|
+
}, extrafielditem.value))));
|
|
16277
16356
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16278
16357
|
"class": (item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.hasvariants) == 1 && (item === null || item === void 0 || (_item$variantoptions = item.variantoptions) === null || _item$variantoptions === void 0 ? void 0 : _item$variantoptions.length) != 0 ? 'col-lg-12 p-0 mt-1' : 'col-lg-12 p-0 mt-4'
|
|
16279
16358
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -16470,8 +16549,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
16470
16549
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
|
16471
16550
|
};
|
|
16472
16551
|
|
|
16473
|
-
function ownKeys$
|
|
16474
|
-
function _objectSpread$
|
|
16552
|
+
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; }
|
|
16553
|
+
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; }
|
|
16475
16554
|
var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
16476
16555
|
var _useState = React.useState(''),
|
|
16477
16556
|
_useState2 = _slicedToArray__default["default"](_useState, 2);
|
|
@@ -16515,7 +16594,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
16515
16594
|
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) {
|
|
16516
16595
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16517
16596
|
});
|
|
16518
|
-
setsectionproperties(_objectSpread$
|
|
16597
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
16519
16598
|
}, [CurrentPageId]);
|
|
16520
16599
|
React.useEffect(function () {
|
|
16521
16600
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -16525,7 +16604,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
16525
16604
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16526
16605
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16527
16606
|
});
|
|
16528
|
-
setsectionproperties(_objectSpread$
|
|
16607
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
16529
16608
|
}
|
|
16530
16609
|
}
|
|
16531
16610
|
}, [StatePagePropertiesContext]);
|
|
@@ -16753,8 +16832,8 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
16753
16832
|
}, CategoriesDropdown()));
|
|
16754
16833
|
};
|
|
16755
16834
|
|
|
16756
|
-
function ownKeys$
|
|
16757
|
-
function _objectSpread$
|
|
16835
|
+
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; }
|
|
16836
|
+
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; }
|
|
16758
16837
|
var OrderSuccess = function OrderSuccess(props) {
|
|
16759
16838
|
var _props$actions2, _authdetailsContext$i, _lastOrderinfoObj$dat, _logoarrayofobjects$, _logoarrayofobjects$2, _lastOrderinfoObj$dat2, _lastOrderinfoObj$dat3, _lastOrderinfoObj$dat4, _lastOrderinfoObj$dat5, _lastOrderinfoObj$dat6, _lastOrderinfoObj$dat7, _lastOrderinfoObj$dat8, _lastOrderinfoObj$dat9, _lastOrderinfoObj$dat10, _lastOrderinfoObj$dat11, _lastOrderinfoObj$dat12, _lastOrderinfoObj$dat13, _lastOrderinfoObj$dat14, _lastOrderinfoObj$dat15, _lastOrderinfoObj$dat16, _lastOrderinfoObj$dat17, _lastOrderinfoObj$dat18, _authdetailsContext$i2;
|
|
16760
16839
|
var lang = props.actions.lang;
|
|
@@ -16845,7 +16924,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
16845
16924
|
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) {
|
|
16846
16925
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16847
16926
|
});
|
|
16848
|
-
setsectionproperties(_objectSpread$
|
|
16927
|
+
setsectionproperties(_objectSpread$2j({}, secpropobj));
|
|
16849
16928
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
16850
16929
|
React.useEffect(function () {
|
|
16851
16930
|
var query = new URLSearchParams(uselocation.search);
|
|
@@ -16856,7 +16935,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
16856
16935
|
orderid: order_id,
|
|
16857
16936
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
16858
16937
|
var _data$data;
|
|
16859
|
-
var templastorderobj = _objectSpread$
|
|
16938
|
+
var templastorderobj = _objectSpread$2j({}, lastOrderinfoObj);
|
|
16860
16939
|
if ((data === null || data === void 0 || (_data$data = data.data) === null || _data$data === void 0 ? void 0 : _data$data.data) != null) {
|
|
16861
16940
|
templastorderobj = data.data;
|
|
16862
16941
|
} else {
|
|
@@ -16864,7 +16943,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
16864
16943
|
status: false
|
|
16865
16944
|
};
|
|
16866
16945
|
}
|
|
16867
|
-
setlastOrderinfoObj(_objectSpread$
|
|
16946
|
+
setlastOrderinfoObj(_objectSpread$2j({}, templastorderobj));
|
|
16868
16947
|
}
|
|
16869
16948
|
});
|
|
16870
16949
|
} else {
|
|
@@ -17222,8 +17301,8 @@ var css_248z$D = ".filter-module_timeline__ROm9Q .filter-module_border_left_line
|
|
|
17222
17301
|
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"};
|
|
17223
17302
|
styleInject(css_248z$D);
|
|
17224
17303
|
|
|
17225
|
-
function ownKeys$
|
|
17226
|
-
function _objectSpread$
|
|
17304
|
+
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; }
|
|
17305
|
+
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; }
|
|
17227
17306
|
var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
17228
17307
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
17229
17308
|
});
|
|
@@ -17425,11 +17504,11 @@ var Filter$1 = function Filter(props) {
|
|
|
17425
17504
|
}
|
|
17426
17505
|
timeoutRef.current = setTimeout(function () {
|
|
17427
17506
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
17428
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17507
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
17429
17508
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
17430
17509
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
17431
17510
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17432
|
-
setProductFilterObjContext(_objectSpread$
|
|
17511
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
17433
17512
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
17434
17513
|
}
|
|
17435
17514
|
}, 500);
|
|
@@ -17571,33 +17650,33 @@ var Filter$1 = function Filter(props) {
|
|
|
17571
17650
|
}, [ProductFilterObjContext, fetchCategoriesQueryContext.isSuccess, fetchcollectionsQueryContext.isSuccess, instcollections]);
|
|
17572
17651
|
React.useEffect(function () {
|
|
17573
17652
|
if (productfeatuesarr.length != 0) {
|
|
17574
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17653
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
17575
17654
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
17576
|
-
setProductFilterObjContext(_objectSpread$
|
|
17655
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
17577
17656
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
17578
17657
|
}
|
|
17579
17658
|
}, [productfeatuesarr]);
|
|
17580
17659
|
React.useEffect(function () {
|
|
17581
17660
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
17582
17661
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
17583
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
17662
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
17584
17663
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
17585
17664
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
17586
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
17665
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
17587
17666
|
}
|
|
17588
17667
|
}
|
|
17589
17668
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
17590
17669
|
var filterupdater = function filterupdater() {
|
|
17591
17670
|
setTimeout(function () {
|
|
17592
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
17671
|
+
var tempFetchQueriesEngineContext = _objectSpread$2i({}, FetchQueriesEngineContext);
|
|
17593
17672
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
17594
17673
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
17595
17674
|
}, 100);
|
|
17596
17675
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
17597
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
17676
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
17598
17677
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
17599
17678
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
17600
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
17679
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
17601
17680
|
}
|
|
17602
17681
|
if (instfilters.length != 0) {
|
|
17603
17682
|
var _ProductFilterObjCont4;
|
|
@@ -17659,7 +17738,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17659
17738
|
}
|
|
17660
17739
|
};
|
|
17661
17740
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
17662
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17741
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
17663
17742
|
if (type == 'clearfilters') {
|
|
17664
17743
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
17665
17744
|
} else {
|
|
@@ -17683,13 +17762,13 @@ var Filter$1 = function Filter(props) {
|
|
|
17683
17762
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
17684
17763
|
}
|
|
17685
17764
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17686
|
-
setProductFilterObjContext(_objectSpread$
|
|
17765
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
17687
17766
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
17688
17767
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
17689
17768
|
};
|
|
17690
17769
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
17691
17770
|
var _tempfetchproductsfil2;
|
|
17692
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
17771
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
17693
17772
|
var CollectionExists = false;
|
|
17694
17773
|
if (tempfetchproductsfilerobjcontext.ProductFetchingType == 'Parent Collection' && tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter == undefined) {
|
|
17695
17774
|
tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
|
|
@@ -17716,7 +17795,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17716
17795
|
}
|
|
17717
17796
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
17718
17797
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
17719
|
-
setProductFilterObjContext(_objectSpread$
|
|
17798
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
17720
17799
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
17721
17800
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
17722
17801
|
};
|
|
@@ -18523,14 +18602,14 @@ var Filter$1 = function Filter(props) {
|
|
|
18523
18602
|
return option.id == ProductFilterObjContext.countryid;
|
|
18524
18603
|
}),
|
|
18525
18604
|
onChange: function onChange(option) {
|
|
18526
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
18605
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
18527
18606
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
18528
18607
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
18529
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
18530
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18608
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
18609
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
18531
18610
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
18532
18611
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18533
|
-
setProductFilterObjContext(_objectSpread$
|
|
18612
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
18534
18613
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
18535
18614
|
},
|
|
18536
18615
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -18567,14 +18646,14 @@ var Filter$1 = function Filter(props) {
|
|
|
18567
18646
|
return option.id == ProductFilterObjContext.stateid;
|
|
18568
18647
|
}),
|
|
18569
18648
|
onChange: function onChange(option) {
|
|
18570
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
18649
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
18571
18650
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
18572
18651
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
18573
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
18574
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18652
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
18653
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
18575
18654
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
18576
18655
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18577
|
-
setProductFilterObjContext(_objectSpread$
|
|
18656
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
18578
18657
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
18579
18658
|
},
|
|
18580
18659
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -18611,10 +18690,10 @@ var Filter$1 = function Filter(props) {
|
|
|
18611
18690
|
return option.id == ProductFilterObjContext.cityid;
|
|
18612
18691
|
}),
|
|
18613
18692
|
onChange: function onChange(option) {
|
|
18614
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18693
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
18615
18694
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
18616
18695
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18617
|
-
setProductFilterObjContext(_objectSpread$
|
|
18696
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
18618
18697
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
18619
18698
|
},
|
|
18620
18699
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -18651,7 +18730,7 @@ var Filter$1 = function Filter(props) {
|
|
|
18651
18730
|
// if (value.min == 0) {
|
|
18652
18731
|
// value.min = 1;
|
|
18653
18732
|
// }
|
|
18654
|
-
setprice_rangevalue(_objectSpread$
|
|
18733
|
+
setprice_rangevalue(_objectSpread$2i({}, value));
|
|
18655
18734
|
}
|
|
18656
18735
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18657
18736
|
"class": "col-lg-12 mt-3",
|
|
@@ -18667,11 +18746,11 @@ var Filter$1 = function Filter(props) {
|
|
|
18667
18746
|
}
|
|
18668
18747
|
timeoutRef_price.current = setTimeout(function () {
|
|
18669
18748
|
if (pricevalue2.min != '' && pricevalue2.max != '') {
|
|
18670
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18749
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
18671
18750
|
tempfetchproductsfilerobjcontext.price_min = pricevalue2.min;
|
|
18672
18751
|
tempfetchproductsfilerobjcontext.price_max = pricevalue2.max;
|
|
18673
18752
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18674
|
-
setProductFilterObjContext(_objectSpread$
|
|
18753
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
18675
18754
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
18676
18755
|
}
|
|
18677
18756
|
}, 500);
|
|
@@ -18682,11 +18761,11 @@ var Filter$1 = function Filter(props) {
|
|
|
18682
18761
|
}
|
|
18683
18762
|
timeoutRef__range_price.current = setTimeout(function () {
|
|
18684
18763
|
if (price_rangevalue.min != '' && price_rangevalue.max != '') {
|
|
18685
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18764
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
18686
18765
|
tempfetchproductsfilerobjcontext.price_min = price_rangevalue.min;
|
|
18687
18766
|
tempfetchproductsfilerobjcontext.price_max = price_rangevalue.max;
|
|
18688
18767
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18689
|
-
setProductFilterObjContext(_objectSpread$
|
|
18768
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
18690
18769
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
18691
18770
|
}
|
|
18692
18771
|
}, 500);
|
|
@@ -18706,9 +18785,9 @@ var Filter$1 = function Filter(props) {
|
|
|
18706
18785
|
type: "text",
|
|
18707
18786
|
value: pricevalue2.min,
|
|
18708
18787
|
onChange: function onChange(event) {
|
|
18709
|
-
var temppricevalue = _objectSpread$
|
|
18788
|
+
var temppricevalue = _objectSpread$2i({}, pricevalue2);
|
|
18710
18789
|
temppricevalue.min = event.target.value;
|
|
18711
|
-
setpricevalue2(_objectSpread$
|
|
18790
|
+
setpricevalue2(_objectSpread$2i({}, temppricevalue));
|
|
18712
18791
|
// var temppayloadobj = { ...pricefrom };
|
|
18713
18792
|
// temppayloadobj = event.target.value;
|
|
18714
18793
|
// setpricefrom({ ...temppayloadobj });
|
|
@@ -18734,9 +18813,9 @@ var Filter$1 = function Filter(props) {
|
|
|
18734
18813
|
// var temppayloadobj = { ...priceto };
|
|
18735
18814
|
// temppayloadobj = event.target.value;
|
|
18736
18815
|
// setpriceto({ ...temppayloadobj });
|
|
18737
|
-
var temppricevalue = _objectSpread$
|
|
18816
|
+
var temppricevalue = _objectSpread$2i({}, pricevalue2);
|
|
18738
18817
|
temppricevalue.max = event.target.value;
|
|
18739
|
-
setpricevalue2(_objectSpread$
|
|
18818
|
+
setpricevalue2(_objectSpread$2i({}, temppricevalue));
|
|
18740
18819
|
},
|
|
18741
18820
|
style: {
|
|
18742
18821
|
width: '100%',
|
|
@@ -18760,7 +18839,7 @@ var Filter$1 = function Filter(props) {
|
|
|
18760
18839
|
borderRadius: 100
|
|
18761
18840
|
},
|
|
18762
18841
|
onClick: function onClick() {
|
|
18763
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18842
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
18764
18843
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
18765
18844
|
delete tempfetchproductsfilerobjcontext.price_max;
|
|
18766
18845
|
delete tempfetchproductsfilerobjcontext.price_min;
|
|
@@ -18772,7 +18851,7 @@ var Filter$1 = function Filter(props) {
|
|
|
18772
18851
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18773
18852
|
// tempfetchproductsfilerobjcontext.collections = [];
|
|
18774
18853
|
|
|
18775
|
-
setProductFilterObjContext(_objectSpread$
|
|
18854
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
18776
18855
|
}
|
|
18777
18856
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18778
18857
|
"class": "m-0 p-0 text-white"
|
|
@@ -18873,14 +18952,14 @@ var Filter$1 = function Filter(props) {
|
|
|
18873
18952
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
18874
18953
|
},
|
|
18875
18954
|
onClick: function onClick() {
|
|
18876
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
18955
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
18877
18956
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
18878
18957
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
18879
18958
|
} else {
|
|
18880
18959
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
18881
18960
|
}
|
|
18882
18961
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
18883
|
-
setProductFilterObjContext(_objectSpread$
|
|
18962
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
18884
18963
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
18885
18964
|
setsortbycontext(valueitem.name);
|
|
18886
18965
|
}
|
|
@@ -19079,14 +19158,14 @@ var Filter$1 = function Filter(props) {
|
|
|
19079
19158
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19080
19159
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
|
|
19081
19160
|
onClick: function onClick() {
|
|
19082
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
19161
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
19083
19162
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
19084
19163
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
19085
19164
|
} else {
|
|
19086
19165
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
19087
19166
|
}
|
|
19088
19167
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
19089
|
-
setProductFilterObjContext(_objectSpread$
|
|
19168
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
19090
19169
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
19091
19170
|
}
|
|
19092
19171
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -19121,7 +19200,7 @@ var Filter$1 = function Filter(props) {
|
|
|
19121
19200
|
minValue: 0,
|
|
19122
19201
|
value: raterangevalue,
|
|
19123
19202
|
onChange: function onChange(value) {
|
|
19124
|
-
setraterangevalue(_objectSpread$
|
|
19203
|
+
setraterangevalue(_objectSpread$2i({}, value));
|
|
19125
19204
|
}
|
|
19126
19205
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19127
19206
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -19175,11 +19254,11 @@ var Filter$1 = function Filter(props) {
|
|
|
19175
19254
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(item.isfilterselected ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n ") + ' d-flex align-items-center pb-3 col-12 ',
|
|
19176
19255
|
onClick: function onClick() {
|
|
19177
19256
|
var _tempfetchproductsfil3;
|
|
19178
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
19257
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
19179
19258
|
// alert(JSON.stringify(tempfetchproductsfilerobjcontext));
|
|
19180
19259
|
tempfetchproductsfilerobjcontext.vendorsarr = [];
|
|
19181
19260
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil3 = tempfetchproductsfilerobjcontext.vendorsarr) === null || _tempfetchproductsfil3 === void 0 || _tempfetchproductsfil3.push(item.vendorid);
|
|
19182
|
-
setProductFilterObjContext(_objectSpread$
|
|
19261
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
19183
19262
|
var temp = _toConsumableArray__default["default"](vendorarr);
|
|
19184
19263
|
temp === null || temp === void 0 || temp.forEach(function (instfilteritem, instfilterindex) {
|
|
19185
19264
|
instfilteritem.isfilterselected = false;
|
|
@@ -19305,13 +19384,13 @@ var Filter$1 = function Filter(props) {
|
|
|
19305
19384
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
|
|
19306
19385
|
onClick: function onClick() {
|
|
19307
19386
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
19308
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
19387
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
19309
19388
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
19310
19389
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
19311
19390
|
} else {
|
|
19312
19391
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
19313
19392
|
}
|
|
19314
|
-
setProductFilterObjContext(_objectSpread$
|
|
19393
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
19315
19394
|
}
|
|
19316
19395
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19317
19396
|
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
|
|
@@ -19446,14 +19525,14 @@ var Filter$1 = function Filter(props) {
|
|
|
19446
19525
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19447
19526
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
|
|
19448
19527
|
onClick: function onClick() {
|
|
19449
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
19528
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
19450
19529
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
19451
19530
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
19452
19531
|
} else {
|
|
19453
19532
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
19454
19533
|
}
|
|
19455
19534
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
19456
|
-
setProductFilterObjContext(_objectSpread$
|
|
19535
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
19457
19536
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
19458
19537
|
}
|
|
19459
19538
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -19488,7 +19567,7 @@ var Filter$1 = function Filter(props) {
|
|
|
19488
19567
|
minValue: 0,
|
|
19489
19568
|
value: raterangevalue,
|
|
19490
19569
|
onChange: function onChange(value) {
|
|
19491
|
-
setraterangevalue(_objectSpread$
|
|
19570
|
+
setraterangevalue(_objectSpread$2i({}, value));
|
|
19492
19571
|
}
|
|
19493
19572
|
}))))), sectionproperties.showpricefilterfromto == 'Show' && PriceFromToFilter(), sectionproperties.showpricerangefilter == 'Show' && PriceInputRangeFilter(), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.showdynamicfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19494
19573
|
"class": "row m-0 w-100 mb-3"
|
|
@@ -19615,14 +19694,14 @@ var Filter$1 = function Filter(props) {
|
|
|
19615
19694
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19616
19695
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n ") + ' d-flex align-items-center pb-3 ',
|
|
19617
19696
|
onClick: function onClick() {
|
|
19618
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
19697
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2i({}, ProductFilterObjContext);
|
|
19619
19698
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
19620
19699
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
19621
19700
|
} else {
|
|
19622
19701
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
19623
19702
|
}
|
|
19624
19703
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
19625
|
-
setProductFilterObjContext(_objectSpread$
|
|
19704
|
+
setProductFilterObjContext(_objectSpread$2i({}, tempfetchproductsfilerobjcontext));
|
|
19626
19705
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
19627
19706
|
setsortbycontext(valueitem.name);
|
|
19628
19707
|
}
|
|
@@ -19653,9 +19732,9 @@ var Filter$1 = function Filter(props) {
|
|
|
19653
19732
|
type: "text",
|
|
19654
19733
|
value: pricefrom,
|
|
19655
19734
|
onChange: function onChange(event) {
|
|
19656
|
-
var temppricevalue = _objectSpread$
|
|
19735
|
+
var temppricevalue = _objectSpread$2i({}, pricevalue2);
|
|
19657
19736
|
temppricevalue.min = event.target.value;
|
|
19658
|
-
setpricevalue2(_objectSpread$
|
|
19737
|
+
setpricevalue2(_objectSpread$2i({}, temppricevalue));
|
|
19659
19738
|
},
|
|
19660
19739
|
style: {
|
|
19661
19740
|
background: '#fff',
|
|
@@ -19675,9 +19754,9 @@ var Filter$1 = function Filter(props) {
|
|
|
19675
19754
|
type: "text",
|
|
19676
19755
|
value: priceto,
|
|
19677
19756
|
onChange: function onChange(event) {
|
|
19678
|
-
var temppricevalue = _objectSpread$
|
|
19757
|
+
var temppricevalue = _objectSpread$2i({}, pricevalue2);
|
|
19679
19758
|
temppricevalue.max = event.target.value;
|
|
19680
|
-
setpricevalue2(_objectSpread$
|
|
19759
|
+
setpricevalue2(_objectSpread$2i({}, temppricevalue));
|
|
19681
19760
|
},
|
|
19682
19761
|
style: {
|
|
19683
19762
|
width: '100%',
|
|
@@ -19718,8 +19797,8 @@ var Filter$1 = function Filter(props) {
|
|
|
19718
19797
|
})))))))))));
|
|
19719
19798
|
};
|
|
19720
19799
|
|
|
19721
|
-
function ownKeys$
|
|
19722
|
-
function _objectSpread$
|
|
19800
|
+
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; }
|
|
19801
|
+
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; }
|
|
19723
19802
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
19724
19803
|
props.actions.lang;
|
|
19725
19804
|
var langdetect = props.actions.langdetect;
|
|
@@ -19882,7 +19961,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
19882
19961
|
// };
|
|
19883
19962
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
19884
19963
|
var _tempfetchproductsfil;
|
|
19885
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
19964
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2h({}, ProductFilterObjContext);
|
|
19886
19965
|
var CollectionExists = false;
|
|
19887
19966
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.categories) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
19888
19967
|
if (filteritem == collectionid) {
|
|
@@ -19899,7 +19978,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
19899
19978
|
}
|
|
19900
19979
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
19901
19980
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
19902
|
-
setProductFilterObjContext(_objectSpread$
|
|
19981
|
+
setProductFilterObjContext(_objectSpread$2h({}, tempfetchproductsfilerobjcontext));
|
|
19903
19982
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
19904
19983
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
19905
19984
|
};
|
|
@@ -19956,8 +20035,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
19956
20035
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
19957
20036
|
var image_serverbaselink = 'https://tabexseriesmedia.s3.eu-north-1.amazonaws.com';
|
|
19958
20037
|
|
|
19959
|
-
function ownKeys$
|
|
19960
|
-
function _objectSpread$
|
|
20038
|
+
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; }
|
|
20039
|
+
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; }
|
|
19961
20040
|
var CardsSection = function CardsSection(props) {
|
|
19962
20041
|
var refscr = /*#__PURE__*/React.createRef();
|
|
19963
20042
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -20040,7 +20119,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
20040
20119
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
20041
20120
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
20042
20121
|
});
|
|
20043
|
-
setsectionproperties(_objectSpread$
|
|
20122
|
+
setsectionproperties(_objectSpread$2g({}, secpropobj));
|
|
20044
20123
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
20045
20124
|
setfetchingtype('products');
|
|
20046
20125
|
var lcproductfetchingtype = 'Random';
|
|
@@ -20114,9 +20193,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
20114
20193
|
}
|
|
20115
20194
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
20116
20195
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
20117
|
-
setProductFilterObjContext(_objectSpread$
|
|
20196
|
+
setProductFilterObjContext(_objectSpread$2g({}, tempfetchproductsfilerobjcontext));
|
|
20118
20197
|
}
|
|
20119
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
20198
|
+
setFetchQueriesEngineContext(_objectSpread$2g({}, tempFetchQueriesEngineContext));
|
|
20120
20199
|
}
|
|
20121
20200
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
20122
20201
|
React.useEffect(function () {
|
|
@@ -20454,9 +20533,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
20454
20533
|
// Example items, to simulate fetching from another resources.
|
|
20455
20534
|
var handlePageClick = function handlePageClick(event) {
|
|
20456
20535
|
props.scrolltotop();
|
|
20457
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
20536
|
+
var tempProductFilterObjContext = _objectSpread$2g({}, ProductFilterObjContext);
|
|
20458
20537
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
20459
|
-
setProductFilterObjContext(_objectSpread$
|
|
20538
|
+
setProductFilterObjContext(_objectSpread$2g({}, tempProductFilterObjContext));
|
|
20460
20539
|
var pasturl = '';
|
|
20461
20540
|
if (props.grouptypeprops != undefined) {
|
|
20462
20541
|
if (props.collectionidprops != undefined) {
|
|
@@ -21605,8 +21684,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
21605
21684
|
}, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
|
|
21606
21685
|
};
|
|
21607
21686
|
|
|
21608
|
-
function ownKeys$
|
|
21609
|
-
function _objectSpread$
|
|
21687
|
+
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; }
|
|
21688
|
+
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; }
|
|
21610
21689
|
var InnerGroups = function InnerGroups(props) {
|
|
21611
21690
|
var _useState = React.useState(''),
|
|
21612
21691
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -21647,7 +21726,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
21647
21726
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
21648
21727
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
21649
21728
|
});
|
|
21650
|
-
setsectionproperties(_objectSpread$
|
|
21729
|
+
setsectionproperties(_objectSpread$2f({}, secpropobj));
|
|
21651
21730
|
}
|
|
21652
21731
|
}, [StatePagePropertiesContext]);
|
|
21653
21732
|
// useEffect(() => {
|
|
@@ -21663,14 +21742,14 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
21663
21742
|
backgroundColor: sectionproperties.backgroundColor
|
|
21664
21743
|
}
|
|
21665
21744
|
}, /*#__PURE__*/React__default["default"].createElement(CardsSection, {
|
|
21666
|
-
actions: _objectSpread$
|
|
21745
|
+
actions: _objectSpread$2f(_objectSpread$2f({}, actions), {}, {
|
|
21667
21746
|
fetchingtype: grouptypeparams
|
|
21668
21747
|
})
|
|
21669
21748
|
}));
|
|
21670
21749
|
};
|
|
21671
21750
|
|
|
21672
|
-
function ownKeys$
|
|
21673
|
-
function _objectSpread$
|
|
21751
|
+
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; }
|
|
21752
|
+
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; }
|
|
21674
21753
|
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
21675
21754
|
var _bgimagesarray$, _bgimagesarray$2, _bgimagesarray$3, _bgimagesarray$4, _bgimagesarray$5, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
21676
21755
|
var _useState = React.useState(''),
|
|
@@ -21702,7 +21781,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
21702
21781
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
21703
21782
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
21704
21783
|
});
|
|
21705
|
-
setsectionproperties(_objectSpread$
|
|
21784
|
+
setsectionproperties(_objectSpread$2e({}, secpropobj));
|
|
21706
21785
|
}
|
|
21707
21786
|
}, [StatePagePropertiesContext]);
|
|
21708
21787
|
React.useEffect(function () {
|
|
@@ -21715,9 +21794,9 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
21715
21794
|
}
|
|
21716
21795
|
}, []);
|
|
21717
21796
|
React.useEffect(function () {
|
|
21718
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
21797
|
+
var tempFetchQueriesEngineContext = _objectSpread$2e({}, FetchQueriesEngineContext);
|
|
21719
21798
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
21720
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
21799
|
+
setFetchQueriesEngineContext(_objectSpread$2e({}, tempFetchQueriesEngineContext));
|
|
21721
21800
|
}, []);
|
|
21722
21801
|
var _useState7 = React.useState([]),
|
|
21723
21802
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -21850,8 +21929,8 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
21850
21929
|
}))))));
|
|
21851
21930
|
};
|
|
21852
21931
|
|
|
21853
|
-
function ownKeys$
|
|
21854
|
-
function _objectSpread$
|
|
21932
|
+
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; }
|
|
21933
|
+
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; }
|
|
21855
21934
|
var RefundPolicy = function RefundPolicy(props) {
|
|
21856
21935
|
var _bgimagesarray$, _bgimagesarray$2, _bgimagesarray$3, _bgimagesarray$4, _bgimagesarray$5, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
21857
21936
|
var _useState = React.useState(''),
|
|
@@ -21883,7 +21962,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
21883
21962
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
21884
21963
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
21885
21964
|
});
|
|
21886
|
-
setsectionproperties(_objectSpread$
|
|
21965
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
21887
21966
|
}
|
|
21888
21967
|
}, [StatePagePropertiesContext]);
|
|
21889
21968
|
React.useEffect(function () {
|
|
@@ -21896,9 +21975,9 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
21896
21975
|
}
|
|
21897
21976
|
}, []);
|
|
21898
21977
|
React.useEffect(function () {
|
|
21899
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
21978
|
+
var tempFetchQueriesEngineContext = _objectSpread$2d({}, FetchQueriesEngineContext);
|
|
21900
21979
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
21901
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
21980
|
+
setFetchQueriesEngineContext(_objectSpread$2d({}, tempFetchQueriesEngineContext));
|
|
21902
21981
|
}, []);
|
|
21903
21982
|
var _useState7 = React.useState([]),
|
|
21904
21983
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -22031,8 +22110,8 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
22031
22110
|
}))))));
|
|
22032
22111
|
};
|
|
22033
22112
|
|
|
22034
|
-
function ownKeys$
|
|
22035
|
-
function _objectSpread$
|
|
22113
|
+
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; }
|
|
22114
|
+
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; }
|
|
22036
22115
|
var ShippingPolicy = function ShippingPolicy(props) {
|
|
22037
22116
|
var _bgimagesarray$, _bgimagesarray$2, _bgimagesarray$3, _bgimagesarray$4, _bgimagesarray$5, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
22038
22117
|
var _useState = React.useState(''),
|
|
@@ -22063,7 +22142,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
22063
22142
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
22064
22143
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
22065
22144
|
});
|
|
22066
|
-
setsectionproperties(_objectSpread$
|
|
22145
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
22067
22146
|
}
|
|
22068
22147
|
}, [StatePagePropertiesContext]);
|
|
22069
22148
|
React.useEffect(function () {
|
|
@@ -22076,9 +22155,9 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
22076
22155
|
}
|
|
22077
22156
|
}, []);
|
|
22078
22157
|
React.useEffect(function () {
|
|
22079
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
22158
|
+
var tempFetchQueriesEngineContext = _objectSpread$2c({}, FetchQueriesEngineContext);
|
|
22080
22159
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
22081
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
22160
|
+
setFetchQueriesEngineContext(_objectSpread$2c({}, tempFetchQueriesEngineContext));
|
|
22082
22161
|
}, []);
|
|
22083
22162
|
var _useState7 = React.useState([]),
|
|
22084
22163
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
@@ -22244,8 +22323,8 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
22244
22323
|
);
|
|
22245
22324
|
};
|
|
22246
22325
|
|
|
22247
|
-
function ownKeys$
|
|
22248
|
-
function _objectSpread$
|
|
22326
|
+
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; }
|
|
22327
|
+
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; }
|
|
22249
22328
|
var TermsConditions = function TermsConditions(props) {
|
|
22250
22329
|
var _bgimagesarray$, _bgimagesarray$2, _bgimagesarray$3, _bgimagesarray$4, _bgimagesarray$5, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
22251
22330
|
var _useState = React.useState(''),
|
|
@@ -22272,7 +22351,7 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
22272
22351
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
22273
22352
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
22274
22353
|
});
|
|
22275
|
-
setsectionproperties(_objectSpread$
|
|
22354
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
22276
22355
|
}
|
|
22277
22356
|
}, [StatePagePropertiesContext]);
|
|
22278
22357
|
React.useEffect(function () {
|
|
@@ -22285,9 +22364,9 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
22285
22364
|
}
|
|
22286
22365
|
}, []);
|
|
22287
22366
|
React.useEffect(function () {
|
|
22288
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
22367
|
+
var tempFetchQueriesEngineContext = _objectSpread$2b({}, FetchQueriesEngineContext);
|
|
22289
22368
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
22290
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
22369
|
+
setFetchQueriesEngineContext(_objectSpread$2b({}, tempFetchQueriesEngineContext));
|
|
22291
22370
|
}, []);
|
|
22292
22371
|
var _useState5 = React.useState([]),
|
|
22293
22372
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -22451,8 +22530,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
22451
22530
|
;
|
|
22452
22531
|
};
|
|
22453
22532
|
|
|
22454
|
-
function ownKeys$
|
|
22455
|
-
function _objectSpread$
|
|
22533
|
+
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; }
|
|
22534
|
+
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; }
|
|
22456
22535
|
var Resetpassword = function Resetpassword(props) {
|
|
22457
22536
|
var _css2;
|
|
22458
22537
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -22503,7 +22582,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
22503
22582
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
22504
22583
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
22505
22584
|
});
|
|
22506
|
-
setsectionproperties(_objectSpread$
|
|
22585
|
+
setsectionproperties(_objectSpread$2a({}, secpropobj));
|
|
22507
22586
|
}
|
|
22508
22587
|
}, [StatePagePropertiesContext]);
|
|
22509
22588
|
React.useEffect(function () {
|
|
@@ -22630,9 +22709,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
22630
22709
|
className: "".concat(loginstyles2.form_control),
|
|
22631
22710
|
value: forgotpasswordpayload.email,
|
|
22632
22711
|
onChange: function onChange(event) {
|
|
22633
|
-
var temppayloadobj = _objectSpread$
|
|
22712
|
+
var temppayloadobj = _objectSpread$2a({}, forgotpasswordpayload);
|
|
22634
22713
|
temppayloadobj.email = event.target.value;
|
|
22635
|
-
setforgotpasswordpayload(_objectSpread$
|
|
22714
|
+
setforgotpasswordpayload(_objectSpread$2a({}, temppayloadobj));
|
|
22636
22715
|
},
|
|
22637
22716
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
22638
22717
|
style: {
|
|
@@ -22647,9 +22726,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
22647
22726
|
className: "".concat(loginstyles2.form_control),
|
|
22648
22727
|
value: forgotpasswordpayload.code,
|
|
22649
22728
|
onChange: function onChange(event) {
|
|
22650
|
-
var temppayloadobj = _objectSpread$
|
|
22729
|
+
var temppayloadobj = _objectSpread$2a({}, forgotpasswordpayload);
|
|
22651
22730
|
temppayloadobj.code = event.target.value;
|
|
22652
|
-
setforgotpasswordpayload(_objectSpread$
|
|
22731
|
+
setforgotpasswordpayload(_objectSpread$2a({}, temppayloadobj));
|
|
22653
22732
|
},
|
|
22654
22733
|
style: {
|
|
22655
22734
|
background: sectionproperties.input_bgcolor
|
|
@@ -22663,9 +22742,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
22663
22742
|
className: "".concat(loginstyles2.form_control),
|
|
22664
22743
|
value: forgotpasswordpayload.newpassword,
|
|
22665
22744
|
onChange: function onChange(event) {
|
|
22666
|
-
var temppayloadobj = _objectSpread$
|
|
22745
|
+
var temppayloadobj = _objectSpread$2a({}, forgotpasswordpayload);
|
|
22667
22746
|
temppayloadobj.newpassword = event.target.value;
|
|
22668
|
-
setforgotpasswordpayload(_objectSpread$
|
|
22747
|
+
setforgotpasswordpayload(_objectSpread$2a({}, temppayloadobj));
|
|
22669
22748
|
},
|
|
22670
22749
|
style: {
|
|
22671
22750
|
background: sectionproperties.input_bgcolor
|
|
@@ -22679,9 +22758,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
22679
22758
|
className: "".concat(loginstyles2.form_control),
|
|
22680
22759
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
22681
22760
|
onChange: function onChange(event) {
|
|
22682
|
-
var temppayloadobj = _objectSpread$
|
|
22761
|
+
var temppayloadobj = _objectSpread$2a({}, forgotpasswordpayload);
|
|
22683
22762
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
22684
|
-
setforgotpasswordpayload(_objectSpread$
|
|
22763
|
+
setforgotpasswordpayload(_objectSpread$2a({}, temppayloadobj));
|
|
22685
22764
|
},
|
|
22686
22765
|
style: {
|
|
22687
22766
|
background: sectionproperties.input_bgcolor
|
|
@@ -22693,7 +22772,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
22693
22772
|
onClick: function onClick() {
|
|
22694
22773
|
if (forgotpasswordpayload.email.length != 0) {
|
|
22695
22774
|
var runfunc = false;
|
|
22696
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
22775
|
+
var tempforgotpasswordpayload = _objectSpread$2a({}, forgotpasswordpayload);
|
|
22697
22776
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
22698
22777
|
if (forgetpasswordstage == 'verify') {
|
|
22699
22778
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -22986,8 +23065,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
22986
23065
|
}, lang.nosearchresults)))))));
|
|
22987
23066
|
};
|
|
22988
23067
|
|
|
22989
|
-
function ownKeys$
|
|
22990
|
-
function _objectSpread$
|
|
23068
|
+
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; }
|
|
23069
|
+
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; }
|
|
22991
23070
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
22992
23071
|
var _textarray$, _textarray$2;
|
|
22993
23072
|
props.actions;
|
|
@@ -23008,12 +23087,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
23008
23087
|
settextarray = _useState6[1];
|
|
23009
23088
|
React.useEffect(function () {
|
|
23010
23089
|
if (props.sectionpropertiesprops != undefined) {
|
|
23011
|
-
setsectionproperties(_objectSpread$
|
|
23090
|
+
setsectionproperties(_objectSpread$29({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
23012
23091
|
}
|
|
23013
23092
|
}, [props.sectionpropertiesprops]);
|
|
23014
23093
|
React.useEffect(function () {
|
|
23015
23094
|
if (props.templateproperties_contextprops != undefined) {
|
|
23016
|
-
settemplateproperties_context(_objectSpread$
|
|
23095
|
+
settemplateproperties_context(_objectSpread$29({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
23017
23096
|
}
|
|
23018
23097
|
}, [props.templateproperties_contextprops]);
|
|
23019
23098
|
React.useEffect(function () {
|
|
@@ -23070,10 +23149,10 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
23070
23149
|
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"};
|
|
23071
23150
|
styleInject(css_248z$B);
|
|
23072
23151
|
|
|
23073
|
-
function ownKeys$
|
|
23074
|
-
function _objectSpread$
|
|
23152
|
+
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; }
|
|
23153
|
+
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; }
|
|
23075
23154
|
var Subheader = function Subheader(props) {
|
|
23076
|
-
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope11, _templatepropcontext$2, _props$subheaderprope16, _props$subheaderprope17, _templatepropcontext$3, _fetchCategoriesQuery3, _authdetailsContext$i3, _fetchCategoriesQuery4, _authdetailsContext$i4, _fetchCategoriesQuery5, _props$subheaderprope32, _props$subheaderprope33, _props$subheaderprope34, _props$subheaderprope35, _fetchCategoriesQuery6, _fetchCategoriesQuery7, _props$subheaderprope38, _props$subheaderprope39, _props$subheaderprope40, _props$subheaderprope41, _fetchCategoriesQuery9, _fetchCategoriesQuery0;
|
|
23155
|
+
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope11, _templatepropcontext$2, _props$subheaderprope16, _props$subheaderprope17, _templatepropcontext$3, _fetchCategoriesQuery3, _authdetailsContext$i3, _fetchCategoriesQuery4, _authdetailsContext$i4, _fetchCategoriesQuery5, _props$subheaderprope32, _props$subheaderprope33, _props$subheaderprope34, _props$subheaderprope35, _fetchCategoriesQuery6, _fetchCategoriesQuery7, _props$subheaderprope38, _props$subheaderprope39, _props$subheaderprope40, _props$subheaderprope41, _fetchCategoriesQuery9, _fetchCategoriesQuery0, _authdetailsContext$i5;
|
|
23077
23156
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
23078
23157
|
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
23079
23158
|
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
@@ -23120,12 +23199,12 @@ var Subheader = function Subheader(props) {
|
|
|
23120
23199
|
React.useEffect(function () {
|
|
23121
23200
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
23122
23201
|
tempFetchQueriesEngineContext.categories = true;
|
|
23123
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
23202
|
+
setFetchQueriesEngineContext(_objectSpread$28({}, tempFetchQueriesEngineContext));
|
|
23124
23203
|
// alert(JSON.stringify(authdetailsContext));
|
|
23125
23204
|
}, []);
|
|
23126
23205
|
React.useEffect(function () {
|
|
23127
23206
|
if (props.sectionpropertiesprops != undefined) {
|
|
23128
|
-
setsectionproperties(_objectSpread$
|
|
23207
|
+
setsectionproperties(_objectSpread$28({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
23129
23208
|
}
|
|
23130
23209
|
}, [props.sectionpropertiesprops]);
|
|
23131
23210
|
// useEffect(() => {
|
|
@@ -23743,7 +23822,7 @@ var Subheader = function Subheader(props) {
|
|
|
23743
23822
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23744
23823
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
23745
23824
|
}, langdetect == 'en' ? 'Appointments' : 'المواعيد'))))))), Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery0 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery0 === void 0 || (_fetchCategoriesQuery0 = _fetchCategoriesQuery0.data) === null || _fetchCategoriesQuery0 === void 0 || (_fetchCategoriesQuery0 = _fetchCategoriesQuery0.categories[Choosenindex]) === null || _fetchCategoriesQuery0 === void 0 || (_fetchCategoriesQuery0 = _fetchCategoriesQuery0.parentcolletions) === null || _fetchCategoriesQuery0 === void 0 ? void 0 : _fetchCategoriesQuery0.length) != 0 && sectionproperties.subheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23746
|
-
"class":
|
|
23825
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instid) == '678fb55903f45' ? 'w-100 fh' : 'w-100'
|
|
23747
23826
|
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
23748
23827
|
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'
|
|
23749
23828
|
}, /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
@@ -23772,8 +23851,8 @@ var Subheader = function Subheader(props) {
|
|
|
23772
23851
|
})))))));
|
|
23773
23852
|
};
|
|
23774
23853
|
|
|
23775
|
-
function ownKeys$
|
|
23776
|
-
function _objectSpread$
|
|
23854
|
+
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; }
|
|
23855
|
+
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; }
|
|
23777
23856
|
var Headerresponsive = function Headerresponsive(props) {
|
|
23778
23857
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
23779
23858
|
var actions = props.actions;
|
|
@@ -23808,7 +23887,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
23808
23887
|
setpcollarray = _useState6[1];
|
|
23809
23888
|
React.useEffect(function () {
|
|
23810
23889
|
if (props.sectionpropertiesprops != undefined) {
|
|
23811
|
-
setsectionproperties(_objectSpread$
|
|
23890
|
+
setsectionproperties(_objectSpread$27({}, props.sectionpropertiesprops));
|
|
23812
23891
|
}
|
|
23813
23892
|
}, [props.sectionpropertiesprops]);
|
|
23814
23893
|
var _useState7 = React.useState([]),
|
|
@@ -24974,8 +25053,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
24974
25053
|
})))))));
|
|
24975
25054
|
};
|
|
24976
25055
|
|
|
24977
|
-
function ownKeys$
|
|
24978
|
-
function _objectSpread$
|
|
25056
|
+
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; }
|
|
25057
|
+
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; }
|
|
24979
25058
|
var DownloadApp = function DownloadApp(props) {
|
|
24980
25059
|
props.actions;
|
|
24981
25060
|
props.actions.lang;
|
|
@@ -25000,7 +25079,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
25000
25079
|
}, [sectionproperties]);
|
|
25001
25080
|
React.useEffect(function () {
|
|
25002
25081
|
if (props.sectionpropertiesprops != undefined) {
|
|
25003
|
-
setsectionproperties(_objectSpread$
|
|
25082
|
+
setsectionproperties(_objectSpread$26({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
25004
25083
|
}
|
|
25005
25084
|
}, [props.sectionpropertiesprops]);
|
|
25006
25085
|
var header_cssstyles = {
|
|
@@ -25053,8 +25132,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
25053
25132
|
}))));
|
|
25054
25133
|
};
|
|
25055
25134
|
|
|
25056
|
-
function ownKeys$
|
|
25057
|
-
function _objectSpread$
|
|
25135
|
+
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; }
|
|
25136
|
+
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; }
|
|
25058
25137
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
25059
25138
|
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i1, _authdetailsContext$i12;
|
|
25060
25139
|
props.actions;
|
|
@@ -25070,12 +25149,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
25070
25149
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
25071
25150
|
React.useEffect(function () {
|
|
25072
25151
|
if (props.sectionpropertiesprops != undefined) {
|
|
25073
|
-
setsectionproperties(_objectSpread$
|
|
25152
|
+
setsectionproperties(_objectSpread$25({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
25074
25153
|
}
|
|
25075
25154
|
}, [props.sectionpropertiesprops]);
|
|
25076
25155
|
React.useEffect(function () {
|
|
25077
25156
|
if (props.templateproperties_contextprops != undefined) {
|
|
25078
|
-
settemplateproperties_context(_objectSpread$
|
|
25157
|
+
settemplateproperties_context(_objectSpread$25({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
25079
25158
|
}
|
|
25080
25159
|
}, [props.templateproperties_contextprops]);
|
|
25081
25160
|
var header_cssstyles = {
|
|
@@ -25262,8 +25341,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
25262
25341
|
}))));
|
|
25263
25342
|
};
|
|
25264
25343
|
|
|
25265
|
-
function ownKeys$
|
|
25266
|
-
function _objectSpread$
|
|
25344
|
+
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; }
|
|
25345
|
+
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; }
|
|
25267
25346
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
25268
25347
|
var _authdetailsContext$i3, _authdetailsContext$i4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9;
|
|
25269
25348
|
var actions = props.actions;
|
|
@@ -25303,7 +25382,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25303
25382
|
var scrollYposittionprops = props.actions.scrollYposittionprops;
|
|
25304
25383
|
React.useEffect(function () {
|
|
25305
25384
|
if (props.sectionpropertiesprops != undefined) {
|
|
25306
|
-
setsectionproperties(_objectSpread$
|
|
25385
|
+
setsectionproperties(_objectSpread$24({}, props.sectionpropertiesprops));
|
|
25307
25386
|
}
|
|
25308
25387
|
}, [props.sectionpropertiesprops]);
|
|
25309
25388
|
var _useState9 = React.useState([]),
|
|
@@ -27330,8 +27409,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
27330
27409
|
}, lang.logout))))))))));
|
|
27331
27410
|
};
|
|
27332
27411
|
|
|
27333
|
-
function ownKeys$
|
|
27334
|
-
function _objectSpread$
|
|
27412
|
+
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; }
|
|
27413
|
+
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; }
|
|
27335
27414
|
var ElegantHeader = function ElegantHeader(props) {
|
|
27336
27415
|
var _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i8, _authdetailsContext$i9;
|
|
27337
27416
|
var _useState = React.useState(''),
|
|
@@ -27385,7 +27464,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
27385
27464
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
27386
27465
|
});
|
|
27387
27466
|
}
|
|
27388
|
-
setsectionproperties(_objectSpread$
|
|
27467
|
+
setsectionproperties(_objectSpread$23({}, secpropobj));
|
|
27389
27468
|
}, [StatePagePropertiesContext]);
|
|
27390
27469
|
React.useEffect(function () {
|
|
27391
27470
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -28145,8 +28224,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
28145
28224
|
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"};
|
|
28146
28225
|
styleInject(css_248z$A);
|
|
28147
28226
|
|
|
28148
|
-
function ownKeys$
|
|
28149
|
-
function _objectSpread$
|
|
28227
|
+
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; }
|
|
28228
|
+
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; }
|
|
28150
28229
|
var Gotoheader = function Gotoheader(props) {
|
|
28151
28230
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
28152
28231
|
var _useState = React.useState(''),
|
|
@@ -28186,7 +28265,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
28186
28265
|
});
|
|
28187
28266
|
}
|
|
28188
28267
|
}
|
|
28189
|
-
setsectionproperties(_objectSpread$
|
|
28268
|
+
setsectionproperties(_objectSpread$22({}, secpropobj));
|
|
28190
28269
|
}, [StatePagePropertiesContext]);
|
|
28191
28270
|
var _useState3 = React.useState([]),
|
|
28192
28271
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -28902,8 +28981,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
28902
28981
|
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"};
|
|
28903
28982
|
styleInject(css_248z$z);
|
|
28904
28983
|
|
|
28905
|
-
function ownKeys$
|
|
28906
|
-
function _objectSpread$
|
|
28984
|
+
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; }
|
|
28985
|
+
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; }
|
|
28907
28986
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
28908
28987
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
28909
28988
|
var _useState = React.useState(''),
|
|
@@ -28951,7 +29030,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
28951
29030
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28952
29031
|
});
|
|
28953
29032
|
}
|
|
28954
|
-
setsectionproperties(_objectSpread$
|
|
29033
|
+
setsectionproperties(_objectSpread$21({}, secpropobj));
|
|
28955
29034
|
}, [StatePagePropertiesContext]);
|
|
28956
29035
|
React.useEffect(function () {
|
|
28957
29036
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -29870,8 +29949,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
29870
29949
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
29871
29950
|
styleInject(css_248z$y);
|
|
29872
29951
|
|
|
29873
|
-
function ownKeys$
|
|
29874
|
-
function _objectSpread$
|
|
29952
|
+
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; }
|
|
29953
|
+
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; }
|
|
29875
29954
|
var FloatingIcons = function FloatingIcons(props) {
|
|
29876
29955
|
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
29877
29956
|
var _useState = React.useState(''),
|
|
@@ -29883,7 +29962,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29883
29962
|
var routingcountext = props.actions.routingcountext;
|
|
29884
29963
|
React.useEffect(function () {
|
|
29885
29964
|
if (props.sectionpropertiesprops != undefined) {
|
|
29886
|
-
setsectionproperties(_objectSpread$
|
|
29965
|
+
setsectionproperties(_objectSpread$20({}, props.sectionpropertiesprops));
|
|
29887
29966
|
}
|
|
29888
29967
|
}, [props.sectionpropertiesprops]);
|
|
29889
29968
|
var header_cssstyles = {
|
|
@@ -30128,8 +30207,8 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
30128
30207
|
}))));
|
|
30129
30208
|
};
|
|
30130
30209
|
|
|
30131
|
-
function ownKeys$
|
|
30132
|
-
function _objectSpread$
|
|
30210
|
+
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; }
|
|
30211
|
+
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; }
|
|
30133
30212
|
var ClassicHeader = function ClassicHeader(props) {
|
|
30134
30213
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$i, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
|
|
30135
30214
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -30166,7 +30245,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
30166
30245
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30167
30246
|
});
|
|
30168
30247
|
}
|
|
30169
|
-
setsectionproperties(_objectSpread$
|
|
30248
|
+
setsectionproperties(_objectSpread$1$({}, secpropobj));
|
|
30170
30249
|
}, [StatePagePropertiesContext]);
|
|
30171
30250
|
var _useState3 = React.useState([]),
|
|
30172
30251
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -31263,8 +31342,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
31263
31342
|
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"};
|
|
31264
31343
|
styleInject(css_248z$x);
|
|
31265
31344
|
|
|
31266
|
-
function ownKeys$
|
|
31267
|
-
function _objectSpread$
|
|
31345
|
+
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; }
|
|
31346
|
+
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; }
|
|
31268
31347
|
var CTAHeader = function CTAHeader(props) {
|
|
31269
31348
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i10, _authdetailsContext$i12, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20;
|
|
31270
31349
|
var actions = props.actions;
|
|
@@ -31312,7 +31391,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
31312
31391
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31313
31392
|
});
|
|
31314
31393
|
}
|
|
31315
|
-
setsectionproperties(_objectSpread$
|
|
31394
|
+
setsectionproperties(_objectSpread$1_({}, secpropobj));
|
|
31316
31395
|
}, [StatePagePropertiesContext]);
|
|
31317
31396
|
React.useEffect(function () {
|
|
31318
31397
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -32370,8 +32449,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
32370
32449
|
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"};
|
|
32371
32450
|
styleInject(css_248z$w);
|
|
32372
32451
|
|
|
32373
|
-
function ownKeys$
|
|
32374
|
-
function _objectSpread$
|
|
32452
|
+
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; }
|
|
32453
|
+
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; }
|
|
32375
32454
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
32376
32455
|
var _authdetailsContext$i3, _authdetailsContext$i0, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i12, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i15;
|
|
32377
32456
|
var _useState = React.useState(''),
|
|
@@ -32413,7 +32492,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
32413
32492
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32414
32493
|
});
|
|
32415
32494
|
}
|
|
32416
|
-
setsectionproperties(_objectSpread$
|
|
32495
|
+
setsectionproperties(_objectSpread$1Z({}, secpropobj));
|
|
32417
32496
|
}, [StatePagePropertiesContext]);
|
|
32418
32497
|
var _useState5 = React.useState([]),
|
|
32419
32498
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -33466,8 +33545,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
33466
33545
|
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"};
|
|
33467
33546
|
styleInject(css_248z$v);
|
|
33468
33547
|
|
|
33469
|
-
function ownKeys$
|
|
33470
|
-
function _objectSpread$
|
|
33548
|
+
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; }
|
|
33549
|
+
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; }
|
|
33471
33550
|
var Simpleheader = function Simpleheader(props) {
|
|
33472
33551
|
var _header_cssstyles, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$i7, _authdetailsContext$c2, _authdetailsContext$i8, _authdetailsContext$i9, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
33473
33552
|
var actions = props.actions;
|
|
@@ -33514,7 +33593,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33514
33593
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
33515
33594
|
});
|
|
33516
33595
|
}
|
|
33517
|
-
setsectionproperties(_objectSpread$
|
|
33596
|
+
setsectionproperties(_objectSpread$1Y({}, secpropobj));
|
|
33518
33597
|
}, [StatePagePropertiesContext]);
|
|
33519
33598
|
React.useEffect(function () {
|
|
33520
33599
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -34357,8 +34436,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
34357
34436
|
}))))))));
|
|
34358
34437
|
};
|
|
34359
34438
|
|
|
34360
|
-
function ownKeys$
|
|
34361
|
-
function _objectSpread$
|
|
34439
|
+
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; }
|
|
34440
|
+
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; }
|
|
34362
34441
|
var Header8 = function Header8(props) {
|
|
34363
34442
|
var _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i6, _authdetailsContext$i8, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i9, _authdetailsContext$i1, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _fetchcustomercartQue4, _fetchcustomercartQue5;
|
|
34364
34443
|
var actions = props.actions;
|
|
@@ -34415,7 +34494,7 @@ var Header8 = function Header8(props) {
|
|
|
34415
34494
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34416
34495
|
});
|
|
34417
34496
|
}
|
|
34418
|
-
setsectionproperties(_objectSpread$
|
|
34497
|
+
setsectionproperties(_objectSpread$1X({}, secpropobj));
|
|
34419
34498
|
}, [StatePagePropertiesContext]);
|
|
34420
34499
|
var subtotalcart = function subtotalcart() {
|
|
34421
34500
|
var _fetchcustomercartQue;
|
|
@@ -36184,8 +36263,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
36184
36263
|
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-"};
|
|
36185
36264
|
styleInject(css_248z$u);
|
|
36186
36265
|
|
|
36187
|
-
function ownKeys$
|
|
36188
|
-
function _objectSpread$
|
|
36266
|
+
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; }
|
|
36267
|
+
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; }
|
|
36189
36268
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
36190
36269
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
36191
36270
|
var _useState = React.useState(''),
|
|
@@ -36221,7 +36300,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
36221
36300
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
36222
36301
|
});
|
|
36223
36302
|
}
|
|
36224
|
-
setsectionproperties(_objectSpread$
|
|
36303
|
+
setsectionproperties(_objectSpread$1W({}, secpropobj));
|
|
36225
36304
|
}, [StatePagePropertiesContext]);
|
|
36226
36305
|
var _useState3 = React.useState([]),
|
|
36227
36306
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -36842,8 +36921,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
36842
36921
|
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"};
|
|
36843
36922
|
styleInject(css_248z$t);
|
|
36844
36923
|
|
|
36845
|
-
function ownKeys$
|
|
36846
|
-
function _objectSpread$
|
|
36924
|
+
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; }
|
|
36925
|
+
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; }
|
|
36847
36926
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
36848
36927
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
36849
36928
|
var _useState = React.useState(''),
|
|
@@ -36880,7 +36959,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
36880
36959
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
36881
36960
|
});
|
|
36882
36961
|
}
|
|
36883
|
-
setsectionproperties(_objectSpread$
|
|
36962
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
36884
36963
|
}, [StatePagePropertiesContext]);
|
|
36885
36964
|
var _useState3 = React.useState(false),
|
|
36886
36965
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -37661,8 +37740,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
37661
37740
|
}))))))));
|
|
37662
37741
|
};
|
|
37663
37742
|
|
|
37664
|
-
function ownKeys$
|
|
37665
|
-
function _objectSpread$
|
|
37743
|
+
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; }
|
|
37744
|
+
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; }
|
|
37666
37745
|
var Modernheader = function Modernheader(props) {
|
|
37667
37746
|
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0;
|
|
37668
37747
|
var _useState = React.useState(''),
|
|
@@ -37709,7 +37788,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
37709
37788
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37710
37789
|
});
|
|
37711
37790
|
}
|
|
37712
|
-
setsectionproperties(_objectSpread$
|
|
37791
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
37713
37792
|
}, [StatePagePropertiesContext]);
|
|
37714
37793
|
React.useEffect(function () {
|
|
37715
37794
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -38587,8 +38666,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
38587
38666
|
}))))))));
|
|
38588
38667
|
};
|
|
38589
38668
|
|
|
38590
|
-
function ownKeys$
|
|
38591
|
-
function _objectSpread$
|
|
38669
|
+
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; }
|
|
38670
|
+
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; }
|
|
38592
38671
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
38593
38672
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
38594
38673
|
var _useState = React.useState(''),
|
|
@@ -38626,7 +38705,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
38626
38705
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38627
38706
|
});
|
|
38628
38707
|
}
|
|
38629
|
-
setsectionproperties(_objectSpread$
|
|
38708
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
38630
38709
|
}, [StatePagePropertiesContext]);
|
|
38631
38710
|
var _useState3 = React.useState([]),
|
|
38632
38711
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -39274,8 +39353,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
39274
39353
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
39275
39354
|
styleInject(css_248z$s);
|
|
39276
39355
|
|
|
39277
|
-
function ownKeys$
|
|
39278
|
-
function _objectSpread$
|
|
39356
|
+
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; }
|
|
39357
|
+
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; }
|
|
39279
39358
|
var StylishHeader = function StylishHeader(props) {
|
|
39280
39359
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
39281
39360
|
var _useState = React.useState(''),
|
|
@@ -39316,7 +39395,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
39316
39395
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39317
39396
|
});
|
|
39318
39397
|
}
|
|
39319
|
-
setsectionproperties(_objectSpread$
|
|
39398
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
39320
39399
|
}, [StatePagePropertiesContext]);
|
|
39321
39400
|
var _useState5 = React.useState([]),
|
|
39322
39401
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -40082,8 +40161,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
40082
40161
|
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"};
|
|
40083
40162
|
styleInject(css_248z$r);
|
|
40084
40163
|
|
|
40085
|
-
function ownKeys$
|
|
40086
|
-
function _objectSpread$
|
|
40164
|
+
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; }
|
|
40165
|
+
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; }
|
|
40087
40166
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
40088
40167
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
40089
40168
|
var actions = props.actions;
|
|
@@ -40121,7 +40200,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
40121
40200
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40122
40201
|
});
|
|
40123
40202
|
}
|
|
40124
|
-
setsectionproperties(_objectSpread$
|
|
40203
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
40125
40204
|
}, [StatePagePropertiesContext]);
|
|
40126
40205
|
var _useState3 = React.useState([]),
|
|
40127
40206
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -40964,8 +41043,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
40964
41043
|
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"};
|
|
40965
41044
|
styleInject(css_248z$q);
|
|
40966
41045
|
|
|
40967
|
-
function ownKeys$
|
|
40968
|
-
function _objectSpread$
|
|
41046
|
+
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; }
|
|
41047
|
+
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; }
|
|
40969
41048
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
40970
41049
|
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i11, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i12, _authdetailsContext$i14;
|
|
40971
41050
|
var lang = props.actions.lang;
|
|
@@ -41032,7 +41111,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
41032
41111
|
});
|
|
41033
41112
|
}
|
|
41034
41113
|
}
|
|
41035
|
-
setsectionproperties(_objectSpread$
|
|
41114
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
41036
41115
|
}, [StatePagePropertiesContext]);
|
|
41037
41116
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
41038
41117
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -41969,8 +42048,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
41969
42048
|
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"};
|
|
41970
42049
|
styleInject(css_248z$p);
|
|
41971
42050
|
|
|
41972
|
-
function ownKeys$
|
|
41973
|
-
function _objectSpread$
|
|
42051
|
+
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; }
|
|
42052
|
+
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; }
|
|
41974
42053
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
41975
42054
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
41976
42055
|
var lang = props.actions.lang;
|
|
@@ -42014,7 +42093,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
42014
42093
|
});
|
|
42015
42094
|
}
|
|
42016
42095
|
}
|
|
42017
|
-
setsectionproperties(_objectSpread$
|
|
42096
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
42018
42097
|
}, [StatePagePropertiesContext]);
|
|
42019
42098
|
var _useState5 = React.useState([]),
|
|
42020
42099
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -42745,8 +42824,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
42745
42824
|
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"};
|
|
42746
42825
|
styleInject(css_248z$o);
|
|
42747
42826
|
|
|
42748
|
-
function ownKeys$
|
|
42749
|
-
function _objectSpread$
|
|
42827
|
+
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; }
|
|
42828
|
+
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; }
|
|
42750
42829
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
42751
42830
|
var _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
42752
42831
|
var _useState = React.useState(''),
|
|
@@ -42784,7 +42863,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
42784
42863
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42785
42864
|
});
|
|
42786
42865
|
}
|
|
42787
|
-
setsectionproperties(_objectSpread$
|
|
42866
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
42788
42867
|
}, [StatePagePropertiesContext]);
|
|
42789
42868
|
var _useState3 = React.useState([]),
|
|
42790
42869
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -43526,8 +43605,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
43526
43605
|
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"};
|
|
43527
43606
|
styleInject(css_248z$n);
|
|
43528
43607
|
|
|
43529
|
-
function ownKeys$
|
|
43530
|
-
function _objectSpread$
|
|
43608
|
+
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; }
|
|
43609
|
+
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; }
|
|
43531
43610
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
43532
43611
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
43533
43612
|
var _useState = React.useState(''),
|
|
@@ -43564,7 +43643,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
43564
43643
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43565
43644
|
});
|
|
43566
43645
|
}
|
|
43567
|
-
setsectionproperties(_objectSpread$
|
|
43646
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
43568
43647
|
}, [StatePagePropertiesContext]);
|
|
43569
43648
|
var _useState3 = React.useState([]),
|
|
43570
43649
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -44183,8 +44262,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
44183
44262
|
}));
|
|
44184
44263
|
};
|
|
44185
44264
|
|
|
44186
|
-
function ownKeys$
|
|
44187
|
-
function _objectSpread$
|
|
44265
|
+
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; }
|
|
44266
|
+
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; }
|
|
44188
44267
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
44189
44268
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
44190
44269
|
var lang = props.actions.lang;
|
|
@@ -44232,7 +44311,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
44232
44311
|
});
|
|
44233
44312
|
}
|
|
44234
44313
|
}
|
|
44235
|
-
setsectionproperties(_objectSpread$
|
|
44314
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
44236
44315
|
}, [StatePagePropertiesContext]);
|
|
44237
44316
|
React.useEffect(function () {
|
|
44238
44317
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -45175,8 +45254,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
45175
45254
|
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"};
|
|
45176
45255
|
styleInject(css_248z$m);
|
|
45177
45256
|
|
|
45178
|
-
function ownKeys$
|
|
45179
|
-
function _objectSpread$
|
|
45257
|
+
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; }
|
|
45258
|
+
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; }
|
|
45180
45259
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
45181
45260
|
var _textarray$, _textarray$2, _authdetailsContext$i, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
45182
45261
|
var _useState = React.useState(''),
|
|
@@ -45217,7 +45296,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
45217
45296
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
45218
45297
|
});
|
|
45219
45298
|
}
|
|
45220
|
-
setsectionproperties(_objectSpread$
|
|
45299
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
45221
45300
|
}, [StatePagePropertiesContext]);
|
|
45222
45301
|
var _useState5 = React.useState([]),
|
|
45223
45302
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -46049,8 +46128,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
46049
46128
|
}));
|
|
46050
46129
|
};
|
|
46051
46130
|
|
|
46052
|
-
function ownKeys$
|
|
46053
|
-
function _objectSpread$
|
|
46131
|
+
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; }
|
|
46132
|
+
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; }
|
|
46054
46133
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
46055
46134
|
var _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
46056
46135
|
var _useState = React.useState(''),
|
|
@@ -46112,7 +46191,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
46112
46191
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
46113
46192
|
});
|
|
46114
46193
|
}
|
|
46115
|
-
setsectionproperties(_objectSpread$
|
|
46194
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
46116
46195
|
}, [StatePagePropertiesContext]);
|
|
46117
46196
|
React.useEffect(function () {
|
|
46118
46197
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -47098,8 +47177,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
47098
47177
|
}));
|
|
47099
47178
|
};
|
|
47100
47179
|
|
|
47101
|
-
function ownKeys$
|
|
47102
|
-
function _objectSpread$
|
|
47180
|
+
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; }
|
|
47181
|
+
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; }
|
|
47103
47182
|
var Minimalheader = function Minimalheader(props) {
|
|
47104
47183
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
47105
47184
|
var _useState = React.useState(''),
|
|
@@ -47155,7 +47234,7 @@ var Minimalheader = function Minimalheader(props) {
|
|
|
47155
47234
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
47156
47235
|
});
|
|
47157
47236
|
}
|
|
47158
|
-
setsectionproperties(_objectSpread$
|
|
47237
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
47159
47238
|
}, [StatePagePropertiesContext]);
|
|
47160
47239
|
React.useEffect(function () {
|
|
47161
47240
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -47820,8 +47899,8 @@ var Minimalheader = function Minimalheader(props) {
|
|
|
47820
47899
|
}));
|
|
47821
47900
|
};
|
|
47822
47901
|
|
|
47823
|
-
function ownKeys$
|
|
47824
|
-
function _objectSpread$
|
|
47902
|
+
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; }
|
|
47903
|
+
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; }
|
|
47825
47904
|
var Allinonefooter = function Allinonefooter(props) {
|
|
47826
47905
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i1, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i20;
|
|
47827
47906
|
var _useState = React.useState(''),
|
|
@@ -47848,7 +47927,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
47848
47927
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
47849
47928
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
47850
47929
|
});
|
|
47851
|
-
setsectionproperties(_objectSpread$
|
|
47930
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
47852
47931
|
} else {
|
|
47853
47932
|
var secpropobj = {};
|
|
47854
47933
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -47858,7 +47937,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
47858
47937
|
});
|
|
47859
47938
|
}
|
|
47860
47939
|
});
|
|
47861
|
-
setsectionproperties(_objectSpread$
|
|
47940
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
47862
47941
|
}
|
|
47863
47942
|
}, [StatePagePropertiesContext]);
|
|
47864
47943
|
var footerStyles = {
|
|
@@ -48341,8 +48420,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
48341
48420
|
}))))));
|
|
48342
48421
|
};
|
|
48343
48422
|
|
|
48344
|
-
function ownKeys$
|
|
48345
|
-
function _objectSpread$
|
|
48423
|
+
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; }
|
|
48424
|
+
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; }
|
|
48346
48425
|
var Footer1 = function Footer1(props) {
|
|
48347
48426
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _authdetailsContext$i10, _authdetailsContext$i11;
|
|
48348
48427
|
var _useState = React.useState(''),
|
|
@@ -48369,7 +48448,7 @@ var Footer1 = function Footer1(props) {
|
|
|
48369
48448
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48370
48449
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48371
48450
|
});
|
|
48372
|
-
setsectionproperties(_objectSpread$
|
|
48451
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
48373
48452
|
} else {
|
|
48374
48453
|
var secpropobj = {};
|
|
48375
48454
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48379,7 +48458,7 @@ var Footer1 = function Footer1(props) {
|
|
|
48379
48458
|
});
|
|
48380
48459
|
}
|
|
48381
48460
|
});
|
|
48382
|
-
setsectionproperties(_objectSpread$
|
|
48461
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
48383
48462
|
}
|
|
48384
48463
|
}, [StatePagePropertiesContext]);
|
|
48385
48464
|
React.useEffect(function () {
|
|
@@ -48797,8 +48876,8 @@ var Footer1 = function Footer1(props) {
|
|
|
48797
48876
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.address_en)))))));
|
|
48798
48877
|
};
|
|
48799
48878
|
|
|
48800
|
-
function ownKeys$
|
|
48801
|
-
function _objectSpread$
|
|
48879
|
+
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; }
|
|
48880
|
+
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; }
|
|
48802
48881
|
var Footer2 = function Footer2(props) {
|
|
48803
48882
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i1, _authdetailsContext$i12, _authdetailsContext$i15, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _authdetailsContext$i19, _authdetailsContext$i20;
|
|
48804
48883
|
var _useState = React.useState(''),
|
|
@@ -48828,7 +48907,7 @@ var Footer2 = function Footer2(props) {
|
|
|
48828
48907
|
});
|
|
48829
48908
|
}
|
|
48830
48909
|
});
|
|
48831
|
-
setsectionproperties(_objectSpread$
|
|
48910
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
48832
48911
|
}, [StatePagePropertiesContext]);
|
|
48833
48912
|
React.useEffect(function () {
|
|
48834
48913
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -49261,8 +49340,8 @@ var Footer2 = function Footer2(props) {
|
|
|
49261
49340
|
})))));
|
|
49262
49341
|
};
|
|
49263
49342
|
|
|
49264
|
-
function ownKeys$
|
|
49265
|
-
function _objectSpread$
|
|
49343
|
+
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; }
|
|
49344
|
+
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; }
|
|
49266
49345
|
var Footer3 = function Footer3(props) {
|
|
49267
49346
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i15, _authdetailsContext$i16;
|
|
49268
49347
|
var _useState = React.useState(''),
|
|
@@ -49289,7 +49368,7 @@ var Footer3 = function Footer3(props) {
|
|
|
49289
49368
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49290
49369
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49291
49370
|
});
|
|
49292
|
-
setsectionproperties(_objectSpread$
|
|
49371
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
49293
49372
|
} else {
|
|
49294
49373
|
var secpropobj = {};
|
|
49295
49374
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49299,7 +49378,7 @@ var Footer3 = function Footer3(props) {
|
|
|
49299
49378
|
});
|
|
49300
49379
|
}
|
|
49301
49380
|
});
|
|
49302
|
-
setsectionproperties(_objectSpread$
|
|
49381
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
49303
49382
|
}
|
|
49304
49383
|
}, [StatePagePropertiesContext]);
|
|
49305
49384
|
React.useEffect(function () {
|
|
@@ -49624,8 +49703,8 @@ var Footer3 = function Footer3(props) {
|
|
|
49624
49703
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.address_en)))))));
|
|
49625
49704
|
};
|
|
49626
49705
|
|
|
49627
|
-
function ownKeys$
|
|
49628
|
-
function _objectSpread$
|
|
49706
|
+
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; }
|
|
49707
|
+
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; }
|
|
49629
49708
|
var Footer4 = function Footer4(props) {
|
|
49630
49709
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
49631
49710
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -49648,7 +49727,7 @@ var Footer4 = function Footer4(props) {
|
|
|
49648
49727
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49649
49728
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49650
49729
|
});
|
|
49651
|
-
setsectionproperties(_objectSpread$
|
|
49730
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
49652
49731
|
} else {
|
|
49653
49732
|
var secpropobj = {};
|
|
49654
49733
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49658,7 +49737,7 @@ var Footer4 = function Footer4(props) {
|
|
|
49658
49737
|
});
|
|
49659
49738
|
}
|
|
49660
49739
|
});
|
|
49661
|
-
setsectionproperties(_objectSpread$
|
|
49740
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
49662
49741
|
}
|
|
49663
49742
|
}, [StatePagePropertiesContext]);
|
|
49664
49743
|
var footerStyles = {
|
|
@@ -50052,8 +50131,8 @@ var Footer4 = function Footer4(props) {
|
|
|
50052
50131
|
}))))))));
|
|
50053
50132
|
};
|
|
50054
50133
|
|
|
50055
|
-
function ownKeys$
|
|
50056
|
-
function _objectSpread$
|
|
50134
|
+
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; }
|
|
50135
|
+
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; }
|
|
50057
50136
|
var Footer5 = function Footer5(props) {
|
|
50058
50137
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i1, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24, _authdetailsContext$i26, _authdetailsContext$i29, _authdetailsContext$i32, _authdetailsContext$i35, _authdetailsContext$i38, _authdetailsContext$i41, _authdetailsContext$i44, _authdetailsContext$i47;
|
|
50059
50138
|
var _useState = React.useState(''),
|
|
@@ -50087,7 +50166,7 @@ var Footer5 = function Footer5(props) {
|
|
|
50087
50166
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50088
50167
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50089
50168
|
});
|
|
50090
|
-
setsectionproperties(_objectSpread$
|
|
50169
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
50091
50170
|
} else {
|
|
50092
50171
|
var secpropobj = {};
|
|
50093
50172
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50097,7 +50176,7 @@ var Footer5 = function Footer5(props) {
|
|
|
50097
50176
|
});
|
|
50098
50177
|
}
|
|
50099
50178
|
});
|
|
50100
|
-
setsectionproperties(_objectSpread$
|
|
50179
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
50101
50180
|
}
|
|
50102
50181
|
}, [StatePagePropertiesContext]);
|
|
50103
50182
|
React.useEffect(function () {
|
|
@@ -50746,8 +50825,8 @@ var Footer5 = function Footer5(props) {
|
|
|
50746
50825
|
})))))));
|
|
50747
50826
|
};
|
|
50748
50827
|
|
|
50749
|
-
function ownKeys$
|
|
50750
|
-
function _objectSpread$
|
|
50828
|
+
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; }
|
|
50829
|
+
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; }
|
|
50751
50830
|
var Footer6 = function Footer6(props) {
|
|
50752
50831
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
50753
50832
|
var _useState = React.useState(''),
|
|
@@ -50778,7 +50857,7 @@ var Footer6 = function Footer6(props) {
|
|
|
50778
50857
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50779
50858
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50780
50859
|
});
|
|
50781
|
-
setsectionproperties(_objectSpread$
|
|
50860
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
50782
50861
|
} else {
|
|
50783
50862
|
var secpropobj = {};
|
|
50784
50863
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50788,7 +50867,7 @@ var Footer6 = function Footer6(props) {
|
|
|
50788
50867
|
});
|
|
50789
50868
|
}
|
|
50790
50869
|
});
|
|
50791
|
-
setsectionproperties(_objectSpread$
|
|
50870
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
50792
50871
|
}
|
|
50793
50872
|
}, [StatePagePropertiesContext]);
|
|
50794
50873
|
React.useEffect(function () {
|
|
@@ -51025,8 +51104,8 @@ var Footer6 = function Footer6(props) {
|
|
|
51025
51104
|
}))));
|
|
51026
51105
|
};
|
|
51027
51106
|
|
|
51028
|
-
function ownKeys$
|
|
51029
|
-
function _objectSpread$
|
|
51107
|
+
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; }
|
|
51108
|
+
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; }
|
|
51030
51109
|
var Footer7 = function Footer7(props) {
|
|
51031
51110
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
51032
51111
|
var _useState = React.useState(''),
|
|
@@ -51057,7 +51136,7 @@ var Footer7 = function Footer7(props) {
|
|
|
51057
51136
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51058
51137
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51059
51138
|
});
|
|
51060
|
-
setsectionproperties(_objectSpread$
|
|
51139
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
51061
51140
|
} else {
|
|
51062
51141
|
var secpropobj = {};
|
|
51063
51142
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51067,7 +51146,7 @@ var Footer7 = function Footer7(props) {
|
|
|
51067
51146
|
});
|
|
51068
51147
|
}
|
|
51069
51148
|
});
|
|
51070
|
-
setsectionproperties(_objectSpread$
|
|
51149
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
51071
51150
|
}
|
|
51072
51151
|
}, [StatePagePropertiesContext]);
|
|
51073
51152
|
React.useEffect(function () {
|
|
@@ -51425,8 +51504,8 @@ var Footer7 = function Footer7(props) {
|
|
|
51425
51504
|
}))))));
|
|
51426
51505
|
};
|
|
51427
51506
|
|
|
51428
|
-
function ownKeys$
|
|
51429
|
-
function _objectSpread$
|
|
51507
|
+
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; }
|
|
51508
|
+
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; }
|
|
51430
51509
|
var Footer8 = function Footer8(props) {
|
|
51431
51510
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i22, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i38, _authdetailsContext$i40, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i41, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i42, _authdetailsContext$i43, _authdetailsContext$i45, _authdetailsContext$i48, _authdetailsContext$i51, _authdetailsContext$i54, _authdetailsContext$i57, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12;
|
|
51432
51511
|
var _useState = React.useState(''),
|
|
@@ -51453,7 +51532,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51453
51532
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51454
51533
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51455
51534
|
});
|
|
51456
|
-
setsectionproperties(_objectSpread$
|
|
51535
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
51457
51536
|
} else {
|
|
51458
51537
|
var secpropobj = {};
|
|
51459
51538
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51463,7 +51542,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51463
51542
|
});
|
|
51464
51543
|
}
|
|
51465
51544
|
});
|
|
51466
|
-
setsectionproperties(_objectSpread$
|
|
51545
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
51467
51546
|
}
|
|
51468
51547
|
}, [StatePagePropertiesContext]);
|
|
51469
51548
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
@@ -52451,8 +52530,8 @@ var Footer8 = function Footer8(props) {
|
|
|
52451
52530
|
}, "\u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0645\u062D\u0641\u0648\u0638\u0629 \xA9 2025 \u0645\u0624\u0633\u0633\u0629 \u0627\u0644\u0645\u0633\u062A\u0634\u0627\u0631"))));
|
|
52452
52531
|
};
|
|
52453
52532
|
|
|
52454
|
-
function ownKeys$
|
|
52455
|
-
function _objectSpread$
|
|
52533
|
+
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; }
|
|
52534
|
+
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; }
|
|
52456
52535
|
var Simplefooter = function Simplefooter(props) {
|
|
52457
52536
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i0, _authdetailsContext$i10;
|
|
52458
52537
|
var _useState = React.useState(''),
|
|
@@ -52479,7 +52558,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
52479
52558
|
});
|
|
52480
52559
|
}
|
|
52481
52560
|
});
|
|
52482
|
-
setsectionproperties(_objectSpread$
|
|
52561
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
52483
52562
|
}, [StatePagePropertiesContext]);
|
|
52484
52563
|
React.useEffect(function () {
|
|
52485
52564
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -52759,8 +52838,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
52759
52838
|
})));
|
|
52760
52839
|
};
|
|
52761
52840
|
|
|
52762
|
-
function ownKeys$
|
|
52763
|
-
function _objectSpread$
|
|
52841
|
+
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; }
|
|
52842
|
+
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; }
|
|
52764
52843
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
52765
52844
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
52766
52845
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -52783,7 +52862,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
52783
52862
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
52784
52863
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
52785
52864
|
});
|
|
52786
|
-
setsectionproperties(_objectSpread$
|
|
52865
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
52787
52866
|
} else {
|
|
52788
52867
|
var secpropobj = {};
|
|
52789
52868
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -52793,7 +52872,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
52793
52872
|
});
|
|
52794
52873
|
}
|
|
52795
52874
|
});
|
|
52796
|
-
setsectionproperties(_objectSpread$
|
|
52875
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
52797
52876
|
}
|
|
52798
52877
|
}, [StatePagePropertiesContext]);
|
|
52799
52878
|
var _useState3 = React.useState([]),
|
|
@@ -53071,8 +53150,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
53071
53150
|
}, "@ ", 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))));
|
|
53072
53151
|
};
|
|
53073
53152
|
|
|
53074
|
-
function ownKeys$
|
|
53075
|
-
function _objectSpread$
|
|
53153
|
+
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; }
|
|
53154
|
+
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; }
|
|
53076
53155
|
var ModernFooter = function ModernFooter(props) {
|
|
53077
53156
|
var _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i1, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24;
|
|
53078
53157
|
var _useState = React.useState(''),
|
|
@@ -53098,7 +53177,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
53098
53177
|
});
|
|
53099
53178
|
}
|
|
53100
53179
|
});
|
|
53101
|
-
setsectionproperties(_objectSpread$
|
|
53180
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
53102
53181
|
}, [StatePagePropertiesContext]);
|
|
53103
53182
|
var footerStyles = {
|
|
53104
53183
|
footerContainer: glamor.css({
|
|
@@ -53563,8 +53642,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
53563
53642
|
})))))));
|
|
53564
53643
|
};
|
|
53565
53644
|
|
|
53566
|
-
function ownKeys$
|
|
53567
|
-
function _objectSpread$
|
|
53645
|
+
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; }
|
|
53646
|
+
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; }
|
|
53568
53647
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
53569
53648
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i1, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i30, _authdetailsContext$i32, _authdetailsContext$i37, _authdetailsContext$i38, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
53570
53649
|
var _useState = React.useState(''),
|
|
@@ -53601,7 +53680,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
53601
53680
|
});
|
|
53602
53681
|
}
|
|
53603
53682
|
});
|
|
53604
|
-
setsectionproperties(_objectSpread$
|
|
53683
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
53605
53684
|
}, [StatePagePropertiesContext]);
|
|
53606
53685
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
53607
53686
|
var _authdetailsContext$i;
|
|
@@ -54455,8 +54534,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
54455
54534
|
})), langdetect == 'en' ? 'Account' : 'ملفي')));
|
|
54456
54535
|
};
|
|
54457
54536
|
|
|
54458
|
-
function ownKeys$
|
|
54459
|
-
function _objectSpread$
|
|
54537
|
+
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; }
|
|
54538
|
+
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; }
|
|
54460
54539
|
var Newsletterincenter = function Newsletterincenter(props) {
|
|
54461
54540
|
var _css, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i19;
|
|
54462
54541
|
var _useState = React.useState(''),
|
|
@@ -54490,7 +54569,7 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
54490
54569
|
});
|
|
54491
54570
|
}
|
|
54492
54571
|
});
|
|
54493
|
-
setsectionproperties(_objectSpread$
|
|
54572
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
54494
54573
|
}, [StatePagePropertiesContext]);
|
|
54495
54574
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
54496
54575
|
var _authdetailsContext$i;
|
|
@@ -54683,9 +54762,9 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
54683
54762
|
,
|
|
54684
54763
|
placeholder: "your email",
|
|
54685
54764
|
onChange: function onChange(event) {
|
|
54686
|
-
var newslettertemp = _objectSpread$
|
|
54765
|
+
var newslettertemp = _objectSpread$1v({}, newsletter);
|
|
54687
54766
|
newslettertemp = event.target.value;
|
|
54688
|
-
setnewsletter(_objectSpread$
|
|
54767
|
+
setnewsletter(_objectSpread$1v({}, newslettertemp));
|
|
54689
54768
|
},
|
|
54690
54769
|
style: {
|
|
54691
54770
|
background: sectionproperties.input_bgcolor
|
|
@@ -54941,8 +55020,8 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
54941
55020
|
}))))));
|
|
54942
55021
|
};
|
|
54943
55022
|
|
|
54944
|
-
function ownKeys$
|
|
54945
|
-
function _objectSpread$
|
|
55023
|
+
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; }
|
|
55024
|
+
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; }
|
|
54946
55025
|
var CardsSection2 = function CardsSection2(props) {
|
|
54947
55026
|
var refscr = /*#__PURE__*/React.createRef();
|
|
54948
55027
|
var _useInView = reactIntersectionObserver.useInView();
|
|
@@ -55024,7 +55103,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
55024
55103
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
55025
55104
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
55026
55105
|
});
|
|
55027
|
-
setsectionproperties(_objectSpread$
|
|
55106
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
55028
55107
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
55029
55108
|
setfetchingtype('products');
|
|
55030
55109
|
var lcproductfetchingtype = 'Random';
|
|
@@ -55098,9 +55177,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
55098
55177
|
}
|
|
55099
55178
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
55100
55179
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
55101
|
-
setProductFilterObjContext(_objectSpread$
|
|
55180
|
+
setProductFilterObjContext(_objectSpread$1u({}, tempfetchproductsfilerobjcontext));
|
|
55102
55181
|
}
|
|
55103
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
55182
|
+
setFetchQueriesEngineContext(_objectSpread$1u({}, tempFetchQueriesEngineContext));
|
|
55104
55183
|
}
|
|
55105
55184
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
55106
55185
|
React.useEffect(function () {
|
|
@@ -55584,8 +55663,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
55584
55663
|
}, cardsrender())));
|
|
55585
55664
|
};
|
|
55586
55665
|
|
|
55587
|
-
function ownKeys$
|
|
55588
|
-
function _objectSpread$
|
|
55666
|
+
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; }
|
|
55667
|
+
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; }
|
|
55589
55668
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
55590
55669
|
var _useInView = reactIntersectionObserver.useInView();
|
|
55591
55670
|
_useInView.ref;
|
|
@@ -55638,7 +55717,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
55638
55717
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
55639
55718
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
55640
55719
|
});
|
|
55641
|
-
setsectionproperties(_objectSpread$
|
|
55720
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
55642
55721
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
55643
55722
|
setfetchingtype('products');
|
|
55644
55723
|
setProductsFetchingTypeSectionObj({
|
|
@@ -55691,9 +55770,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
55691
55770
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
55692
55771
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
55693
55772
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
55694
|
-
setProductFilterObjContext(_objectSpread$
|
|
55773
|
+
setProductFilterObjContext(_objectSpread$1t({}, tempfetchproductsfilerobjcontext));
|
|
55695
55774
|
}
|
|
55696
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
55775
|
+
setFetchQueriesEngineContext(_objectSpread$1t({}, tempFetchQueriesEngineContext));
|
|
55697
55776
|
}
|
|
55698
55777
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
55699
55778
|
React.useEffect(function () {
|
|
@@ -56144,8 +56223,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
56144
56223
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
56145
56224
|
};
|
|
56146
56225
|
|
|
56147
|
-
function ownKeys$
|
|
56148
|
-
function _objectSpread$
|
|
56226
|
+
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; }
|
|
56227
|
+
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; }
|
|
56149
56228
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
56150
56229
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
56151
56230
|
ref = _useInView.ref;
|
|
@@ -56226,7 +56305,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
56226
56305
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
56227
56306
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
56228
56307
|
});
|
|
56229
|
-
setsectionproperties(_objectSpread$
|
|
56308
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
56230
56309
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
56231
56310
|
setfetchingtype('products');
|
|
56232
56311
|
var lcproductfetchingtype = 'Random';
|
|
@@ -56300,9 +56379,9 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
56300
56379
|
}
|
|
56301
56380
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
56302
56381
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
56303
|
-
setProductFilterObjContext(_objectSpread$
|
|
56382
|
+
setProductFilterObjContext(_objectSpread$1s({}, tempfetchproductsfilerobjcontext));
|
|
56304
56383
|
}
|
|
56305
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
56384
|
+
setFetchQueriesEngineContext(_objectSpread$1s({}, tempFetchQueriesEngineContext));
|
|
56306
56385
|
}
|
|
56307
56386
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
56308
56387
|
React.useEffect(function () {
|
|
@@ -56860,8 +56939,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
56860
56939
|
}, cardsrender()));
|
|
56861
56940
|
};
|
|
56862
56941
|
|
|
56863
|
-
function ownKeys$
|
|
56864
|
-
function _objectSpread$
|
|
56942
|
+
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; }
|
|
56943
|
+
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; }
|
|
56865
56944
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
56866
56945
|
var _useInView = reactIntersectionObserver.useInView();
|
|
56867
56946
|
_useInView.ref;
|
|
@@ -56906,7 +56985,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
56906
56985
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
56907
56986
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
56908
56987
|
});
|
|
56909
|
-
setsectionproperties(_objectSpread$
|
|
56988
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
56910
56989
|
setfetchingtype(sectionitem.fetchingtype);
|
|
56911
56990
|
setProductsFetchingTypeSectionObj({
|
|
56912
56991
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -56932,7 +57011,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
56932
57011
|
} else {
|
|
56933
57012
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
56934
57013
|
}
|
|
56935
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
57014
|
+
setFetchQueriesEngineContext(_objectSpread$1r({}, tempFetchQueriesEngineContext));
|
|
56936
57015
|
}
|
|
56937
57016
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
56938
57017
|
React.useEffect(function () {
|
|
@@ -57212,8 +57291,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
57212
57291
|
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
57213
57292
|
};
|
|
57214
57293
|
|
|
57215
|
-
function ownKeys$
|
|
57216
|
-
function _objectSpread$
|
|
57294
|
+
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; }
|
|
57295
|
+
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; }
|
|
57217
57296
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
57218
57297
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
57219
57298
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -57272,7 +57351,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
57272
57351
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
57273
57352
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
57274
57353
|
});
|
|
57275
|
-
setsectionproperties(_objectSpread$
|
|
57354
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
57276
57355
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
57277
57356
|
setfetchingtype('products');
|
|
57278
57357
|
var lcproductfetchingtype = 'Random';
|
|
@@ -57346,9 +57425,9 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
57346
57425
|
}
|
|
57347
57426
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
57348
57427
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
57349
|
-
setProductFilterObjContext(_objectSpread$
|
|
57428
|
+
setProductFilterObjContext(_objectSpread$1q({}, tempfetchproductsfilerobjcontext));
|
|
57350
57429
|
}
|
|
57351
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
57430
|
+
setFetchQueriesEngineContext(_objectSpread$1q({}, tempFetchQueriesEngineContext));
|
|
57352
57431
|
}
|
|
57353
57432
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
57354
57433
|
React.useEffect(function () {
|
|
@@ -58551,8 +58630,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
58551
58630
|
}, cardsrender()));
|
|
58552
58631
|
};
|
|
58553
58632
|
|
|
58554
|
-
function ownKeys$
|
|
58555
|
-
function _objectSpread$
|
|
58633
|
+
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; }
|
|
58634
|
+
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; }
|
|
58556
58635
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
58557
58636
|
var _useInView = reactIntersectionObserver.useInView(),
|
|
58558
58637
|
ref = _useInView.ref,
|
|
@@ -58613,7 +58692,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
58613
58692
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
58614
58693
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
58615
58694
|
});
|
|
58616
|
-
setsectionproperties(_objectSpread$
|
|
58695
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
58617
58696
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
58618
58697
|
setfetchingtype('products');
|
|
58619
58698
|
setProductsFetchingTypeSectionObj({
|
|
@@ -58665,9 +58744,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
58665
58744
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
58666
58745
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
58667
58746
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
58668
|
-
setProductFilterObjContext(_objectSpread$
|
|
58747
|
+
setProductFilterObjContext(_objectSpread$1p({}, tempfetchproductsfilerobjcontext));
|
|
58669
58748
|
// }
|
|
58670
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
58749
|
+
setFetchQueriesEngineContext(_objectSpread$1p({}, tempFetchQueriesEngineContext));
|
|
58671
58750
|
}
|
|
58672
58751
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
58673
58752
|
React.useEffect(function () {
|
|
@@ -59104,8 +59183,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
59104
59183
|
}, cardsrender())));
|
|
59105
59184
|
};
|
|
59106
59185
|
|
|
59107
|
-
function ownKeys$
|
|
59108
|
-
function _objectSpread$
|
|
59186
|
+
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; }
|
|
59187
|
+
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; }
|
|
59109
59188
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
59110
59189
|
var _useInView = reactIntersectionObserver.useInView();
|
|
59111
59190
|
_useInView.ref;
|
|
@@ -59132,7 +59211,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
59132
59211
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
59133
59212
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
59134
59213
|
});
|
|
59135
|
-
setsectionproperties(_objectSpread$
|
|
59214
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
59136
59215
|
setfetchingtype(sectionitem.fetchingtype);
|
|
59137
59216
|
}
|
|
59138
59217
|
});
|
|
@@ -59373,8 +59452,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
59373
59452
|
}, fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
59374
59453
|
};
|
|
59375
59454
|
|
|
59376
|
-
function ownKeys$
|
|
59377
|
-
function _objectSpread$
|
|
59455
|
+
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; }
|
|
59456
|
+
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; }
|
|
59378
59457
|
var CollapsableSection = function CollapsableSection(props) {
|
|
59379
59458
|
var _useState = React.useState(''),
|
|
59380
59459
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -59397,7 +59476,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
59397
59476
|
});
|
|
59398
59477
|
}
|
|
59399
59478
|
});
|
|
59400
|
-
setsectionproperties(_objectSpread$
|
|
59479
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
59401
59480
|
}, [StatePagePropertiesContext]);
|
|
59402
59481
|
React.useEffect(function () {
|
|
59403
59482
|
if (sectionproperties.length != 0) {
|
|
@@ -59693,8 +59772,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
59693
59772
|
}, CollapsibleSectionContent()));
|
|
59694
59773
|
};
|
|
59695
59774
|
|
|
59696
|
-
function ownKeys$
|
|
59697
|
-
function _objectSpread$
|
|
59775
|
+
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; }
|
|
59776
|
+
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; }
|
|
59698
59777
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
59699
59778
|
props.actions.lang;
|
|
59700
59779
|
var langdetect = props.actions.langdetect;
|
|
@@ -59725,7 +59804,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
59725
59804
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
59726
59805
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
59727
59806
|
});
|
|
59728
|
-
setsectionproperties(_objectSpread$
|
|
59807
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
59729
59808
|
} else {
|
|
59730
59809
|
var secpropobj = {};
|
|
59731
59810
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -59735,7 +59814,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
59735
59814
|
});
|
|
59736
59815
|
}
|
|
59737
59816
|
});
|
|
59738
|
-
setsectionproperties(_objectSpread$
|
|
59817
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
59739
59818
|
}
|
|
59740
59819
|
}, [StatePagePropertiesContext]);
|
|
59741
59820
|
React.useEffect(function () {
|
|
@@ -60156,8 +60235,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
60156
60235
|
}, BackgroundImagesContent())));
|
|
60157
60236
|
};
|
|
60158
60237
|
|
|
60159
|
-
function ownKeys$
|
|
60160
|
-
function _objectSpread$
|
|
60238
|
+
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; }
|
|
60239
|
+
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; }
|
|
60161
60240
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
60162
60241
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$11, _imagesarray$15;
|
|
60163
60242
|
props.actions.lang;
|
|
@@ -60184,7 +60263,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
60184
60263
|
});
|
|
60185
60264
|
}
|
|
60186
60265
|
});
|
|
60187
|
-
setsectionproperties(_objectSpread$
|
|
60266
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
60188
60267
|
}, [StatePagePropertiesContext]);
|
|
60189
60268
|
React.useEffect(function () {
|
|
60190
60269
|
if (sectionproperties.length != 0) {
|
|
@@ -60479,8 +60558,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
60479
60558
|
})))))));
|
|
60480
60559
|
};
|
|
60481
60560
|
|
|
60482
|
-
function ownKeys$
|
|
60483
|
-
function _objectSpread$
|
|
60561
|
+
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; }
|
|
60562
|
+
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; }
|
|
60484
60563
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
60485
60564
|
var _useState = React.useState(''),
|
|
60486
60565
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -60503,7 +60582,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
60503
60582
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
60504
60583
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
60505
60584
|
});
|
|
60506
|
-
setsectionproperties(_objectSpread$
|
|
60585
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
60507
60586
|
} else {
|
|
60508
60587
|
var secpropobj = {};
|
|
60509
60588
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -60513,7 +60592,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
60513
60592
|
});
|
|
60514
60593
|
}
|
|
60515
60594
|
});
|
|
60516
|
-
setsectionproperties(_objectSpread$
|
|
60595
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
60517
60596
|
}
|
|
60518
60597
|
}, [StatePagePropertiesContext]);
|
|
60519
60598
|
React.useEffect(function () {
|
|
@@ -60750,8 +60829,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
60750
60829
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
60751
60830
|
styleInject(css_248z$l);
|
|
60752
60831
|
|
|
60753
|
-
function ownKeys$
|
|
60754
|
-
function _objectSpread$
|
|
60832
|
+
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; }
|
|
60833
|
+
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; }
|
|
60755
60834
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
60756
60835
|
var _bgimagesarray$, _bgimagesarray$2;
|
|
60757
60836
|
var _useState = React.useState(''),
|
|
@@ -60774,7 +60853,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
60774
60853
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
60775
60854
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
60776
60855
|
});
|
|
60777
|
-
setsectionproperties(_objectSpread$
|
|
60856
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
60778
60857
|
} else {
|
|
60779
60858
|
var secpropobj = {};
|
|
60780
60859
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -60784,7 +60863,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
60784
60863
|
});
|
|
60785
60864
|
}
|
|
60786
60865
|
});
|
|
60787
|
-
setsectionproperties(_objectSpread$
|
|
60866
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
60788
60867
|
}
|
|
60789
60868
|
}, [StatePagePropertiesContext]);
|
|
60790
60869
|
React.useEffect(function () {
|
|
@@ -61011,8 +61090,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
61011
61090
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
61012
61091
|
};
|
|
61013
61092
|
|
|
61014
|
-
function ownKeys$
|
|
61015
|
-
function _objectSpread$
|
|
61093
|
+
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; }
|
|
61094
|
+
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; }
|
|
61016
61095
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
61017
61096
|
var _useState = React.useState(''),
|
|
61018
61097
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -61035,7 +61114,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
61035
61114
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
61036
61115
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
61037
61116
|
});
|
|
61038
|
-
setsectionproperties(_objectSpread$
|
|
61117
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
61039
61118
|
} else {
|
|
61040
61119
|
var secpropobj = {};
|
|
61041
61120
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -61045,7 +61124,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
61045
61124
|
});
|
|
61046
61125
|
}
|
|
61047
61126
|
});
|
|
61048
|
-
setsectionproperties(_objectSpread$
|
|
61127
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
61049
61128
|
}
|
|
61050
61129
|
}, [StatePagePropertiesContext]);
|
|
61051
61130
|
React.useEffect(function () {
|
|
@@ -61156,8 +61235,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
61156
61235
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
61157
61236
|
styleInject(css_248z$k);
|
|
61158
61237
|
|
|
61159
|
-
function ownKeys$
|
|
61160
|
-
function _objectSpread$
|
|
61238
|
+
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; }
|
|
61239
|
+
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; }
|
|
61161
61240
|
var Select = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
61162
61241
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
61163
61242
|
});
|
|
@@ -61175,7 +61254,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
61175
61254
|
sectionproperties = _useState2[0],
|
|
61176
61255
|
setsectionproperties = _useState2[1];
|
|
61177
61256
|
React.useEffect(function () {
|
|
61178
|
-
setsectionproperties(_objectSpread$
|
|
61257
|
+
setsectionproperties(_objectSpread$1h({}, props.sectionproperties));
|
|
61179
61258
|
}, [props.sectionproperties]);
|
|
61180
61259
|
var formstyles = {
|
|
61181
61260
|
input_label_name: glamor.css({
|
|
@@ -61246,13 +61325,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
61246
61325
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
61247
61326
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
61248
61327
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
61249
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
61328
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1h({}, tempFetchTabexStatesPayloadobjContext));
|
|
61250
61329
|
if (props.srcfrom != 'filter') {
|
|
61251
61330
|
props.payloadobjchange('countryid', option.id);
|
|
61252
61331
|
} else {
|
|
61253
61332
|
var temp = props.payloadobj;
|
|
61254
61333
|
temp.countryid = option.id;
|
|
61255
|
-
props.setpayloadobj(_objectSpread$
|
|
61334
|
+
props.setpayloadobj(_objectSpread$1h({}, temp));
|
|
61256
61335
|
}
|
|
61257
61336
|
},
|
|
61258
61337
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -61305,13 +61384,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
61305
61384
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
61306
61385
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
61307
61386
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
61308
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
61387
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1h({}, tempFetchTabexStatesPayloadobjContext));
|
|
61309
61388
|
if (props.srcfrom != 'filter') {
|
|
61310
61389
|
props.payloadobjchange('stateid', option.id);
|
|
61311
61390
|
} else {
|
|
61312
61391
|
var temp = props.payloadobj;
|
|
61313
61392
|
temp.stateid = option.id;
|
|
61314
|
-
props.setpayloadobj(_objectSpread$
|
|
61393
|
+
props.setpayloadobj(_objectSpread$1h({}, temp));
|
|
61315
61394
|
}
|
|
61316
61395
|
},
|
|
61317
61396
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -61366,7 +61445,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
61366
61445
|
} else {
|
|
61367
61446
|
var temp = props.payloadobj;
|
|
61368
61447
|
temp.cityid = option.id;
|
|
61369
|
-
props.setpayloadobj(_objectSpread$
|
|
61448
|
+
props.setpayloadobj(_objectSpread$1h({}, temp));
|
|
61370
61449
|
}
|
|
61371
61450
|
},
|
|
61372
61451
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -61400,8 +61479,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
61400
61479
|
}))));
|
|
61401
61480
|
};
|
|
61402
61481
|
|
|
61403
|
-
function ownKeys$
|
|
61404
|
-
function _objectSpread$
|
|
61482
|
+
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; }
|
|
61483
|
+
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; }
|
|
61405
61484
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
61406
61485
|
var _css, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
61407
61486
|
var _useState = React.useState(''),
|
|
@@ -61467,11 +61546,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
61467
61546
|
_useState16[0];
|
|
61468
61547
|
_useState16[1];
|
|
61469
61548
|
React.useEffect(function () {
|
|
61470
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
61549
|
+
var tempFetchQueriesEngineContext = _objectSpread$1g({}, FetchQueriesEngineContext);
|
|
61471
61550
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
61472
61551
|
tempFetchQueriesEngineContext.collections = true;
|
|
61473
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
61474
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
61552
|
+
setFetchQueriesEngineContext(_objectSpread$1g({}, tempFetchQueriesEngineContext));
|
|
61553
|
+
var tempFetchQueriesEngineContext = _objectSpread$1g({}, FetchQueriesEngineContext);
|
|
61475
61554
|
|
|
61476
61555
|
// authdetailsContext?.instinfo?.instcollections?
|
|
61477
61556
|
}, []);
|
|
@@ -61492,7 +61571,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
61492
61571
|
});
|
|
61493
61572
|
}
|
|
61494
61573
|
});
|
|
61495
|
-
setsectionproperties(_objectSpread$
|
|
61574
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
61496
61575
|
}, [StatePagePropertiesContext]);
|
|
61497
61576
|
React.useEffect(function () {
|
|
61498
61577
|
if (sectionproperties.length != 0) {
|
|
@@ -61754,7 +61833,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
61754
61833
|
var temp = payloadobj;
|
|
61755
61834
|
temp.collections = [];
|
|
61756
61835
|
temp.collections.push(option.collectionid);
|
|
61757
|
-
setpayloadobj(_objectSpread$
|
|
61836
|
+
setpayloadobj(_objectSpread$1g({}, temp));
|
|
61758
61837
|
},
|
|
61759
61838
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
61760
61839
|
isSearchable: true,
|
|
@@ -61815,7 +61894,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
61815
61894
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
61816
61895
|
value: pricevalue,
|
|
61817
61896
|
onChange: function onChange(value) {
|
|
61818
|
-
setpricevalue(_objectSpread$
|
|
61897
|
+
setpricevalue(_objectSpread$1g({}, value));
|
|
61819
61898
|
}
|
|
61820
61899
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61821
61900
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -61823,7 +61902,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
61823
61902
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
61824
61903
|
onClick: function onClick() {
|
|
61825
61904
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
61826
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
61905
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1g({}, fetchproductsfilerobjcontext);
|
|
61827
61906
|
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) {
|
|
61828
61907
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
61829
61908
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -61868,8 +61947,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
61868
61947
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))));
|
|
61869
61948
|
};
|
|
61870
61949
|
|
|
61871
|
-
function ownKeys$
|
|
61872
|
-
function _objectSpread$
|
|
61950
|
+
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; }
|
|
61951
|
+
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; }
|
|
61873
61952
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
61874
61953
|
var _fetchCategoriesQuery;
|
|
61875
61954
|
var _useState = React.useState(''),
|
|
@@ -61923,11 +62002,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
61923
62002
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
61924
62003
|
props.actions.fetchcollectionsQueryContext;
|
|
61925
62004
|
React.useEffect(function () {
|
|
61926
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
62005
|
+
var tempFetchQueriesEngineContext = _objectSpread$1f({}, FetchQueriesEngineContext);
|
|
61927
62006
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
61928
62007
|
tempFetchQueriesEngineContext.collections = true;
|
|
61929
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
61930
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
62008
|
+
setFetchQueriesEngineContext(_objectSpread$1f({}, tempFetchQueriesEngineContext));
|
|
62009
|
+
var tempFetchQueriesEngineContext = _objectSpread$1f({}, FetchQueriesEngineContext);
|
|
61931
62010
|
|
|
61932
62011
|
// authdetailsContext?.instinfo?.instcollections?
|
|
61933
62012
|
}, []);
|
|
@@ -61948,7 +62027,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
61948
62027
|
});
|
|
61949
62028
|
}
|
|
61950
62029
|
});
|
|
61951
|
-
setsectionproperties(_objectSpread$
|
|
62030
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
61952
62031
|
}, [StatePagePropertiesContext]);
|
|
61953
62032
|
// useEffect(() => {
|
|
61954
62033
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -62196,7 +62275,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
62196
62275
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
62197
62276
|
value: pricevalue,
|
|
62198
62277
|
onChange: function onChange(value) {
|
|
62199
|
-
setpricevalue(_objectSpread$
|
|
62278
|
+
setpricevalue(_objectSpread$1f({}, value));
|
|
62200
62279
|
}
|
|
62201
62280
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62202
62281
|
"class": "col-lg-1"
|
|
@@ -62206,7 +62285,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
62206
62285
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
62207
62286
|
onClick: function onClick() {
|
|
62208
62287
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
62209
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
62288
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1f({}, fetchproductsfilerobjcontext);
|
|
62210
62289
|
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) {
|
|
62211
62290
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
62212
62291
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -62251,8 +62330,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
62251
62330
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
62252
62331
|
};
|
|
62253
62332
|
|
|
62254
|
-
function ownKeys$
|
|
62255
|
-
function _objectSpread$
|
|
62333
|
+
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; }
|
|
62334
|
+
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; }
|
|
62256
62335
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
62257
62336
|
var _useState = React.useState(''),
|
|
62258
62337
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -62298,7 +62377,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
62298
62377
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
62299
62378
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
62300
62379
|
});
|
|
62301
|
-
setsectionproperties(_objectSpread$
|
|
62380
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
62302
62381
|
} else {
|
|
62303
62382
|
var secpropobj = {};
|
|
62304
62383
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -62308,7 +62387,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
62308
62387
|
});
|
|
62309
62388
|
}
|
|
62310
62389
|
});
|
|
62311
|
-
setsectionproperties(_objectSpread$
|
|
62390
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
62312
62391
|
}
|
|
62313
62392
|
}, [StatePagePropertiesContext]);
|
|
62314
62393
|
var sectionstyles = {
|
|
@@ -62501,8 +62580,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
62501
62580
|
})))));
|
|
62502
62581
|
};
|
|
62503
62582
|
|
|
62504
|
-
function ownKeys$
|
|
62505
|
-
function _objectSpread$
|
|
62583
|
+
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; }
|
|
62584
|
+
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; }
|
|
62506
62585
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
62507
62586
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
62508
62587
|
var lang = props.actions.lang;
|
|
@@ -62542,7 +62621,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
62542
62621
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
62543
62622
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
62544
62623
|
});
|
|
62545
|
-
setsectionproperties(_objectSpread$
|
|
62624
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
62546
62625
|
} else {
|
|
62547
62626
|
var secpropobj = {};
|
|
62548
62627
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -62552,7 +62631,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
62552
62631
|
});
|
|
62553
62632
|
}
|
|
62554
62633
|
});
|
|
62555
|
-
setsectionproperties(_objectSpread$
|
|
62634
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
62556
62635
|
}
|
|
62557
62636
|
}, [StatePagePropertiesContext]);
|
|
62558
62637
|
React.useEffect(function () {
|
|
@@ -62713,8 +62792,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
62713
62792
|
})))))))));
|
|
62714
62793
|
};
|
|
62715
62794
|
|
|
62716
|
-
function ownKeys$
|
|
62717
|
-
function _objectSpread$
|
|
62795
|
+
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; }
|
|
62796
|
+
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; }
|
|
62718
62797
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
62719
62798
|
var _useState = React.useState(''),
|
|
62720
62799
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -62739,7 +62818,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
62739
62818
|
});
|
|
62740
62819
|
}
|
|
62741
62820
|
});
|
|
62742
|
-
setsectionproperties(_objectSpread$
|
|
62821
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
62743
62822
|
}, [StatePagePropertiesContext]);
|
|
62744
62823
|
React.useEffect(function () {
|
|
62745
62824
|
if (sectionproperties.length != 0) {
|
|
@@ -62853,8 +62932,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
62853
62932
|
}))))));
|
|
62854
62933
|
};
|
|
62855
62934
|
|
|
62856
|
-
function ownKeys$
|
|
62857
|
-
function _objectSpread$
|
|
62935
|
+
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; }
|
|
62936
|
+
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; }
|
|
62858
62937
|
var Threebgimages = function Threebgimages(props) {
|
|
62859
62938
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
62860
62939
|
// const { StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
@@ -62884,7 +62963,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
62884
62963
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
62885
62964
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
62886
62965
|
});
|
|
62887
|
-
setsectionproperties(_objectSpread$
|
|
62966
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
62888
62967
|
} else {
|
|
62889
62968
|
var secpropobj = {};
|
|
62890
62969
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -62894,7 +62973,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
62894
62973
|
});
|
|
62895
62974
|
}
|
|
62896
62975
|
});
|
|
62897
|
-
setsectionproperties(_objectSpread$
|
|
62976
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
62898
62977
|
}
|
|
62899
62978
|
}, [StatePagePropertiesContext]);
|
|
62900
62979
|
React.useEffect(function () {
|
|
@@ -63108,8 +63187,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
63108
63187
|
})));
|
|
63109
63188
|
};
|
|
63110
63189
|
|
|
63111
|
-
function ownKeys$
|
|
63112
|
-
function _objectSpread$
|
|
63190
|
+
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; }
|
|
63191
|
+
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; }
|
|
63113
63192
|
var Twobgimages = function Twobgimages(props) {
|
|
63114
63193
|
var _useState = React.useState(''),
|
|
63115
63194
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -63137,7 +63216,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
63137
63216
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
63138
63217
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
63139
63218
|
});
|
|
63140
|
-
setsectionproperties(_objectSpread$
|
|
63219
|
+
setsectionproperties(_objectSpread$1a({}, secpropobj));
|
|
63141
63220
|
} else {
|
|
63142
63221
|
var secpropobj = {};
|
|
63143
63222
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -63147,7 +63226,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
63147
63226
|
});
|
|
63148
63227
|
}
|
|
63149
63228
|
});
|
|
63150
|
-
setsectionproperties(_objectSpread$
|
|
63229
|
+
setsectionproperties(_objectSpread$1a({}, secpropobj));
|
|
63151
63230
|
}
|
|
63152
63231
|
}, [StatePagePropertiesContext]);
|
|
63153
63232
|
React.useEffect(function () {
|
|
@@ -63577,8 +63656,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
63577
63656
|
}, BackgroundImage()));
|
|
63578
63657
|
};
|
|
63579
63658
|
|
|
63580
|
-
function ownKeys$
|
|
63581
|
-
function _objectSpread$
|
|
63659
|
+
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; }
|
|
63660
|
+
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; }
|
|
63582
63661
|
var VideosSection = function VideosSection(props) {
|
|
63583
63662
|
var _useState = React.useState(''),
|
|
63584
63663
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -63605,7 +63684,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
63605
63684
|
});
|
|
63606
63685
|
}
|
|
63607
63686
|
});
|
|
63608
|
-
setsectionproperties(_objectSpread$
|
|
63687
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
63609
63688
|
}, [StatePagePropertiesContext]);
|
|
63610
63689
|
React.useEffect(function () {
|
|
63611
63690
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -63980,8 +64059,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
63980
64059
|
})))))));
|
|
63981
64060
|
};
|
|
63982
64061
|
|
|
63983
|
-
function ownKeys$
|
|
63984
|
-
function _objectSpread$
|
|
64062
|
+
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; }
|
|
64063
|
+
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; }
|
|
63985
64064
|
var FullVideoSection = function FullVideoSection(props) {
|
|
63986
64065
|
var _useState = React.useState(''),
|
|
63987
64066
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -64007,7 +64086,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
64007
64086
|
});
|
|
64008
64087
|
}
|
|
64009
64088
|
});
|
|
64010
|
-
setsectionproperties(_objectSpread$
|
|
64089
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
64011
64090
|
}, [StatePagePropertiesContext]);
|
|
64012
64091
|
React.useEffect(function () {
|
|
64013
64092
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -64177,8 +64256,8 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
64177
64256
|
}, Content(), " ", Video())));
|
|
64178
64257
|
};
|
|
64179
64258
|
|
|
64180
|
-
function ownKeys$
|
|
64181
|
-
function _objectSpread$
|
|
64259
|
+
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; }
|
|
64260
|
+
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; }
|
|
64182
64261
|
var Popupcomponent = function Popupcomponent(props) {
|
|
64183
64262
|
var _authdetailsContext$i;
|
|
64184
64263
|
var _useState = React.useState(''),
|
|
@@ -64210,7 +64289,7 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
64210
64289
|
});
|
|
64211
64290
|
}
|
|
64212
64291
|
});
|
|
64213
|
-
setsectionproperties(_objectSpread$
|
|
64292
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
64214
64293
|
}, [StatePagePropertiesContext]);
|
|
64215
64294
|
React.useEffect(function () {
|
|
64216
64295
|
if (sectionproperties.length != 0) {
|
|
@@ -64291,8 +64370,8 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
64291
64370
|
})))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
64292
64371
|
};
|
|
64293
64372
|
|
|
64294
|
-
function ownKeys$
|
|
64295
|
-
function _objectSpread$
|
|
64373
|
+
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; }
|
|
64374
|
+
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; }
|
|
64296
64375
|
var PopupCountryComponent = function PopupCountryComponent(props) {
|
|
64297
64376
|
var _useState = React.useState(''),
|
|
64298
64377
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -64322,7 +64401,7 @@ var PopupCountryComponent = function PopupCountryComponent(props) {
|
|
|
64322
64401
|
});
|
|
64323
64402
|
}
|
|
64324
64403
|
});
|
|
64325
|
-
setsectionproperties(_objectSpread$
|
|
64404
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
64326
64405
|
}, [StatePagePropertiesContext]);
|
|
64327
64406
|
React.useEffect(function () {
|
|
64328
64407
|
if (sectionproperties.length != 0) {
|
|
@@ -64404,8 +64483,8 @@ var PopupCountryComponent = function PopupCountryComponent(props) {
|
|
|
64404
64483
|
}, /*#__PURE__*/React__default["default"].createElement("option", null, "Egypt/EGP"))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
64405
64484
|
};
|
|
64406
64485
|
|
|
64407
|
-
function ownKeys$
|
|
64408
|
-
function _objectSpread$
|
|
64486
|
+
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; }
|
|
64487
|
+
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; }
|
|
64409
64488
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
64410
64489
|
var _useState = React.useState(''),
|
|
64411
64490
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -64437,7 +64516,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
64437
64516
|
});
|
|
64438
64517
|
}
|
|
64439
64518
|
});
|
|
64440
|
-
setsectionproperties(_objectSpread$
|
|
64519
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
64441
64520
|
}, [StatePagePropertiesContext]);
|
|
64442
64521
|
var sectionstyles = {
|
|
64443
64522
|
sectionTitleStyles: glamor.css({
|
|
@@ -64718,8 +64797,8 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
64718
64797
|
}, SectionContent()));
|
|
64719
64798
|
};
|
|
64720
64799
|
|
|
64721
|
-
function ownKeys$
|
|
64722
|
-
function _objectSpread$
|
|
64800
|
+
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; }
|
|
64801
|
+
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; }
|
|
64723
64802
|
var DynamicForm = function DynamicForm(props) {
|
|
64724
64803
|
var _css, _dynamicform$fields, _imagesarray$, _imagesarray$2, _authdetailsContext$i;
|
|
64725
64804
|
props.actions.lang;
|
|
@@ -64782,7 +64861,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
64782
64861
|
});
|
|
64783
64862
|
}
|
|
64784
64863
|
});
|
|
64785
|
-
setsectionproperties(_objectSpread$
|
|
64864
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
64786
64865
|
}, [StatePagePropertiesContext]);
|
|
64787
64866
|
React.useEffect(function () {
|
|
64788
64867
|
if (fetchdynamicformfeildsQueryContext.isSuccess) {
|
|
@@ -64811,12 +64890,12 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
64811
64890
|
}
|
|
64812
64891
|
}, [fetchdynamicformfeildsQueryContext.isSuccess]);
|
|
64813
64892
|
var updateformfield = function updateformfield(value, index) {
|
|
64814
|
-
var tempynamicform = _objectSpread$
|
|
64893
|
+
var tempynamicform = _objectSpread$14({}, dynamicform);
|
|
64815
64894
|
tempynamicform.fields[index].value = value;
|
|
64816
|
-
setdynamicform(_objectSpread$
|
|
64895
|
+
setdynamicform(_objectSpread$14({}, dynamicform));
|
|
64817
64896
|
};
|
|
64818
64897
|
var submitform = function submitform() {
|
|
64819
|
-
var tempynamicform = _objectSpread$
|
|
64898
|
+
var tempynamicform = _objectSpread$14({}, dynamicform);
|
|
64820
64899
|
var fields = tempynamicform.fields;
|
|
64821
64900
|
var validationpassed = true;
|
|
64822
64901
|
var reason = '';
|
|
@@ -64848,7 +64927,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
64848
64927
|
};
|
|
64849
64928
|
var clearform = function clearform() {
|
|
64850
64929
|
var _tempitem$fields2;
|
|
64851
|
-
var tempitem = _objectSpread$
|
|
64930
|
+
var tempitem = _objectSpread$14({}, dynamicform);
|
|
64852
64931
|
tempitem === null || tempitem === void 0 || (_tempitem$fields2 = tempitem.fields) === null || _tempitem$fields2 === void 0 || _tempitem$fields2.forEach(function (fielditem) {
|
|
64853
64932
|
fielditem.value = '';
|
|
64854
64933
|
});
|
|
@@ -65258,8 +65337,8 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
65258
65337
|
}, confirmationtext)))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
65259
65338
|
};
|
|
65260
65339
|
|
|
65261
|
-
function ownKeys$
|
|
65262
|
-
function _objectSpread$
|
|
65340
|
+
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; }
|
|
65341
|
+
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; }
|
|
65263
65342
|
var Searchcomponent = function Searchcomponent(props) {
|
|
65264
65343
|
var _useState = React.useState(''),
|
|
65265
65344
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -65280,7 +65359,7 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
65280
65359
|
});
|
|
65281
65360
|
}
|
|
65282
65361
|
});
|
|
65283
|
-
setsectionproperties(_objectSpread$
|
|
65362
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
65284
65363
|
}, [StatePagePropertiesContext]);
|
|
65285
65364
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65286
65365
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
@@ -65341,8 +65420,8 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
65341
65420
|
})))));
|
|
65342
65421
|
};
|
|
65343
65422
|
|
|
65344
|
-
function ownKeys$
|
|
65345
|
-
function _objectSpread$
|
|
65423
|
+
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; }
|
|
65424
|
+
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; }
|
|
65346
65425
|
var MapsSection = function MapsSection(props) {
|
|
65347
65426
|
var _useState = React.useState(''),
|
|
65348
65427
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -65366,7 +65445,7 @@ var MapsSection = function MapsSection(props) {
|
|
|
65366
65445
|
});
|
|
65367
65446
|
}
|
|
65368
65447
|
});
|
|
65369
|
-
setsectionproperties(_objectSpread$
|
|
65448
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
65370
65449
|
}, [StatePagePropertiesContext]);
|
|
65371
65450
|
React.useEffect(function () {
|
|
65372
65451
|
if (sectionproperties.length != 0) {
|
|
@@ -65534,6 +65613,53 @@ var MapsSection = function MapsSection(props) {
|
|
|
65534
65613
|
}))));
|
|
65535
65614
|
};
|
|
65536
65615
|
|
|
65616
|
+
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; }
|
|
65617
|
+
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; }
|
|
65618
|
+
var Preloaderone = function Preloaderone(props) {
|
|
65619
|
+
var _useState = React.useState(''),
|
|
65620
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
65621
|
+
sectionproperties = _useState2[0],
|
|
65622
|
+
setsectionproperties = _useState2[1];
|
|
65623
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
65624
|
+
var _useState3 = React.useState(true),
|
|
65625
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
65626
|
+
visible = _useState4[0],
|
|
65627
|
+
setVisible = _useState4[1];
|
|
65628
|
+
React.useEffect(function () {
|
|
65629
|
+
var secpropobj = {};
|
|
65630
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
65631
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
65632
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
65633
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
65634
|
+
});
|
|
65635
|
+
}
|
|
65636
|
+
});
|
|
65637
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
65638
|
+
}, [StatePagePropertiesContext]);
|
|
65639
|
+
React.useEffect(function () {
|
|
65640
|
+
if (sectionproperties !== null && sectionproperties !== void 0 && sectionproperties.durationInSeconds) {
|
|
65641
|
+
var timeout = setTimeout(function () {
|
|
65642
|
+
setVisible(false);
|
|
65643
|
+
}, (sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.durationInSeconds) * 1000); // convert to milliseconds
|
|
65644
|
+
|
|
65645
|
+
return function () {
|
|
65646
|
+
return clearTimeout(timeout);
|
|
65647
|
+
}; // Cleanup on unmount or prop change
|
|
65648
|
+
}
|
|
65649
|
+
}, [sectionproperties]);
|
|
65650
|
+
if (!visible) return null;
|
|
65651
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65652
|
+
"class": ' row ml-0 mr-0 d-flex justify-content-between w-100 align-items-center preloadercont ',
|
|
65653
|
+
style: {
|
|
65654
|
+
background: sectionproperties.backgroundColor
|
|
65655
|
+
}
|
|
65656
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65657
|
+
"class": "preloader-content"
|
|
65658
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65659
|
+
"class": "loading"
|
|
65660
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", null, "LOADING"), /*#__PURE__*/React__default["default"].createElement("span", null))));
|
|
65661
|
+
};
|
|
65662
|
+
|
|
65537
65663
|
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; }
|
|
65538
65664
|
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; }
|
|
65539
65665
|
var CountDownSection = function CountDownSection(props) {
|
|
@@ -89084,6 +89210,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
89084
89210
|
Searchcomponent: Searchcomponent,
|
|
89085
89211
|
MapsSection: MapsSection,
|
|
89086
89212
|
// Slideshows (13)
|
|
89213
|
+
Preloaderone: Preloaderone,
|
|
89087
89214
|
CountDownSection: CountDownSection,
|
|
89088
89215
|
AboutSection: AboutSection,
|
|
89089
89216
|
Backgroundimage_with_topcircle: Backgroundimage_with_topcircle,
|