tabexseriescomponents 0.0.412 → 0.0.414
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +794 -644
- package/dist/index.esm.js +794 -644
- package/dist/index.umd.js +794 -644
- package/package.json +1 -1
- package/src 2.zip +0 -0
- package/srcbeforeedits.zip +0 -0
package/dist/index.esm.js
CHANGED
|
@@ -624,8 +624,8 @@ var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
|
624
624
|
}));
|
|
625
625
|
};
|
|
626
626
|
|
|
627
|
-
function ownKeys$
|
|
628
|
-
function _objectSpread$
|
|
627
|
+
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; }
|
|
628
|
+
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(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; }
|
|
629
629
|
var Login = function Login(props) {
|
|
630
630
|
var _css;
|
|
631
631
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -701,7 +701,7 @@ var Login = function Login(props) {
|
|
|
701
701
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
702
702
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
703
703
|
});
|
|
704
|
-
setsectionproperties(_objectSpread$
|
|
704
|
+
setsectionproperties(_objectSpread$2u({}, secpropobj));
|
|
705
705
|
}
|
|
706
706
|
}, [StatePagePropertiesContext]);
|
|
707
707
|
useEffect(function () {
|
|
@@ -868,9 +868,9 @@ var Login = function Login(props) {
|
|
|
868
868
|
className: "".concat(loginstyles2.form_control),
|
|
869
869
|
value: payloadobj.email,
|
|
870
870
|
onChange: function onChange(event) {
|
|
871
|
-
var temppayloadobj = _objectSpread$
|
|
871
|
+
var temppayloadobj = _objectSpread$2u({}, payloadobj);
|
|
872
872
|
temppayloadobj.email = event.target.value;
|
|
873
|
-
setpayloadobj(_objectSpread$
|
|
873
|
+
setpayloadobj(_objectSpread$2u({}, temppayloadobj));
|
|
874
874
|
},
|
|
875
875
|
style: {
|
|
876
876
|
background: sectionproperties.input_bgcolor
|
|
@@ -892,9 +892,9 @@ var Login = function Login(props) {
|
|
|
892
892
|
textplaceholder: "",
|
|
893
893
|
value: payloadobj.password,
|
|
894
894
|
onChange: function onChange(event) {
|
|
895
|
-
var temppayloadobj = _objectSpread$
|
|
895
|
+
var temppayloadobj = _objectSpread$2u({}, payloadobj);
|
|
896
896
|
temppayloadobj.password = event.target.value;
|
|
897
|
-
setpayloadobj(_objectSpread$
|
|
897
|
+
setpayloadobj(_objectSpread$2u({}, temppayloadobj));
|
|
898
898
|
},
|
|
899
899
|
style: {
|
|
900
900
|
background: sectionproperties.input_bgcolor
|
|
@@ -1071,9 +1071,9 @@ var Login = function Login(props) {
|
|
|
1071
1071
|
className: "".concat(loginstyles2.form_control),
|
|
1072
1072
|
value: forgotpasswordpayload.email,
|
|
1073
1073
|
onChange: function onChange(event) {
|
|
1074
|
-
var temppayloadobj = _objectSpread$
|
|
1074
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1075
1075
|
temppayloadobj.email = event.target.value;
|
|
1076
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1076
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1077
1077
|
},
|
|
1078
1078
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1079
1079
|
style: {
|
|
@@ -1088,9 +1088,9 @@ var Login = function Login(props) {
|
|
|
1088
1088
|
className: "".concat(loginstyles2.form_control),
|
|
1089
1089
|
value: forgotpasswordpayload.code,
|
|
1090
1090
|
onChange: function onChange(event) {
|
|
1091
|
-
var temppayloadobj = _objectSpread$
|
|
1091
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1092
1092
|
temppayloadobj.code = event.target.value;
|
|
1093
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1093
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1094
1094
|
},
|
|
1095
1095
|
style: {
|
|
1096
1096
|
background: sectionproperties.input_bgcolor
|
|
@@ -1104,9 +1104,9 @@ var Login = function Login(props) {
|
|
|
1104
1104
|
className: "".concat(loginstyles2.form_control),
|
|
1105
1105
|
value: forgotpasswordpayload.newpassword,
|
|
1106
1106
|
onChange: function onChange(event) {
|
|
1107
|
-
var temppayloadobj = _objectSpread$
|
|
1107
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1108
1108
|
temppayloadobj.newpassword = event.target.value;
|
|
1109
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1109
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1110
1110
|
},
|
|
1111
1111
|
style: {
|
|
1112
1112
|
background: sectionproperties.input_bgcolor
|
|
@@ -1120,9 +1120,9 @@ var Login = function Login(props) {
|
|
|
1120
1120
|
className: "".concat(loginstyles2.form_control),
|
|
1121
1121
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
1122
1122
|
onChange: function onChange(event) {
|
|
1123
|
-
var temppayloadobj = _objectSpread$
|
|
1123
|
+
var temppayloadobj = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1124
1124
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
1125
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1125
|
+
setforgotpasswordpayload(_objectSpread$2u({}, temppayloadobj));
|
|
1126
1126
|
},
|
|
1127
1127
|
style: {
|
|
1128
1128
|
background: sectionproperties.input_bgcolor
|
|
@@ -1134,7 +1134,7 @@ var Login = function Login(props) {
|
|
|
1134
1134
|
onClick: function onClick() {
|
|
1135
1135
|
if (forgotpasswordpayload.email.length != 0) {
|
|
1136
1136
|
var runfunc = false;
|
|
1137
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
1137
|
+
var tempforgotpasswordpayload = _objectSpread$2u({}, forgotpasswordpayload);
|
|
1138
1138
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
1139
1139
|
if (forgetpasswordstage == 'verify') {
|
|
1140
1140
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -1185,11 +1185,11 @@ var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rig
|
|
|
1185
1185
|
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"};
|
|
1186
1186
|
styleInject(css_248z$J);
|
|
1187
1187
|
|
|
1188
|
-
function ownKeys$
|
|
1189
|
-
function _objectSpread$
|
|
1188
|
+
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; }
|
|
1189
|
+
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(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; }
|
|
1190
1190
|
var selectcustomStyles = {
|
|
1191
1191
|
option: function option(provided, state) {
|
|
1192
|
-
return _objectSpread$
|
|
1192
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1193
1193
|
borderBottom: '1px solid #e6e6e6',
|
|
1194
1194
|
backgroundColor: state.isSelected ? '' : '',
|
|
1195
1195
|
padding: 5,
|
|
@@ -1218,7 +1218,7 @@ var selectcustomStyles = {
|
|
|
1218
1218
|
};
|
|
1219
1219
|
var selectcustomStylesTranslated = {
|
|
1220
1220
|
option: function option(provided, state) {
|
|
1221
|
-
return _objectSpread$
|
|
1221
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1222
1222
|
borderBottom: '1px solid #e6e6e6',
|
|
1223
1223
|
backgroundColor: state.isSelected ? '' : '',
|
|
1224
1224
|
padding: 5,
|
|
@@ -1247,14 +1247,14 @@ var selectcustomStylesTranslated = {
|
|
|
1247
1247
|
};
|
|
1248
1248
|
},
|
|
1249
1249
|
placeholder: function placeholder(provided, state) {
|
|
1250
|
-
return _objectSpread$
|
|
1250
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1251
1251
|
textAlign: 'right'
|
|
1252
1252
|
});
|
|
1253
1253
|
}
|
|
1254
1254
|
};
|
|
1255
1255
|
var defaultstyles = {
|
|
1256
1256
|
option: function option(provided, state) {
|
|
1257
|
-
return _objectSpread$
|
|
1257
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1258
1258
|
borderBottom: '1px solid #e6e6e6',
|
|
1259
1259
|
backgroundColor: state.isSelected ? '' : '',
|
|
1260
1260
|
padding: 5,
|
|
@@ -1282,7 +1282,7 @@ var defaultstyles = {
|
|
|
1282
1282
|
}), _ref;
|
|
1283
1283
|
},
|
|
1284
1284
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1285
|
-
return _objectSpread$
|
|
1285
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1286
1286
|
'&:hover': {
|
|
1287
1287
|
// color: '#eac435',
|
|
1288
1288
|
}
|
|
@@ -1291,7 +1291,7 @@ var defaultstyles = {
|
|
|
1291
1291
|
};
|
|
1292
1292
|
var defaultstylestranslated = {
|
|
1293
1293
|
option: function option(provided, state) {
|
|
1294
|
-
return _objectSpread$
|
|
1294
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1295
1295
|
borderBottom: '1px solid #e6e6e6',
|
|
1296
1296
|
backgroundColor: state.isSelected ? '' : '',
|
|
1297
1297
|
padding: 5,
|
|
@@ -1322,21 +1322,21 @@ var defaultstylestranslated = {
|
|
|
1322
1322
|
};
|
|
1323
1323
|
},
|
|
1324
1324
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1325
|
-
return _objectSpread$
|
|
1325
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1326
1326
|
'&:hover': {
|
|
1327
1327
|
// color: '#eac435',
|
|
1328
1328
|
}
|
|
1329
1329
|
});
|
|
1330
1330
|
},
|
|
1331
1331
|
placeholder: function placeholder(provided, state) {
|
|
1332
|
-
return _objectSpread$
|
|
1332
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1333
1333
|
textAlign: 'right'
|
|
1334
1334
|
});
|
|
1335
1335
|
}
|
|
1336
1336
|
};
|
|
1337
1337
|
var defaultstylesnone = {
|
|
1338
1338
|
option: function option(provided, state) {
|
|
1339
|
-
return _objectSpread$
|
|
1339
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1340
1340
|
borderBottom: '1px solid #e6e6e6',
|
|
1341
1341
|
backgroundColor: state.isSelected ? '' : '',
|
|
1342
1342
|
padding: 5,
|
|
@@ -1364,7 +1364,7 @@ var defaultstylesnone = {
|
|
|
1364
1364
|
};
|
|
1365
1365
|
},
|
|
1366
1366
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1367
|
-
return _objectSpread$
|
|
1367
|
+
return _objectSpread$2t(_objectSpread$2t({}, provided), {}, {
|
|
1368
1368
|
'&:hover': {
|
|
1369
1369
|
// color: '#eac435',
|
|
1370
1370
|
}
|
|
@@ -1947,8 +1947,8 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
1947
1947
|
}, 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))))));
|
|
1948
1948
|
};
|
|
1949
1949
|
|
|
1950
|
-
function ownKeys$
|
|
1951
|
-
function _objectSpread$
|
|
1950
|
+
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; }
|
|
1951
|
+
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(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; }
|
|
1952
1952
|
var ProductExtraFields = function ProductExtraFields(props) {
|
|
1953
1953
|
var _fetchProductInfoQuer, _css, _fetchProductInfoQuer2;
|
|
1954
1954
|
props.actions.lang;
|
|
@@ -2003,9 +2003,9 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2003
2003
|
});
|
|
2004
2004
|
}
|
|
2005
2005
|
setproductextravaluesarray(_toConsumableArray(tempproductextravaluesarray));
|
|
2006
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2006
|
+
var tempaddtocardpayloadobj = _objectSpread$2s({}, addtocardpayloadobj);
|
|
2007
2007
|
tempaddtocardpayloadobj.extrafields = tempproductextravaluesarray;
|
|
2008
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2008
|
+
setaddtocardpayloadobj(_objectSpread$2s({}, tempaddtocardpayloadobj));
|
|
2009
2009
|
};
|
|
2010
2010
|
var formstyles = {
|
|
2011
2011
|
input_label_name: css({
|
|
@@ -2220,8 +2220,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2220
2220
|
})))));
|
|
2221
2221
|
};
|
|
2222
2222
|
|
|
2223
|
-
function ownKeys$
|
|
2224
|
-
function _objectSpread$
|
|
2223
|
+
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; }
|
|
2224
|
+
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(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; }
|
|
2225
2225
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2226
2226
|
var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36;
|
|
2227
2227
|
var lang = props.actions.lang;
|
|
@@ -2734,11 +2734,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2734
2734
|
}, sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
2735
2735
|
className: "".concat(productinfo_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
2736
2736
|
onClick: function onClick() {
|
|
2737
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2737
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2738
2738
|
if (tempaddtocardpayloadobj.quantity > 0) {
|
|
2739
2739
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity - 1;
|
|
2740
2740
|
}
|
|
2741
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2741
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2742
2742
|
}
|
|
2743
2743
|
}, /*#__PURE__*/React.createElement("i", {
|
|
2744
2744
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-down' : 'h-100 allcentered',
|
|
@@ -2752,9 +2752,9 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2752
2752
|
}, addtocardpayloadobj.quantity), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
2753
2753
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
2754
2754
|
onClick: function onClick() {
|
|
2755
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2755
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2756
2756
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity + 1;
|
|
2757
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2757
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2758
2758
|
}
|
|
2759
2759
|
}, /*#__PURE__*/React.createElement("i", {
|
|
2760
2760
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-up' : 'h-100 allcentered'
|
|
@@ -2779,13 +2779,13 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2779
2779
|
value: addtocardpayloadobj.quantity,
|
|
2780
2780
|
onChange: function onChange(event) {
|
|
2781
2781
|
if (event.target.value == NaN || event.target.value == undefined || event.target.value == null || event.target.value == '') {
|
|
2782
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2782
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2783
2783
|
tempaddtocardpayloadobj.quantity = 1;
|
|
2784
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2784
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2785
2785
|
} else {
|
|
2786
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2786
|
+
var tempaddtocardpayloadobj = _objectSpread$2r({}, addtocardpayloadobj);
|
|
2787
2787
|
tempaddtocardpayloadobj.quantity = parseInt(event.target.value);
|
|
2788
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2788
|
+
setaddtocardpayloadobj(_objectSpread$2r({}, tempaddtocardpayloadobj));
|
|
2789
2789
|
}
|
|
2790
2790
|
}
|
|
2791
2791
|
})), sectionproperties.cartbtnalone == 'Besides Other Buttons' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer23 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.productinfo) === null || _fetchProductInfoQuer23 === void 0 ? void 0 : _fetchProductInfoQuer23.isproducttobesold) == 1 && /*#__PURE__*/React.createElement("button", {
|
|
@@ -3088,8 +3088,8 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3088
3088
|
}, ShareButtonsContainer()))))))));
|
|
3089
3089
|
};
|
|
3090
3090
|
|
|
3091
|
-
function ownKeys$
|
|
3092
|
-
function _objectSpread$
|
|
3091
|
+
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; }
|
|
3092
|
+
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(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; }
|
|
3093
3093
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
3094
3094
|
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14;
|
|
3095
3095
|
var langdetect = props.actions.langdetect;
|
|
@@ -3130,7 +3130,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3130
3130
|
slots = _useState6[0],
|
|
3131
3131
|
setslots = _useState6[1];
|
|
3132
3132
|
useEffect(function () {
|
|
3133
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3133
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3134
3134
|
item_type: 'service'
|
|
3135
3135
|
}));
|
|
3136
3136
|
}, [tabsarray]);
|
|
@@ -3142,16 +3142,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3142
3142
|
if (diffDays.toString() != 'NaN') {
|
|
3143
3143
|
if (date2 <= date1) {
|
|
3144
3144
|
NotificationManager.warning('', 'Please choose another date.');
|
|
3145
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3145
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3146
3146
|
quantity: 0
|
|
3147
3147
|
}));
|
|
3148
3148
|
} else {
|
|
3149
3149
|
if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
|
|
3150
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3150
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3151
3151
|
quantity: diffDays
|
|
3152
3152
|
}));
|
|
3153
3153
|
} else {
|
|
3154
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3154
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3155
3155
|
quantity: 0
|
|
3156
3156
|
}));
|
|
3157
3157
|
NotificationManager.warning('', 'Max: ' + fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant + ', Min: ' + fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant);
|
|
@@ -3287,7 +3287,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3287
3287
|
min: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.serviceinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.reservationstarts,
|
|
3288
3288
|
max: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.serviceinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.reservationends,
|
|
3289
3289
|
onChange: function onChange(event) {
|
|
3290
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3290
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3291
3291
|
from: event.target.value
|
|
3292
3292
|
}));
|
|
3293
3293
|
}
|
|
@@ -3307,7 +3307,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3307
3307
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3308
3308
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3309
3309
|
onChange: function onChange(event) {
|
|
3310
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3310
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3311
3311
|
to: event.target.value
|
|
3312
3312
|
}));
|
|
3313
3313
|
}
|
|
@@ -3327,7 +3327,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3327
3327
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3328
3328
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3329
3329
|
onChange: function onChange(event) {
|
|
3330
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3330
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3331
3331
|
date: event.target.value
|
|
3332
3332
|
}));
|
|
3333
3333
|
setcurrentmutatestate('/fetchserviceslots');
|
|
@@ -3378,7 +3378,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3378
3378
|
color: ischoosed ? sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? sectionproperties.generalbtn_textColoronhover : sectionproperties.generalbtn_textColor : ''
|
|
3379
3379
|
},
|
|
3380
3380
|
onClick: function onClick() {
|
|
3381
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3381
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3382
3382
|
time: item.slot
|
|
3383
3383
|
}));
|
|
3384
3384
|
}
|
|
@@ -3387,7 +3387,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3387
3387
|
}, /*#__PURE__*/React.createElement("button", {
|
|
3388
3388
|
"class": TabsStyles.booknow_btn_resp + ' allcentered ',
|
|
3389
3389
|
onClick: function onClick() {
|
|
3390
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3390
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3391
3391
|
time: item.slot
|
|
3392
3392
|
}));
|
|
3393
3393
|
}
|
|
@@ -3461,7 +3461,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3461
3461
|
"class": ischoosed == true ? TabsStyles.timeSlotContainer_active + ' allcentered cursor-pointer px-1 ' : TabsStyles.timeSlotContainer + ' allcentered cursor-pointer px-1 ',
|
|
3462
3462
|
style: {},
|
|
3463
3463
|
onClick: function onClick() {
|
|
3464
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3464
|
+
setaddtocardpayloadobj(_objectSpread$2q(_objectSpread$2q({}, addtocardpayloadobj), {}, {
|
|
3465
3465
|
time: item.slot
|
|
3466
3466
|
}));
|
|
3467
3467
|
}
|
|
@@ -4165,8 +4165,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4165
4165
|
}, StoreInfoprops()))));
|
|
4166
4166
|
};
|
|
4167
4167
|
|
|
4168
|
-
function ownKeys$
|
|
4169
|
-
function _objectSpread$
|
|
4168
|
+
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; }
|
|
4169
|
+
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(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; }
|
|
4170
4170
|
var AddReview = function AddReview(props) {
|
|
4171
4171
|
var _css;
|
|
4172
4172
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -4218,7 +4218,7 @@ var AddReview = function AddReview(props) {
|
|
|
4218
4218
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
4219
4219
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4220
4220
|
});
|
|
4221
|
-
setsectionproperties(_objectSpread$
|
|
4221
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
4222
4222
|
}
|
|
4223
4223
|
}, [StatePagePropertiesContext]);
|
|
4224
4224
|
useEffect(function () {
|
|
@@ -4227,7 +4227,7 @@ var AddReview = function AddReview(props) {
|
|
|
4227
4227
|
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) {
|
|
4228
4228
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4229
4229
|
});
|
|
4230
|
-
setsectionproperties(_objectSpread$
|
|
4230
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
4231
4231
|
}, [pageindexcontext]);
|
|
4232
4232
|
var reviewstyles = {
|
|
4233
4233
|
submitreviewbtn: css({
|
|
@@ -4353,9 +4353,9 @@ var AddReview = function AddReview(props) {
|
|
|
4353
4353
|
}),
|
|
4354
4354
|
activeColor: "#ffd700",
|
|
4355
4355
|
onChange: function onChange(event) {
|
|
4356
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4356
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4357
4357
|
tempreviewpayloadobj.reviewrate = event;
|
|
4358
|
-
setreviewpayloadobj(_objectSpread$
|
|
4358
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4359
4359
|
}
|
|
4360
4360
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
4361
4361
|
"class": "col-lg-12"
|
|
@@ -4369,9 +4369,9 @@ var AddReview = function AddReview(props) {
|
|
|
4369
4369
|
"class": reviewstyles.form_control,
|
|
4370
4370
|
value: reviewpayloadobj.reviewname,
|
|
4371
4371
|
onChange: function onChange(event) {
|
|
4372
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4372
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4373
4373
|
tempreviewpayloadobj.reviewname = event.target.value;
|
|
4374
|
-
setreviewpayloadobj(_objectSpread$
|
|
4374
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4375
4375
|
}
|
|
4376
4376
|
})), /*#__PURE__*/React.createElement("div", {
|
|
4377
4377
|
"class": "col-lg-12 mb-4"
|
|
@@ -4381,9 +4381,9 @@ var AddReview = function AddReview(props) {
|
|
|
4381
4381
|
"class": reviewstyles.form_control,
|
|
4382
4382
|
value: reviewpayloadobj.reviewtitle,
|
|
4383
4383
|
onChange: function onChange(event) {
|
|
4384
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4384
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4385
4385
|
tempreviewpayloadobj.reviewtitle = event.target.value;
|
|
4386
|
-
setreviewpayloadobj(_objectSpread$
|
|
4386
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4387
4387
|
}
|
|
4388
4388
|
})), /*#__PURE__*/React.createElement("div", {
|
|
4389
4389
|
"class": "col-lg-12 mb-4"
|
|
@@ -4394,9 +4394,9 @@ var AddReview = function AddReview(props) {
|
|
|
4394
4394
|
"class": reviewstyles.form_control + ' form_control ',
|
|
4395
4395
|
value: reviewpayloadobj.reviewbody,
|
|
4396
4396
|
onChange: function onChange(event) {
|
|
4397
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4397
|
+
var tempreviewpayloadobj = _objectSpread$2p({}, reviewpayloadobj);
|
|
4398
4398
|
tempreviewpayloadobj.reviewbody = event.target.value;
|
|
4399
|
-
setreviewpayloadobj(_objectSpread$
|
|
4399
|
+
setreviewpayloadobj(_objectSpread$2p({}, tempreviewpayloadobj));
|
|
4400
4400
|
},
|
|
4401
4401
|
style: {
|
|
4402
4402
|
resize: 'none',
|
|
@@ -4431,8 +4431,8 @@ var AddReview = function AddReview(props) {
|
|
|
4431
4431
|
}, langdetect == 'en' ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)));
|
|
4432
4432
|
};
|
|
4433
4433
|
|
|
4434
|
-
function ownKeys$
|
|
4435
|
-
function _objectSpread$
|
|
4434
|
+
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; }
|
|
4435
|
+
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(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; }
|
|
4436
4436
|
var ProductReviews = function ProductReviews(props) {
|
|
4437
4437
|
var _fetchProductInfoQuer, _fetchProductInfoQuer3, _fetchProductInfoQuer4;
|
|
4438
4438
|
props.actions.lang;
|
|
@@ -4666,7 +4666,7 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
4666
4666
|
size: "md",
|
|
4667
4667
|
"class": "reviewmodal"
|
|
4668
4668
|
}, /*#__PURE__*/React.createElement(Modal.Body, null, /*#__PURE__*/React.createElement(AddReview, {
|
|
4669
|
-
actions: _objectSpread$
|
|
4669
|
+
actions: _objectSpread$2o(_objectSpread$2o({}, actions), {}, {
|
|
4670
4670
|
productid: productid,
|
|
4671
4671
|
canuserreview: canuserreview,
|
|
4672
4672
|
addreviewcallback: addreviewcallback
|
|
@@ -4674,8 +4674,8 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
4674
4674
|
}))));
|
|
4675
4675
|
};
|
|
4676
4676
|
|
|
4677
|
-
function ownKeys$
|
|
4678
|
-
function _objectSpread$
|
|
4677
|
+
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; }
|
|
4678
|
+
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(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; }
|
|
4679
4679
|
var Productinfo = function Productinfo(props) {
|
|
4680
4680
|
var _css, _ref, _ref2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12;
|
|
4681
4681
|
var _useState = useState({}),
|
|
@@ -4704,7 +4704,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4704
4704
|
setfetchProductInfoQueryContext = _useState4[1];
|
|
4705
4705
|
useEffect(function () {
|
|
4706
4706
|
if (fetchProductInfoQueryContextProps.isSuccess) {
|
|
4707
|
-
setProductInfoObj(_objectSpread$
|
|
4707
|
+
setProductInfoObj(_objectSpread$2n({}, fetchProductInfoQueryContextProps.data));
|
|
4708
4708
|
setfetchProductInfoQueryContext(fetchProductInfoQueryContextProps);
|
|
4709
4709
|
}
|
|
4710
4710
|
}, [props.actions, props, fetchProductInfoQueryContextProps.data, fetchProductInfoQueryContextProps.isSuccess]);
|
|
@@ -4816,7 +4816,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4816
4816
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
4817
4817
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4818
4818
|
});
|
|
4819
|
-
setsectionproperties(_objectSpread$
|
|
4819
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
4820
4820
|
setTabIndex(0);
|
|
4821
4821
|
settabname('descriptiontab');
|
|
4822
4822
|
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
|
|
@@ -4856,7 +4856,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4856
4856
|
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) {
|
|
4857
4857
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4858
4858
|
});
|
|
4859
|
-
setsectionproperties(_objectSpread$
|
|
4859
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
4860
4860
|
}, [pageindexcontext]);
|
|
4861
4861
|
useEffect(function () {
|
|
4862
4862
|
if (productidparam == undefined) {
|
|
@@ -4876,12 +4876,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
4876
4876
|
}
|
|
4877
4877
|
}, [ProductInfoObj, isloaded]);
|
|
4878
4878
|
var productidassigner = function productidassigner(productid) {
|
|
4879
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
4879
|
+
var tempFetchQueriesEngineContext = _objectSpread$2n({}, FetchQueriesEngineContext);
|
|
4880
4880
|
tempFetchQueriesEngineContext.fetchproductinfo = true;
|
|
4881
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
4882
|
-
var tempfetchproductinfoObjContext = _objectSpread$
|
|
4881
|
+
setFetchQueriesEngineContext(_objectSpread$2n({}, tempFetchQueriesEngineContext));
|
|
4882
|
+
var tempfetchproductinfoObjContext = _objectSpread$2n({}, fetchproductinfoObjContext);
|
|
4883
4883
|
tempfetchproductinfoObjContext.productid = productid;
|
|
4884
|
-
setfetchproductinfoObjContext(_objectSpread$
|
|
4884
|
+
setfetchproductinfoObjContext(_objectSpread$2n({}, tempfetchproductinfoObjContext));
|
|
4885
4885
|
};
|
|
4886
4886
|
useEffect(function () {
|
|
4887
4887
|
if (!fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && ikimagecredcontext != undefined) {
|
|
@@ -4918,9 +4918,9 @@ var Productinfo = function Productinfo(props) {
|
|
|
4918
4918
|
}
|
|
4919
4919
|
setproductimagesarray([].concat(tempproductimagesarray));
|
|
4920
4920
|
variantchecker();
|
|
4921
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
4921
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
4922
4922
|
tempaddtocardpayloadobj.productid = fetchProductInfoQueryContext.data.data.productinfo.productid;
|
|
4923
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
4923
|
+
setaddtocardpayloadobj(_objectSpread$2n({}, tempaddtocardpayloadobj));
|
|
4924
4924
|
setRelatedProductsTagid(fetchProductInfoQueryContext.data.data.productinfo.maintagid);
|
|
4925
4925
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.maintagid) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.maintagid) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.length) != 0) {
|
|
4926
4926
|
GeneralAPIMutationContext.mutate({
|
|
@@ -4967,7 +4967,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4967
4967
|
});
|
|
4968
4968
|
variantchecker();
|
|
4969
4969
|
variantcompleting();
|
|
4970
|
-
setProductInfoObj(_objectSpread$
|
|
4970
|
+
setProductInfoObj(_objectSpread$2n({}, productarr));
|
|
4971
4971
|
};
|
|
4972
4972
|
var variantchecker = function variantchecker() {
|
|
4973
4973
|
var productarr = ProductInfoObj;
|
|
@@ -5041,16 +5041,16 @@ var Productinfo = function Productinfo(props) {
|
|
|
5041
5041
|
});
|
|
5042
5042
|
}
|
|
5043
5043
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5044
|
-
setProductInfoObj(_objectSpread$
|
|
5044
|
+
setProductInfoObj(_objectSpread$2n({}, productarr));
|
|
5045
5045
|
setisloaded(true);
|
|
5046
5046
|
}
|
|
5047
5047
|
}
|
|
5048
5048
|
};
|
|
5049
5049
|
var variantcompleting = function variantcompleting() {
|
|
5050
5050
|
setvariantindexcompleted('');
|
|
5051
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5051
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5052
5052
|
tempaddtocardpayloadobj.variantid = '';
|
|
5053
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5053
|
+
setaddtocardpayloadobj(_objectSpread$2n({}, tempaddtocardpayloadobj));
|
|
5054
5054
|
var productarr = ProductInfoObj;
|
|
5055
5055
|
var selectedoptionsvalues = [];
|
|
5056
5056
|
productarr.data.productinfo.productoptions.forEach(function (productoptionsitem, productoptionsindex) {
|
|
@@ -5083,7 +5083,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5083
5083
|
NotificationManager.warning('', 'Variant Not Found');
|
|
5084
5084
|
} else {
|
|
5085
5085
|
variantid = variantobj.variantid;
|
|
5086
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5086
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5087
5087
|
tempaddtocardpayloadobj.variantid = variantid;
|
|
5088
5088
|
var variantimageindex = 0;
|
|
5089
5089
|
productimagesarray === null || productimagesarray === void 0 || productimagesarray.forEach(function (tempimageitem, tempimageindex) {
|
|
@@ -5099,14 +5099,14 @@ var Productinfo = function Productinfo(props) {
|
|
|
5099
5099
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
5100
5100
|
// alert(variantsku);
|
|
5101
5101
|
setcurrentshowingimageindex(variantimageindex);
|
|
5102
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5102
|
+
setaddtocardpayloadobj(_objectSpread$2n({}, tempaddtocardpayloadobj));
|
|
5103
5103
|
setvariantindexcompleted(ProductVariantIndex);
|
|
5104
5104
|
setvariantindex(ProductVariantIndex);
|
|
5105
5105
|
}
|
|
5106
5106
|
}
|
|
5107
5107
|
});
|
|
5108
5108
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5109
|
-
setProductInfoObj(_objectSpread$
|
|
5109
|
+
setProductInfoObj(_objectSpread$2n({}, productarr));
|
|
5110
5110
|
};
|
|
5111
5111
|
var addtocartfunc = function addtocartfunc(forcetocheckout) {
|
|
5112
5112
|
var runfunc = false;
|
|
@@ -5127,7 +5127,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5127
5127
|
}
|
|
5128
5128
|
if (runfunc == true) {
|
|
5129
5129
|
var _fetchProductInfoQuer7, _fetchProductInfoQuer8;
|
|
5130
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5130
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5131
5131
|
tempaddtocardpayloadobj.isproductforcedtocheckout = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.isproductforcedtocheckout;
|
|
5132
5132
|
tempaddtocardpayloadobj.vendorid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.vendorproviderid;
|
|
5133
5133
|
if (forcetocheckoutvalue != undefined) {
|
|
@@ -5151,7 +5151,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5151
5151
|
};
|
|
5152
5152
|
var validateextrafields = function validateextrafields() {
|
|
5153
5153
|
var _fetchProductInfoQuer15;
|
|
5154
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5154
|
+
var tempaddtocardpayloadobj = _objectSpread$2n({}, addtocardpayloadobj);
|
|
5155
5155
|
var status = false;
|
|
5156
5156
|
var reason = '';
|
|
5157
5157
|
var missingitemsfound = [];
|
|
@@ -6190,7 +6190,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6190
6190
|
}))), /*#__PURE__*/React.createElement(Box, {
|
|
6191
6191
|
"class": "w-100 mt-5 mb-4"
|
|
6192
6192
|
}, tabname == 'descriptiontab' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React.createElement(DescriptionContent, {
|
|
6193
|
-
actions: _objectSpread$
|
|
6193
|
+
actions: _objectSpread$2n(_objectSpread$2n({}, actions), {}, {
|
|
6194
6194
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6195
6195
|
sectionproperties: sectionproperties
|
|
6196
6196
|
})
|
|
@@ -6238,7 +6238,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6238
6238
|
})), tabname == 'reviewstab' && /*#__PURE__*/React.createElement("div", {
|
|
6239
6239
|
"class": "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0"
|
|
6240
6240
|
}, /*#__PURE__*/React.createElement(ProductReviews, {
|
|
6241
|
-
actions: _objectSpread$
|
|
6241
|
+
actions: _objectSpread$2n(_objectSpread$2n({}, actions), {}, {
|
|
6242
6242
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6243
6243
|
sectionproperties: sectionproperties
|
|
6244
6244
|
})
|
|
@@ -6255,8 +6255,8 @@ var css_248z$I = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu_
|
|
|
6255
6255
|
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"};
|
|
6256
6256
|
styleInject(css_248z$I);
|
|
6257
6257
|
|
|
6258
|
-
function ownKeys$
|
|
6259
|
-
function _objectSpread$
|
|
6258
|
+
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; }
|
|
6259
|
+
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(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; }
|
|
6260
6260
|
var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
6261
6261
|
var _useState = useState(props.currentpageprops),
|
|
6262
6262
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -6292,7 +6292,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6292
6292
|
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) {
|
|
6293
6293
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6294
6294
|
});
|
|
6295
|
-
setsectionproperties(_objectSpread$
|
|
6295
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
6296
6296
|
}
|
|
6297
6297
|
}, [CurrentPageId]);
|
|
6298
6298
|
var styles = {
|
|
@@ -6458,8 +6458,8 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6458
6458
|
}))))));
|
|
6459
6459
|
};
|
|
6460
6460
|
|
|
6461
|
-
function ownKeys$
|
|
6462
|
-
function _objectSpread$
|
|
6461
|
+
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; }
|
|
6462
|
+
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(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; }
|
|
6463
6463
|
var Ordershistory = function Ordershistory(props) {
|
|
6464
6464
|
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchorderhistoryQue2, _fetchorderhistoryQue3, _fetchorderhistoryQue4, _fetchorderhistoryQue5;
|
|
6465
6465
|
var lang = props.actions.lang;
|
|
@@ -6512,9 +6512,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6512
6512
|
setorderindex = _useState14[1];
|
|
6513
6513
|
useEffect(function () {
|
|
6514
6514
|
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
|
|
6515
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
6515
|
+
var tempFetchQueriesEngineContext = _objectSpread$2l({}, FetchQueriesEngineContext);
|
|
6516
6516
|
tempFetchQueriesEngineContext.orderhistory = true;
|
|
6517
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
6517
|
+
setFetchQueriesEngineContext(_objectSpread$2l({}, tempFetchQueriesEngineContext));
|
|
6518
6518
|
}
|
|
6519
6519
|
}, []);
|
|
6520
6520
|
var _useState15 = useState(''),
|
|
@@ -6535,7 +6535,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6535
6535
|
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) {
|
|
6536
6536
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6537
6537
|
});
|
|
6538
|
-
setsectionproperties(_objectSpread$
|
|
6538
|
+
setsectionproperties(_objectSpread$2l({}, secpropobj));
|
|
6539
6539
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
6540
6540
|
var orderhistory_cssstyles = {
|
|
6541
6541
|
variantcontainer: css({
|
|
@@ -7486,8 +7486,8 @@ var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_c
|
|
|
7486
7486
|
var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
|
|
7487
7487
|
styleInject(css_248z$H);
|
|
7488
7488
|
|
|
7489
|
-
function ownKeys$
|
|
7490
|
-
function _objectSpread$
|
|
7489
|
+
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; }
|
|
7490
|
+
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(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; }
|
|
7491
7491
|
var Wishlist = function Wishlist(props) {
|
|
7492
7492
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
7493
7493
|
var lang = props.actions.lang;
|
|
@@ -7515,13 +7515,13 @@ var Wishlist = function Wishlist(props) {
|
|
|
7515
7515
|
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
7516
7516
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7517
7517
|
});
|
|
7518
|
-
setsectionproperties(_objectSpread$
|
|
7518
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
7519
7519
|
}
|
|
7520
7520
|
}, [StatePagePropertiesContext]);
|
|
7521
7521
|
useEffect(function () {
|
|
7522
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
7522
|
+
var tempFetchQueriesEngineContext = _objectSpread$2k({}, FetchQueriesEngineContext);
|
|
7523
7523
|
tempFetchQueriesEngineContext.fetchfavoriteproducts = true;
|
|
7524
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
7524
|
+
setFetchQueriesEngineContext(_objectSpread$2k({}, tempFetchQueriesEngineContext));
|
|
7525
7525
|
}, []);
|
|
7526
7526
|
useEffect(function () {
|
|
7527
7527
|
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
@@ -7530,7 +7530,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
7530
7530
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
7531
7531
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7532
7532
|
});
|
|
7533
|
-
setsectionproperties(_objectSpread$
|
|
7533
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
7534
7534
|
}
|
|
7535
7535
|
}, [StatePagePropertiesContext]);
|
|
7536
7536
|
var wishlist_cssstyles = {
|
|
@@ -7939,8 +7939,8 @@ var Wishlist = function Wishlist(props) {
|
|
|
7939
7939
|
})));
|
|
7940
7940
|
};
|
|
7941
7941
|
|
|
7942
|
-
function ownKeys$
|
|
7943
|
-
function _objectSpread$
|
|
7942
|
+
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; }
|
|
7943
|
+
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(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; }
|
|
7944
7944
|
var Viewcart = function Viewcart(props) {
|
|
7945
7945
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchcustomercartQue7, _fetchcustomercartQue8;
|
|
7946
7946
|
var lang = props.actions.lang;
|
|
@@ -7972,7 +7972,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
7972
7972
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
7973
7973
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7974
7974
|
});
|
|
7975
|
-
setsectionproperties(_objectSpread$
|
|
7975
|
+
setsectionproperties(_objectSpread$2j({}, secpropobj));
|
|
7976
7976
|
}
|
|
7977
7977
|
}, [StatePagePropertiesContext]);
|
|
7978
7978
|
useEffect(function () {
|
|
@@ -8560,8 +8560,8 @@ var css_248z$G = "/* Forms */\n.form-module_form_control__4-RGw {\n display:
|
|
|
8560
8560
|
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-"};
|
|
8561
8561
|
styleInject(css_248z$G);
|
|
8562
8562
|
|
|
8563
|
-
function ownKeys$
|
|
8564
|
-
function _objectSpread$
|
|
8563
|
+
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; }
|
|
8564
|
+
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(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; }
|
|
8565
8565
|
var Select$3 = /*#__PURE__*/React.lazy(function () {
|
|
8566
8566
|
return import('react-select');
|
|
8567
8567
|
});
|
|
@@ -8620,7 +8620,7 @@ var Checkout = function Checkout(props) {
|
|
|
8620
8620
|
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) {
|
|
8621
8621
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8622
8622
|
});
|
|
8623
|
-
setsectionproperties(_objectSpread$
|
|
8623
|
+
setsectionproperties(_objectSpread$2i({}, secpropobj));
|
|
8624
8624
|
}, [props.actions.StatePagePropertiesContext]);
|
|
8625
8625
|
useEffect(function () {
|
|
8626
8626
|
var Canorder = false;
|
|
@@ -8640,10 +8640,10 @@ var Checkout = function Checkout(props) {
|
|
|
8640
8640
|
}
|
|
8641
8641
|
if (Canorder == true) {
|
|
8642
8642
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7;
|
|
8643
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
8643
|
+
var tempFetchQueriesEngineContext = _objectSpread$2i({}, FetchQueriesEngineContext);
|
|
8644
8644
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
8645
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
8646
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
8645
|
+
setFetchQueriesEngineContext(_objectSpread$2i({}, tempFetchQueriesEngineContext));
|
|
8646
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
8647
8647
|
if (
|
|
8648
8648
|
// Aya
|
|
8649
8649
|
!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 &&
|
|
@@ -8660,7 +8660,7 @@ var Checkout = function Checkout(props) {
|
|
|
8660
8660
|
var _fetchcustomercartQue8;
|
|
8661
8661
|
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;
|
|
8662
8662
|
}
|
|
8663
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
8663
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
8664
8664
|
} else {
|
|
8665
8665
|
// NotificationManager.warning('', lang.pleaselogintocheckout);
|
|
8666
8666
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -9527,10 +9527,10 @@ var Checkout = function Checkout(props) {
|
|
|
9527
9527
|
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue58 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue58 === void 0 || (_fetchcustomercartQue58 = _fetchcustomercartQue58.data) === null || _fetchcustomercartQue58 === void 0 ? void 0 : _fetchcustomercartQue58.customercart.countryid);
|
|
9528
9528
|
}),
|
|
9529
9529
|
onChange: function onChange(option) {
|
|
9530
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
9530
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
9531
9531
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
9532
9532
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
9533
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
9533
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
9534
9534
|
cartinfoupdater('countryid', option.id);
|
|
9535
9535
|
},
|
|
9536
9536
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -9575,10 +9575,10 @@ var Checkout = function Checkout(props) {
|
|
|
9575
9575
|
onChange: function onChange(option) {
|
|
9576
9576
|
var _fetchcustomercartQue60;
|
|
9577
9577
|
if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue60 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue60 === void 0 || (_fetchcustomercartQue60 = _fetchcustomercartQue60.data) === null || _fetchcustomercartQue60 === void 0 ? void 0 : _fetchcustomercartQue60.customercart.countryid.length) != 0) {
|
|
9578
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
9578
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
9579
9579
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
9580
9580
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
9581
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
9581
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
9582
9582
|
cartinfoupdater('stateid', option.id);
|
|
9583
9583
|
} else {
|
|
9584
9584
|
NotificationManager.warning('', 'Please Choose Country Or State');
|
|
@@ -9900,8 +9900,8 @@ var Checkout = function Checkout(props) {
|
|
|
9900
9900
|
}, Mycart())))));
|
|
9901
9901
|
};
|
|
9902
9902
|
|
|
9903
|
-
function ownKeys$
|
|
9904
|
-
function _objectSpread$
|
|
9903
|
+
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; }
|
|
9904
|
+
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(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; }
|
|
9905
9905
|
var VendorPage = function VendorPage(props) {
|
|
9906
9906
|
var _useState = useState(''),
|
|
9907
9907
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -9934,7 +9934,7 @@ var VendorPage = function VendorPage(props) {
|
|
|
9934
9934
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
9935
9935
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9936
9936
|
});
|
|
9937
|
-
setsectionproperties(_objectSpread$
|
|
9937
|
+
setsectionproperties(_objectSpread$2h({}, secpropobj));
|
|
9938
9938
|
}
|
|
9939
9939
|
}, [StatePagePropertiesContext]);
|
|
9940
9940
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -10057,8 +10057,8 @@ var VendorPage = function VendorPage(props) {
|
|
|
10057
10057
|
})));
|
|
10058
10058
|
};
|
|
10059
10059
|
|
|
10060
|
-
function ownKeys$
|
|
10061
|
-
function _objectSpread$
|
|
10060
|
+
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; }
|
|
10061
|
+
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(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; }
|
|
10062
10062
|
var Select$2 = /*#__PURE__*/React.lazy(function () {
|
|
10063
10063
|
return import('react-select');
|
|
10064
10064
|
});
|
|
@@ -10168,46 +10168,46 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10168
10168
|
}
|
|
10169
10169
|
}, [fetchAuthorizationQueryContext.isSuccess]);
|
|
10170
10170
|
useEffect(function () {
|
|
10171
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10171
|
+
var tempFetchQueriesEngineContext = _objectSpread$2g({}, FetchQueriesEngineContext);
|
|
10172
10172
|
tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
10173
10173
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
10174
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
10175
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10174
|
+
setFetchQueriesEngineContext(_objectSpread$2g({}, tempFetchQueriesEngineContext));
|
|
10175
|
+
var tempFetchQueriesEngineContext = _objectSpread$2g({}, FetchQueriesEngineContext);
|
|
10176
10176
|
}, []);
|
|
10177
10177
|
useEffect(function () {
|
|
10178
10178
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
10179
|
-
setsectionproperties(_objectSpread$
|
|
10179
|
+
setsectionproperties(_objectSpread$2g({}, props.sectionpropertiesprops));
|
|
10180
10180
|
}
|
|
10181
10181
|
}, [props.sectionpropertiesprops]);
|
|
10182
10182
|
useEffect(function () {
|
|
10183
10183
|
if (fetchinstitutecustomerinfosignupQueryContext.isSuccess) {
|
|
10184
10184
|
if (authdetailsContext.loggedin == true) {
|
|
10185
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10186
|
-
setpayloadobj(_objectSpread$
|
|
10187
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10185
|
+
var tempcustomerinfoobj = _objectSpread$2g({}, fetchinstitutecustomerinfosignupQueryContext.data.data.customerinfo);
|
|
10186
|
+
setpayloadobj(_objectSpread$2g({}, tempcustomerinfoobj));
|
|
10187
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2g({}, FetchTabexStatesPayloadobjContext);
|
|
10188
10188
|
if (tempcustomerinfoobj.countryid != null) {
|
|
10189
10189
|
tempFetchTabexStatesPayloadobjContext.country_id = tempcustomerinfoobj.countryid;
|
|
10190
10190
|
}
|
|
10191
10191
|
if (tempcustomerinfoobj.stateid != null) {
|
|
10192
10192
|
tempFetchTabexStatesPayloadobjContext.state_id = tempcustomerinfoobj.stateid;
|
|
10193
10193
|
}
|
|
10194
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10194
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2g({}, tempFetchTabexStatesPayloadobjContext));
|
|
10195
10195
|
setdataloaded(true);
|
|
10196
10196
|
} else {
|
|
10197
10197
|
var _fetchinstitutecustom;
|
|
10198
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10198
|
+
var tempcustomerinfoobj = _objectSpread$2g({}, payloadobj);
|
|
10199
10199
|
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)) {
|
|
10200
10200
|
tempcustomerinfoobj.instsignupformvalues = _toConsumableArray(fetchinstitutecustomerinfosignupQueryContext.data.data.instsignupformvalues);
|
|
10201
10201
|
}
|
|
10202
|
-
setpayloadobj(_objectSpread$
|
|
10202
|
+
setpayloadobj(_objectSpread$2g({}, tempcustomerinfoobj));
|
|
10203
10203
|
setdataloaded(true);
|
|
10204
10204
|
}
|
|
10205
10205
|
}
|
|
10206
10206
|
}, [fetchinstitutecustomerinfosignupQueryContext.isSuccess, fetchinstitutecustomerinfosignupQueryContext.data, authdetailsContext]);
|
|
10207
10207
|
var payloadobjchange = function payloadobjchange(key, value) {
|
|
10208
|
-
var temppayloadobj = _objectSpread$
|
|
10208
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10209
10209
|
temppayloadobj[key] = value;
|
|
10210
|
-
setpayloadobj(_objectSpread$
|
|
10210
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10211
10211
|
};
|
|
10212
10212
|
var validateEmailstring = function validateEmailstring(email) {
|
|
10213
10213
|
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,}))$/);
|
|
@@ -10279,7 +10279,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10279
10279
|
};
|
|
10280
10280
|
var signupbuttonfunc = function signupbuttonfunc() {
|
|
10281
10281
|
if (verifypayload() == true) {
|
|
10282
|
-
var temppayloadobj = _objectSpread$
|
|
10282
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10283
10283
|
if (authdetailsContext.loggedin == true) {
|
|
10284
10284
|
temppayloadobj.functype = 'edit';
|
|
10285
10285
|
} else {
|
|
@@ -10436,10 +10436,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10436
10436
|
autoFormat: true,
|
|
10437
10437
|
value: payloadobj.mobile,
|
|
10438
10438
|
onChange: function onChange(event, country) {
|
|
10439
|
-
var temp = _objectSpread$
|
|
10439
|
+
var temp = _objectSpread$2g({}, payloadobj);
|
|
10440
10440
|
temp.mobile = event;
|
|
10441
10441
|
temp.countrydialcode = country.dialCode;
|
|
10442
|
-
setpayloadobj(_objectSpread$
|
|
10442
|
+
setpayloadobj(_objectSpread$2g({}, temp));
|
|
10443
10443
|
// payloadobjchange('mobile', event);
|
|
10444
10444
|
|
|
10445
10445
|
// alert(JSON.stringify(country));
|
|
@@ -10496,10 +10496,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10496
10496
|
return option.id == payloadobj.countryid;
|
|
10497
10497
|
}),
|
|
10498
10498
|
onChange: function onChange(option) {
|
|
10499
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10499
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2g({}, FetchTabexStatesPayloadobjContext);
|
|
10500
10500
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
10501
10501
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
10502
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10502
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2g({}, tempFetchTabexStatesPayloadobjContext));
|
|
10503
10503
|
payloadobjchange('countryid', option.id);
|
|
10504
10504
|
},
|
|
10505
10505
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -10548,10 +10548,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10548
10548
|
return option.id == payloadobj.stateid;
|
|
10549
10549
|
}),
|
|
10550
10550
|
onChange: function onChange(option) {
|
|
10551
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10551
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2g({}, FetchTabexStatesPayloadobjContext);
|
|
10552
10552
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
10553
10553
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
10554
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10554
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2g({}, tempFetchTabexStatesPayloadobjContext));
|
|
10555
10555
|
payloadobjchange('stateid', option.id);
|
|
10556
10556
|
},
|
|
10557
10557
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -10693,9 +10693,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10693
10693
|
value: item.customersignupvalue,
|
|
10694
10694
|
textplaceholder: "",
|
|
10695
10695
|
onChange: function onChange(event) {
|
|
10696
|
-
var temppayloadobj = _objectSpread$
|
|
10696
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10697
10697
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
10698
|
-
setpayloadobj(_objectSpread$
|
|
10698
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10699
10699
|
},
|
|
10700
10700
|
style: {
|
|
10701
10701
|
background: 'transparent'
|
|
@@ -10709,13 +10709,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10709
10709
|
className: formstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
10710
10710
|
checked: item.customersignupvalue == 1 ? true : false,
|
|
10711
10711
|
onChange: function onChange() {
|
|
10712
|
-
var temppayloadobj = _objectSpread$
|
|
10712
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10713
10713
|
if (temppayloadobj.instsignupformvalues[index].customersignupvalue == 1) {
|
|
10714
10714
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 0;
|
|
10715
10715
|
} else {
|
|
10716
10716
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 1;
|
|
10717
10717
|
}
|
|
10718
|
-
setpayloadobj(_objectSpread$
|
|
10718
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10719
10719
|
}
|
|
10720
10720
|
}), /*#__PURE__*/React.createElement("svg", {
|
|
10721
10721
|
viewBox: "0 0 21 21",
|
|
@@ -10732,9 +10732,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10732
10732
|
value: item.customersignupvalue,
|
|
10733
10733
|
textplaceholder: "",
|
|
10734
10734
|
onChange: function onChange(event) {
|
|
10735
|
-
var temppayloadobj = _objectSpread$
|
|
10735
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10736
10736
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
10737
|
-
setpayloadobj(_objectSpread$
|
|
10737
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10738
10738
|
}
|
|
10739
10739
|
}, /*#__PURE__*/React.createElement("option", {
|
|
10740
10740
|
value: '',
|
|
@@ -10749,9 +10749,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10749
10749
|
value: item.customersignupvalue,
|
|
10750
10750
|
textplaceholder: "",
|
|
10751
10751
|
onChange: function onChange(event) {
|
|
10752
|
-
var temppayloadobj = _objectSpread$
|
|
10752
|
+
var temppayloadobj = _objectSpread$2g({}, payloadobj);
|
|
10753
10753
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
10754
|
-
setpayloadobj(_objectSpread$
|
|
10754
|
+
setpayloadobj(_objectSpread$2g({}, temppayloadobj));
|
|
10755
10755
|
},
|
|
10756
10756
|
style: {
|
|
10757
10757
|
resize: 'none'
|
|
@@ -11105,7 +11105,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11105
11105
|
className: "".concat(formstyles.form_control),
|
|
11106
11106
|
value: validateemailpayload.code,
|
|
11107
11107
|
onChange: function onChange(event) {
|
|
11108
|
-
setvalidateemailpayload(_objectSpread$
|
|
11108
|
+
setvalidateemailpayload(_objectSpread$2g(_objectSpread$2g({}, validateemailpayload), {}, {
|
|
11109
11109
|
code: event.target.value
|
|
11110
11110
|
}));
|
|
11111
11111
|
},
|
|
@@ -11132,12 +11132,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11132
11132
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
11133
11133
|
if (data.data.status) {
|
|
11134
11134
|
if (data.data.functype == 'sendcode') {
|
|
11135
|
-
setvalidateemailpayload(_objectSpread$
|
|
11135
|
+
setvalidateemailpayload(_objectSpread$2g(_objectSpread$2g({}, validateemailpayload), {}, {
|
|
11136
11136
|
step: 'verifycode'
|
|
11137
11137
|
}));
|
|
11138
11138
|
}
|
|
11139
11139
|
if (data.data.functype == 'verifycode') {
|
|
11140
|
-
setvalidateemailpayload(_objectSpread$
|
|
11140
|
+
setvalidateemailpayload(_objectSpread$2g(_objectSpread$2g({}, validateemailpayload), {}, {
|
|
11141
11141
|
isvalidated: true
|
|
11142
11142
|
}));
|
|
11143
11143
|
setvalidateemailmodal(false);
|
|
@@ -11232,7 +11232,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11232
11232
|
className: "".concat(formstyles.form_control),
|
|
11233
11233
|
value: validatephonenumberpayload.code,
|
|
11234
11234
|
onChange: function onChange(event) {
|
|
11235
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11235
|
+
setvalidatephonenumberpayload(_objectSpread$2g(_objectSpread$2g({}, validatephonenumberpayload), {}, {
|
|
11236
11236
|
code: event.target.value
|
|
11237
11237
|
}));
|
|
11238
11238
|
},
|
|
@@ -11259,12 +11259,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11259
11259
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
11260
11260
|
if (data.data.status) {
|
|
11261
11261
|
if (data.data.functype == 'sendcode') {
|
|
11262
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11262
|
+
setvalidatephonenumberpayload(_objectSpread$2g(_objectSpread$2g({}, validatephonenumberpayload), {}, {
|
|
11263
11263
|
step: 'verifycode'
|
|
11264
11264
|
}));
|
|
11265
11265
|
}
|
|
11266
11266
|
if (data.data.functype == 'verifycode') {
|
|
11267
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11267
|
+
setvalidatephonenumberpayload(_objectSpread$2g(_objectSpread$2g({}, validatephonenumberpayload), {}, {
|
|
11268
11268
|
isvalidated: true
|
|
11269
11269
|
}));
|
|
11270
11270
|
setvalidatephonenumbermodal(false);
|
|
@@ -11300,8 +11300,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11300
11300
|
}, validatephonenumberpayload.step == 'sendcode' ? lang.sendcode : lang.verifycode))))))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
11301
11301
|
};
|
|
11302
11302
|
|
|
11303
|
-
function ownKeys$
|
|
11304
|
-
function _objectSpread$
|
|
11303
|
+
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; }
|
|
11304
|
+
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(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; }
|
|
11305
11305
|
var Signup = function Signup(props) {
|
|
11306
11306
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
11307
11307
|
props.actions.CurrentSrcTypeContext;
|
|
@@ -11349,7 +11349,7 @@ var Signup = function Signup(props) {
|
|
|
11349
11349
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
11350
11350
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11351
11351
|
});
|
|
11352
|
-
setsectionproperties(_objectSpread$
|
|
11352
|
+
setsectionproperties(_objectSpread$2f({}, secpropobj));
|
|
11353
11353
|
}
|
|
11354
11354
|
}, [StatePagePropertiesContext]);
|
|
11355
11355
|
var loginstyles2 = {
|
|
@@ -11492,8 +11492,8 @@ var Signup = function Signup(props) {
|
|
|
11492
11492
|
}, SignupContent()));
|
|
11493
11493
|
};
|
|
11494
11494
|
|
|
11495
|
-
function ownKeys$
|
|
11496
|
-
function _objectSpread$
|
|
11495
|
+
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; }
|
|
11496
|
+
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(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; }
|
|
11497
11497
|
var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
11498
11498
|
var _css;
|
|
11499
11499
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -11559,7 +11559,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11559
11559
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
11560
11560
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11561
11561
|
});
|
|
11562
|
-
setsectionproperties(_objectSpread$
|
|
11562
|
+
setsectionproperties(_objectSpread$2e({}, secpropobj));
|
|
11563
11563
|
}
|
|
11564
11564
|
}, [StatePagePropertiesContext]);
|
|
11565
11565
|
var loginstyles2 = {
|
|
@@ -11660,7 +11660,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11660
11660
|
className: "".concat(loginstyles2.form_control),
|
|
11661
11661
|
value: affsignuppayload.name,
|
|
11662
11662
|
onChange: function onChange(event) {
|
|
11663
|
-
setaffsignuppayload(_objectSpread$
|
|
11663
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11664
11664
|
name: event.target.value
|
|
11665
11665
|
}));
|
|
11666
11666
|
},
|
|
@@ -11676,7 +11676,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11676
11676
|
className: "".concat(loginstyles2.form_control),
|
|
11677
11677
|
value: affsignuppayload.email,
|
|
11678
11678
|
onChange: function onChange(event) {
|
|
11679
|
-
setaffsignuppayload(_objectSpread$
|
|
11679
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11680
11680
|
email: event.target.value
|
|
11681
11681
|
}));
|
|
11682
11682
|
},
|
|
@@ -11694,10 +11694,10 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11694
11694
|
autoFormat: true,
|
|
11695
11695
|
value: affsignuppayload.phonenumber,
|
|
11696
11696
|
onChange: function onChange(event, country) {
|
|
11697
|
-
var temp = _objectSpread$
|
|
11697
|
+
var temp = _objectSpread$2e({}, affsignuppayload);
|
|
11698
11698
|
temp.phonenumber = event;
|
|
11699
11699
|
temp.countrydialcode = country.dialCode;
|
|
11700
|
-
setaffsignuppayload(_objectSpread$
|
|
11700
|
+
setaffsignuppayload(_objectSpread$2e({}, temp));
|
|
11701
11701
|
// setaffsignuppayload({ ...affsignuppayload, phonenumber: event.target.value });
|
|
11702
11702
|
},
|
|
11703
11703
|
|
|
@@ -11713,7 +11713,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11713
11713
|
className: "".concat(loginstyles2.form_control),
|
|
11714
11714
|
value: affsignuppayload.ssn,
|
|
11715
11715
|
onChange: function onChange(event) {
|
|
11716
|
-
setaffsignuppayload(_objectSpread$
|
|
11716
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11717
11717
|
ssn: event.target.value
|
|
11718
11718
|
}));
|
|
11719
11719
|
},
|
|
@@ -11729,7 +11729,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11729
11729
|
className: "".concat(loginstyles2.form_control),
|
|
11730
11730
|
value: affsignuppayload.password,
|
|
11731
11731
|
onChange: function onChange(event) {
|
|
11732
|
-
setaffsignuppayload(_objectSpread$
|
|
11732
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11733
11733
|
password: event.target.value
|
|
11734
11734
|
}));
|
|
11735
11735
|
},
|
|
@@ -11745,7 +11745,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11745
11745
|
className: "".concat(loginstyles2.form_control),
|
|
11746
11746
|
value: affsignuppayload.confirmpassword,
|
|
11747
11747
|
onChange: function onChange(event) {
|
|
11748
|
-
setaffsignuppayload(_objectSpread$
|
|
11748
|
+
setaffsignuppayload(_objectSpread$2e(_objectSpread$2e({}, affsignuppayload), {}, {
|
|
11749
11749
|
confirmpassword: event.target.value
|
|
11750
11750
|
}));
|
|
11751
11751
|
},
|
|
@@ -11798,8 +11798,8 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
11798
11798
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React.createElement("span", null, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar)))))))));
|
|
11799
11799
|
};
|
|
11800
11800
|
|
|
11801
|
-
function ownKeys$
|
|
11802
|
-
function _objectSpread$
|
|
11801
|
+
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; }
|
|
11802
|
+
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(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; }
|
|
11803
11803
|
var AccountInformation = function AccountInformation(props) {
|
|
11804
11804
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
11805
11805
|
var lang = props.actions.lang;
|
|
@@ -11826,7 +11826,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
11826
11826
|
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) {
|
|
11827
11827
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11828
11828
|
});
|
|
11829
|
-
setsectionproperties(_objectSpread$
|
|
11829
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
11830
11830
|
}, [props.actions.StatePagePropertiesContext]);
|
|
11831
11831
|
useEffect(function () {
|
|
11832
11832
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
@@ -11988,8 +11988,8 @@ var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n heigh
|
|
|
11988
11988
|
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"};
|
|
11989
11989
|
styleInject(css_248z$F);
|
|
11990
11990
|
|
|
11991
|
-
function ownKeys$
|
|
11992
|
-
function _objectSpread$
|
|
11991
|
+
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; }
|
|
11992
|
+
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(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; }
|
|
11993
11993
|
var Policies = function Policies(props) {
|
|
11994
11994
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchInstitutePolici, _fetchInstitutePolici2, _fetchInstitutePolici3;
|
|
11995
11995
|
var _useState = useState(''),
|
|
@@ -12020,7 +12020,7 @@ var Policies = function Policies(props) {
|
|
|
12020
12020
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12021
12021
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12022
12022
|
});
|
|
12023
|
-
setsectionproperties(_objectSpread$
|
|
12023
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
12024
12024
|
}
|
|
12025
12025
|
}, [StatePagePropertiesContext]);
|
|
12026
12026
|
useEffect(function () {
|
|
@@ -12033,9 +12033,9 @@ var Policies = function Policies(props) {
|
|
|
12033
12033
|
}
|
|
12034
12034
|
}, []);
|
|
12035
12035
|
useEffect(function () {
|
|
12036
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
12036
|
+
var tempFetchQueriesEngineContext = _objectSpread$2c({}, FetchQueriesEngineContext);
|
|
12037
12037
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
12038
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
12038
|
+
setFetchQueriesEngineContext(_objectSpread$2c({}, tempFetchQueriesEngineContext));
|
|
12039
12039
|
}, []);
|
|
12040
12040
|
var _useState7 = useState([]),
|
|
12041
12041
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
@@ -12265,8 +12265,8 @@ var css_248z$E = ".cart-module_cartslider_container__idend {\n transition: 0.
|
|
|
12265
12265
|
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"};
|
|
12266
12266
|
styleInject(css_248z$E);
|
|
12267
12267
|
|
|
12268
|
-
function ownKeys$
|
|
12269
|
-
function _objectSpread$
|
|
12268
|
+
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; }
|
|
12269
|
+
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(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; }
|
|
12270
12270
|
var CartSlider = function CartSlider(props) {
|
|
12271
12271
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue9, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12;
|
|
12272
12272
|
var lang = props.actions.lang;
|
|
@@ -12332,7 +12332,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
12332
12332
|
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) {
|
|
12333
12333
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12334
12334
|
});
|
|
12335
|
-
setsectionproperties(_objectSpread$
|
|
12335
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
12336
12336
|
}, [CurrentPageId]);
|
|
12337
12337
|
useEffect(function () {
|
|
12338
12338
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -12342,7 +12342,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
12342
12342
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12343
12343
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12344
12344
|
});
|
|
12345
|
-
setsectionproperties(_objectSpread$
|
|
12345
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
12346
12346
|
}
|
|
12347
12347
|
}
|
|
12348
12348
|
}, [StatePagePropertiesContext]);
|
|
@@ -12909,8 +12909,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
12909
12909
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
|
12910
12910
|
};
|
|
12911
12911
|
|
|
12912
|
-
function ownKeys$
|
|
12913
|
-
function _objectSpread$
|
|
12912
|
+
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; }
|
|
12913
|
+
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(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; }
|
|
12914
12914
|
var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
12915
12915
|
var _useState = useState(''),
|
|
12916
12916
|
_useState2 = _slicedToArray(_useState, 2);
|
|
@@ -12954,7 +12954,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
12954
12954
|
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) {
|
|
12955
12955
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12956
12956
|
});
|
|
12957
|
-
setsectionproperties(_objectSpread$
|
|
12957
|
+
setsectionproperties(_objectSpread$2a({}, secpropobj));
|
|
12958
12958
|
}, [CurrentPageId]);
|
|
12959
12959
|
useEffect(function () {
|
|
12960
12960
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -12964,7 +12964,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
12964
12964
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12965
12965
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12966
12966
|
});
|
|
12967
|
-
setsectionproperties(_objectSpread$
|
|
12967
|
+
setsectionproperties(_objectSpread$2a({}, secpropobj));
|
|
12968
12968
|
}
|
|
12969
12969
|
}
|
|
12970
12970
|
}, [StatePagePropertiesContext]);
|
|
@@ -13192,8 +13192,8 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13192
13192
|
}, CategoriesDropdown()));
|
|
13193
13193
|
};
|
|
13194
13194
|
|
|
13195
|
-
function ownKeys$
|
|
13196
|
-
function _objectSpread$
|
|
13195
|
+
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; }
|
|
13196
|
+
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(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; }
|
|
13197
13197
|
var OrderSuccess = function OrderSuccess(props) {
|
|
13198
13198
|
var _props$actions2;
|
|
13199
13199
|
props.actions.lang;
|
|
@@ -13243,7 +13243,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
13243
13243
|
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) {
|
|
13244
13244
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13245
13245
|
});
|
|
13246
|
-
setsectionproperties(_objectSpread$
|
|
13246
|
+
setsectionproperties(_objectSpread$29({}, secpropobj));
|
|
13247
13247
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
13248
13248
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
13249
13249
|
var ordersuccessstyle = {
|
|
@@ -13340,21 +13340,24 @@ var css_248z$D = ".filter-module_timeline__ROm9Q .filter-module_border_left_line
|
|
|
13340
13340
|
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"};
|
|
13341
13341
|
styleInject(css_248z$D);
|
|
13342
13342
|
|
|
13343
|
-
function ownKeys$
|
|
13344
|
-
function _objectSpread$
|
|
13343
|
+
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; }
|
|
13344
|
+
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(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; }
|
|
13345
13345
|
var Select$1 = /*#__PURE__*/React.lazy(function () {
|
|
13346
13346
|
return import('react-select');
|
|
13347
13347
|
});
|
|
13348
13348
|
var Filter$1 = function Filter(props) {
|
|
13349
|
-
var
|
|
13349
|
+
var _css;
|
|
13350
13350
|
var lang = props.actions.lang;
|
|
13351
13351
|
var langdetect = props.actions.langdetect;
|
|
13352
13352
|
props.actions.productfiltercontext;
|
|
13353
13353
|
props.actions.setproductfiltercontext;
|
|
13354
13354
|
var ProductFilterObjContext = props.actions.ProductFilterObjContext;
|
|
13355
13355
|
var setProductFilterObjContext = props.actions.setProductFilterObjContext;
|
|
13356
|
-
|
|
13356
|
+
props.actions.authdetailsContext;
|
|
13357
|
+
var fetchproductoptionsQueryContext = props.actions.fetchproductoptionsQueryContext;
|
|
13358
|
+
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
13357
13359
|
var routingcountext = props.actions.routingcountext;
|
|
13360
|
+
var fetchcollectionsQueryContext = props.actions.fetchcollectionsQueryContext;
|
|
13358
13361
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
13359
13362
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
13360
13363
|
var _useState = useState({
|
|
@@ -13380,7 +13383,8 @@ var Filter$1 = function Filter(props) {
|
|
|
13380
13383
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
13381
13384
|
sectionproperties = _useState6[0],
|
|
13382
13385
|
setsectionproperties = _useState6[1];
|
|
13383
|
-
|
|
13386
|
+
// const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
|
|
13387
|
+
var _useState7 = useState([]),
|
|
13384
13388
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
13385
13389
|
instfilters = _useState8[0],
|
|
13386
13390
|
setinstfilters = _useState8[1];
|
|
@@ -13388,11 +13392,11 @@ var Filter$1 = function Filter(props) {
|
|
|
13388
13392
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
13389
13393
|
collectionstobevisible = _useState10[0],
|
|
13390
13394
|
setcollectionstobevisible = _useState10[1];
|
|
13391
|
-
var _useState11 = useState(
|
|
13395
|
+
var _useState11 = useState([]),
|
|
13392
13396
|
_useState12 = _slicedToArray(_useState11, 2),
|
|
13393
13397
|
instcollections = _useState12[0],
|
|
13394
13398
|
setinstcollections = _useState12[1];
|
|
13395
|
-
var _useState13 = useState(
|
|
13399
|
+
var _useState13 = useState([]),
|
|
13396
13400
|
_useState14 = _slicedToArray(_useState13, 2),
|
|
13397
13401
|
instcategories = _useState14[0],
|
|
13398
13402
|
setinstcategories = _useState14[1];
|
|
@@ -13441,11 +13445,28 @@ var Filter$1 = function Filter(props) {
|
|
|
13441
13445
|
filterupdater();
|
|
13442
13446
|
}, []);
|
|
13443
13447
|
useEffect(function () {
|
|
13444
|
-
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
13448
|
-
}, [
|
|
13448
|
+
if (fetchproductoptionsQueryContext.isSuccess) {
|
|
13449
|
+
var _fetchproductoptionsQ;
|
|
13450
|
+
setinstfilters(_toConsumableArray(fetchproductoptionsQueryContext === null || fetchproductoptionsQueryContext === void 0 || (_fetchproductoptionsQ = fetchproductoptionsQueryContext.data) === null || _fetchproductoptionsQ === void 0 || (_fetchproductoptionsQ = _fetchproductoptionsQ.data) === null || _fetchproductoptionsQ === void 0 ? void 0 : _fetchproductoptionsQ.productoptions));
|
|
13451
|
+
}
|
|
13452
|
+
}, [fetchproductoptionsQueryContext.isSuccess]);
|
|
13453
|
+
useEffect(function () {
|
|
13454
|
+
if (fetchCategoriesQueryContext.isSuccess) {
|
|
13455
|
+
var _fetchCategoriesQuery;
|
|
13456
|
+
setinstcategories(_toConsumableArray(fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery === void 0 || (_fetchCategoriesQuery = _fetchCategoriesQuery.data) === null || _fetchCategoriesQuery === void 0 ? void 0 : _fetchCategoriesQuery.categories));
|
|
13457
|
+
}
|
|
13458
|
+
}, [fetchCategoriesQueryContext.isSuccess]);
|
|
13459
|
+
useEffect(function () {
|
|
13460
|
+
if (fetchcollectionsQueryContext.isSuccess) {
|
|
13461
|
+
var _fetchcollectionsQuer;
|
|
13462
|
+
setinstcollections(_toConsumableArray(fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 || (_fetchcollectionsQuer = fetchcollectionsQueryContext.data) === null || _fetchcollectionsQuer === void 0 || (_fetchcollectionsQuer = _fetchcollectionsQuer.data) === null || _fetchcollectionsQuer === void 0 ? void 0 : _fetchcollectionsQuer.collections));
|
|
13463
|
+
}
|
|
13464
|
+
}, [fetchcollectionsQueryContext.isSuccess]);
|
|
13465
|
+
// useEffect(() => {
|
|
13466
|
+
// // setinstfilters([...authdetailsContext.instinfo.instfilters]);
|
|
13467
|
+
// // setinstcollections([...authdetailsContext.instinfo.instcollections]);
|
|
13468
|
+
// // setinstcategories([...authdetailsContext?.instinfo?.instcategories]);
|
|
13469
|
+
// }, [authdetailsContext]);
|
|
13449
13470
|
useEffect(function () {
|
|
13450
13471
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
13451
13472
|
setsectionproperties(props.sectionpropertiesprops);
|
|
@@ -13460,79 +13481,83 @@ var Filter$1 = function Filter(props) {
|
|
|
13460
13481
|
}
|
|
13461
13482
|
timeoutRef.current = setTimeout(function () {
|
|
13462
13483
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
13463
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13484
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13464
13485
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
13465
13486
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
13466
13487
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13467
|
-
setProductFilterObjContext(_objectSpread$
|
|
13488
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13468
13489
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13469
13490
|
}
|
|
13470
13491
|
}, 500);
|
|
13471
13492
|
}, [raterangevalue]);
|
|
13472
13493
|
useEffect(function () {
|
|
13473
|
-
if (
|
|
13474
|
-
if ((
|
|
13475
|
-
|
|
13476
|
-
|
|
13477
|
-
|
|
13478
|
-
|
|
13479
|
-
|
|
13480
|
-
|
|
13481
|
-
|
|
13482
|
-
|
|
13483
|
-
|
|
13484
|
-
|
|
13485
|
-
|
|
13486
|
-
|
|
13487
|
-
|
|
13488
|
-
});
|
|
13489
|
-
}
|
|
13490
|
-
});
|
|
13491
|
-
});
|
|
13492
|
-
} else {
|
|
13493
|
-
instcategories === null || instcategories === void 0 || instcategories.forEach(function (catitem, catindex) {
|
|
13494
|
-
var _catitem$parentcollet2;
|
|
13495
|
-
catitem === null || catitem === void 0 || (_catitem$parentcollet2 = catitem.parentcolletions) === null || _catitem$parentcollet2 === void 0 || _catitem$parentcollet2.forEach(function (parentcolitem, parentcolindex) {
|
|
13496
|
-
var _parentcolitem$collec;
|
|
13497
|
-
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec = parentcolitem.collections) === null || _parentcolitem$collec === void 0 || _parentcolitem$collec.forEach(function (colitem, colindex) {
|
|
13498
|
-
var _ProductFilterObjCont2;
|
|
13499
|
-
ProductFilterObjContext === null || ProductFilterObjContext === void 0 || (_ProductFilterObjCont2 = ProductFilterObjContext.collections) === null || _ProductFilterObjCont2 === void 0 || _ProductFilterObjCont2.forEach(function (colitem2, colindex2) {
|
|
13500
|
-
if (colitem.collectionid == colitem2) {
|
|
13494
|
+
if (fetchCategoriesQueryContext.isSuccess && fetchcollectionsQueryContext.isSuccess) {
|
|
13495
|
+
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.filterretreivetype) == 'Depend on chosen parent group') {
|
|
13496
|
+
if ((ProductFilterObjContext === null || ProductFilterObjContext === void 0 ? void 0 : ProductFilterObjContext.collections) != undefined && (ProductFilterObjContext === null || ProductFilterObjContext === void 0 ? void 0 : ProductFilterObjContext.collections) != null && Array.isArray(ProductFilterObjContext === null || ProductFilterObjContext === void 0 ? void 0 : ProductFilterObjContext.collections)) {
|
|
13497
|
+
var _parentidsfound;
|
|
13498
|
+
var collectiontobevisible = [];
|
|
13499
|
+
var parentidsfound = [];
|
|
13500
|
+
if (ProductFilterObjContext.ProductFetchingType == 'Parent Collection') {
|
|
13501
|
+
parentidsfound = ProductFilterObjContext === null || ProductFilterObjContext === void 0 ? void 0 : ProductFilterObjContext.collections;
|
|
13502
|
+
} else if (ProductFilterObjContext.ProductFetchingType == 'Category') {
|
|
13503
|
+
instcategories === null || instcategories === void 0 || instcategories.forEach(function (catitem, catindex) {
|
|
13504
|
+
var _ProductFilterObjCont;
|
|
13505
|
+
ProductFilterObjContext === null || ProductFilterObjContext === void 0 || (_ProductFilterObjCont = ProductFilterObjContext.collections) === null || _ProductFilterObjCont === void 0 || _ProductFilterObjCont.forEach(function (colitem2, colindex2) {
|
|
13506
|
+
if (catitem.categoryid == colitem2) {
|
|
13507
|
+
var _catitem$parentcollet;
|
|
13508
|
+
catitem === null || catitem === void 0 || (_catitem$parentcollet = catitem.parentcolletions) === null || _catitem$parentcollet === void 0 || _catitem$parentcollet.forEach(function (parentcolitem, parentcolindex) {
|
|
13501
13509
|
parentidsfound.push(parentcolitem.parentcollectionid);
|
|
13502
|
-
}
|
|
13510
|
+
});
|
|
13511
|
+
}
|
|
13512
|
+
});
|
|
13513
|
+
});
|
|
13514
|
+
} else {
|
|
13515
|
+
instcategories === null || instcategories === void 0 || instcategories.forEach(function (catitem, catindex) {
|
|
13516
|
+
var _catitem$parentcollet2;
|
|
13517
|
+
catitem === null || catitem === void 0 || (_catitem$parentcollet2 = catitem.parentcolletions) === null || _catitem$parentcollet2 === void 0 || _catitem$parentcollet2.forEach(function (parentcolitem, parentcolindex) {
|
|
13518
|
+
var _parentcolitem$collec;
|
|
13519
|
+
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec = parentcolitem.collections) === null || _parentcolitem$collec === void 0 || _parentcolitem$collec.forEach(function (colitem, colindex) {
|
|
13520
|
+
var _ProductFilterObjCont2;
|
|
13521
|
+
ProductFilterObjContext === null || ProductFilterObjContext === void 0 || (_ProductFilterObjCont2 = ProductFilterObjContext.collections) === null || _ProductFilterObjCont2 === void 0 || _ProductFilterObjCont2.forEach(function (colitem2, colindex2) {
|
|
13522
|
+
if (colitem.collectionid == colitem2) {
|
|
13523
|
+
parentidsfound.push(parentcolitem.parentcollectionid);
|
|
13524
|
+
}
|
|
13525
|
+
});
|
|
13503
13526
|
});
|
|
13504
13527
|
});
|
|
13505
13528
|
});
|
|
13529
|
+
}
|
|
13530
|
+
parentidsfound = parentidsfound.filter(function (val, id, array) {
|
|
13531
|
+
return array.indexOf(val) == id;
|
|
13506
13532
|
});
|
|
13507
|
-
|
|
13508
|
-
|
|
13509
|
-
|
|
13510
|
-
|
|
13511
|
-
|
|
13512
|
-
|
|
13513
|
-
|
|
13514
|
-
|
|
13515
|
-
|
|
13516
|
-
|
|
13517
|
-
|
|
13518
|
-
|
|
13519
|
-
|
|
13520
|
-
|
|
13521
|
-
|
|
13522
|
-
if (
|
|
13523
|
-
|
|
13533
|
+
if (((_parentidsfound = parentidsfound) === null || _parentidsfound === void 0 ? void 0 : _parentidsfound.length) != 0) {
|
|
13534
|
+
instcategories === null || instcategories === void 0 || instcategories.forEach(function (catitem, catindex) {
|
|
13535
|
+
var _catitem$parentcollet3;
|
|
13536
|
+
catitem === null || catitem === void 0 || (_catitem$parentcollet3 = catitem.parentcolletions) === null || _catitem$parentcollet3 === void 0 || _catitem$parentcollet3.forEach(function (parentcolitem, parentcolindex) {
|
|
13537
|
+
var _parentidsfound2;
|
|
13538
|
+
(_parentidsfound2 = parentidsfound) === null || _parentidsfound2 === void 0 || _parentidsfound2.forEach(function (parentidfounditem, parentidfoundindex) {
|
|
13539
|
+
if (parentidfounditem == (parentcolitem === null || parentcolitem === void 0 ? void 0 : parentcolitem.parentcollectionid)) {
|
|
13540
|
+
var _parentcolitem$collec2;
|
|
13541
|
+
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec2 = parentcolitem.collections) === null || _parentcolitem$collec2 === void 0 || _parentcolitem$collec2.forEach(function (colitem, colindex) {
|
|
13542
|
+
var iscolexists = false;
|
|
13543
|
+
collectiontobevisible === null || collectiontobevisible === void 0 || collectiontobevisible.forEach(function (colitemex, colindexex) {
|
|
13544
|
+
if (colitemex.collectionid == colitem.collectionid) {
|
|
13545
|
+
iscolexists = true;
|
|
13546
|
+
}
|
|
13547
|
+
});
|
|
13548
|
+
if (iscolexists == false) {
|
|
13549
|
+
collectiontobevisible.push(colitem);
|
|
13524
13550
|
}
|
|
13525
13551
|
});
|
|
13526
|
-
|
|
13527
|
-
|
|
13528
|
-
}
|
|
13529
|
-
});
|
|
13530
|
-
}
|
|
13552
|
+
}
|
|
13553
|
+
});
|
|
13531
13554
|
});
|
|
13532
13555
|
});
|
|
13533
|
-
|
|
13534
|
-
|
|
13535
|
-
|
|
13556
|
+
if ((collectiontobevisible === null || collectiontobevisible === void 0 ? void 0 : collectiontobevisible.length) != 0) {
|
|
13557
|
+
setcollectionstobevisible(collectiontobevisible);
|
|
13558
|
+
} else {
|
|
13559
|
+
setcollectionstobevisible(instcollections);
|
|
13560
|
+
}
|
|
13536
13561
|
} else {
|
|
13537
13562
|
setcollectionstobevisible(instcollections);
|
|
13538
13563
|
}
|
|
@@ -13542,39 +13567,37 @@ var Filter$1 = function Filter(props) {
|
|
|
13542
13567
|
} else {
|
|
13543
13568
|
setcollectionstobevisible(instcollections);
|
|
13544
13569
|
}
|
|
13545
|
-
} else {
|
|
13546
|
-
setcollectionstobevisible(instcollections);
|
|
13547
13570
|
}
|
|
13548
|
-
}, [ProductFilterObjContext]);
|
|
13571
|
+
}, [ProductFilterObjContext, fetchCategoriesQueryContext.isSuccess, fetchcollectionsQueryContext.isSuccess, instcategories, instcollections]);
|
|
13549
13572
|
useEffect(function () {
|
|
13550
13573
|
if (productfeatuesarr.length != 0) {
|
|
13551
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13574
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13552
13575
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
13553
|
-
setProductFilterObjContext(_objectSpread$
|
|
13576
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13554
13577
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13555
13578
|
}
|
|
13556
13579
|
}, [productfeatuesarr]);
|
|
13557
13580
|
useEffect(function () {
|
|
13558
13581
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
13559
13582
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
13560
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13583
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13561
13584
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
13562
13585
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
13563
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13586
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13564
13587
|
}
|
|
13565
13588
|
}
|
|
13566
13589
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
13567
13590
|
var filterupdater = function filterupdater() {
|
|
13568
13591
|
setTimeout(function () {
|
|
13569
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
13592
|
+
var tempFetchQueriesEngineContext = _objectSpread$28({}, FetchQueriesEngineContext);
|
|
13570
13593
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
13571
13594
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
13572
13595
|
}, 100);
|
|
13573
13596
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
13574
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13597
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13575
13598
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
13576
13599
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
13577
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13600
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13578
13601
|
}
|
|
13579
13602
|
if (instfilters.length != 0) {
|
|
13580
13603
|
var _ProductFilterObjCont3;
|
|
@@ -13636,7 +13659,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13636
13659
|
}
|
|
13637
13660
|
};
|
|
13638
13661
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
13639
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13662
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13640
13663
|
if (type == 'clearfilters') {
|
|
13641
13664
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
13642
13665
|
} else {
|
|
@@ -13660,14 +13683,14 @@ var Filter$1 = function Filter(props) {
|
|
|
13660
13683
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
13661
13684
|
}
|
|
13662
13685
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13663
|
-
setProductFilterObjContext(_objectSpread$
|
|
13686
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13664
13687
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13665
13688
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13666
13689
|
};
|
|
13667
13690
|
|
|
13668
13691
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
13669
13692
|
var _tempfetchproductsfil2;
|
|
13670
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13693
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13671
13694
|
var CollectionExists = false;
|
|
13672
13695
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
|
|
13673
13696
|
if (filteritem == collectionid) {
|
|
@@ -13684,7 +13707,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13684
13707
|
}
|
|
13685
13708
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13686
13709
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
13687
|
-
setProductFilterObjContext(_objectSpread$
|
|
13710
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13688
13711
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13689
13712
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13690
13713
|
};
|
|
@@ -13752,7 +13775,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13752
13775
|
}))))));
|
|
13753
13776
|
};
|
|
13754
13777
|
var AccordionOuter = function AccordionOuter(categoryItem, categoryIndex) {
|
|
13755
|
-
var
|
|
13778
|
+
var _instcategories$categ;
|
|
13756
13779
|
return /*#__PURE__*/React.createElement(AccordionItem, {
|
|
13757
13780
|
uuid: categoryIndex
|
|
13758
13781
|
}, /*#__PURE__*/React.createElement(AccordionItemHeading, null, /*#__PURE__*/React.createElement(AccordionItemButton, null, /*#__PURE__*/React.createElement("div", {
|
|
@@ -13791,7 +13814,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13791
13814
|
onClick: function onClick() {
|
|
13792
13815
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + categoryItem.categoryid);
|
|
13793
13816
|
}
|
|
13794
|
-
}, langdetect == 'en' ? sectionproperties.explorebtncontenten : sectionproperties.explorebtncontentar, ' ', langdetect == 'en' ? categoryItem.title_en : categoryItem.title_ar)),
|
|
13817
|
+
}, langdetect == 'en' ? sectionproperties.explorebtncontenten : sectionproperties.explorebtncontentar, ' ', langdetect == 'en' ? categoryItem.title_en : categoryItem.title_ar)), (_instcategories$categ = instcategories[categoryIndex]) === null || _instcategories$categ === void 0 ? void 0 : _instcategories$categ.parentcolletions.map(function (parentcollectionitem, parentcollectionindex) {
|
|
13795
13818
|
if (parentcollectionitem.isinftiler == 1) {
|
|
13796
13819
|
return /*#__PURE__*/React.createElement("div", {
|
|
13797
13820
|
"class": "col-lg-12"
|
|
@@ -14276,14 +14299,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14276
14299
|
return option.id == ProductFilterObjContext.countryid;
|
|
14277
14300
|
}),
|
|
14278
14301
|
onChange: function onChange(option) {
|
|
14279
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14302
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14280
14303
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
14281
14304
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
14282
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14283
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14305
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14306
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14284
14307
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
14285
14308
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14286
|
-
setProductFilterObjContext(_objectSpread$
|
|
14309
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14287
14310
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14288
14311
|
},
|
|
14289
14312
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14320,14 +14343,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14320
14343
|
return option.id == ProductFilterObjContext.stateid;
|
|
14321
14344
|
}),
|
|
14322
14345
|
onChange: function onChange(option) {
|
|
14323
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14346
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14324
14347
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
14325
14348
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
14326
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14327
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14349
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14350
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14328
14351
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
14329
14352
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14330
|
-
setProductFilterObjContext(_objectSpread$
|
|
14353
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14331
14354
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14332
14355
|
},
|
|
14333
14356
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14364,10 +14387,10 @@ var Filter$1 = function Filter(props) {
|
|
|
14364
14387
|
return option.id == ProductFilterObjContext.cityid;
|
|
14365
14388
|
}),
|
|
14366
14389
|
onChange: function onChange(option) {
|
|
14367
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14390
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14368
14391
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
14369
14392
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14370
|
-
setProductFilterObjContext(_objectSpread$
|
|
14393
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14371
14394
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14372
14395
|
},
|
|
14373
14396
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14471,14 +14494,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14471
14494
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
14472
14495
|
},
|
|
14473
14496
|
onClick: function onClick() {
|
|
14474
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14497
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14475
14498
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14476
14499
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14477
14500
|
} else {
|
|
14478
14501
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14479
14502
|
}
|
|
14480
14503
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14481
|
-
setProductFilterObjContext(_objectSpread$
|
|
14504
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14482
14505
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14483
14506
|
setsortbycontext(valueitem.name);
|
|
14484
14507
|
}
|
|
@@ -14630,14 +14653,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14630
14653
|
return /*#__PURE__*/React.createElement("div", {
|
|
14631
14654
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-start pb-3 ',
|
|
14632
14655
|
onClick: function onClick() {
|
|
14633
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14656
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14634
14657
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14635
14658
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14636
14659
|
} else {
|
|
14637
14660
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14638
14661
|
}
|
|
14639
14662
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14640
|
-
setProductFilterObjContext(_objectSpread$
|
|
14663
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14641
14664
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14642
14665
|
}
|
|
14643
14666
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
@@ -14672,7 +14695,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14672
14695
|
minValue: 0,
|
|
14673
14696
|
value: raterangevalue,
|
|
14674
14697
|
onChange: function onChange(value) {
|
|
14675
|
-
setraterangevalue(_objectSpread$
|
|
14698
|
+
setraterangevalue(_objectSpread$28({}, value));
|
|
14676
14699
|
}
|
|
14677
14700
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
14678
14701
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -14815,13 +14838,13 @@ var Filter$1 = function Filter(props) {
|
|
|
14815
14838
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-start pb-3 ',
|
|
14816
14839
|
onClick: function onClick() {
|
|
14817
14840
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
14818
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14841
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14819
14842
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14820
14843
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14821
14844
|
} else {
|
|
14822
14845
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14823
14846
|
}
|
|
14824
|
-
setProductFilterObjContext(_objectSpread$
|
|
14847
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14825
14848
|
}
|
|
14826
14849
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
14827
14850
|
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' mb-2 d-flex align-items-center '
|
|
@@ -14853,8 +14876,8 @@ var Filter$1 = function Filter(props) {
|
|
|
14853
14876
|
}, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters())))))));
|
|
14854
14877
|
};
|
|
14855
14878
|
|
|
14856
|
-
function ownKeys$
|
|
14857
|
-
function _objectSpread$
|
|
14879
|
+
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; }
|
|
14880
|
+
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(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; }
|
|
14858
14881
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
14859
14882
|
var _authdetailsContext$i;
|
|
14860
14883
|
props.actions.lang;
|
|
@@ -14984,7 +15007,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
14984
15007
|
}, [ProductFilterObjContext]);
|
|
14985
15008
|
var filterupdater = function filterupdater() {
|
|
14986
15009
|
setTimeout(function () {
|
|
14987
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
15010
|
+
var tempFetchQueriesEngineContext = _objectSpread$27({}, FetchQueriesEngineContext);
|
|
14988
15011
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
14989
15012
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
14990
15013
|
}, 100);
|
|
@@ -15029,7 +15052,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15029
15052
|
};
|
|
15030
15053
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
15031
15054
|
var _tempfetchproductsfil;
|
|
15032
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15055
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$27({}, ProductFilterObjContext);
|
|
15033
15056
|
var CollectionExists = false;
|
|
15034
15057
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
15035
15058
|
if (filteritem == collectionid) {
|
|
@@ -15046,7 +15069,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15046
15069
|
}
|
|
15047
15070
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15048
15071
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
15049
|
-
setProductFilterObjContext(_objectSpread$
|
|
15072
|
+
setProductFilterObjContext(_objectSpread$27({}, tempfetchproductsfilerobjcontext));
|
|
15050
15073
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15051
15074
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
15052
15075
|
};
|
|
@@ -15102,8 +15125,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15102
15125
|
|
|
15103
15126
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
15104
15127
|
|
|
15105
|
-
function ownKeys$
|
|
15106
|
-
function _objectSpread$
|
|
15128
|
+
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; }
|
|
15129
|
+
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(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; }
|
|
15107
15130
|
var CardsSection = function CardsSection(props) {
|
|
15108
15131
|
var refscr = /*#__PURE__*/createRef();
|
|
15109
15132
|
var _useInView = useInView();
|
|
@@ -15129,6 +15152,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15129
15152
|
var fetchingtype = props.actions.fetchingtype;
|
|
15130
15153
|
props.actions.addtofavoritescontext;
|
|
15131
15154
|
var fetchAuthorizationQueryContext = props.actions.fetchAuthorizationQueryContext;
|
|
15155
|
+
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
15132
15156
|
var FetchVendorsQuery = props.actions.FetchVendorsQuery;
|
|
15133
15157
|
props.actions.ikimagecredcontext;
|
|
15134
15158
|
props.actions.sortbycontext;
|
|
@@ -15189,7 +15213,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15189
15213
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
15190
15214
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
15191
15215
|
});
|
|
15192
|
-
setsectionproperties(_objectSpread$
|
|
15216
|
+
setsectionproperties(_objectSpread$26({}, secpropobj));
|
|
15193
15217
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
15194
15218
|
setfetchingtype('products');
|
|
15195
15219
|
var lcproductfetchingtype = 'Random';
|
|
@@ -15263,49 +15287,51 @@ var CardsSection = function CardsSection(props) {
|
|
|
15263
15287
|
}
|
|
15264
15288
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
15265
15289
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
15266
|
-
setProductFilterObjContext(_objectSpread$
|
|
15290
|
+
setProductFilterObjContext(_objectSpread$26({}, tempfetchproductsfilerobjcontext));
|
|
15267
15291
|
}
|
|
15292
|
+
setFetchQueriesEngineContext(_objectSpread$26({}, tempFetchQueriesEngineContext));
|
|
15293
|
+
}
|
|
15294
|
+
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
15295
|
+
useEffect(function () {
|
|
15296
|
+
if ((fetchingtype === null || fetchingtype === void 0 ? void 0 : fetchingtype.length) != 0) {
|
|
15268
15297
|
if (fetchingtype == 'categories') {
|
|
15269
|
-
|
|
15270
|
-
|
|
15271
|
-
|
|
15298
|
+
var categories = [];
|
|
15299
|
+
if (fetchCategoriesQueryContext !== null && fetchCategoriesQueryContext !== void 0 && fetchCategoriesQueryContext.isSuccess) {
|
|
15300
|
+
var _fetchCategoriesQuery;
|
|
15301
|
+
categories = fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery === void 0 || (_fetchCategoriesQuery = _fetchCategoriesQuery.data) === null || _fetchCategoriesQuery === void 0 ? void 0 : _fetchCategoriesQuery.categories;
|
|
15272
15302
|
}
|
|
15303
|
+
cardobjassigner(categories);
|
|
15273
15304
|
}
|
|
15274
15305
|
if (fetchingtype == 'parentcollections' || fetchingtype == 'innercategories') {
|
|
15275
|
-
|
|
15276
|
-
|
|
15277
|
-
|
|
15278
|
-
|
|
15279
|
-
|
|
15280
|
-
|
|
15281
|
-
|
|
15282
|
-
|
|
15283
|
-
|
|
15284
|
-
|
|
15306
|
+
var _categories;
|
|
15307
|
+
var categories = [];
|
|
15308
|
+
if (fetchCategoriesQueryContext !== null && fetchCategoriesQueryContext !== void 0 && fetchCategoriesQueryContext.isSuccess) {
|
|
15309
|
+
var _fetchCategoriesQuery2;
|
|
15310
|
+
categories = fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery2 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery2 === void 0 || (_fetchCategoriesQuery2 = _fetchCategoriesQuery2.data) === null || _fetchCategoriesQuery2 === void 0 ? void 0 : _fetchCategoriesQuery2.categories;
|
|
15311
|
+
}
|
|
15312
|
+
// if (fetchAuthorizationQueryContext?.isSuccess) {
|
|
15313
|
+
// var categories = fetchAuthorizationQueryContext.data.data.instinfo.instcategories;
|
|
15314
|
+
// alert(JSON.stringify(categories));
|
|
15315
|
+
var parentcollections = [];
|
|
15316
|
+
(_categories = categories) === null || _categories === void 0 || _categories.forEach(function (catitem, catindex) {
|
|
15317
|
+
catitem === null || catitem === void 0 || catitem.parentcolletions.forEach(function (parentcolitem) {
|
|
15318
|
+
if (parentcolitem.isshowntocustomers == 1) {
|
|
15319
|
+
parentcolitem.categoryid = catitem.categoryid;
|
|
15320
|
+
parentcollections.push(parentcolitem);
|
|
15321
|
+
}
|
|
15322
|
+
});
|
|
15323
|
+
});
|
|
15324
|
+
if (fetchingtype == 'parentcollections') {
|
|
15325
|
+
if ((sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != null && (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != undefined && (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != 'all') {
|
|
15326
|
+
var arrafterfilter = [];
|
|
15327
|
+
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15328
|
+
if (parentcolitem.categoryid == (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid)) {
|
|
15329
|
+
arrafterfilter.push(parentcolitem);
|
|
15285
15330
|
}
|
|
15286
15331
|
});
|
|
15287
|
-
|
|
15288
|
-
if (fetchingtype == 'parentcollections') {
|
|
15289
|
-
if ((sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != null && (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != undefined && (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid) != 'all') {
|
|
15290
|
-
var arrafterfilter = [];
|
|
15291
|
-
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15292
|
-
if (parentcolitem.categoryid == (sectionitem === null || sectionitem === void 0 ? void 0 : sectionitem.productsfetchingtypeparentcollectioncategoryid)) {
|
|
15293
|
-
arrafterfilter.push(parentcolitem);
|
|
15294
|
-
}
|
|
15295
|
-
});
|
|
15296
|
-
parentcollections = arrafterfilter;
|
|
15297
|
-
}
|
|
15298
|
-
if (props.collectionidprops != null && props.collectionidprops != undefined && props.collectionidprops != 'all') {
|
|
15299
|
-
var arrafterfilter = [];
|
|
15300
|
-
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15301
|
-
if (parentcolitem.categoryid == props.collectionidprops) {
|
|
15302
|
-
arrafterfilter.push(parentcolitem);
|
|
15303
|
-
}
|
|
15304
|
-
});
|
|
15305
|
-
parentcollections = arrafterfilter;
|
|
15306
|
-
}
|
|
15332
|
+
parentcollections = arrafterfilter;
|
|
15307
15333
|
}
|
|
15308
|
-
if (
|
|
15334
|
+
if (props.collectionidprops != null && props.collectionidprops != undefined && props.collectionidprops != 'all') {
|
|
15309
15335
|
var arrafterfilter = [];
|
|
15310
15336
|
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15311
15337
|
if (parentcolitem.categoryid == props.collectionidprops) {
|
|
@@ -15314,48 +15340,62 @@ var CardsSection = function CardsSection(props) {
|
|
|
15314
15340
|
});
|
|
15315
15341
|
parentcollections = arrafterfilter;
|
|
15316
15342
|
}
|
|
15317
|
-
cardobjassigner(parentcollections);
|
|
15318
15343
|
}
|
|
15344
|
+
if (fetchingtype == 'innercategories') {
|
|
15345
|
+
var arrafterfilter = [];
|
|
15346
|
+
parentcollections.forEach(function (parentcolitem, parcolindex) {
|
|
15347
|
+
if (parentcolitem.categoryid == props.collectionidprops) {
|
|
15348
|
+
arrafterfilter.push(parentcolitem);
|
|
15349
|
+
}
|
|
15350
|
+
});
|
|
15351
|
+
parentcollections = arrafterfilter;
|
|
15352
|
+
}
|
|
15353
|
+
cardobjassigner(parentcollections);
|
|
15354
|
+
// }
|
|
15319
15355
|
} else if (fetchingtype == 'innerparentcollections') {
|
|
15320
|
-
|
|
15321
|
-
|
|
15322
|
-
|
|
15323
|
-
var
|
|
15324
|
-
(
|
|
15325
|
-
|
|
15326
|
-
|
|
15327
|
-
|
|
15328
|
-
|
|
15329
|
-
|
|
15330
|
-
|
|
15331
|
-
|
|
15332
|
-
|
|
15333
|
-
|
|
15356
|
+
var _categories2;
|
|
15357
|
+
var categories = [];
|
|
15358
|
+
if (fetchCategoriesQueryContext !== null && fetchCategoriesQueryContext !== void 0 && fetchCategoriesQueryContext.isSuccess) {
|
|
15359
|
+
var _fetchCategoriesQuery3;
|
|
15360
|
+
categories = fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery3 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.data) === null || _fetchCategoriesQuery3 === void 0 ? void 0 : _fetchCategoriesQuery3.categories;
|
|
15361
|
+
}
|
|
15362
|
+
// if (fetchAuthorizationQueryContext?.isSuccess) {
|
|
15363
|
+
// var categories = fetchAuthorizationQueryContext.data.data.instinfo.instcategories;
|
|
15364
|
+
var collections = [];
|
|
15365
|
+
(_categories2 = categories) === null || _categories2 === void 0 || _categories2.forEach(function (catitem, catindex) {
|
|
15366
|
+
catitem === null || catitem === void 0 || catitem.parentcolletions.forEach(function (parentcolitem) {
|
|
15367
|
+
var _parentcolitem$collec;
|
|
15368
|
+
parentcolitem.categoryid = catitem.categoryid;
|
|
15369
|
+
parentcolitem === null || parentcolitem === void 0 || (_parentcolitem$collec = parentcolitem.collections) === null || _parentcolitem$collec === void 0 || _parentcolitem$collec.forEach(function (collitem, colindex) {
|
|
15370
|
+
if (collitem.isshowntocustomers == 1) {
|
|
15371
|
+
collitem.parentcollectionid = parentcolitem.parentcollectionid;
|
|
15372
|
+
collections.push(collitem);
|
|
15373
|
+
}
|
|
15334
15374
|
});
|
|
15335
15375
|
});
|
|
15336
|
-
|
|
15337
|
-
|
|
15338
|
-
|
|
15339
|
-
|
|
15340
|
-
|
|
15341
|
-
|
|
15342
|
-
|
|
15343
|
-
|
|
15344
|
-
|
|
15345
|
-
});
|
|
15346
|
-
if (iscollexists == false) {
|
|
15347
|
-
collectionsafterfilter.push(colitem);
|
|
15376
|
+
});
|
|
15377
|
+
if (fetchingtype == 'innerparentcollections') {
|
|
15378
|
+
var collectionsafterfilter = [];
|
|
15379
|
+
collections.forEach(function (colitem, colindex) {
|
|
15380
|
+
if (colitem.parentcollectionid == props.collectionidprops) {
|
|
15381
|
+
var iscollexists = false;
|
|
15382
|
+
collectionsafterfilter.forEach(function (existcolitem) {
|
|
15383
|
+
if (colitem.collectionid == existcolitem.collectionid) {
|
|
15384
|
+
iscollexists = true;
|
|
15348
15385
|
}
|
|
15386
|
+
});
|
|
15387
|
+
if (iscollexists == false) {
|
|
15388
|
+
collectionsafterfilter.push(colitem);
|
|
15349
15389
|
}
|
|
15350
|
-
}
|
|
15351
|
-
|
|
15352
|
-
|
|
15353
|
-
cardobjassigner(collections);
|
|
15390
|
+
}
|
|
15391
|
+
});
|
|
15392
|
+
collections = collectionsafterfilter;
|
|
15354
15393
|
}
|
|
15394
|
+
cardobjassigner(collections);
|
|
15395
|
+
// }
|
|
15355
15396
|
}
|
|
15356
|
-
setFetchQueriesEngineContext(_objectSpread$25({}, tempFetchQueriesEngineContext));
|
|
15357
15397
|
}
|
|
15358
|
-
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
15398
|
+
}, [fetchingtype, ProductsFetchingTypeSectionObj, fetchCategoriesQueryContext.isSuccess]);
|
|
15359
15399
|
useEffect(function () {
|
|
15360
15400
|
if (fetchingtype == 'products') {
|
|
15361
15401
|
if (fetchProductsQuery.isSuccess && fetchcustomercartQueryContext.isSuccess) {
|
|
@@ -15474,9 +15514,11 @@ var CardsSection = function CardsSection(props) {
|
|
|
15474
15514
|
cardobj.productcanrate = arrayItem.productinfo.productcanrate;
|
|
15475
15515
|
cardobj.sku = arrayItem.productinfo.sku;
|
|
15476
15516
|
if (langdetect == 'en') {
|
|
15477
|
-
|
|
15517
|
+
var _fetchAuthorizationQu;
|
|
15518
|
+
cardobj.currencyname = fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 || (_fetchAuthorizationQu = fetchAuthorizationQueryContext.data) === null || _fetchAuthorizationQu === void 0 || (_fetchAuthorizationQu = _fetchAuthorizationQu.data) === null || _fetchAuthorizationQu === void 0 ? void 0 : _fetchAuthorizationQu.currencyname_en;
|
|
15478
15519
|
} else {
|
|
15479
|
-
|
|
15520
|
+
var _fetchAuthorizationQu2;
|
|
15521
|
+
cardobj.currencyname = fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 || (_fetchAuthorizationQu2 = fetchAuthorizationQueryContext.data) === null || _fetchAuthorizationQu2 === void 0 || (_fetchAuthorizationQu2 = _fetchAuthorizationQu2.data) === null || _fetchAuthorizationQu2 === void 0 ? void 0 : _fetchAuthorizationQu2.currencyname_ar;
|
|
15480
15522
|
}
|
|
15481
15523
|
if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
|
|
15482
15524
|
favoriteprojectscountContext.forEach(function (favitem, favindex) {
|
|
@@ -15530,9 +15572,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
15530
15572
|
// Example items, to simulate fetching from another resources.
|
|
15531
15573
|
var handlePageClick = function handlePageClick(event) {
|
|
15532
15574
|
props.scrolltotop();
|
|
15533
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
15575
|
+
var tempProductFilterObjContext = _objectSpread$26({}, ProductFilterObjContext);
|
|
15534
15576
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
15535
|
-
setProductFilterObjContext(_objectSpread$
|
|
15577
|
+
setProductFilterObjContext(_objectSpread$26({}, tempProductFilterObjContext));
|
|
15536
15578
|
var pasturl = '';
|
|
15537
15579
|
if (props.grouptypeprops != undefined) {
|
|
15538
15580
|
if (props.collectionidprops != undefined) {
|
|
@@ -15790,7 +15832,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15790
15832
|
isloading = true;
|
|
15791
15833
|
}
|
|
15792
15834
|
} else {
|
|
15793
|
-
if ((
|
|
15835
|
+
if ((fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 ? void 0 : fetchCategoriesQueryContext.isFetching) == true || (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 ? void 0 : fetchCategoriesQueryContext.isFetching) == true) {
|
|
15794
15836
|
isloading = true;
|
|
15795
15837
|
}
|
|
15796
15838
|
}
|
|
@@ -16327,8 +16369,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
16327
16369
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
16328
16370
|
};
|
|
16329
16371
|
|
|
16330
|
-
function ownKeys$
|
|
16331
|
-
function _objectSpread$
|
|
16372
|
+
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; }
|
|
16373
|
+
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(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; }
|
|
16332
16374
|
var InnerGroups = function InnerGroups(props) {
|
|
16333
16375
|
var _useState = useState(''),
|
|
16334
16376
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -16369,7 +16411,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16369
16411
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16370
16412
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16371
16413
|
});
|
|
16372
|
-
setsectionproperties(_objectSpread$
|
|
16414
|
+
setsectionproperties(_objectSpread$25({}, secpropobj));
|
|
16373
16415
|
}
|
|
16374
16416
|
}, [StatePagePropertiesContext]);
|
|
16375
16417
|
// useEffect(() => {
|
|
@@ -16385,14 +16427,14 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16385
16427
|
backgroundColor: sectionproperties.backgroundColor
|
|
16386
16428
|
}
|
|
16387
16429
|
}, /*#__PURE__*/React.createElement(CardsSection, {
|
|
16388
|
-
actions: _objectSpread$
|
|
16430
|
+
actions: _objectSpread$25(_objectSpread$25({}, actions), {}, {
|
|
16389
16431
|
fetchingtype: grouptypeparams
|
|
16390
16432
|
})
|
|
16391
16433
|
}));
|
|
16392
16434
|
};
|
|
16393
16435
|
|
|
16394
|
-
function ownKeys$
|
|
16395
|
-
function _objectSpread$
|
|
16436
|
+
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; }
|
|
16437
|
+
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(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; }
|
|
16396
16438
|
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
16397
16439
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16398
16440
|
var _useState = useState(''),
|
|
@@ -16423,7 +16465,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16423
16465
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16424
16466
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16425
16467
|
});
|
|
16426
|
-
setsectionproperties(_objectSpread$
|
|
16468
|
+
setsectionproperties(_objectSpread$24({}, secpropobj));
|
|
16427
16469
|
}
|
|
16428
16470
|
}, [StatePagePropertiesContext]);
|
|
16429
16471
|
useEffect(function () {
|
|
@@ -16436,9 +16478,9 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16436
16478
|
}
|
|
16437
16479
|
}, []);
|
|
16438
16480
|
useEffect(function () {
|
|
16439
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16481
|
+
var tempFetchQueriesEngineContext = _objectSpread$24({}, FetchQueriesEngineContext);
|
|
16440
16482
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16441
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16483
|
+
setFetchQueriesEngineContext(_objectSpread$24({}, tempFetchQueriesEngineContext));
|
|
16442
16484
|
}, []);
|
|
16443
16485
|
var _useState7 = useState([]),
|
|
16444
16486
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -16514,8 +16556,8 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16514
16556
|
})))));
|
|
16515
16557
|
};
|
|
16516
16558
|
|
|
16517
|
-
function ownKeys$
|
|
16518
|
-
function _objectSpread$
|
|
16559
|
+
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; }
|
|
16560
|
+
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(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; }
|
|
16519
16561
|
var RefundPolicy = function RefundPolicy(props) {
|
|
16520
16562
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16521
16563
|
var _useState = useState(''),
|
|
@@ -16546,7 +16588,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16546
16588
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16547
16589
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16548
16590
|
});
|
|
16549
|
-
setsectionproperties(_objectSpread$
|
|
16591
|
+
setsectionproperties(_objectSpread$23({}, secpropobj));
|
|
16550
16592
|
}
|
|
16551
16593
|
}, [StatePagePropertiesContext]);
|
|
16552
16594
|
useEffect(function () {
|
|
@@ -16559,9 +16601,9 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16559
16601
|
}
|
|
16560
16602
|
}, []);
|
|
16561
16603
|
useEffect(function () {
|
|
16562
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16604
|
+
var tempFetchQueriesEngineContext = _objectSpread$23({}, FetchQueriesEngineContext);
|
|
16563
16605
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16564
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16606
|
+
setFetchQueriesEngineContext(_objectSpread$23({}, tempFetchQueriesEngineContext));
|
|
16565
16607
|
}, []);
|
|
16566
16608
|
var _useState7 = useState([]),
|
|
16567
16609
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -16637,8 +16679,8 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16637
16679
|
})))));
|
|
16638
16680
|
};
|
|
16639
16681
|
|
|
16640
|
-
function ownKeys$
|
|
16641
|
-
function _objectSpread$
|
|
16682
|
+
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; }
|
|
16683
|
+
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(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; }
|
|
16642
16684
|
var ShippingPolicy = function ShippingPolicy(props) {
|
|
16643
16685
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16644
16686
|
var _useState = useState(''),
|
|
@@ -16669,7 +16711,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16669
16711
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16670
16712
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16671
16713
|
});
|
|
16672
|
-
setsectionproperties(_objectSpread$
|
|
16714
|
+
setsectionproperties(_objectSpread$22({}, secpropobj));
|
|
16673
16715
|
}
|
|
16674
16716
|
}, [StatePagePropertiesContext]);
|
|
16675
16717
|
useEffect(function () {
|
|
@@ -16682,9 +16724,9 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16682
16724
|
}
|
|
16683
16725
|
}, []);
|
|
16684
16726
|
useEffect(function () {
|
|
16685
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16727
|
+
var tempFetchQueriesEngineContext = _objectSpread$22({}, FetchQueriesEngineContext);
|
|
16686
16728
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16687
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16729
|
+
setFetchQueriesEngineContext(_objectSpread$22({}, tempFetchQueriesEngineContext));
|
|
16688
16730
|
}, []);
|
|
16689
16731
|
var _useState7 = useState([]),
|
|
16690
16732
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -16760,8 +16802,8 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16760
16802
|
})))));
|
|
16761
16803
|
};
|
|
16762
16804
|
|
|
16763
|
-
function ownKeys$
|
|
16764
|
-
function _objectSpread$
|
|
16805
|
+
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; }
|
|
16806
|
+
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(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; }
|
|
16765
16807
|
var TermsConditions = function TermsConditions(props) {
|
|
16766
16808
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16767
16809
|
var _useState = useState(''),
|
|
@@ -16792,7 +16834,7 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16792
16834
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16793
16835
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16794
16836
|
});
|
|
16795
|
-
setsectionproperties(_objectSpread$
|
|
16837
|
+
setsectionproperties(_objectSpread$21({}, secpropobj));
|
|
16796
16838
|
}
|
|
16797
16839
|
}, [StatePagePropertiesContext]);
|
|
16798
16840
|
useEffect(function () {
|
|
@@ -16805,9 +16847,9 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16805
16847
|
}
|
|
16806
16848
|
}, []);
|
|
16807
16849
|
useEffect(function () {
|
|
16808
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16850
|
+
var tempFetchQueriesEngineContext = _objectSpread$21({}, FetchQueriesEngineContext);
|
|
16809
16851
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16810
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16852
|
+
setFetchQueriesEngineContext(_objectSpread$21({}, tempFetchQueriesEngineContext));
|
|
16811
16853
|
}, []);
|
|
16812
16854
|
var _useState7 = useState([]),
|
|
16813
16855
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -16883,8 +16925,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16883
16925
|
})))));
|
|
16884
16926
|
};
|
|
16885
16927
|
|
|
16886
|
-
function ownKeys$
|
|
16887
|
-
function _objectSpread$
|
|
16928
|
+
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; }
|
|
16929
|
+
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(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; }
|
|
16888
16930
|
var Resetpassword = function Resetpassword(props) {
|
|
16889
16931
|
var _css, _css2;
|
|
16890
16932
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -16935,7 +16977,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
16935
16977
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16936
16978
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16937
16979
|
});
|
|
16938
|
-
setsectionproperties(_objectSpread$
|
|
16980
|
+
setsectionproperties(_objectSpread$20({}, secpropobj));
|
|
16939
16981
|
}
|
|
16940
16982
|
}, [StatePagePropertiesContext]);
|
|
16941
16983
|
useEffect(function () {
|
|
@@ -17062,9 +17104,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17062
17104
|
className: "".concat(loginstyles2.form_control),
|
|
17063
17105
|
value: forgotpasswordpayload.email,
|
|
17064
17106
|
onChange: function onChange(event) {
|
|
17065
|
-
var temppayloadobj = _objectSpread$
|
|
17107
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17066
17108
|
temppayloadobj.email = event.target.value;
|
|
17067
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17109
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17068
17110
|
},
|
|
17069
17111
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
17070
17112
|
style: {
|
|
@@ -17079,9 +17121,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17079
17121
|
className: "".concat(loginstyles2.form_control),
|
|
17080
17122
|
value: forgotpasswordpayload.code,
|
|
17081
17123
|
onChange: function onChange(event) {
|
|
17082
|
-
var temppayloadobj = _objectSpread$
|
|
17124
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17083
17125
|
temppayloadobj.code = event.target.value;
|
|
17084
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17126
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17085
17127
|
},
|
|
17086
17128
|
style: {
|
|
17087
17129
|
background: sectionproperties.input_bgcolor
|
|
@@ -17095,9 +17137,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17095
17137
|
className: "".concat(loginstyles2.form_control),
|
|
17096
17138
|
value: forgotpasswordpayload.newpassword,
|
|
17097
17139
|
onChange: function onChange(event) {
|
|
17098
|
-
var temppayloadobj = _objectSpread$
|
|
17140
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17099
17141
|
temppayloadobj.newpassword = event.target.value;
|
|
17100
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17142
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17101
17143
|
},
|
|
17102
17144
|
style: {
|
|
17103
17145
|
background: sectionproperties.input_bgcolor
|
|
@@ -17111,9 +17153,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17111
17153
|
className: "".concat(loginstyles2.form_control),
|
|
17112
17154
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
17113
17155
|
onChange: function onChange(event) {
|
|
17114
|
-
var temppayloadobj = _objectSpread$
|
|
17156
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17115
17157
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
17116
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17158
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17117
17159
|
},
|
|
17118
17160
|
style: {
|
|
17119
17161
|
background: sectionproperties.input_bgcolor
|
|
@@ -17125,7 +17167,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17125
17167
|
onClick: function onClick() {
|
|
17126
17168
|
if (forgotpasswordpayload.email.length != 0) {
|
|
17127
17169
|
var runfunc = false;
|
|
17128
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
17170
|
+
var tempforgotpasswordpayload = _objectSpread$20({}, forgotpasswordpayload);
|
|
17129
17171
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
17130
17172
|
if (forgetpasswordstage == 'verify') {
|
|
17131
17173
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -17411,8 +17453,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
17411
17453
|
}, lang.nosearchresults)))))));
|
|
17412
17454
|
};
|
|
17413
17455
|
|
|
17414
|
-
function ownKeys$
|
|
17415
|
-
function _objectSpread$
|
|
17456
|
+
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; }
|
|
17457
|
+
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(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; }
|
|
17416
17458
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
17417
17459
|
var _textarray$, _textarray$2;
|
|
17418
17460
|
props.actions;
|
|
@@ -17433,12 +17475,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
17433
17475
|
settextarray = _useState6[1];
|
|
17434
17476
|
useEffect(function () {
|
|
17435
17477
|
if (props.sectionpropertiesprops != undefined) {
|
|
17436
|
-
setsectionproperties(_objectSpread$
|
|
17478
|
+
setsectionproperties(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17437
17479
|
}
|
|
17438
17480
|
}, [props.sectionpropertiesprops]);
|
|
17439
17481
|
useEffect(function () {
|
|
17440
17482
|
if (props.templateproperties_contextprops != undefined) {
|
|
17441
|
-
settemplateproperties_context(_objectSpread$
|
|
17483
|
+
settemplateproperties_context(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
17442
17484
|
}
|
|
17443
17485
|
}, [props.templateproperties_contextprops]);
|
|
17444
17486
|
useEffect(function () {
|
|
@@ -17480,8 +17522,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
17480
17522
|
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"};
|
|
17481
17523
|
styleInject(css_248z$B);
|
|
17482
17524
|
|
|
17483
|
-
function ownKeys$
|
|
17484
|
-
function _objectSpread$
|
|
17525
|
+
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; }
|
|
17526
|
+
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(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; }
|
|
17485
17527
|
var Subheader = function Subheader(props) {
|
|
17486
17528
|
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$subheaderprope16, _props$subheaderprope17, _templatepropcontext$3, _fetchCategoriesQuery3, _authdetailsContext$i2, _fetchCategoriesQuery4, _authdetailsContext$i3, _fetchCategoriesQuery5, _props$subheaderprope32, _props$subheaderprope33, _props$subheaderprope34, _props$subheaderprope35, _fetchCategoriesQuery6, _fetchCategoriesQuery7, _fetchCategoriesQuery9;
|
|
17487
17529
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -17517,12 +17559,12 @@ var Subheader = function Subheader(props) {
|
|
|
17517
17559
|
useEffect(function () {
|
|
17518
17560
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
17519
17561
|
tempFetchQueriesEngineContext.categories = true;
|
|
17520
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17562
|
+
setFetchQueriesEngineContext(_objectSpread$1_({}, tempFetchQueriesEngineContext));
|
|
17521
17563
|
// alert(JSON.stringify(authdetailsContext));
|
|
17522
17564
|
}, []);
|
|
17523
17565
|
useEffect(function () {
|
|
17524
17566
|
if (props.sectionpropertiesprops != undefined) {
|
|
17525
|
-
setsectionproperties(_objectSpread$
|
|
17567
|
+
setsectionproperties(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17526
17568
|
}
|
|
17527
17569
|
}, [props.sectionpropertiesprops]);
|
|
17528
17570
|
// useEffect(() => {
|
|
@@ -18006,8 +18048,8 @@ var Subheader = function Subheader(props) {
|
|
|
18006
18048
|
})))))));
|
|
18007
18049
|
};
|
|
18008
18050
|
|
|
18009
|
-
function ownKeys$
|
|
18010
|
-
function _objectSpread$
|
|
18051
|
+
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; }
|
|
18052
|
+
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(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; }
|
|
18011
18053
|
var Headerresponsive = function Headerresponsive(props) {
|
|
18012
18054
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
18013
18055
|
var actions = props.actions;
|
|
@@ -18042,7 +18084,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
18042
18084
|
setpcollarray = _useState6[1];
|
|
18043
18085
|
useEffect(function () {
|
|
18044
18086
|
if (props.sectionpropertiesprops != undefined) {
|
|
18045
|
-
setsectionproperties(_objectSpread$
|
|
18087
|
+
setsectionproperties(_objectSpread$1Z({}, props.sectionpropertiesprops));
|
|
18046
18088
|
}
|
|
18047
18089
|
}, [props.sectionpropertiesprops]);
|
|
18048
18090
|
var _useState7 = useState([]),
|
|
@@ -19279,8 +19321,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
19279
19321
|
})))))));
|
|
19280
19322
|
};
|
|
19281
19323
|
|
|
19282
|
-
function ownKeys$
|
|
19283
|
-
function _objectSpread$
|
|
19324
|
+
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; }
|
|
19325
|
+
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(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; }
|
|
19284
19326
|
var DownloadApp = function DownloadApp(props) {
|
|
19285
19327
|
props.actions;
|
|
19286
19328
|
props.actions.lang;
|
|
@@ -19305,7 +19347,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19305
19347
|
}, [sectionproperties]);
|
|
19306
19348
|
useEffect(function () {
|
|
19307
19349
|
if (props.sectionpropertiesprops != undefined) {
|
|
19308
|
-
setsectionproperties(_objectSpread$
|
|
19350
|
+
setsectionproperties(_objectSpread$1Y({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19309
19351
|
}
|
|
19310
19352
|
}, [props.sectionpropertiesprops]);
|
|
19311
19353
|
var header_cssstyles = {
|
|
@@ -19358,8 +19400,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19358
19400
|
}))));
|
|
19359
19401
|
};
|
|
19360
19402
|
|
|
19361
|
-
function ownKeys$
|
|
19362
|
-
function _objectSpread$
|
|
19403
|
+
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; }
|
|
19404
|
+
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(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; }
|
|
19363
19405
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
19364
19406
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
19365
19407
|
props.actions;
|
|
@@ -19375,12 +19417,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19375
19417
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
19376
19418
|
useEffect(function () {
|
|
19377
19419
|
if (props.sectionpropertiesprops != undefined) {
|
|
19378
|
-
setsectionproperties(_objectSpread$
|
|
19420
|
+
setsectionproperties(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19379
19421
|
}
|
|
19380
19422
|
}, [props.sectionpropertiesprops]);
|
|
19381
19423
|
useEffect(function () {
|
|
19382
19424
|
if (props.templateproperties_contextprops != undefined) {
|
|
19383
|
-
settemplateproperties_context(_objectSpread$
|
|
19425
|
+
settemplateproperties_context(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
19384
19426
|
}
|
|
19385
19427
|
}, [props.templateproperties_contextprops]);
|
|
19386
19428
|
var header_cssstyles = {
|
|
@@ -19466,8 +19508,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19466
19508
|
})));
|
|
19467
19509
|
};
|
|
19468
19510
|
|
|
19469
|
-
function ownKeys$
|
|
19470
|
-
function _objectSpread$
|
|
19511
|
+
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; }
|
|
19512
|
+
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(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; }
|
|
19471
19513
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
19472
19514
|
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2;
|
|
19473
19515
|
var actions = props.actions;
|
|
@@ -19506,7 +19548,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
19506
19548
|
setopenSearch = _useState8[1];
|
|
19507
19549
|
useEffect(function () {
|
|
19508
19550
|
if (props.sectionpropertiesprops != undefined) {
|
|
19509
|
-
setsectionproperties(_objectSpread$
|
|
19551
|
+
setsectionproperties(_objectSpread$1W({}, props.sectionpropertiesprops));
|
|
19510
19552
|
}
|
|
19511
19553
|
}, [props.sectionpropertiesprops]);
|
|
19512
19554
|
var _useState9 = useState([]),
|
|
@@ -20757,8 +20799,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
20757
20799
|
})))))));
|
|
20758
20800
|
};
|
|
20759
20801
|
|
|
20760
|
-
function ownKeys$
|
|
20761
|
-
function _objectSpread$
|
|
20802
|
+
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; }
|
|
20803
|
+
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(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; }
|
|
20762
20804
|
var ElegantHeader = function ElegantHeader(props) {
|
|
20763
20805
|
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
20764
20806
|
var _useState = useState(''),
|
|
@@ -20811,7 +20853,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
20811
20853
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
20812
20854
|
});
|
|
20813
20855
|
}
|
|
20814
|
-
setsectionproperties(_objectSpread$
|
|
20856
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
20815
20857
|
}, [StatePagePropertiesContext]);
|
|
20816
20858
|
useEffect(function () {
|
|
20817
20859
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -21506,8 +21548,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
21506
21548
|
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"};
|
|
21507
21549
|
styleInject(css_248z$A);
|
|
21508
21550
|
|
|
21509
|
-
function ownKeys$
|
|
21510
|
-
function _objectSpread$
|
|
21551
|
+
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; }
|
|
21552
|
+
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(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; }
|
|
21511
21553
|
var Gotoheader = function Gotoheader(props) {
|
|
21512
21554
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
21513
21555
|
var _useState = useState(''),
|
|
@@ -21547,7 +21589,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21547
21589
|
});
|
|
21548
21590
|
}
|
|
21549
21591
|
}
|
|
21550
|
-
setsectionproperties(_objectSpread$
|
|
21592
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
21551
21593
|
}, [StatePagePropertiesContext]);
|
|
21552
21594
|
var _useState3 = useState([]),
|
|
21553
21595
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -22248,8 +22290,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
22248
22290
|
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"};
|
|
22249
22291
|
styleInject(css_248z$z);
|
|
22250
22292
|
|
|
22251
|
-
function ownKeys$
|
|
22252
|
-
function _objectSpread$
|
|
22293
|
+
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; }
|
|
22294
|
+
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(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; }
|
|
22253
22295
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
22254
22296
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
22255
22297
|
var _useState = useState(''),
|
|
@@ -22297,7 +22339,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
22297
22339
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
22298
22340
|
});
|
|
22299
22341
|
}
|
|
22300
|
-
setsectionproperties(_objectSpread$
|
|
22342
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
22301
22343
|
}, [StatePagePropertiesContext]);
|
|
22302
22344
|
useEffect(function () {
|
|
22303
22345
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -23204,8 +23246,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
23204
23246
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
23205
23247
|
styleInject(css_248z$y);
|
|
23206
23248
|
|
|
23207
|
-
function ownKeys$
|
|
23208
|
-
function _objectSpread$
|
|
23249
|
+
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; }
|
|
23250
|
+
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(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; }
|
|
23209
23251
|
var ClassicHeader = function ClassicHeader(props) {
|
|
23210
23252
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
23211
23253
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -23242,7 +23284,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
23242
23284
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
23243
23285
|
});
|
|
23244
23286
|
}
|
|
23245
|
-
setsectionproperties(_objectSpread$
|
|
23287
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
23246
23288
|
}, [StatePagePropertiesContext]);
|
|
23247
23289
|
var _useState3 = useState([]),
|
|
23248
23290
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -24364,8 +24406,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
24364
24406
|
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"};
|
|
24365
24407
|
styleInject(css_248z$x);
|
|
24366
24408
|
|
|
24367
|
-
function ownKeys$
|
|
24368
|
-
function _objectSpread$
|
|
24409
|
+
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; }
|
|
24410
|
+
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(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; }
|
|
24369
24411
|
var CTAHeader = function CTAHeader(props) {
|
|
24370
24412
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i13, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21;
|
|
24371
24413
|
var actions = props.actions;
|
|
@@ -24413,7 +24455,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
24413
24455
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24414
24456
|
});
|
|
24415
24457
|
}
|
|
24416
|
-
setsectionproperties(_objectSpread$
|
|
24458
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
24417
24459
|
}, [StatePagePropertiesContext]);
|
|
24418
24460
|
useEffect(function () {
|
|
24419
24461
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -25404,8 +25446,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
25404
25446
|
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"};
|
|
25405
25447
|
styleInject(css_248z$w);
|
|
25406
25448
|
|
|
25407
|
-
function ownKeys$
|
|
25408
|
-
function _objectSpread$
|
|
25449
|
+
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; }
|
|
25450
|
+
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(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; }
|
|
25409
25451
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
25410
25452
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
25411
25453
|
var _useState = useState(''),
|
|
@@ -25441,7 +25483,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
25441
25483
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
25442
25484
|
});
|
|
25443
25485
|
}
|
|
25444
|
-
setsectionproperties(_objectSpread$
|
|
25486
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
25445
25487
|
}, [StatePagePropertiesContext]);
|
|
25446
25488
|
var _useState3 = useState([]),
|
|
25447
25489
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -26145,8 +26187,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
26145
26187
|
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"};
|
|
26146
26188
|
styleInject(css_248z$v);
|
|
26147
26189
|
|
|
26148
|
-
function ownKeys$
|
|
26149
|
-
function _objectSpread$
|
|
26190
|
+
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; }
|
|
26191
|
+
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(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; }
|
|
26150
26192
|
var Simpleheader = function Simpleheader(props) {
|
|
26151
26193
|
var _css, _css2, _header_cssstyles, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
26152
26194
|
var actions = props.actions;
|
|
@@ -26191,7 +26233,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26191
26233
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26192
26234
|
});
|
|
26193
26235
|
}
|
|
26194
|
-
setsectionproperties(_objectSpread$
|
|
26236
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
26195
26237
|
}, [StatePagePropertiesContext]);
|
|
26196
26238
|
useEffect(function () {
|
|
26197
26239
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -26853,8 +26895,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26853
26895
|
}))))))));
|
|
26854
26896
|
};
|
|
26855
26897
|
|
|
26856
|
-
function ownKeys$
|
|
26857
|
-
function _objectSpread$
|
|
26898
|
+
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; }
|
|
26899
|
+
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(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; }
|
|
26858
26900
|
var Header8 = function Header8(props) {
|
|
26859
26901
|
var _css, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i5, _authdetailsContext$i7, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i8, _authdetailsContext$i10, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue4, _fetchcustomercartQue5;
|
|
26860
26902
|
var actions = props.actions;
|
|
@@ -26911,7 +26953,7 @@ var Header8 = function Header8(props) {
|
|
|
26911
26953
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26912
26954
|
});
|
|
26913
26955
|
}
|
|
26914
|
-
setsectionproperties(_objectSpread$
|
|
26956
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
26915
26957
|
}, [StatePagePropertiesContext]);
|
|
26916
26958
|
var subtotalcart = function subtotalcart() {
|
|
26917
26959
|
var _fetchcustomercartQue;
|
|
@@ -28629,8 +28671,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
28629
28671
|
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-"};
|
|
28630
28672
|
styleInject(css_248z$u);
|
|
28631
28673
|
|
|
28632
|
-
function ownKeys$
|
|
28633
|
-
function _objectSpread$
|
|
28674
|
+
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; }
|
|
28675
|
+
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(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; }
|
|
28634
28676
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
28635
28677
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
28636
28678
|
var _useState = useState(''),
|
|
@@ -28666,7 +28708,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
28666
28708
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28667
28709
|
});
|
|
28668
28710
|
}
|
|
28669
|
-
setsectionproperties(_objectSpread$
|
|
28711
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
28670
28712
|
}, [StatePagePropertiesContext]);
|
|
28671
28713
|
var _useState3 = useState([]),
|
|
28672
28714
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -29275,8 +29317,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
29275
29317
|
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"};
|
|
29276
29318
|
styleInject(css_248z$t);
|
|
29277
29319
|
|
|
29278
|
-
function ownKeys$
|
|
29279
|
-
function _objectSpread$
|
|
29320
|
+
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; }
|
|
29321
|
+
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(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; }
|
|
29280
29322
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
29281
29323
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
29282
29324
|
var _useState = useState(''),
|
|
@@ -29313,7 +29355,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
29313
29355
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
29314
29356
|
});
|
|
29315
29357
|
}
|
|
29316
|
-
setsectionproperties(_objectSpread$
|
|
29358
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
29317
29359
|
}, [StatePagePropertiesContext]);
|
|
29318
29360
|
var _useState3 = useState(false),
|
|
29319
29361
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -30082,8 +30124,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
30082
30124
|
}))))))));
|
|
30083
30125
|
};
|
|
30084
30126
|
|
|
30085
|
-
function ownKeys$
|
|
30086
|
-
function _objectSpread$
|
|
30127
|
+
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; }
|
|
30128
|
+
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(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; }
|
|
30087
30129
|
var Modernheader = function Modernheader(props) {
|
|
30088
30130
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
30089
30131
|
var _useState = useState(''),
|
|
@@ -30128,7 +30170,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
30128
30170
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30129
30171
|
});
|
|
30130
30172
|
}
|
|
30131
|
-
setsectionproperties(_objectSpread$
|
|
30173
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
30132
30174
|
}, [StatePagePropertiesContext]);
|
|
30133
30175
|
useEffect(function () {
|
|
30134
30176
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -30777,8 +30819,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
30777
30819
|
}));
|
|
30778
30820
|
};
|
|
30779
30821
|
|
|
30780
|
-
function ownKeys$
|
|
30781
|
-
function _objectSpread$
|
|
30822
|
+
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; }
|
|
30823
|
+
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(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; }
|
|
30782
30824
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
30783
30825
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
30784
30826
|
var _useState = useState(''),
|
|
@@ -30816,7 +30858,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
30816
30858
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30817
30859
|
});
|
|
30818
30860
|
}
|
|
30819
|
-
setsectionproperties(_objectSpread$
|
|
30861
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
30820
30862
|
}, [StatePagePropertiesContext]);
|
|
30821
30863
|
var _useState3 = useState([]),
|
|
30822
30864
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -31449,8 +31491,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
31449
31491
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
31450
31492
|
styleInject(css_248z$s);
|
|
31451
31493
|
|
|
31452
|
-
function ownKeys$
|
|
31453
|
-
function _objectSpread$
|
|
31494
|
+
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; }
|
|
31495
|
+
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(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; }
|
|
31454
31496
|
var StylishHeader = function StylishHeader(props) {
|
|
31455
31497
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
31456
31498
|
var _useState = useState(''),
|
|
@@ -31491,7 +31533,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
31491
31533
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31492
31534
|
});
|
|
31493
31535
|
}
|
|
31494
|
-
setsectionproperties(_objectSpread$
|
|
31536
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
31495
31537
|
}, [StatePagePropertiesContext]);
|
|
31496
31538
|
var _useState5 = useState([]),
|
|
31497
31539
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -32242,8 +32284,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
32242
32284
|
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"};
|
|
32243
32285
|
styleInject(css_248z$r);
|
|
32244
32286
|
|
|
32245
|
-
function ownKeys$
|
|
32246
|
-
function _objectSpread$
|
|
32287
|
+
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; }
|
|
32288
|
+
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(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; }
|
|
32247
32289
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
32248
32290
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
32249
32291
|
var actions = props.actions;
|
|
@@ -32281,7 +32323,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
32281
32323
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32282
32324
|
});
|
|
32283
32325
|
}
|
|
32284
|
-
setsectionproperties(_objectSpread$
|
|
32326
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
32285
32327
|
}, [StatePagePropertiesContext]);
|
|
32286
32328
|
var _useState3 = useState([]),
|
|
32287
32329
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -33112,8 +33154,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
33112
33154
|
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"};
|
|
33113
33155
|
styleInject(css_248z$q);
|
|
33114
33156
|
|
|
33115
|
-
function ownKeys$
|
|
33116
|
-
function _objectSpread$
|
|
33157
|
+
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; }
|
|
33158
|
+
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(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; }
|
|
33117
33159
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
33118
33160
|
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
33119
33161
|
var lang = props.actions.lang;
|
|
@@ -33180,7 +33222,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
33180
33222
|
});
|
|
33181
33223
|
}
|
|
33182
33224
|
}
|
|
33183
|
-
setsectionproperties(_objectSpread$
|
|
33225
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
33184
33226
|
}, [StatePagePropertiesContext]);
|
|
33185
33227
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
33186
33228
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -34106,8 +34148,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
34106
34148
|
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"};
|
|
34107
34149
|
styleInject(css_248z$p);
|
|
34108
34150
|
|
|
34109
|
-
function ownKeys$
|
|
34110
|
-
function _objectSpread$
|
|
34151
|
+
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; }
|
|
34152
|
+
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(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; }
|
|
34111
34153
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
34112
34154
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
34113
34155
|
var lang = props.actions.lang;
|
|
@@ -34151,7 +34193,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
34151
34193
|
});
|
|
34152
34194
|
}
|
|
34153
34195
|
}
|
|
34154
|
-
setsectionproperties(_objectSpread$
|
|
34196
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
34155
34197
|
}, [StatePagePropertiesContext]);
|
|
34156
34198
|
var _useState5 = useState([]),
|
|
34157
34199
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -34883,8 +34925,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
34883
34925
|
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"};
|
|
34884
34926
|
styleInject(css_248z$o);
|
|
34885
34927
|
|
|
34886
|
-
function ownKeys$
|
|
34887
|
-
function _objectSpread$
|
|
34928
|
+
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; }
|
|
34929
|
+
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(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; }
|
|
34888
34930
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
34889
34931
|
var _css, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
34890
34932
|
var _useState = useState(''),
|
|
@@ -34922,7 +34964,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
34922
34964
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34923
34965
|
});
|
|
34924
34966
|
}
|
|
34925
|
-
setsectionproperties(_objectSpread$
|
|
34967
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
34926
34968
|
}, [StatePagePropertiesContext]);
|
|
34927
34969
|
var _useState3 = useState([]),
|
|
34928
34970
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -35650,8 +35692,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
35650
35692
|
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"};
|
|
35651
35693
|
styleInject(css_248z$n);
|
|
35652
35694
|
|
|
35653
|
-
function ownKeys$
|
|
35654
|
-
function _objectSpread$
|
|
35695
|
+
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; }
|
|
35696
|
+
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(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; }
|
|
35655
35697
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
35656
35698
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
35657
35699
|
var _useState = useState(''),
|
|
@@ -35688,7 +35730,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
35688
35730
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
35689
35731
|
});
|
|
35690
35732
|
}
|
|
35691
|
-
setsectionproperties(_objectSpread$
|
|
35733
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
35692
35734
|
}, [StatePagePropertiesContext]);
|
|
35693
35735
|
var _useState3 = useState([]),
|
|
35694
35736
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -36295,8 +36337,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
36295
36337
|
}));
|
|
36296
36338
|
};
|
|
36297
36339
|
|
|
36298
|
-
function ownKeys$
|
|
36299
|
-
function _objectSpread$
|
|
36340
|
+
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; }
|
|
36341
|
+
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(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; }
|
|
36300
36342
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
36301
36343
|
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
36302
36344
|
var lang = props.actions.lang;
|
|
@@ -36344,7 +36386,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
36344
36386
|
});
|
|
36345
36387
|
}
|
|
36346
36388
|
}
|
|
36347
|
-
setsectionproperties(_objectSpread$
|
|
36389
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
36348
36390
|
}, [StatePagePropertiesContext]);
|
|
36349
36391
|
useEffect(function () {
|
|
36350
36392
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -37273,8 +37315,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
37273
37315
|
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"};
|
|
37274
37316
|
styleInject(css_248z$m);
|
|
37275
37317
|
|
|
37276
|
-
function ownKeys$
|
|
37277
|
-
function _objectSpread$
|
|
37318
|
+
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; }
|
|
37319
|
+
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(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; }
|
|
37278
37320
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
37279
37321
|
var _textarray$, _textarray$2, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
37280
37322
|
var _useState = useState(''),
|
|
@@ -37315,7 +37357,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
37315
37357
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37316
37358
|
});
|
|
37317
37359
|
}
|
|
37318
|
-
setsectionproperties(_objectSpread$
|
|
37360
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
37319
37361
|
}, [StatePagePropertiesContext]);
|
|
37320
37362
|
var _useState5 = useState([]),
|
|
37321
37363
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -38091,8 +38133,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
38091
38133
|
}));
|
|
38092
38134
|
};
|
|
38093
38135
|
|
|
38094
|
-
function ownKeys$
|
|
38095
|
-
function _objectSpread$
|
|
38136
|
+
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; }
|
|
38137
|
+
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(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; }
|
|
38096
38138
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
38097
38139
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
38098
38140
|
var _useState = useState(''),
|
|
@@ -38142,7 +38184,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38142
38184
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38143
38185
|
});
|
|
38144
38186
|
}
|
|
38145
|
-
setsectionproperties(_objectSpread$
|
|
38187
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
38146
38188
|
}, [StatePagePropertiesContext]);
|
|
38147
38189
|
useEffect(function () {
|
|
38148
38190
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -38816,8 +38858,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38816
38858
|
}));
|
|
38817
38859
|
};
|
|
38818
38860
|
|
|
38819
|
-
function ownKeys$
|
|
38820
|
-
function _objectSpread$
|
|
38861
|
+
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; }
|
|
38862
|
+
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(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; }
|
|
38821
38863
|
var Allinonefooter = function Allinonefooter(props) {
|
|
38822
38864
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
38823
38865
|
var _useState = useState(''),
|
|
@@ -38844,7 +38886,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38844
38886
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
38845
38887
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38846
38888
|
});
|
|
38847
|
-
setsectionproperties(_objectSpread$
|
|
38889
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38848
38890
|
} else {
|
|
38849
38891
|
var secpropobj = {};
|
|
38850
38892
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -38854,7 +38896,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38854
38896
|
});
|
|
38855
38897
|
}
|
|
38856
38898
|
});
|
|
38857
|
-
setsectionproperties(_objectSpread$
|
|
38899
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38858
38900
|
}
|
|
38859
38901
|
}, [StatePagePropertiesContext]);
|
|
38860
38902
|
var footerStyles = {
|
|
@@ -39310,8 +39352,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
39310
39352
|
}))))));
|
|
39311
39353
|
};
|
|
39312
39354
|
|
|
39313
|
-
function ownKeys$
|
|
39314
|
-
function _objectSpread$
|
|
39355
|
+
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; }
|
|
39356
|
+
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(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; }
|
|
39315
39357
|
var Footer1 = function Footer1(props) {
|
|
39316
39358
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13;
|
|
39317
39359
|
var _useState = useState(''),
|
|
@@ -39338,7 +39380,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39338
39380
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
39339
39381
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39340
39382
|
});
|
|
39341
|
-
setsectionproperties(_objectSpread$
|
|
39383
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39342
39384
|
} else {
|
|
39343
39385
|
var secpropobj = {};
|
|
39344
39386
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -39348,7 +39390,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39348
39390
|
});
|
|
39349
39391
|
}
|
|
39350
39392
|
});
|
|
39351
|
-
setsectionproperties(_objectSpread$
|
|
39393
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39352
39394
|
}
|
|
39353
39395
|
}, [StatePagePropertiesContext]);
|
|
39354
39396
|
useEffect(function () {
|
|
@@ -39766,8 +39808,8 @@ var Footer1 = function Footer1(props) {
|
|
|
39766
39808
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
39767
39809
|
};
|
|
39768
39810
|
|
|
39769
|
-
function ownKeys$
|
|
39770
|
-
function _objectSpread$
|
|
39811
|
+
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; }
|
|
39812
|
+
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(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; }
|
|
39771
39813
|
var Footer2 = function Footer2(props) {
|
|
39772
39814
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
39773
39815
|
var _useState = useState(''),
|
|
@@ -39797,7 +39839,7 @@ var Footer2 = function Footer2(props) {
|
|
|
39797
39839
|
});
|
|
39798
39840
|
}
|
|
39799
39841
|
});
|
|
39800
|
-
setsectionproperties(_objectSpread$
|
|
39842
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
39801
39843
|
}, [StatePagePropertiesContext]);
|
|
39802
39844
|
useEffect(function () {
|
|
39803
39845
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -40155,8 +40197,8 @@ var Footer2 = function Footer2(props) {
|
|
|
40155
40197
|
})))));
|
|
40156
40198
|
};
|
|
40157
40199
|
|
|
40158
|
-
function ownKeys$
|
|
40159
|
-
function _objectSpread$
|
|
40200
|
+
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; }
|
|
40201
|
+
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(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; }
|
|
40160
40202
|
var Footer3 = function Footer3(props) {
|
|
40161
40203
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i16, _authdetailsContext$i17;
|
|
40162
40204
|
var _useState = useState(''),
|
|
@@ -40183,7 +40225,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40183
40225
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40184
40226
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40185
40227
|
});
|
|
40186
|
-
setsectionproperties(_objectSpread$
|
|
40228
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40187
40229
|
} else {
|
|
40188
40230
|
var secpropobj = {};
|
|
40189
40231
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40193,7 +40235,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40193
40235
|
});
|
|
40194
40236
|
}
|
|
40195
40237
|
});
|
|
40196
|
-
setsectionproperties(_objectSpread$
|
|
40238
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40197
40239
|
}
|
|
40198
40240
|
}, [StatePagePropertiesContext]);
|
|
40199
40241
|
useEffect(function () {
|
|
@@ -40507,8 +40549,8 @@ var Footer3 = function Footer3(props) {
|
|
|
40507
40549
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.address_en)))))));
|
|
40508
40550
|
};
|
|
40509
40551
|
|
|
40510
|
-
function ownKeys$
|
|
40511
|
-
function _objectSpread$
|
|
40552
|
+
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; }
|
|
40553
|
+
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(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; }
|
|
40512
40554
|
var Footer4 = function Footer4(props) {
|
|
40513
40555
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
40514
40556
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -40531,7 +40573,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40531
40573
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40532
40574
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40533
40575
|
});
|
|
40534
|
-
setsectionproperties(_objectSpread$
|
|
40576
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40535
40577
|
} else {
|
|
40536
40578
|
var secpropobj = {};
|
|
40537
40579
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40541,7 +40583,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40541
40583
|
});
|
|
40542
40584
|
}
|
|
40543
40585
|
});
|
|
40544
|
-
setsectionproperties(_objectSpread$
|
|
40586
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40545
40587
|
}
|
|
40546
40588
|
}, [StatePagePropertiesContext]);
|
|
40547
40589
|
var footerStyles = {
|
|
@@ -40926,8 +40968,8 @@ var Footer4 = function Footer4(props) {
|
|
|
40926
40968
|
}))))))));
|
|
40927
40969
|
};
|
|
40928
40970
|
|
|
40929
|
-
function ownKeys$
|
|
40930
|
-
function _objectSpread$
|
|
40971
|
+
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; }
|
|
40972
|
+
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(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; }
|
|
40931
40973
|
var Footer5 = function Footer5(props) {
|
|
40932
40974
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i20, _authdetailsContext$i22;
|
|
40933
40975
|
var _useState = useState(''),
|
|
@@ -40957,7 +40999,7 @@ var Footer5 = function Footer5(props) {
|
|
|
40957
40999
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40958
41000
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40959
41001
|
});
|
|
40960
|
-
setsectionproperties(_objectSpread$
|
|
41002
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
40961
41003
|
} else {
|
|
40962
41004
|
var secpropobj = {};
|
|
40963
41005
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40967,7 +41009,7 @@ var Footer5 = function Footer5(props) {
|
|
|
40967
41009
|
});
|
|
40968
41010
|
}
|
|
40969
41011
|
});
|
|
40970
|
-
setsectionproperties(_objectSpread$
|
|
41012
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
40971
41013
|
}
|
|
40972
41014
|
}, [StatePagePropertiesContext]);
|
|
40973
41015
|
useEffect(function () {
|
|
@@ -41455,8 +41497,8 @@ var Footer5 = function Footer5(props) {
|
|
|
41455
41497
|
}))))))));
|
|
41456
41498
|
};
|
|
41457
41499
|
|
|
41458
|
-
function ownKeys$
|
|
41459
|
-
function _objectSpread$
|
|
41500
|
+
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; }
|
|
41501
|
+
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(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; }
|
|
41460
41502
|
var Footer6 = function Footer6(props) {
|
|
41461
41503
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
41462
41504
|
var _useState = useState(''),
|
|
@@ -41487,7 +41529,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41487
41529
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41488
41530
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41489
41531
|
});
|
|
41490
|
-
setsectionproperties(_objectSpread$
|
|
41532
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41491
41533
|
} else {
|
|
41492
41534
|
var secpropobj = {};
|
|
41493
41535
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41497,7 +41539,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41497
41539
|
});
|
|
41498
41540
|
}
|
|
41499
41541
|
});
|
|
41500
|
-
setsectionproperties(_objectSpread$
|
|
41542
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41501
41543
|
}
|
|
41502
41544
|
}, [StatePagePropertiesContext]);
|
|
41503
41545
|
useEffect(function () {
|
|
@@ -41734,8 +41776,8 @@ var Footer6 = function Footer6(props) {
|
|
|
41734
41776
|
}))));
|
|
41735
41777
|
};
|
|
41736
41778
|
|
|
41737
|
-
function ownKeys$
|
|
41738
|
-
function _objectSpread$
|
|
41779
|
+
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; }
|
|
41780
|
+
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(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; }
|
|
41739
41781
|
var Footer7 = function Footer7(props) {
|
|
41740
41782
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
41741
41783
|
var _useState = useState(''),
|
|
@@ -41766,7 +41808,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41766
41808
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41767
41809
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41768
41810
|
});
|
|
41769
|
-
setsectionproperties(_objectSpread$
|
|
41811
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41770
41812
|
} else {
|
|
41771
41813
|
var secpropobj = {};
|
|
41772
41814
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41776,7 +41818,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41776
41818
|
});
|
|
41777
41819
|
}
|
|
41778
41820
|
});
|
|
41779
|
-
setsectionproperties(_objectSpread$
|
|
41821
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41780
41822
|
}
|
|
41781
41823
|
}, [StatePagePropertiesContext]);
|
|
41782
41824
|
useEffect(function () {
|
|
@@ -42134,8 +42176,8 @@ var Footer7 = function Footer7(props) {
|
|
|
42134
42176
|
}))))));
|
|
42135
42177
|
};
|
|
42136
42178
|
|
|
42137
|
-
function ownKeys$
|
|
42138
|
-
function _objectSpread$
|
|
42179
|
+
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; }
|
|
42180
|
+
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(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; }
|
|
42139
42181
|
var Footer8 = function Footer8(props) {
|
|
42140
42182
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
|
|
42141
42183
|
var _useState = useState(''),
|
|
@@ -42162,7 +42204,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42162
42204
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42163
42205
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42164
42206
|
});
|
|
42165
|
-
setsectionproperties(_objectSpread$
|
|
42207
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42166
42208
|
} else {
|
|
42167
42209
|
var secpropobj = {};
|
|
42168
42210
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42172,7 +42214,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42172
42214
|
});
|
|
42173
42215
|
}
|
|
42174
42216
|
});
|
|
42175
|
-
setsectionproperties(_objectSpread$
|
|
42217
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42176
42218
|
}
|
|
42177
42219
|
}, [StatePagePropertiesContext]);
|
|
42178
42220
|
var footerStyles = {
|
|
@@ -42550,8 +42592,8 @@ var Footer8 = function Footer8(props) {
|
|
|
42550
42592
|
}, lang.orderhistory)))))));
|
|
42551
42593
|
};
|
|
42552
42594
|
|
|
42553
|
-
function ownKeys$
|
|
42554
|
-
function _objectSpread$
|
|
42595
|
+
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; }
|
|
42596
|
+
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(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; }
|
|
42555
42597
|
var Simplefooter = function Simplefooter(props) {
|
|
42556
42598
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
42557
42599
|
var _useState = useState(''),
|
|
@@ -42578,7 +42620,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42578
42620
|
});
|
|
42579
42621
|
}
|
|
42580
42622
|
});
|
|
42581
|
-
setsectionproperties(_objectSpread$
|
|
42623
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
42582
42624
|
}, [StatePagePropertiesContext]);
|
|
42583
42625
|
useEffect(function () {
|
|
42584
42626
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -42845,8 +42887,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42845
42887
|
})));
|
|
42846
42888
|
};
|
|
42847
42889
|
|
|
42848
|
-
function ownKeys$
|
|
42849
|
-
function _objectSpread$
|
|
42890
|
+
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; }
|
|
42891
|
+
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(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; }
|
|
42850
42892
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
42851
42893
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
42852
42894
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42869,7 +42911,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42869
42911
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42870
42912
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42871
42913
|
});
|
|
42872
|
-
setsectionproperties(_objectSpread$
|
|
42914
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42873
42915
|
} else {
|
|
42874
42916
|
var secpropobj = {};
|
|
42875
42917
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42879,7 +42921,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42879
42921
|
});
|
|
42880
42922
|
}
|
|
42881
42923
|
});
|
|
42882
|
-
setsectionproperties(_objectSpread$
|
|
42924
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42883
42925
|
}
|
|
42884
42926
|
}, [StatePagePropertiesContext]);
|
|
42885
42927
|
var _useState3 = useState([]),
|
|
@@ -43157,8 +43199,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
43157
43199
|
}, "@ ", 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))));
|
|
43158
43200
|
};
|
|
43159
43201
|
|
|
43160
|
-
function ownKeys$
|
|
43161
|
-
function _objectSpread$
|
|
43202
|
+
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; }
|
|
43203
|
+
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(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; }
|
|
43162
43204
|
var ModernFooter = function ModernFooter(props) {
|
|
43163
43205
|
var _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23;
|
|
43164
43206
|
var _useState = useState(''),
|
|
@@ -43184,7 +43226,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43184
43226
|
});
|
|
43185
43227
|
}
|
|
43186
43228
|
});
|
|
43187
|
-
setsectionproperties(_objectSpread$
|
|
43229
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
43188
43230
|
}, [StatePagePropertiesContext]);
|
|
43189
43231
|
var footerStyles = {
|
|
43190
43232
|
footerContainer: css({
|
|
@@ -43635,8 +43677,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43635
43677
|
})))))));
|
|
43636
43678
|
};
|
|
43637
43679
|
|
|
43638
|
-
function ownKeys$
|
|
43639
|
-
function _objectSpread$
|
|
43680
|
+
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; }
|
|
43681
|
+
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(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; }
|
|
43640
43682
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43641
43683
|
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43642
43684
|
var _useState = useState(''),
|
|
@@ -43666,7 +43708,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43666
43708
|
});
|
|
43667
43709
|
}
|
|
43668
43710
|
});
|
|
43669
|
-
setsectionproperties(_objectSpread$
|
|
43711
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
43670
43712
|
}, [StatePagePropertiesContext]);
|
|
43671
43713
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
43672
43714
|
var _authdetailsContext$i;
|
|
@@ -44226,8 +44268,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
44226
44268
|
}, StoreInformation()))));
|
|
44227
44269
|
};
|
|
44228
44270
|
|
|
44229
|
-
function ownKeys$
|
|
44230
|
-
function _objectSpread$
|
|
44271
|
+
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; }
|
|
44272
|
+
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(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; }
|
|
44231
44273
|
var CardsSection2 = function CardsSection2(props) {
|
|
44232
44274
|
var _useInView = useInView();
|
|
44233
44275
|
_useInView.ref;
|
|
@@ -44285,7 +44327,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44285
44327
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44286
44328
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44287
44329
|
});
|
|
44288
|
-
setsectionproperties(_objectSpread$
|
|
44330
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
44289
44331
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44290
44332
|
setfetchingtype('products');
|
|
44291
44333
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44351,9 +44393,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44351
44393
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44352
44394
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44353
44395
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44354
|
-
setProductFilterObjContext(_objectSpread$
|
|
44396
|
+
setProductFilterObjContext(_objectSpread$1n({}, tempfetchproductsfilerobjcontext));
|
|
44355
44397
|
}
|
|
44356
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44398
|
+
setFetchQueriesEngineContext(_objectSpread$1n({}, tempFetchQueriesEngineContext));
|
|
44357
44399
|
}
|
|
44358
44400
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44359
44401
|
useEffect(function () {
|
|
@@ -44638,8 +44680,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44638
44680
|
}, cardsrender())));
|
|
44639
44681
|
};
|
|
44640
44682
|
|
|
44641
|
-
function ownKeys$
|
|
44642
|
-
function _objectSpread$
|
|
44683
|
+
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; }
|
|
44684
|
+
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(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; }
|
|
44643
44685
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
44644
44686
|
var _section_cssstyles;
|
|
44645
44687
|
var _useInView = useInView();
|
|
@@ -44693,7 +44735,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44693
44735
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44694
44736
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44695
44737
|
});
|
|
44696
|
-
setsectionproperties(_objectSpread$
|
|
44738
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
44697
44739
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44698
44740
|
setfetchingtype('products');
|
|
44699
44741
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44745,9 +44787,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44745
44787
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44746
44788
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44747
44789
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44748
|
-
setProductFilterObjContext(_objectSpread$
|
|
44790
|
+
setProductFilterObjContext(_objectSpread$1m({}, tempfetchproductsfilerobjcontext));
|
|
44749
44791
|
}
|
|
44750
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44792
|
+
setFetchQueriesEngineContext(_objectSpread$1m({}, tempFetchQueriesEngineContext));
|
|
44751
44793
|
}
|
|
44752
44794
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44753
44795
|
useEffect(function () {
|
|
@@ -45128,8 +45170,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
45128
45170
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
45129
45171
|
};
|
|
45130
45172
|
|
|
45131
|
-
function ownKeys$
|
|
45132
|
-
function _objectSpread$
|
|
45173
|
+
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; }
|
|
45174
|
+
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(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; }
|
|
45133
45175
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
45134
45176
|
var _useInView = useInView(),
|
|
45135
45177
|
ref = _useInView.ref,
|
|
@@ -45188,7 +45230,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45188
45230
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45189
45231
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45190
45232
|
});
|
|
45191
|
-
setsectionproperties(_objectSpread$
|
|
45233
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
45192
45234
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
45193
45235
|
setfetchingtype('products');
|
|
45194
45236
|
setProductsFetchingTypeSectionObj({
|
|
@@ -45250,7 +45292,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45250
45292
|
}
|
|
45251
45293
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
45252
45294
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
45253
|
-
setProductFilterObjContext(_objectSpread$
|
|
45295
|
+
setProductFilterObjContext(_objectSpread$1l({}, tempfetchproductsfilerobjcontext));
|
|
45254
45296
|
}
|
|
45255
45297
|
if (fetchingtype == 'categories') {
|
|
45256
45298
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -45326,7 +45368,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45326
45368
|
cardobjassigner(collections);
|
|
45327
45369
|
}
|
|
45328
45370
|
}
|
|
45329
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45371
|
+
setFetchQueriesEngineContext(_objectSpread$1l({}, tempFetchQueriesEngineContext));
|
|
45330
45372
|
}
|
|
45331
45373
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45332
45374
|
useEffect(function () {
|
|
@@ -45682,8 +45724,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45682
45724
|
}, cardsrender()));
|
|
45683
45725
|
};
|
|
45684
45726
|
|
|
45685
|
-
function ownKeys$
|
|
45686
|
-
function _objectSpread$
|
|
45727
|
+
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; }
|
|
45728
|
+
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(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; }
|
|
45687
45729
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
45688
45730
|
var _useInView = useInView();
|
|
45689
45731
|
_useInView.ref;
|
|
@@ -45728,7 +45770,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45728
45770
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45729
45771
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45730
45772
|
});
|
|
45731
|
-
setsectionproperties(_objectSpread$
|
|
45773
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
45732
45774
|
setfetchingtype(sectionitem.fetchingtype);
|
|
45733
45775
|
setProductsFetchingTypeSectionObj({
|
|
45734
45776
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -45754,7 +45796,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45754
45796
|
} else {
|
|
45755
45797
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
45756
45798
|
}
|
|
45757
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45799
|
+
setFetchQueriesEngineContext(_objectSpread$1k({}, tempFetchQueriesEngineContext));
|
|
45758
45800
|
}
|
|
45759
45801
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45760
45802
|
useEffect(function () {
|
|
@@ -46034,8 +46076,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
46034
46076
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
46035
46077
|
};
|
|
46036
46078
|
|
|
46037
|
-
function ownKeys$
|
|
46038
|
-
function _objectSpread$
|
|
46079
|
+
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; }
|
|
46080
|
+
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(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; }
|
|
46039
46081
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
46040
46082
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
46041
46083
|
props.actions.lang;
|
|
@@ -46110,7 +46152,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46110
46152
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46111
46153
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46112
46154
|
});
|
|
46113
|
-
setsectionproperties(_objectSpread$
|
|
46155
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
46114
46156
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46115
46157
|
setfetchingtype('products');
|
|
46116
46158
|
var lcproductfetchingtype = 'Random';
|
|
@@ -46187,7 +46229,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46187
46229
|
}
|
|
46188
46230
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
46189
46231
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
46190
|
-
setProductFilterObjContext(_objectSpread$
|
|
46232
|
+
setProductFilterObjContext(_objectSpread$1j({}, tempfetchproductsfilerobjcontext));
|
|
46191
46233
|
}
|
|
46192
46234
|
if (fetchingtype == 'categories') {
|
|
46193
46235
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -46263,7 +46305,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46263
46305
|
cardobjassigner(collections);
|
|
46264
46306
|
}
|
|
46265
46307
|
}
|
|
46266
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
46308
|
+
setFetchQueriesEngineContext(_objectSpread$1j({}, tempFetchQueriesEngineContext));
|
|
46267
46309
|
}
|
|
46268
46310
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46269
46311
|
useEffect(function () {
|
|
@@ -46902,8 +46944,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46902
46944
|
}, cardsrender()));
|
|
46903
46945
|
};
|
|
46904
46946
|
|
|
46905
|
-
function ownKeys$
|
|
46906
|
-
function _objectSpread$
|
|
46947
|
+
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; }
|
|
46948
|
+
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(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; }
|
|
46907
46949
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
46908
46950
|
var _useInView = useInView(),
|
|
46909
46951
|
ref = _useInView.ref,
|
|
@@ -46964,7 +47006,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
46964
47006
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46965
47007
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46966
47008
|
});
|
|
46967
|
-
setsectionproperties(_objectSpread$
|
|
47009
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
46968
47010
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46969
47011
|
setfetchingtype('products');
|
|
46970
47012
|
setProductsFetchingTypeSectionObj({
|
|
@@ -47016,9 +47058,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47016
47058
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
47017
47059
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
47018
47060
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
47019
|
-
setProductFilterObjContext(_objectSpread$
|
|
47061
|
+
setProductFilterObjContext(_objectSpread$1i({}, tempfetchproductsfilerobjcontext));
|
|
47020
47062
|
// }
|
|
47021
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47063
|
+
setFetchQueriesEngineContext(_objectSpread$1i({}, tempFetchQueriesEngineContext));
|
|
47022
47064
|
}
|
|
47023
47065
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47024
47066
|
useEffect(function () {
|
|
@@ -47456,8 +47498,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47456
47498
|
}, cardsrender())));
|
|
47457
47499
|
};
|
|
47458
47500
|
|
|
47459
|
-
function ownKeys$
|
|
47460
|
-
function _objectSpread$
|
|
47501
|
+
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; }
|
|
47502
|
+
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(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; }
|
|
47461
47503
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
47462
47504
|
var _useInView = useInView();
|
|
47463
47505
|
_useInView.ref;
|
|
@@ -47484,7 +47526,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47484
47526
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47485
47527
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47486
47528
|
});
|
|
47487
|
-
setsectionproperties(_objectSpread$
|
|
47529
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
47488
47530
|
setfetchingtype(sectionitem.fetchingtype);
|
|
47489
47531
|
}
|
|
47490
47532
|
});
|
|
@@ -47725,8 +47767,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47725
47767
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
47726
47768
|
};
|
|
47727
47769
|
|
|
47728
|
-
function ownKeys$
|
|
47729
|
-
function _objectSpread$
|
|
47770
|
+
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; }
|
|
47771
|
+
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(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; }
|
|
47730
47772
|
var CollapsableSection = function CollapsableSection(props) {
|
|
47731
47773
|
var _maincontainerarrayof;
|
|
47732
47774
|
var _useState = useState(''),
|
|
@@ -47750,7 +47792,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
47750
47792
|
});
|
|
47751
47793
|
}
|
|
47752
47794
|
});
|
|
47753
|
-
setsectionproperties(_objectSpread$
|
|
47795
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
47754
47796
|
}, [StatePagePropertiesContext]);
|
|
47755
47797
|
useEffect(function () {
|
|
47756
47798
|
if (sectionproperties.length != 0) {
|
|
@@ -48035,8 +48077,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
48035
48077
|
})))));
|
|
48036
48078
|
};
|
|
48037
48079
|
|
|
48038
|
-
function ownKeys$
|
|
48039
|
-
function _objectSpread$
|
|
48080
|
+
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; }
|
|
48081
|
+
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(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; }
|
|
48040
48082
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
48041
48083
|
props.actions.lang;
|
|
48042
48084
|
var langdetect = props.actions.langdetect;
|
|
@@ -48067,7 +48109,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48067
48109
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48068
48110
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48069
48111
|
});
|
|
48070
|
-
setsectionproperties(_objectSpread$
|
|
48112
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48071
48113
|
} else {
|
|
48072
48114
|
var secpropobj = {};
|
|
48073
48115
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48077,7 +48119,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48077
48119
|
});
|
|
48078
48120
|
}
|
|
48079
48121
|
});
|
|
48080
|
-
setsectionproperties(_objectSpread$
|
|
48122
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48081
48123
|
}
|
|
48082
48124
|
}, [StatePagePropertiesContext]);
|
|
48083
48125
|
useEffect(function () {
|
|
@@ -48498,8 +48540,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48498
48540
|
}, BackgroundImagesContent())));
|
|
48499
48541
|
};
|
|
48500
48542
|
|
|
48501
|
-
function ownKeys$
|
|
48502
|
-
function _objectSpread$
|
|
48543
|
+
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; }
|
|
48544
|
+
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(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; }
|
|
48503
48545
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
48504
48546
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$13, _imagesarray$17;
|
|
48505
48547
|
props.actions.lang;
|
|
@@ -48526,7 +48568,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48526
48568
|
});
|
|
48527
48569
|
}
|
|
48528
48570
|
});
|
|
48529
|
-
setsectionproperties(_objectSpread$
|
|
48571
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
48530
48572
|
}, [StatePagePropertiesContext]);
|
|
48531
48573
|
useEffect(function () {
|
|
48532
48574
|
if (sectionproperties.length != 0) {
|
|
@@ -48821,8 +48863,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48821
48863
|
})))))));
|
|
48822
48864
|
};
|
|
48823
48865
|
|
|
48824
|
-
function ownKeys$
|
|
48825
|
-
function _objectSpread$
|
|
48866
|
+
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; }
|
|
48867
|
+
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(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; }
|
|
48826
48868
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
48827
48869
|
var _useState = useState(''),
|
|
48828
48870
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -48845,7 +48887,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48845
48887
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48846
48888
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48847
48889
|
});
|
|
48848
|
-
setsectionproperties(_objectSpread$
|
|
48890
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48849
48891
|
} else {
|
|
48850
48892
|
var secpropobj = {};
|
|
48851
48893
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48855,7 +48897,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48855
48897
|
});
|
|
48856
48898
|
}
|
|
48857
48899
|
});
|
|
48858
|
-
setsectionproperties(_objectSpread$
|
|
48900
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48859
48901
|
}
|
|
48860
48902
|
}, [StatePagePropertiesContext]);
|
|
48861
48903
|
useEffect(function () {
|
|
@@ -49072,8 +49114,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
49072
49114
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
49073
49115
|
styleInject(css_248z$l);
|
|
49074
49116
|
|
|
49075
|
-
function ownKeys$
|
|
49076
|
-
function _objectSpread$
|
|
49117
|
+
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; }
|
|
49118
|
+
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(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; }
|
|
49077
49119
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
49078
49120
|
var _ref, _bgimagesarray$, _bgimagesarray$2, _ref2;
|
|
49079
49121
|
var _useState = useState(''),
|
|
@@ -49096,7 +49138,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49096
49138
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49097
49139
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49098
49140
|
});
|
|
49099
|
-
setsectionproperties(_objectSpread$
|
|
49141
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49100
49142
|
} else {
|
|
49101
49143
|
var secpropobj = {};
|
|
49102
49144
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49106,7 +49148,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49106
49148
|
});
|
|
49107
49149
|
}
|
|
49108
49150
|
});
|
|
49109
|
-
setsectionproperties(_objectSpread$
|
|
49151
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49110
49152
|
}
|
|
49111
49153
|
}, [StatePagePropertiesContext]);
|
|
49112
49154
|
useEffect(function () {
|
|
@@ -49333,8 +49375,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49333
49375
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
49334
49376
|
};
|
|
49335
49377
|
|
|
49336
|
-
function ownKeys$
|
|
49337
|
-
function _objectSpread$
|
|
49378
|
+
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; }
|
|
49379
|
+
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(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; }
|
|
49338
49380
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
49339
49381
|
var _useState = useState(''),
|
|
49340
49382
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -49357,7 +49399,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49357
49399
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49358
49400
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49359
49401
|
});
|
|
49360
|
-
setsectionproperties(_objectSpread$
|
|
49402
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49361
49403
|
} else {
|
|
49362
49404
|
var secpropobj = {};
|
|
49363
49405
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49367,7 +49409,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49367
49409
|
});
|
|
49368
49410
|
}
|
|
49369
49411
|
});
|
|
49370
|
-
setsectionproperties(_objectSpread$
|
|
49412
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49371
49413
|
}
|
|
49372
49414
|
}, [StatePagePropertiesContext]);
|
|
49373
49415
|
useEffect(function () {
|
|
@@ -49478,8 +49520,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49478
49520
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
49479
49521
|
styleInject(css_248z$k);
|
|
49480
49522
|
|
|
49481
|
-
function ownKeys$
|
|
49482
|
-
function _objectSpread$
|
|
49523
|
+
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; }
|
|
49524
|
+
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(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; }
|
|
49483
49525
|
var Select = /*#__PURE__*/React.lazy(function () {
|
|
49484
49526
|
return import('react-select');
|
|
49485
49527
|
});
|
|
@@ -49497,7 +49539,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49497
49539
|
sectionproperties = _useState2[0],
|
|
49498
49540
|
setsectionproperties = _useState2[1];
|
|
49499
49541
|
useEffect(function () {
|
|
49500
|
-
setsectionproperties(_objectSpread$
|
|
49542
|
+
setsectionproperties(_objectSpread$1a({}, props.sectionproperties));
|
|
49501
49543
|
}, [props.sectionproperties]);
|
|
49502
49544
|
var formstyles = {
|
|
49503
49545
|
input_label_name: css({
|
|
@@ -49568,13 +49610,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49568
49610
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49569
49611
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
49570
49612
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
49571
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49613
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49572
49614
|
if (props.srcfrom != 'filter') {
|
|
49573
49615
|
props.payloadobjchange('countryid', option.id);
|
|
49574
49616
|
} else {
|
|
49575
49617
|
var temp = props.payloadobj;
|
|
49576
49618
|
temp.countryid = option.id;
|
|
49577
|
-
props.setpayloadobj(_objectSpread$
|
|
49619
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49578
49620
|
}
|
|
49579
49621
|
},
|
|
49580
49622
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49627,13 +49669,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49627
49669
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49628
49670
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
49629
49671
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
49630
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49672
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49631
49673
|
if (props.srcfrom != 'filter') {
|
|
49632
49674
|
props.payloadobjchange('stateid', option.id);
|
|
49633
49675
|
} else {
|
|
49634
49676
|
var temp = props.payloadobj;
|
|
49635
49677
|
temp.stateid = option.id;
|
|
49636
|
-
props.setpayloadobj(_objectSpread$
|
|
49678
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49637
49679
|
}
|
|
49638
49680
|
},
|
|
49639
49681
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49688,7 +49730,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49688
49730
|
} else {
|
|
49689
49731
|
var temp = props.payloadobj;
|
|
49690
49732
|
temp.cityid = option.id;
|
|
49691
|
-
props.setpayloadobj(_objectSpread$
|
|
49733
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49692
49734
|
}
|
|
49693
49735
|
},
|
|
49694
49736
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49722,8 +49764,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49722
49764
|
}))));
|
|
49723
49765
|
};
|
|
49724
49766
|
|
|
49725
|
-
function ownKeys$
|
|
49726
|
-
function _objectSpread$
|
|
49767
|
+
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; }
|
|
49768
|
+
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(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; }
|
|
49727
49769
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
49728
49770
|
var _css, _fetchProductFeatures;
|
|
49729
49771
|
var _useState = useState(''),
|
|
@@ -49781,11 +49823,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49781
49823
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
49782
49824
|
props.actions.fetchcollectionsQueryContext;
|
|
49783
49825
|
useEffect(function () {
|
|
49784
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49826
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49785
49827
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
49786
49828
|
tempFetchQueriesEngineContext.collections = true;
|
|
49787
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49788
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49829
|
+
setFetchQueriesEngineContext(_objectSpread$19({}, tempFetchQueriesEngineContext));
|
|
49830
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49789
49831
|
|
|
49790
49832
|
// authdetailsContext?.instinfo?.instcollections?
|
|
49791
49833
|
}, []);
|
|
@@ -49806,7 +49848,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49806
49848
|
});
|
|
49807
49849
|
}
|
|
49808
49850
|
});
|
|
49809
|
-
setsectionproperties(_objectSpread$
|
|
49851
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
49810
49852
|
}, [StatePagePropertiesContext]);
|
|
49811
49853
|
useEffect(function () {
|
|
49812
49854
|
if (sectionproperties.length != 0) {
|
|
@@ -50054,7 +50096,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50054
50096
|
var temp = payloadobj;
|
|
50055
50097
|
temp.collections = [];
|
|
50056
50098
|
temp.collections.push(option.collectionid);
|
|
50057
|
-
setpayloadobj(_objectSpread$
|
|
50099
|
+
setpayloadobj(_objectSpread$19({}, temp));
|
|
50058
50100
|
},
|
|
50059
50101
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
50060
50102
|
isSearchable: true,
|
|
@@ -50092,7 +50134,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50092
50134
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50093
50135
|
value: pricevalue,
|
|
50094
50136
|
onChange: function onChange(value) {
|
|
50095
|
-
setpricevalue(_objectSpread$
|
|
50137
|
+
setpricevalue(_objectSpread$19({}, value));
|
|
50096
50138
|
}
|
|
50097
50139
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
50098
50140
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -50100,7 +50142,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50100
50142
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50101
50143
|
onClick: function onClick() {
|
|
50102
50144
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50103
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50145
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50104
50146
|
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) {
|
|
50105
50147
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50106
50148
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50337,7 +50379,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50337
50379
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50338
50380
|
onClick: function onClick() {
|
|
50339
50381
|
var _payloadobj$countryid2, _payloadobj$stateid2, _payloadobj$cityid2, _pricevalue$min2, _pricevalue$max2;
|
|
50340
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50382
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50341
50383
|
if ((payloadobj === null || payloadobj === void 0 ? void 0 : payloadobj.countryid) != null && (payloadobj === null || payloadobj === void 0 || (_payloadobj$countryid2 = payloadobj.countryid) === null || _payloadobj$countryid2 === void 0 ? void 0 : _payloadobj$countryid2.length) != 0) {
|
|
50342
50384
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50343
50385
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50385,8 +50427,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50385
50427
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50386
50428
|
};
|
|
50387
50429
|
|
|
50388
|
-
function ownKeys$
|
|
50389
|
-
function _objectSpread$
|
|
50430
|
+
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; }
|
|
50431
|
+
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(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; }
|
|
50390
50432
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
50391
50433
|
var _fetchCategoriesQuery;
|
|
50392
50434
|
var _useState = useState(''),
|
|
@@ -50440,11 +50482,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50440
50482
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
50441
50483
|
props.actions.fetchcollectionsQueryContext;
|
|
50442
50484
|
useEffect(function () {
|
|
50443
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50485
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50444
50486
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
50445
50487
|
tempFetchQueriesEngineContext.collections = true;
|
|
50446
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
50447
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50488
|
+
setFetchQueriesEngineContext(_objectSpread$18({}, tempFetchQueriesEngineContext));
|
|
50489
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50448
50490
|
|
|
50449
50491
|
// authdetailsContext?.instinfo?.instcollections?
|
|
50450
50492
|
}, []);
|
|
@@ -50465,7 +50507,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50465
50507
|
});
|
|
50466
50508
|
}
|
|
50467
50509
|
});
|
|
50468
|
-
setsectionproperties(_objectSpread$
|
|
50510
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
50469
50511
|
}, [StatePagePropertiesContext]);
|
|
50470
50512
|
// useEffect(() => {
|
|
50471
50513
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -50713,7 +50755,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50713
50755
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50714
50756
|
value: pricevalue,
|
|
50715
50757
|
onChange: function onChange(value) {
|
|
50716
|
-
setpricevalue(_objectSpread$
|
|
50758
|
+
setpricevalue(_objectSpread$18({}, value));
|
|
50717
50759
|
}
|
|
50718
50760
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
50719
50761
|
"class": "col-lg-1"
|
|
@@ -50723,7 +50765,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50723
50765
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50724
50766
|
onClick: function onClick() {
|
|
50725
50767
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50726
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50768
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$18({}, fetchproductsfilerobjcontext);
|
|
50727
50769
|
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) {
|
|
50728
50770
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50729
50771
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50768,8 +50810,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50768
50810
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50769
50811
|
};
|
|
50770
50812
|
|
|
50771
|
-
function ownKeys$
|
|
50772
|
-
function _objectSpread$
|
|
50813
|
+
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; }
|
|
50814
|
+
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(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; }
|
|
50773
50815
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
50774
50816
|
var _useState = useState(''),
|
|
50775
50817
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -50815,7 +50857,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50815
50857
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50816
50858
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50817
50859
|
});
|
|
50818
|
-
setsectionproperties(_objectSpread$
|
|
50860
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50819
50861
|
} else {
|
|
50820
50862
|
var secpropobj = {};
|
|
50821
50863
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50825,7 +50867,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50825
50867
|
});
|
|
50826
50868
|
}
|
|
50827
50869
|
});
|
|
50828
|
-
setsectionproperties(_objectSpread$
|
|
50870
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50829
50871
|
}
|
|
50830
50872
|
}, [StatePagePropertiesContext]);
|
|
50831
50873
|
var sectionstyles = {
|
|
@@ -51018,8 +51060,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
51018
51060
|
})))));
|
|
51019
51061
|
};
|
|
51020
51062
|
|
|
51021
|
-
function ownKeys$
|
|
51022
|
-
function _objectSpread$
|
|
51063
|
+
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; }
|
|
51064
|
+
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(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; }
|
|
51023
51065
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
51024
51066
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
51025
51067
|
var lang = props.actions.lang;
|
|
@@ -51059,7 +51101,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51059
51101
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51060
51102
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51061
51103
|
});
|
|
51062
|
-
setsectionproperties(_objectSpread$
|
|
51104
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51063
51105
|
} else {
|
|
51064
51106
|
var secpropobj = {};
|
|
51065
51107
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51069,7 +51111,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51069
51111
|
});
|
|
51070
51112
|
}
|
|
51071
51113
|
});
|
|
51072
|
-
setsectionproperties(_objectSpread$
|
|
51114
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51073
51115
|
}
|
|
51074
51116
|
}, [StatePagePropertiesContext]);
|
|
51075
51117
|
useEffect(function () {
|
|
@@ -51230,8 +51272,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51230
51272
|
})))))))));
|
|
51231
51273
|
};
|
|
51232
51274
|
|
|
51233
|
-
function ownKeys$
|
|
51234
|
-
function _objectSpread$
|
|
51275
|
+
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; }
|
|
51276
|
+
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(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; }
|
|
51235
51277
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
51236
51278
|
var _useState = useState(''),
|
|
51237
51279
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51256,7 +51298,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51256
51298
|
});
|
|
51257
51299
|
}
|
|
51258
51300
|
});
|
|
51259
|
-
setsectionproperties(_objectSpread$
|
|
51301
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
51260
51302
|
}, [StatePagePropertiesContext]);
|
|
51261
51303
|
useEffect(function () {
|
|
51262
51304
|
if (sectionproperties.length != 0) {
|
|
@@ -51370,8 +51412,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51370
51412
|
}))))));
|
|
51371
51413
|
};
|
|
51372
51414
|
|
|
51373
|
-
function ownKeys$
|
|
51374
|
-
function _objectSpread$
|
|
51415
|
+
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; }
|
|
51416
|
+
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(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; }
|
|
51375
51417
|
var Threebgimages = function Threebgimages(props) {
|
|
51376
51418
|
var _ref;
|
|
51377
51419
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
@@ -51402,7 +51444,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51402
51444
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51403
51445
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51404
51446
|
});
|
|
51405
|
-
setsectionproperties(_objectSpread$
|
|
51447
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51406
51448
|
} else {
|
|
51407
51449
|
var secpropobj = {};
|
|
51408
51450
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51412,7 +51454,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51412
51454
|
});
|
|
51413
51455
|
}
|
|
51414
51456
|
});
|
|
51415
|
-
setsectionproperties(_objectSpread$
|
|
51457
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51416
51458
|
}
|
|
51417
51459
|
}, [StatePagePropertiesContext]);
|
|
51418
51460
|
useEffect(function () {
|
|
@@ -51626,8 +51668,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51626
51668
|
})));
|
|
51627
51669
|
};
|
|
51628
51670
|
|
|
51629
|
-
function ownKeys$
|
|
51630
|
-
function _objectSpread$
|
|
51671
|
+
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; }
|
|
51672
|
+
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(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; }
|
|
51631
51673
|
var Twobgimages = function Twobgimages(props) {
|
|
51632
51674
|
var _useState = useState(''),
|
|
51633
51675
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51655,7 +51697,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51655
51697
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51656
51698
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51657
51699
|
});
|
|
51658
|
-
setsectionproperties(_objectSpread$
|
|
51700
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51659
51701
|
} else {
|
|
51660
51702
|
var secpropobj = {};
|
|
51661
51703
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51665,7 +51707,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51665
51707
|
});
|
|
51666
51708
|
}
|
|
51667
51709
|
});
|
|
51668
|
-
setsectionproperties(_objectSpread$
|
|
51710
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51669
51711
|
}
|
|
51670
51712
|
}, [StatePagePropertiesContext]);
|
|
51671
51713
|
useEffect(function () {
|
|
@@ -51962,8 +52004,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51962
52004
|
}, BackgroundImage()));
|
|
51963
52005
|
};
|
|
51964
52006
|
|
|
51965
|
-
function ownKeys$
|
|
51966
|
-
function _objectSpread$
|
|
52007
|
+
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; }
|
|
52008
|
+
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(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; }
|
|
51967
52009
|
var VideosSection = function VideosSection(props) {
|
|
51968
52010
|
var _useState = useState(''),
|
|
51969
52011
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51989,7 +52031,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
51989
52031
|
});
|
|
51990
52032
|
}
|
|
51991
52033
|
});
|
|
51992
|
-
setsectionproperties(_objectSpread$
|
|
52034
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
51993
52035
|
}, [StatePagePropertiesContext]);
|
|
51994
52036
|
useEffect(function () {
|
|
51995
52037
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -52253,8 +52295,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
52253
52295
|
}))))));
|
|
52254
52296
|
};
|
|
52255
52297
|
|
|
52256
|
-
function ownKeys$
|
|
52257
|
-
function _objectSpread$
|
|
52298
|
+
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; }
|
|
52299
|
+
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(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; }
|
|
52258
52300
|
var FullVideoSection = function FullVideoSection(props) {
|
|
52259
52301
|
var _useState = useState(''),
|
|
52260
52302
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -52280,7 +52322,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52280
52322
|
});
|
|
52281
52323
|
}
|
|
52282
52324
|
});
|
|
52283
|
-
setsectionproperties(_objectSpread$
|
|
52325
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
52284
52326
|
}, [StatePagePropertiesContext]);
|
|
52285
52327
|
useEffect(function () {
|
|
52286
52328
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -52446,6 +52488,113 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52446
52488
|
}, Content(), " ", Video())));
|
|
52447
52489
|
};
|
|
52448
52490
|
|
|
52491
|
+
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; }
|
|
52492
|
+
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(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; }
|
|
52493
|
+
var Popupcomponent = function Popupcomponent(props) {
|
|
52494
|
+
var _useState = useState(''),
|
|
52495
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
52496
|
+
sectionproperties = _useState2[0],
|
|
52497
|
+
setsectionproperties = _useState2[1];
|
|
52498
|
+
props.actions.lang;
|
|
52499
|
+
var langdetect = props.actions.langdetect;
|
|
52500
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
52501
|
+
props.actions.routingcountext;
|
|
52502
|
+
props.actions.StaticPagesLinksContext;
|
|
52503
|
+
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
52504
|
+
props.actions;
|
|
52505
|
+
var _useState3 = useState(true),
|
|
52506
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
52507
|
+
showpopup = _useState4[0],
|
|
52508
|
+
setshowpopup = _useState4[1];
|
|
52509
|
+
var _useState5 = useState([]),
|
|
52510
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
52511
|
+
imagesarray = _useState6[0],
|
|
52512
|
+
setimagesarray = _useState6[1];
|
|
52513
|
+
useEffect(function () {
|
|
52514
|
+
var secpropobj = {};
|
|
52515
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
52516
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
52517
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
52518
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
52519
|
+
});
|
|
52520
|
+
}
|
|
52521
|
+
});
|
|
52522
|
+
setsectionproperties(_objectSpread$10({}, secpropobj));
|
|
52523
|
+
}, [StatePagePropertiesContext]);
|
|
52524
|
+
useEffect(function () {
|
|
52525
|
+
if (sectionproperties.length != 0) {
|
|
52526
|
+
if (sectionproperties.bgsection_imagearrayofobjs != null) {
|
|
52527
|
+
var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
|
|
52528
|
+
if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
|
|
52529
|
+
setimagesarray(_toConsumableArray(bgsection_imagearrayofobjsparsed));
|
|
52530
|
+
}
|
|
52531
|
+
}
|
|
52532
|
+
}
|
|
52533
|
+
}, [sectionproperties]);
|
|
52534
|
+
// useEffect(() => {
|
|
52535
|
+
// setTimeout(() => {
|
|
52536
|
+
// setshowpopup(true);
|
|
52537
|
+
// }, 2000);
|
|
52538
|
+
// }, []);
|
|
52539
|
+
var closePopUp = function closePopUp() {
|
|
52540
|
+
// setting key "seenPopUp" with value true into localStorage
|
|
52541
|
+
localStorage.setItem('seenPopUp', true);
|
|
52542
|
+
// setting state to false to not display pop-up
|
|
52543
|
+
setshowpopup(false);
|
|
52544
|
+
};
|
|
52545
|
+
useEffect(function () {
|
|
52546
|
+
// getting value of "seenPopUp" key from localStorage
|
|
52547
|
+
var returningUser = localStorage.getItem('seenPopUp');
|
|
52548
|
+
// if it's not there, for a new user, it will be null
|
|
52549
|
+
// if it's there it will be boolean true
|
|
52550
|
+
// setting the opposite to state, false for returning user, true for a new user
|
|
52551
|
+
setshowpopup(!returningUser);
|
|
52552
|
+
}, []);
|
|
52553
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
52554
|
+
className: "row ml-0 mr-0 w-100"
|
|
52555
|
+
}, showpopup == true && /*#__PURE__*/React.createElement(Modal, {
|
|
52556
|
+
show: true,
|
|
52557
|
+
onHide: function onHide() {
|
|
52558
|
+
closePopUp();
|
|
52559
|
+
},
|
|
52560
|
+
centered: true,
|
|
52561
|
+
size: 'md'
|
|
52562
|
+
}, /*#__PURE__*/React.createElement(Modal.Body, null, /*#__PURE__*/React.createElement("div", {
|
|
52563
|
+
className: "row w-100 m-0"
|
|
52564
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
52565
|
+
className: "allcentered bgdanger-hover cursor-pointer",
|
|
52566
|
+
onClick: function onClick() {
|
|
52567
|
+
closePopUp();
|
|
52568
|
+
},
|
|
52569
|
+
style: {
|
|
52570
|
+
position: 'absolute',
|
|
52571
|
+
top: -40,
|
|
52572
|
+
backgroundColor: '#000',
|
|
52573
|
+
width: 35,
|
|
52574
|
+
height: 35,
|
|
52575
|
+
right: 0
|
|
52576
|
+
}
|
|
52577
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
52578
|
+
"class": "h-100 allcentered text-black"
|
|
52579
|
+
}, /*#__PURE__*/React.createElement(IoMdClose, {
|
|
52580
|
+
size: 20,
|
|
52581
|
+
"class": "",
|
|
52582
|
+
color: '#fff'
|
|
52583
|
+
}))), Object.keys(imagesarray).length != 0 && /*#__PURE__*/React.createElement("a", {
|
|
52584
|
+
href: '/signup',
|
|
52585
|
+
target: "_self"
|
|
52586
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
52587
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52588
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52589
|
+
path: imagesarray.length != 0 ? langdetect == 'en' ? imagesarray[0].bgsection_image : imagesarray[0].bgsection_image_ar : '',
|
|
52590
|
+
style: {
|
|
52591
|
+
height: '100%',
|
|
52592
|
+
width: '100%',
|
|
52593
|
+
objectFit: 'contain'
|
|
52594
|
+
}
|
|
52595
|
+
})))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
52596
|
+
};
|
|
52597
|
+
|
|
52449
52598
|
function ownKeys$$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
52450
52599
|
function _objectSpread$$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$$(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
52451
52600
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
@@ -71744,6 +71893,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
71744
71893
|
Twobgimages: Twobgimages,
|
|
71745
71894
|
VideosSection: VideosSection,
|
|
71746
71895
|
FullVideoSection: FullVideoSection,
|
|
71896
|
+
Popupcomponent: Popupcomponent,
|
|
71747
71897
|
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
71748
71898
|
DynamicForm: DynamicForm,
|
|
71749
71899
|
// Slideshows (13)
|