tabexseriescomponents 0.0.411 → 0.0.413
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +642 -507
- package/dist/index.esm.js +642 -507
- package/dist/index.umd.js +642 -507
- package/package.json +1 -1
package/dist/index.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,8 +13340,8 @@ 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
|
});
|
|
@@ -13460,11 +13460,11 @@ var Filter$1 = function Filter(props) {
|
|
|
13460
13460
|
}
|
|
13461
13461
|
timeoutRef.current = setTimeout(function () {
|
|
13462
13462
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
13463
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13463
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13464
13464
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
13465
13465
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
13466
13466
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13467
|
-
setProductFilterObjContext(_objectSpread$
|
|
13467
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13468
13468
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13469
13469
|
}
|
|
13470
13470
|
}, 500);
|
|
@@ -13548,33 +13548,33 @@ var Filter$1 = function Filter(props) {
|
|
|
13548
13548
|
}, [ProductFilterObjContext]);
|
|
13549
13549
|
useEffect(function () {
|
|
13550
13550
|
if (productfeatuesarr.length != 0) {
|
|
13551
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13551
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13552
13552
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
13553
|
-
setProductFilterObjContext(_objectSpread$
|
|
13553
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13554
13554
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13555
13555
|
}
|
|
13556
13556
|
}, [productfeatuesarr]);
|
|
13557
13557
|
useEffect(function () {
|
|
13558
13558
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
13559
13559
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
13560
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13560
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13561
13561
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
13562
13562
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
13563
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13563
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13564
13564
|
}
|
|
13565
13565
|
}
|
|
13566
13566
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
13567
13567
|
var filterupdater = function filterupdater() {
|
|
13568
13568
|
setTimeout(function () {
|
|
13569
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
13569
|
+
var tempFetchQueriesEngineContext = _objectSpread$28({}, FetchQueriesEngineContext);
|
|
13570
13570
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
13571
13571
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
13572
13572
|
}, 100);
|
|
13573
13573
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
13574
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
13574
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
13575
13575
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
13576
13576
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
13577
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
13577
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
13578
13578
|
}
|
|
13579
13579
|
if (instfilters.length != 0) {
|
|
13580
13580
|
var _ProductFilterObjCont3;
|
|
@@ -13636,7 +13636,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13636
13636
|
}
|
|
13637
13637
|
};
|
|
13638
13638
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
13639
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13639
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13640
13640
|
if (type == 'clearfilters') {
|
|
13641
13641
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
13642
13642
|
} else {
|
|
@@ -13660,14 +13660,14 @@ var Filter$1 = function Filter(props) {
|
|
|
13660
13660
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
13661
13661
|
}
|
|
13662
13662
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13663
|
-
setProductFilterObjContext(_objectSpread$
|
|
13663
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13664
13664
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13665
13665
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13666
13666
|
};
|
|
13667
13667
|
|
|
13668
13668
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
13669
13669
|
var _tempfetchproductsfil2;
|
|
13670
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
13670
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
13671
13671
|
var CollectionExists = false;
|
|
13672
13672
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
|
|
13673
13673
|
if (filteritem == collectionid) {
|
|
@@ -13684,7 +13684,7 @@ var Filter$1 = function Filter(props) {
|
|
|
13684
13684
|
}
|
|
13685
13685
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
13686
13686
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
13687
|
-
setProductFilterObjContext(_objectSpread$
|
|
13687
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
13688
13688
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
13689
13689
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
13690
13690
|
};
|
|
@@ -14276,14 +14276,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14276
14276
|
return option.id == ProductFilterObjContext.countryid;
|
|
14277
14277
|
}),
|
|
14278
14278
|
onChange: function onChange(option) {
|
|
14279
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14279
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14280
14280
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
14281
14281
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
14282
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14283
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14282
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14283
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14284
14284
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
14285
14285
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14286
|
-
setProductFilterObjContext(_objectSpread$
|
|
14286
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14287
14287
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14288
14288
|
},
|
|
14289
14289
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14320,14 +14320,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14320
14320
|
return option.id == ProductFilterObjContext.stateid;
|
|
14321
14321
|
}),
|
|
14322
14322
|
onChange: function onChange(option) {
|
|
14323
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14323
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$28({}, FetchTabexStatesPayloadobjContext);
|
|
14324
14324
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
14325
14325
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
14326
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14327
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14326
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$28({}, tempFetchTabexStatesPayloadobjContext));
|
|
14327
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14328
14328
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
14329
14329
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14330
|
-
setProductFilterObjContext(_objectSpread$
|
|
14330
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14331
14331
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14332
14332
|
},
|
|
14333
14333
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14364,10 +14364,10 @@ var Filter$1 = function Filter(props) {
|
|
|
14364
14364
|
return option.id == ProductFilterObjContext.cityid;
|
|
14365
14365
|
}),
|
|
14366
14366
|
onChange: function onChange(option) {
|
|
14367
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14367
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14368
14368
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
14369
14369
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14370
|
-
setProductFilterObjContext(_objectSpread$
|
|
14370
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14371
14371
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14372
14372
|
},
|
|
14373
14373
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -14471,14 +14471,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14471
14471
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
14472
14472
|
},
|
|
14473
14473
|
onClick: function onClick() {
|
|
14474
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14474
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14475
14475
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14476
14476
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14477
14477
|
} else {
|
|
14478
14478
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14479
14479
|
}
|
|
14480
14480
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14481
|
-
setProductFilterObjContext(_objectSpread$
|
|
14481
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14482
14482
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14483
14483
|
setsortbycontext(valueitem.name);
|
|
14484
14484
|
}
|
|
@@ -14630,14 +14630,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14630
14630
|
return /*#__PURE__*/React.createElement("div", {
|
|
14631
14631
|
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
14632
|
onClick: function onClick() {
|
|
14633
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14633
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14634
14634
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14635
14635
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14636
14636
|
} else {
|
|
14637
14637
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14638
14638
|
}
|
|
14639
14639
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14640
|
-
setProductFilterObjContext(_objectSpread$
|
|
14640
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14641
14641
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14642
14642
|
}
|
|
14643
14643
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
@@ -14672,7 +14672,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14672
14672
|
minValue: 0,
|
|
14673
14673
|
value: raterangevalue,
|
|
14674
14674
|
onChange: function onChange(value) {
|
|
14675
|
-
setraterangevalue(_objectSpread$
|
|
14675
|
+
setraterangevalue(_objectSpread$28({}, value));
|
|
14676
14676
|
}
|
|
14677
14677
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
14678
14678
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -14815,13 +14815,13 @@ var Filter$1 = function Filter(props) {
|
|
|
14815
14815
|
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
14816
|
onClick: function onClick() {
|
|
14817
14817
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
14818
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14818
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$28({}, ProductFilterObjContext);
|
|
14819
14819
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
14820
14820
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
14821
14821
|
} else {
|
|
14822
14822
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
14823
14823
|
}
|
|
14824
|
-
setProductFilterObjContext(_objectSpread$
|
|
14824
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
14825
14825
|
}
|
|
14826
14826
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
14827
14827
|
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 +14853,8 @@ var Filter$1 = function Filter(props) {
|
|
|
14853
14853
|
}, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters())))))));
|
|
14854
14854
|
};
|
|
14855
14855
|
|
|
14856
|
-
function ownKeys$
|
|
14857
|
-
function _objectSpread$
|
|
14856
|
+
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; }
|
|
14857
|
+
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
14858
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
14859
14859
|
var _authdetailsContext$i;
|
|
14860
14860
|
props.actions.lang;
|
|
@@ -14984,7 +14984,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
14984
14984
|
}, [ProductFilterObjContext]);
|
|
14985
14985
|
var filterupdater = function filterupdater() {
|
|
14986
14986
|
setTimeout(function () {
|
|
14987
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
14987
|
+
var tempFetchQueriesEngineContext = _objectSpread$27({}, FetchQueriesEngineContext);
|
|
14988
14988
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
14989
14989
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
14990
14990
|
}, 100);
|
|
@@ -15029,7 +15029,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15029
15029
|
};
|
|
15030
15030
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
15031
15031
|
var _tempfetchproductsfil;
|
|
15032
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15032
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$27({}, ProductFilterObjContext);
|
|
15033
15033
|
var CollectionExists = false;
|
|
15034
15034
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
15035
15035
|
if (filteritem == collectionid) {
|
|
@@ -15046,7 +15046,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15046
15046
|
}
|
|
15047
15047
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15048
15048
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
15049
|
-
setProductFilterObjContext(_objectSpread$
|
|
15049
|
+
setProductFilterObjContext(_objectSpread$27({}, tempfetchproductsfilerobjcontext));
|
|
15050
15050
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15051
15051
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
15052
15052
|
};
|
|
@@ -15102,8 +15102,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
15102
15102
|
|
|
15103
15103
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
15104
15104
|
|
|
15105
|
-
function ownKeys$
|
|
15106
|
-
function _objectSpread$
|
|
15105
|
+
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; }
|
|
15106
|
+
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
15107
|
var CardsSection = function CardsSection(props) {
|
|
15108
15108
|
var refscr = /*#__PURE__*/createRef();
|
|
15109
15109
|
var _useInView = useInView();
|
|
@@ -15189,7 +15189,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15189
15189
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
15190
15190
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
15191
15191
|
});
|
|
15192
|
-
setsectionproperties(_objectSpread$
|
|
15192
|
+
setsectionproperties(_objectSpread$26({}, secpropobj));
|
|
15193
15193
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
15194
15194
|
setfetchingtype('products');
|
|
15195
15195
|
var lcproductfetchingtype = 'Random';
|
|
@@ -15263,7 +15263,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15263
15263
|
}
|
|
15264
15264
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
15265
15265
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
15266
|
-
setProductFilterObjContext(_objectSpread$
|
|
15266
|
+
setProductFilterObjContext(_objectSpread$26({}, tempfetchproductsfilerobjcontext));
|
|
15267
15267
|
}
|
|
15268
15268
|
if (fetchingtype == 'categories') {
|
|
15269
15269
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -15353,7 +15353,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
15353
15353
|
cardobjassigner(collections);
|
|
15354
15354
|
}
|
|
15355
15355
|
}
|
|
15356
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
15356
|
+
setFetchQueriesEngineContext(_objectSpread$26({}, tempFetchQueriesEngineContext));
|
|
15357
15357
|
}
|
|
15358
15358
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
15359
15359
|
useEffect(function () {
|
|
@@ -15530,9 +15530,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
15530
15530
|
// Example items, to simulate fetching from another resources.
|
|
15531
15531
|
var handlePageClick = function handlePageClick(event) {
|
|
15532
15532
|
props.scrolltotop();
|
|
15533
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
15533
|
+
var tempProductFilterObjContext = _objectSpread$26({}, ProductFilterObjContext);
|
|
15534
15534
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
15535
|
-
setProductFilterObjContext(_objectSpread$
|
|
15535
|
+
setProductFilterObjContext(_objectSpread$26({}, tempProductFilterObjContext));
|
|
15536
15536
|
var pasturl = '';
|
|
15537
15537
|
if (props.grouptypeprops != undefined) {
|
|
15538
15538
|
if (props.collectionidprops != undefined) {
|
|
@@ -15779,6 +15779,23 @@ var CardsSection = function CardsSection(props) {
|
|
|
15779
15779
|
"class": section_cssstyles.line_right
|
|
15780
15780
|
}));
|
|
15781
15781
|
};
|
|
15782
|
+
var isCardsectionloading = function isCardsectionloading() {
|
|
15783
|
+
var isloading = false;
|
|
15784
|
+
if (fetchingtype == 'products') {
|
|
15785
|
+
if (fetchProductsQuery !== null && fetchProductsQuery !== void 0 && fetchProductsQuery.isFetching) {
|
|
15786
|
+
isloading = true;
|
|
15787
|
+
}
|
|
15788
|
+
} else if (fetchingtype == 'vendors') {
|
|
15789
|
+
if (FetchVendorsQuery !== null && FetchVendorsQuery !== void 0 && FetchVendorsQuery.isFetching) {
|
|
15790
|
+
isloading = true;
|
|
15791
|
+
}
|
|
15792
|
+
} else {
|
|
15793
|
+
if ((fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 ? void 0 : fetchAuthorizationQueryContext.isFetching) == true || (fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 ? void 0 : fetchcollectionsQueryContext.isFetching) == true) {
|
|
15794
|
+
isloading = true;
|
|
15795
|
+
}
|
|
15796
|
+
}
|
|
15797
|
+
return isloading;
|
|
15798
|
+
};
|
|
15782
15799
|
var cardsrender = function cardsrender() {
|
|
15783
15800
|
return /*#__PURE__*/React.createElement("div", {
|
|
15784
15801
|
"class": sectionproperties.showFilter == 'show' && sectionproperties.filterdirection == 'Vertical' ? sectionproperties.numofcols == '2' ? 'col-lg-10 col-md-12 col-sm-12 p-sm-0' : 'col-lg-9 col-md-12 col-sm-12 p-sm-0' : 'row m-0 w-100 p-sm-0'
|
|
@@ -15970,7 +15987,17 @@ var CardsSection = function CardsSection(props) {
|
|
|
15970
15987
|
actions: actions,
|
|
15971
15988
|
openFilterSlider: openFilterSlider,
|
|
15972
15989
|
setopenFilterSlider: setopenFilterSlider
|
|
15973
|
-
}))),
|
|
15990
|
+
}))), isCardsectionloading() && /*#__PURE__*/React.createElement("div", {
|
|
15991
|
+
"class": "col-lg-12 allcentered",
|
|
15992
|
+
style: {
|
|
15993
|
+
height: 100
|
|
15994
|
+
}
|
|
15995
|
+
}, /*#__PURE__*/React.createElement(CircularProgress, {
|
|
15996
|
+
color: '#eeeeee',
|
|
15997
|
+
width: "30px",
|
|
15998
|
+
height: "30px",
|
|
15999
|
+
duration: "1s"
|
|
16000
|
+
})), !isCardsectionloading && cardsarray.length == 0 && /*#__PURE__*/React.createElement("div", {
|
|
15974
16001
|
className: "row m-0 w-100 d-flex align-items-center",
|
|
15975
16002
|
style: {
|
|
15976
16003
|
height: '30vh'
|
|
@@ -16300,8 +16327,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
16300
16327
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
16301
16328
|
};
|
|
16302
16329
|
|
|
16303
|
-
function ownKeys$
|
|
16304
|
-
function _objectSpread$
|
|
16330
|
+
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; }
|
|
16331
|
+
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; }
|
|
16305
16332
|
var InnerGroups = function InnerGroups(props) {
|
|
16306
16333
|
var _useState = useState(''),
|
|
16307
16334
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -16342,7 +16369,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16342
16369
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16343
16370
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16344
16371
|
});
|
|
16345
|
-
setsectionproperties(_objectSpread$
|
|
16372
|
+
setsectionproperties(_objectSpread$25({}, secpropobj));
|
|
16346
16373
|
}
|
|
16347
16374
|
}, [StatePagePropertiesContext]);
|
|
16348
16375
|
// useEffect(() => {
|
|
@@ -16358,14 +16385,14 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16358
16385
|
backgroundColor: sectionproperties.backgroundColor
|
|
16359
16386
|
}
|
|
16360
16387
|
}, /*#__PURE__*/React.createElement(CardsSection, {
|
|
16361
|
-
actions: _objectSpread$
|
|
16388
|
+
actions: _objectSpread$25(_objectSpread$25({}, actions), {}, {
|
|
16362
16389
|
fetchingtype: grouptypeparams
|
|
16363
16390
|
})
|
|
16364
16391
|
}));
|
|
16365
16392
|
};
|
|
16366
16393
|
|
|
16367
|
-
function ownKeys$
|
|
16368
|
-
function _objectSpread$
|
|
16394
|
+
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; }
|
|
16395
|
+
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; }
|
|
16369
16396
|
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
16370
16397
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16371
16398
|
var _useState = useState(''),
|
|
@@ -16396,7 +16423,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16396
16423
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16397
16424
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16398
16425
|
});
|
|
16399
|
-
setsectionproperties(_objectSpread$
|
|
16426
|
+
setsectionproperties(_objectSpread$24({}, secpropobj));
|
|
16400
16427
|
}
|
|
16401
16428
|
}, [StatePagePropertiesContext]);
|
|
16402
16429
|
useEffect(function () {
|
|
@@ -16409,9 +16436,9 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16409
16436
|
}
|
|
16410
16437
|
}, []);
|
|
16411
16438
|
useEffect(function () {
|
|
16412
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16439
|
+
var tempFetchQueriesEngineContext = _objectSpread$24({}, FetchQueriesEngineContext);
|
|
16413
16440
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16414
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16441
|
+
setFetchQueriesEngineContext(_objectSpread$24({}, tempFetchQueriesEngineContext));
|
|
16415
16442
|
}, []);
|
|
16416
16443
|
var _useState7 = useState([]),
|
|
16417
16444
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -16487,8 +16514,8 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16487
16514
|
})))));
|
|
16488
16515
|
};
|
|
16489
16516
|
|
|
16490
|
-
function ownKeys$
|
|
16491
|
-
function _objectSpread$
|
|
16517
|
+
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; }
|
|
16518
|
+
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; }
|
|
16492
16519
|
var RefundPolicy = function RefundPolicy(props) {
|
|
16493
16520
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16494
16521
|
var _useState = useState(''),
|
|
@@ -16519,7 +16546,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16519
16546
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16520
16547
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16521
16548
|
});
|
|
16522
|
-
setsectionproperties(_objectSpread$
|
|
16549
|
+
setsectionproperties(_objectSpread$23({}, secpropobj));
|
|
16523
16550
|
}
|
|
16524
16551
|
}, [StatePagePropertiesContext]);
|
|
16525
16552
|
useEffect(function () {
|
|
@@ -16532,9 +16559,9 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16532
16559
|
}
|
|
16533
16560
|
}, []);
|
|
16534
16561
|
useEffect(function () {
|
|
16535
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16562
|
+
var tempFetchQueriesEngineContext = _objectSpread$23({}, FetchQueriesEngineContext);
|
|
16536
16563
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16537
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16564
|
+
setFetchQueriesEngineContext(_objectSpread$23({}, tempFetchQueriesEngineContext));
|
|
16538
16565
|
}, []);
|
|
16539
16566
|
var _useState7 = useState([]),
|
|
16540
16567
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -16610,8 +16637,8 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16610
16637
|
})))));
|
|
16611
16638
|
};
|
|
16612
16639
|
|
|
16613
|
-
function ownKeys$
|
|
16614
|
-
function _objectSpread$
|
|
16640
|
+
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; }
|
|
16641
|
+
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; }
|
|
16615
16642
|
var ShippingPolicy = function ShippingPolicy(props) {
|
|
16616
16643
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16617
16644
|
var _useState = useState(''),
|
|
@@ -16642,7 +16669,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16642
16669
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16643
16670
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16644
16671
|
});
|
|
16645
|
-
setsectionproperties(_objectSpread$
|
|
16672
|
+
setsectionproperties(_objectSpread$22({}, secpropobj));
|
|
16646
16673
|
}
|
|
16647
16674
|
}, [StatePagePropertiesContext]);
|
|
16648
16675
|
useEffect(function () {
|
|
@@ -16655,9 +16682,9 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16655
16682
|
}
|
|
16656
16683
|
}, []);
|
|
16657
16684
|
useEffect(function () {
|
|
16658
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16685
|
+
var tempFetchQueriesEngineContext = _objectSpread$22({}, FetchQueriesEngineContext);
|
|
16659
16686
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16660
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16687
|
+
setFetchQueriesEngineContext(_objectSpread$22({}, tempFetchQueriesEngineContext));
|
|
16661
16688
|
}, []);
|
|
16662
16689
|
var _useState7 = useState([]),
|
|
16663
16690
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -16733,8 +16760,8 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16733
16760
|
})))));
|
|
16734
16761
|
};
|
|
16735
16762
|
|
|
16736
|
-
function ownKeys$
|
|
16737
|
-
function _objectSpread$
|
|
16763
|
+
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; }
|
|
16764
|
+
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; }
|
|
16738
16765
|
var TermsConditions = function TermsConditions(props) {
|
|
16739
16766
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16740
16767
|
var _useState = useState(''),
|
|
@@ -16765,7 +16792,7 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16765
16792
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16766
16793
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16767
16794
|
});
|
|
16768
|
-
setsectionproperties(_objectSpread$
|
|
16795
|
+
setsectionproperties(_objectSpread$21({}, secpropobj));
|
|
16769
16796
|
}
|
|
16770
16797
|
}, [StatePagePropertiesContext]);
|
|
16771
16798
|
useEffect(function () {
|
|
@@ -16778,9 +16805,9 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16778
16805
|
}
|
|
16779
16806
|
}, []);
|
|
16780
16807
|
useEffect(function () {
|
|
16781
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16808
|
+
var tempFetchQueriesEngineContext = _objectSpread$21({}, FetchQueriesEngineContext);
|
|
16782
16809
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16783
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16810
|
+
setFetchQueriesEngineContext(_objectSpread$21({}, tempFetchQueriesEngineContext));
|
|
16784
16811
|
}, []);
|
|
16785
16812
|
var _useState7 = useState([]),
|
|
16786
16813
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -16856,8 +16883,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16856
16883
|
})))));
|
|
16857
16884
|
};
|
|
16858
16885
|
|
|
16859
|
-
function ownKeys$
|
|
16860
|
-
function _objectSpread$
|
|
16886
|
+
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; }
|
|
16887
|
+
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; }
|
|
16861
16888
|
var Resetpassword = function Resetpassword(props) {
|
|
16862
16889
|
var _css, _css2;
|
|
16863
16890
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -16908,7 +16935,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
16908
16935
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
16909
16936
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16910
16937
|
});
|
|
16911
|
-
setsectionproperties(_objectSpread$
|
|
16938
|
+
setsectionproperties(_objectSpread$20({}, secpropobj));
|
|
16912
16939
|
}
|
|
16913
16940
|
}, [StatePagePropertiesContext]);
|
|
16914
16941
|
useEffect(function () {
|
|
@@ -17035,9 +17062,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17035
17062
|
className: "".concat(loginstyles2.form_control),
|
|
17036
17063
|
value: forgotpasswordpayload.email,
|
|
17037
17064
|
onChange: function onChange(event) {
|
|
17038
|
-
var temppayloadobj = _objectSpread$
|
|
17065
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17039
17066
|
temppayloadobj.email = event.target.value;
|
|
17040
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17067
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17041
17068
|
},
|
|
17042
17069
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
17043
17070
|
style: {
|
|
@@ -17052,9 +17079,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17052
17079
|
className: "".concat(loginstyles2.form_control),
|
|
17053
17080
|
value: forgotpasswordpayload.code,
|
|
17054
17081
|
onChange: function onChange(event) {
|
|
17055
|
-
var temppayloadobj = _objectSpread$
|
|
17082
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17056
17083
|
temppayloadobj.code = event.target.value;
|
|
17057
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17084
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17058
17085
|
},
|
|
17059
17086
|
style: {
|
|
17060
17087
|
background: sectionproperties.input_bgcolor
|
|
@@ -17068,9 +17095,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17068
17095
|
className: "".concat(loginstyles2.form_control),
|
|
17069
17096
|
value: forgotpasswordpayload.newpassword,
|
|
17070
17097
|
onChange: function onChange(event) {
|
|
17071
|
-
var temppayloadobj = _objectSpread$
|
|
17098
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17072
17099
|
temppayloadobj.newpassword = event.target.value;
|
|
17073
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17100
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17074
17101
|
},
|
|
17075
17102
|
style: {
|
|
17076
17103
|
background: sectionproperties.input_bgcolor
|
|
@@ -17084,9 +17111,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17084
17111
|
className: "".concat(loginstyles2.form_control),
|
|
17085
17112
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
17086
17113
|
onChange: function onChange(event) {
|
|
17087
|
-
var temppayloadobj = _objectSpread$
|
|
17114
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17088
17115
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
17089
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17116
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17090
17117
|
},
|
|
17091
17118
|
style: {
|
|
17092
17119
|
background: sectionproperties.input_bgcolor
|
|
@@ -17098,7 +17125,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17098
17125
|
onClick: function onClick() {
|
|
17099
17126
|
if (forgotpasswordpayload.email.length != 0) {
|
|
17100
17127
|
var runfunc = false;
|
|
17101
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
17128
|
+
var tempforgotpasswordpayload = _objectSpread$20({}, forgotpasswordpayload);
|
|
17102
17129
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
17103
17130
|
if (forgetpasswordstage == 'verify') {
|
|
17104
17131
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -17384,8 +17411,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
17384
17411
|
}, lang.nosearchresults)))))));
|
|
17385
17412
|
};
|
|
17386
17413
|
|
|
17387
|
-
function ownKeys$
|
|
17388
|
-
function _objectSpread$
|
|
17414
|
+
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; }
|
|
17415
|
+
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; }
|
|
17389
17416
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
17390
17417
|
var _textarray$, _textarray$2;
|
|
17391
17418
|
props.actions;
|
|
@@ -17406,12 +17433,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
17406
17433
|
settextarray = _useState6[1];
|
|
17407
17434
|
useEffect(function () {
|
|
17408
17435
|
if (props.sectionpropertiesprops != undefined) {
|
|
17409
|
-
setsectionproperties(_objectSpread$
|
|
17436
|
+
setsectionproperties(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17410
17437
|
}
|
|
17411
17438
|
}, [props.sectionpropertiesprops]);
|
|
17412
17439
|
useEffect(function () {
|
|
17413
17440
|
if (props.templateproperties_contextprops != undefined) {
|
|
17414
|
-
settemplateproperties_context(_objectSpread$
|
|
17441
|
+
settemplateproperties_context(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
17415
17442
|
}
|
|
17416
17443
|
}, [props.templateproperties_contextprops]);
|
|
17417
17444
|
useEffect(function () {
|
|
@@ -17453,8 +17480,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
17453
17480
|
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"};
|
|
17454
17481
|
styleInject(css_248z$B);
|
|
17455
17482
|
|
|
17456
|
-
function ownKeys$
|
|
17457
|
-
function _objectSpread$
|
|
17483
|
+
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; }
|
|
17484
|
+
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; }
|
|
17458
17485
|
var Subheader = function Subheader(props) {
|
|
17459
17486
|
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;
|
|
17460
17487
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -17490,12 +17517,12 @@ var Subheader = function Subheader(props) {
|
|
|
17490
17517
|
useEffect(function () {
|
|
17491
17518
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
17492
17519
|
tempFetchQueriesEngineContext.categories = true;
|
|
17493
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17520
|
+
setFetchQueriesEngineContext(_objectSpread$1_({}, tempFetchQueriesEngineContext));
|
|
17494
17521
|
// alert(JSON.stringify(authdetailsContext));
|
|
17495
17522
|
}, []);
|
|
17496
17523
|
useEffect(function () {
|
|
17497
17524
|
if (props.sectionpropertiesprops != undefined) {
|
|
17498
|
-
setsectionproperties(_objectSpread$
|
|
17525
|
+
setsectionproperties(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17499
17526
|
}
|
|
17500
17527
|
}, [props.sectionpropertiesprops]);
|
|
17501
17528
|
// useEffect(() => {
|
|
@@ -17979,8 +18006,8 @@ var Subheader = function Subheader(props) {
|
|
|
17979
18006
|
})))))));
|
|
17980
18007
|
};
|
|
17981
18008
|
|
|
17982
|
-
function ownKeys$
|
|
17983
|
-
function _objectSpread$
|
|
18009
|
+
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; }
|
|
18010
|
+
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; }
|
|
17984
18011
|
var Headerresponsive = function Headerresponsive(props) {
|
|
17985
18012
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
17986
18013
|
var actions = props.actions;
|
|
@@ -18015,7 +18042,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
18015
18042
|
setpcollarray = _useState6[1];
|
|
18016
18043
|
useEffect(function () {
|
|
18017
18044
|
if (props.sectionpropertiesprops != undefined) {
|
|
18018
|
-
setsectionproperties(_objectSpread$
|
|
18045
|
+
setsectionproperties(_objectSpread$1Z({}, props.sectionpropertiesprops));
|
|
18019
18046
|
}
|
|
18020
18047
|
}, [props.sectionpropertiesprops]);
|
|
18021
18048
|
var _useState7 = useState([]),
|
|
@@ -19252,8 +19279,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
19252
19279
|
})))))));
|
|
19253
19280
|
};
|
|
19254
19281
|
|
|
19255
|
-
function ownKeys$
|
|
19256
|
-
function _objectSpread$
|
|
19282
|
+
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; }
|
|
19283
|
+
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; }
|
|
19257
19284
|
var DownloadApp = function DownloadApp(props) {
|
|
19258
19285
|
props.actions;
|
|
19259
19286
|
props.actions.lang;
|
|
@@ -19278,7 +19305,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19278
19305
|
}, [sectionproperties]);
|
|
19279
19306
|
useEffect(function () {
|
|
19280
19307
|
if (props.sectionpropertiesprops != undefined) {
|
|
19281
|
-
setsectionproperties(_objectSpread$
|
|
19308
|
+
setsectionproperties(_objectSpread$1Y({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19282
19309
|
}
|
|
19283
19310
|
}, [props.sectionpropertiesprops]);
|
|
19284
19311
|
var header_cssstyles = {
|
|
@@ -19331,8 +19358,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19331
19358
|
}))));
|
|
19332
19359
|
};
|
|
19333
19360
|
|
|
19334
|
-
function ownKeys$
|
|
19335
|
-
function _objectSpread$
|
|
19361
|
+
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; }
|
|
19362
|
+
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; }
|
|
19336
19363
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
19337
19364
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
19338
19365
|
props.actions;
|
|
@@ -19348,12 +19375,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19348
19375
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
19349
19376
|
useEffect(function () {
|
|
19350
19377
|
if (props.sectionpropertiesprops != undefined) {
|
|
19351
|
-
setsectionproperties(_objectSpread$
|
|
19378
|
+
setsectionproperties(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19352
19379
|
}
|
|
19353
19380
|
}, [props.sectionpropertiesprops]);
|
|
19354
19381
|
useEffect(function () {
|
|
19355
19382
|
if (props.templateproperties_contextprops != undefined) {
|
|
19356
|
-
settemplateproperties_context(_objectSpread$
|
|
19383
|
+
settemplateproperties_context(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
19357
19384
|
}
|
|
19358
19385
|
}, [props.templateproperties_contextprops]);
|
|
19359
19386
|
var header_cssstyles = {
|
|
@@ -19439,8 +19466,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19439
19466
|
})));
|
|
19440
19467
|
};
|
|
19441
19468
|
|
|
19442
|
-
function ownKeys$
|
|
19443
|
-
function _objectSpread$
|
|
19469
|
+
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; }
|
|
19470
|
+
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; }
|
|
19444
19471
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
19445
19472
|
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2;
|
|
19446
19473
|
var actions = props.actions;
|
|
@@ -19479,7 +19506,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
19479
19506
|
setopenSearch = _useState8[1];
|
|
19480
19507
|
useEffect(function () {
|
|
19481
19508
|
if (props.sectionpropertiesprops != undefined) {
|
|
19482
|
-
setsectionproperties(_objectSpread$
|
|
19509
|
+
setsectionproperties(_objectSpread$1W({}, props.sectionpropertiesprops));
|
|
19483
19510
|
}
|
|
19484
19511
|
}, [props.sectionpropertiesprops]);
|
|
19485
19512
|
var _useState9 = useState([]),
|
|
@@ -20730,8 +20757,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
20730
20757
|
})))))));
|
|
20731
20758
|
};
|
|
20732
20759
|
|
|
20733
|
-
function ownKeys$
|
|
20734
|
-
function _objectSpread$
|
|
20760
|
+
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; }
|
|
20761
|
+
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; }
|
|
20735
20762
|
var ElegantHeader = function ElegantHeader(props) {
|
|
20736
20763
|
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
20737
20764
|
var _useState = useState(''),
|
|
@@ -20784,7 +20811,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
20784
20811
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
20785
20812
|
});
|
|
20786
20813
|
}
|
|
20787
|
-
setsectionproperties(_objectSpread$
|
|
20814
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
20788
20815
|
}, [StatePagePropertiesContext]);
|
|
20789
20816
|
useEffect(function () {
|
|
20790
20817
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -21479,8 +21506,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
21479
21506
|
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"};
|
|
21480
21507
|
styleInject(css_248z$A);
|
|
21481
21508
|
|
|
21482
|
-
function ownKeys$
|
|
21483
|
-
function _objectSpread$
|
|
21509
|
+
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; }
|
|
21510
|
+
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; }
|
|
21484
21511
|
var Gotoheader = function Gotoheader(props) {
|
|
21485
21512
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
21486
21513
|
var _useState = useState(''),
|
|
@@ -21520,7 +21547,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21520
21547
|
});
|
|
21521
21548
|
}
|
|
21522
21549
|
}
|
|
21523
|
-
setsectionproperties(_objectSpread$
|
|
21550
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
21524
21551
|
}, [StatePagePropertiesContext]);
|
|
21525
21552
|
var _useState3 = useState([]),
|
|
21526
21553
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -22221,8 +22248,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
22221
22248
|
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"};
|
|
22222
22249
|
styleInject(css_248z$z);
|
|
22223
22250
|
|
|
22224
|
-
function ownKeys$
|
|
22225
|
-
function _objectSpread$
|
|
22251
|
+
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; }
|
|
22252
|
+
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; }
|
|
22226
22253
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
22227
22254
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
22228
22255
|
var _useState = useState(''),
|
|
@@ -22270,7 +22297,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
22270
22297
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
22271
22298
|
});
|
|
22272
22299
|
}
|
|
22273
|
-
setsectionproperties(_objectSpread$
|
|
22300
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
22274
22301
|
}, [StatePagePropertiesContext]);
|
|
22275
22302
|
useEffect(function () {
|
|
22276
22303
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -23177,8 +23204,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
23177
23204
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
23178
23205
|
styleInject(css_248z$y);
|
|
23179
23206
|
|
|
23180
|
-
function ownKeys$
|
|
23181
|
-
function _objectSpread$
|
|
23207
|
+
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; }
|
|
23208
|
+
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; }
|
|
23182
23209
|
var ClassicHeader = function ClassicHeader(props) {
|
|
23183
23210
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
23184
23211
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -23215,7 +23242,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
23215
23242
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
23216
23243
|
});
|
|
23217
23244
|
}
|
|
23218
|
-
setsectionproperties(_objectSpread$
|
|
23245
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
23219
23246
|
}, [StatePagePropertiesContext]);
|
|
23220
23247
|
var _useState3 = useState([]),
|
|
23221
23248
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -24337,8 +24364,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
24337
24364
|
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"};
|
|
24338
24365
|
styleInject(css_248z$x);
|
|
24339
24366
|
|
|
24340
|
-
function ownKeys$
|
|
24341
|
-
function _objectSpread$
|
|
24367
|
+
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; }
|
|
24368
|
+
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; }
|
|
24342
24369
|
var CTAHeader = function CTAHeader(props) {
|
|
24343
24370
|
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;
|
|
24344
24371
|
var actions = props.actions;
|
|
@@ -24386,7 +24413,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
24386
24413
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24387
24414
|
});
|
|
24388
24415
|
}
|
|
24389
|
-
setsectionproperties(_objectSpread$
|
|
24416
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
24390
24417
|
}, [StatePagePropertiesContext]);
|
|
24391
24418
|
useEffect(function () {
|
|
24392
24419
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -25377,8 +25404,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
25377
25404
|
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"};
|
|
25378
25405
|
styleInject(css_248z$w);
|
|
25379
25406
|
|
|
25380
|
-
function ownKeys$
|
|
25381
|
-
function _objectSpread$
|
|
25407
|
+
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; }
|
|
25408
|
+
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; }
|
|
25382
25409
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
25383
25410
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
25384
25411
|
var _useState = useState(''),
|
|
@@ -25414,7 +25441,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
25414
25441
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
25415
25442
|
});
|
|
25416
25443
|
}
|
|
25417
|
-
setsectionproperties(_objectSpread$
|
|
25444
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
25418
25445
|
}, [StatePagePropertiesContext]);
|
|
25419
25446
|
var _useState3 = useState([]),
|
|
25420
25447
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -26118,8 +26145,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
26118
26145
|
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"};
|
|
26119
26146
|
styleInject(css_248z$v);
|
|
26120
26147
|
|
|
26121
|
-
function ownKeys$
|
|
26122
|
-
function _objectSpread$
|
|
26148
|
+
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; }
|
|
26149
|
+
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; }
|
|
26123
26150
|
var Simpleheader = function Simpleheader(props) {
|
|
26124
26151
|
var _css, _css2, _header_cssstyles, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
26125
26152
|
var actions = props.actions;
|
|
@@ -26164,7 +26191,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26164
26191
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26165
26192
|
});
|
|
26166
26193
|
}
|
|
26167
|
-
setsectionproperties(_objectSpread$
|
|
26194
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
26168
26195
|
}, [StatePagePropertiesContext]);
|
|
26169
26196
|
useEffect(function () {
|
|
26170
26197
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -26826,8 +26853,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26826
26853
|
}))))))));
|
|
26827
26854
|
};
|
|
26828
26855
|
|
|
26829
|
-
function ownKeys$
|
|
26830
|
-
function _objectSpread$
|
|
26856
|
+
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; }
|
|
26857
|
+
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; }
|
|
26831
26858
|
var Header8 = function Header8(props) {
|
|
26832
26859
|
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;
|
|
26833
26860
|
var actions = props.actions;
|
|
@@ -26884,7 +26911,7 @@ var Header8 = function Header8(props) {
|
|
|
26884
26911
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26885
26912
|
});
|
|
26886
26913
|
}
|
|
26887
|
-
setsectionproperties(_objectSpread$
|
|
26914
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
26888
26915
|
}, [StatePagePropertiesContext]);
|
|
26889
26916
|
var subtotalcart = function subtotalcart() {
|
|
26890
26917
|
var _fetchcustomercartQue;
|
|
@@ -28602,8 +28629,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
28602
28629
|
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-"};
|
|
28603
28630
|
styleInject(css_248z$u);
|
|
28604
28631
|
|
|
28605
|
-
function ownKeys$
|
|
28606
|
-
function _objectSpread$
|
|
28632
|
+
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; }
|
|
28633
|
+
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; }
|
|
28607
28634
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
28608
28635
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
28609
28636
|
var _useState = useState(''),
|
|
@@ -28639,7 +28666,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
28639
28666
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28640
28667
|
});
|
|
28641
28668
|
}
|
|
28642
|
-
setsectionproperties(_objectSpread$
|
|
28669
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
28643
28670
|
}, [StatePagePropertiesContext]);
|
|
28644
28671
|
var _useState3 = useState([]),
|
|
28645
28672
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -29248,8 +29275,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
29248
29275
|
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"};
|
|
29249
29276
|
styleInject(css_248z$t);
|
|
29250
29277
|
|
|
29251
|
-
function ownKeys$
|
|
29252
|
-
function _objectSpread$
|
|
29278
|
+
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; }
|
|
29279
|
+
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; }
|
|
29253
29280
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
29254
29281
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
29255
29282
|
var _useState = useState(''),
|
|
@@ -29286,7 +29313,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
29286
29313
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
29287
29314
|
});
|
|
29288
29315
|
}
|
|
29289
|
-
setsectionproperties(_objectSpread$
|
|
29316
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
29290
29317
|
}, [StatePagePropertiesContext]);
|
|
29291
29318
|
var _useState3 = useState(false),
|
|
29292
29319
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -30055,8 +30082,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
30055
30082
|
}))))))));
|
|
30056
30083
|
};
|
|
30057
30084
|
|
|
30058
|
-
function ownKeys$
|
|
30059
|
-
function _objectSpread$
|
|
30085
|
+
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; }
|
|
30086
|
+
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; }
|
|
30060
30087
|
var Modernheader = function Modernheader(props) {
|
|
30061
30088
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
30062
30089
|
var _useState = useState(''),
|
|
@@ -30101,7 +30128,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
30101
30128
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30102
30129
|
});
|
|
30103
30130
|
}
|
|
30104
|
-
setsectionproperties(_objectSpread$
|
|
30131
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
30105
30132
|
}, [StatePagePropertiesContext]);
|
|
30106
30133
|
useEffect(function () {
|
|
30107
30134
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -30750,8 +30777,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
30750
30777
|
}));
|
|
30751
30778
|
};
|
|
30752
30779
|
|
|
30753
|
-
function ownKeys$
|
|
30754
|
-
function _objectSpread$
|
|
30780
|
+
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; }
|
|
30781
|
+
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; }
|
|
30755
30782
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
30756
30783
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
30757
30784
|
var _useState = useState(''),
|
|
@@ -30789,7 +30816,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
30789
30816
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30790
30817
|
});
|
|
30791
30818
|
}
|
|
30792
|
-
setsectionproperties(_objectSpread$
|
|
30819
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
30793
30820
|
}, [StatePagePropertiesContext]);
|
|
30794
30821
|
var _useState3 = useState([]),
|
|
30795
30822
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -31422,8 +31449,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
31422
31449
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
31423
31450
|
styleInject(css_248z$s);
|
|
31424
31451
|
|
|
31425
|
-
function ownKeys$
|
|
31426
|
-
function _objectSpread$
|
|
31452
|
+
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; }
|
|
31453
|
+
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; }
|
|
31427
31454
|
var StylishHeader = function StylishHeader(props) {
|
|
31428
31455
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
31429
31456
|
var _useState = useState(''),
|
|
@@ -31464,7 +31491,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
31464
31491
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31465
31492
|
});
|
|
31466
31493
|
}
|
|
31467
|
-
setsectionproperties(_objectSpread$
|
|
31494
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
31468
31495
|
}, [StatePagePropertiesContext]);
|
|
31469
31496
|
var _useState5 = useState([]),
|
|
31470
31497
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -32215,8 +32242,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
32215
32242
|
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"};
|
|
32216
32243
|
styleInject(css_248z$r);
|
|
32217
32244
|
|
|
32218
|
-
function ownKeys$
|
|
32219
|
-
function _objectSpread$
|
|
32245
|
+
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; }
|
|
32246
|
+
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; }
|
|
32220
32247
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
32221
32248
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
32222
32249
|
var actions = props.actions;
|
|
@@ -32254,7 +32281,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
32254
32281
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32255
32282
|
});
|
|
32256
32283
|
}
|
|
32257
|
-
setsectionproperties(_objectSpread$
|
|
32284
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
32258
32285
|
}, [StatePagePropertiesContext]);
|
|
32259
32286
|
var _useState3 = useState([]),
|
|
32260
32287
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -33085,8 +33112,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
33085
33112
|
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"};
|
|
33086
33113
|
styleInject(css_248z$q);
|
|
33087
33114
|
|
|
33088
|
-
function ownKeys$
|
|
33089
|
-
function _objectSpread$
|
|
33115
|
+
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; }
|
|
33116
|
+
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; }
|
|
33090
33117
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
33091
33118
|
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
33092
33119
|
var lang = props.actions.lang;
|
|
@@ -33153,7 +33180,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
33153
33180
|
});
|
|
33154
33181
|
}
|
|
33155
33182
|
}
|
|
33156
|
-
setsectionproperties(_objectSpread$
|
|
33183
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
33157
33184
|
}, [StatePagePropertiesContext]);
|
|
33158
33185
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
33159
33186
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -34079,8 +34106,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
34079
34106
|
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"};
|
|
34080
34107
|
styleInject(css_248z$p);
|
|
34081
34108
|
|
|
34082
|
-
function ownKeys$
|
|
34083
|
-
function _objectSpread$
|
|
34109
|
+
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; }
|
|
34110
|
+
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; }
|
|
34084
34111
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
34085
34112
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
34086
34113
|
var lang = props.actions.lang;
|
|
@@ -34124,7 +34151,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
34124
34151
|
});
|
|
34125
34152
|
}
|
|
34126
34153
|
}
|
|
34127
|
-
setsectionproperties(_objectSpread$
|
|
34154
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
34128
34155
|
}, [StatePagePropertiesContext]);
|
|
34129
34156
|
var _useState5 = useState([]),
|
|
34130
34157
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -34856,8 +34883,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
34856
34883
|
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"};
|
|
34857
34884
|
styleInject(css_248z$o);
|
|
34858
34885
|
|
|
34859
|
-
function ownKeys$
|
|
34860
|
-
function _objectSpread$
|
|
34886
|
+
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; }
|
|
34887
|
+
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; }
|
|
34861
34888
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
34862
34889
|
var _css, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
34863
34890
|
var _useState = useState(''),
|
|
@@ -34895,7 +34922,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
34895
34922
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34896
34923
|
});
|
|
34897
34924
|
}
|
|
34898
|
-
setsectionproperties(_objectSpread$
|
|
34925
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
34899
34926
|
}, [StatePagePropertiesContext]);
|
|
34900
34927
|
var _useState3 = useState([]),
|
|
34901
34928
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -35623,8 +35650,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
35623
35650
|
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"};
|
|
35624
35651
|
styleInject(css_248z$n);
|
|
35625
35652
|
|
|
35626
|
-
function ownKeys$
|
|
35627
|
-
function _objectSpread$
|
|
35653
|
+
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; }
|
|
35654
|
+
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; }
|
|
35628
35655
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
35629
35656
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
35630
35657
|
var _useState = useState(''),
|
|
@@ -35661,7 +35688,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
35661
35688
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
35662
35689
|
});
|
|
35663
35690
|
}
|
|
35664
|
-
setsectionproperties(_objectSpread$
|
|
35691
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
35665
35692
|
}, [StatePagePropertiesContext]);
|
|
35666
35693
|
var _useState3 = useState([]),
|
|
35667
35694
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -36268,8 +36295,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
36268
36295
|
}));
|
|
36269
36296
|
};
|
|
36270
36297
|
|
|
36271
|
-
function ownKeys$
|
|
36272
|
-
function _objectSpread$
|
|
36298
|
+
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; }
|
|
36299
|
+
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; }
|
|
36273
36300
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
36274
36301
|
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
36275
36302
|
var lang = props.actions.lang;
|
|
@@ -36317,7 +36344,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
36317
36344
|
});
|
|
36318
36345
|
}
|
|
36319
36346
|
}
|
|
36320
|
-
setsectionproperties(_objectSpread$
|
|
36347
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
36321
36348
|
}, [StatePagePropertiesContext]);
|
|
36322
36349
|
useEffect(function () {
|
|
36323
36350
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -37246,8 +37273,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
37246
37273
|
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"};
|
|
37247
37274
|
styleInject(css_248z$m);
|
|
37248
37275
|
|
|
37249
|
-
function ownKeys$
|
|
37250
|
-
function _objectSpread$
|
|
37276
|
+
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; }
|
|
37277
|
+
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; }
|
|
37251
37278
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
37252
37279
|
var _textarray$, _textarray$2, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
37253
37280
|
var _useState = useState(''),
|
|
@@ -37288,7 +37315,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
37288
37315
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37289
37316
|
});
|
|
37290
37317
|
}
|
|
37291
|
-
setsectionproperties(_objectSpread$
|
|
37318
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
37292
37319
|
}, [StatePagePropertiesContext]);
|
|
37293
37320
|
var _useState5 = useState([]),
|
|
37294
37321
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -38064,8 +38091,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
38064
38091
|
}));
|
|
38065
38092
|
};
|
|
38066
38093
|
|
|
38067
|
-
function ownKeys$
|
|
38068
|
-
function _objectSpread$
|
|
38094
|
+
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; }
|
|
38095
|
+
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; }
|
|
38069
38096
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
38070
38097
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
38071
38098
|
var _useState = useState(''),
|
|
@@ -38115,7 +38142,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38115
38142
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38116
38143
|
});
|
|
38117
38144
|
}
|
|
38118
|
-
setsectionproperties(_objectSpread$
|
|
38145
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
38119
38146
|
}, [StatePagePropertiesContext]);
|
|
38120
38147
|
useEffect(function () {
|
|
38121
38148
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -38789,8 +38816,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38789
38816
|
}));
|
|
38790
38817
|
};
|
|
38791
38818
|
|
|
38792
|
-
function ownKeys$
|
|
38793
|
-
function _objectSpread$
|
|
38819
|
+
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; }
|
|
38820
|
+
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; }
|
|
38794
38821
|
var Allinonefooter = function Allinonefooter(props) {
|
|
38795
38822
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
38796
38823
|
var _useState = useState(''),
|
|
@@ -38817,7 +38844,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38817
38844
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
38818
38845
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38819
38846
|
});
|
|
38820
|
-
setsectionproperties(_objectSpread$
|
|
38847
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38821
38848
|
} else {
|
|
38822
38849
|
var secpropobj = {};
|
|
38823
38850
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -38827,7 +38854,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38827
38854
|
});
|
|
38828
38855
|
}
|
|
38829
38856
|
});
|
|
38830
|
-
setsectionproperties(_objectSpread$
|
|
38857
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38831
38858
|
}
|
|
38832
38859
|
}, [StatePagePropertiesContext]);
|
|
38833
38860
|
var footerStyles = {
|
|
@@ -39283,8 +39310,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
39283
39310
|
}))))));
|
|
39284
39311
|
};
|
|
39285
39312
|
|
|
39286
|
-
function ownKeys$
|
|
39287
|
-
function _objectSpread$
|
|
39313
|
+
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; }
|
|
39314
|
+
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; }
|
|
39288
39315
|
var Footer1 = function Footer1(props) {
|
|
39289
39316
|
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;
|
|
39290
39317
|
var _useState = useState(''),
|
|
@@ -39311,7 +39338,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39311
39338
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
39312
39339
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39313
39340
|
});
|
|
39314
|
-
setsectionproperties(_objectSpread$
|
|
39341
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39315
39342
|
} else {
|
|
39316
39343
|
var secpropobj = {};
|
|
39317
39344
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -39321,7 +39348,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39321
39348
|
});
|
|
39322
39349
|
}
|
|
39323
39350
|
});
|
|
39324
|
-
setsectionproperties(_objectSpread$
|
|
39351
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39325
39352
|
}
|
|
39326
39353
|
}, [StatePagePropertiesContext]);
|
|
39327
39354
|
useEffect(function () {
|
|
@@ -39739,8 +39766,8 @@ var Footer1 = function Footer1(props) {
|
|
|
39739
39766
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
39740
39767
|
};
|
|
39741
39768
|
|
|
39742
|
-
function ownKeys$
|
|
39743
|
-
function _objectSpread$
|
|
39769
|
+
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; }
|
|
39770
|
+
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; }
|
|
39744
39771
|
var Footer2 = function Footer2(props) {
|
|
39745
39772
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
39746
39773
|
var _useState = useState(''),
|
|
@@ -39770,7 +39797,7 @@ var Footer2 = function Footer2(props) {
|
|
|
39770
39797
|
});
|
|
39771
39798
|
}
|
|
39772
39799
|
});
|
|
39773
|
-
setsectionproperties(_objectSpread$
|
|
39800
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
39774
39801
|
}, [StatePagePropertiesContext]);
|
|
39775
39802
|
useEffect(function () {
|
|
39776
39803
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -40128,8 +40155,8 @@ var Footer2 = function Footer2(props) {
|
|
|
40128
40155
|
})))));
|
|
40129
40156
|
};
|
|
40130
40157
|
|
|
40131
|
-
function ownKeys$
|
|
40132
|
-
function _objectSpread$
|
|
40158
|
+
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; }
|
|
40159
|
+
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; }
|
|
40133
40160
|
var Footer3 = function Footer3(props) {
|
|
40134
40161
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i16, _authdetailsContext$i17;
|
|
40135
40162
|
var _useState = useState(''),
|
|
@@ -40156,7 +40183,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40156
40183
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40157
40184
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40158
40185
|
});
|
|
40159
|
-
setsectionproperties(_objectSpread$
|
|
40186
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40160
40187
|
} else {
|
|
40161
40188
|
var secpropobj = {};
|
|
40162
40189
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40166,7 +40193,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40166
40193
|
});
|
|
40167
40194
|
}
|
|
40168
40195
|
});
|
|
40169
|
-
setsectionproperties(_objectSpread$
|
|
40196
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40170
40197
|
}
|
|
40171
40198
|
}, [StatePagePropertiesContext]);
|
|
40172
40199
|
useEffect(function () {
|
|
@@ -40480,8 +40507,8 @@ var Footer3 = function Footer3(props) {
|
|
|
40480
40507
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.address_en)))))));
|
|
40481
40508
|
};
|
|
40482
40509
|
|
|
40483
|
-
function ownKeys$
|
|
40484
|
-
function _objectSpread$
|
|
40510
|
+
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; }
|
|
40511
|
+
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; }
|
|
40485
40512
|
var Footer4 = function Footer4(props) {
|
|
40486
40513
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
40487
40514
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -40504,7 +40531,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40504
40531
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40505
40532
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40506
40533
|
});
|
|
40507
|
-
setsectionproperties(_objectSpread$
|
|
40534
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40508
40535
|
} else {
|
|
40509
40536
|
var secpropobj = {};
|
|
40510
40537
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40514,7 +40541,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40514
40541
|
});
|
|
40515
40542
|
}
|
|
40516
40543
|
});
|
|
40517
|
-
setsectionproperties(_objectSpread$
|
|
40544
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40518
40545
|
}
|
|
40519
40546
|
}, [StatePagePropertiesContext]);
|
|
40520
40547
|
var footerStyles = {
|
|
@@ -40899,8 +40926,8 @@ var Footer4 = function Footer4(props) {
|
|
|
40899
40926
|
}))))))));
|
|
40900
40927
|
};
|
|
40901
40928
|
|
|
40902
|
-
function ownKeys$
|
|
40903
|
-
function _objectSpread$
|
|
40929
|
+
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; }
|
|
40930
|
+
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; }
|
|
40904
40931
|
var Footer5 = function Footer5(props) {
|
|
40905
40932
|
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;
|
|
40906
40933
|
var _useState = useState(''),
|
|
@@ -40930,7 +40957,7 @@ var Footer5 = function Footer5(props) {
|
|
|
40930
40957
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40931
40958
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40932
40959
|
});
|
|
40933
|
-
setsectionproperties(_objectSpread$
|
|
40960
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
40934
40961
|
} else {
|
|
40935
40962
|
var secpropobj = {};
|
|
40936
40963
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40940,7 +40967,7 @@ var Footer5 = function Footer5(props) {
|
|
|
40940
40967
|
});
|
|
40941
40968
|
}
|
|
40942
40969
|
});
|
|
40943
|
-
setsectionproperties(_objectSpread$
|
|
40970
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
40944
40971
|
}
|
|
40945
40972
|
}, [StatePagePropertiesContext]);
|
|
40946
40973
|
useEffect(function () {
|
|
@@ -41428,8 +41455,8 @@ var Footer5 = function Footer5(props) {
|
|
|
41428
41455
|
}))))))));
|
|
41429
41456
|
};
|
|
41430
41457
|
|
|
41431
|
-
function ownKeys$
|
|
41432
|
-
function _objectSpread$
|
|
41458
|
+
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; }
|
|
41459
|
+
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; }
|
|
41433
41460
|
var Footer6 = function Footer6(props) {
|
|
41434
41461
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
41435
41462
|
var _useState = useState(''),
|
|
@@ -41460,7 +41487,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41460
41487
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41461
41488
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41462
41489
|
});
|
|
41463
|
-
setsectionproperties(_objectSpread$
|
|
41490
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41464
41491
|
} else {
|
|
41465
41492
|
var secpropobj = {};
|
|
41466
41493
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41470,7 +41497,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41470
41497
|
});
|
|
41471
41498
|
}
|
|
41472
41499
|
});
|
|
41473
|
-
setsectionproperties(_objectSpread$
|
|
41500
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41474
41501
|
}
|
|
41475
41502
|
}, [StatePagePropertiesContext]);
|
|
41476
41503
|
useEffect(function () {
|
|
@@ -41707,8 +41734,8 @@ var Footer6 = function Footer6(props) {
|
|
|
41707
41734
|
}))));
|
|
41708
41735
|
};
|
|
41709
41736
|
|
|
41710
|
-
function ownKeys$
|
|
41711
|
-
function _objectSpread$
|
|
41737
|
+
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; }
|
|
41738
|
+
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; }
|
|
41712
41739
|
var Footer7 = function Footer7(props) {
|
|
41713
41740
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
41714
41741
|
var _useState = useState(''),
|
|
@@ -41739,7 +41766,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41739
41766
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41740
41767
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41741
41768
|
});
|
|
41742
|
-
setsectionproperties(_objectSpread$
|
|
41769
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41743
41770
|
} else {
|
|
41744
41771
|
var secpropobj = {};
|
|
41745
41772
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41749,7 +41776,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41749
41776
|
});
|
|
41750
41777
|
}
|
|
41751
41778
|
});
|
|
41752
|
-
setsectionproperties(_objectSpread$
|
|
41779
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41753
41780
|
}
|
|
41754
41781
|
}, [StatePagePropertiesContext]);
|
|
41755
41782
|
useEffect(function () {
|
|
@@ -42107,8 +42134,8 @@ var Footer7 = function Footer7(props) {
|
|
|
42107
42134
|
}))))));
|
|
42108
42135
|
};
|
|
42109
42136
|
|
|
42110
|
-
function ownKeys$
|
|
42111
|
-
function _objectSpread$
|
|
42137
|
+
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; }
|
|
42138
|
+
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; }
|
|
42112
42139
|
var Footer8 = function Footer8(props) {
|
|
42113
42140
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
|
|
42114
42141
|
var _useState = useState(''),
|
|
@@ -42135,7 +42162,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42135
42162
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42136
42163
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42137
42164
|
});
|
|
42138
|
-
setsectionproperties(_objectSpread$
|
|
42165
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42139
42166
|
} else {
|
|
42140
42167
|
var secpropobj = {};
|
|
42141
42168
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42145,7 +42172,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42145
42172
|
});
|
|
42146
42173
|
}
|
|
42147
42174
|
});
|
|
42148
|
-
setsectionproperties(_objectSpread$
|
|
42175
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42149
42176
|
}
|
|
42150
42177
|
}, [StatePagePropertiesContext]);
|
|
42151
42178
|
var footerStyles = {
|
|
@@ -42523,8 +42550,8 @@ var Footer8 = function Footer8(props) {
|
|
|
42523
42550
|
}, lang.orderhistory)))))));
|
|
42524
42551
|
};
|
|
42525
42552
|
|
|
42526
|
-
function ownKeys$
|
|
42527
|
-
function _objectSpread$
|
|
42553
|
+
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; }
|
|
42554
|
+
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; }
|
|
42528
42555
|
var Simplefooter = function Simplefooter(props) {
|
|
42529
42556
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
42530
42557
|
var _useState = useState(''),
|
|
@@ -42551,7 +42578,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42551
42578
|
});
|
|
42552
42579
|
}
|
|
42553
42580
|
});
|
|
42554
|
-
setsectionproperties(_objectSpread$
|
|
42581
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
42555
42582
|
}, [StatePagePropertiesContext]);
|
|
42556
42583
|
useEffect(function () {
|
|
42557
42584
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -42818,8 +42845,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42818
42845
|
})));
|
|
42819
42846
|
};
|
|
42820
42847
|
|
|
42821
|
-
function ownKeys$
|
|
42822
|
-
function _objectSpread$
|
|
42848
|
+
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; }
|
|
42849
|
+
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; }
|
|
42823
42850
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
42824
42851
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
42825
42852
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42842,7 +42869,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42842
42869
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42843
42870
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42844
42871
|
});
|
|
42845
|
-
setsectionproperties(_objectSpread$
|
|
42872
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42846
42873
|
} else {
|
|
42847
42874
|
var secpropobj = {};
|
|
42848
42875
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42852,7 +42879,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42852
42879
|
});
|
|
42853
42880
|
}
|
|
42854
42881
|
});
|
|
42855
|
-
setsectionproperties(_objectSpread$
|
|
42882
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42856
42883
|
}
|
|
42857
42884
|
}, [StatePagePropertiesContext]);
|
|
42858
42885
|
var _useState3 = useState([]),
|
|
@@ -43130,8 +43157,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
43130
43157
|
}, "@ ", 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))));
|
|
43131
43158
|
};
|
|
43132
43159
|
|
|
43133
|
-
function ownKeys$
|
|
43134
|
-
function _objectSpread$
|
|
43160
|
+
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; }
|
|
43161
|
+
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; }
|
|
43135
43162
|
var ModernFooter = function ModernFooter(props) {
|
|
43136
43163
|
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;
|
|
43137
43164
|
var _useState = useState(''),
|
|
@@ -43157,7 +43184,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43157
43184
|
});
|
|
43158
43185
|
}
|
|
43159
43186
|
});
|
|
43160
|
-
setsectionproperties(_objectSpread$
|
|
43187
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
43161
43188
|
}, [StatePagePropertiesContext]);
|
|
43162
43189
|
var footerStyles = {
|
|
43163
43190
|
footerContainer: css({
|
|
@@ -43608,8 +43635,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43608
43635
|
})))))));
|
|
43609
43636
|
};
|
|
43610
43637
|
|
|
43611
|
-
function ownKeys$
|
|
43612
|
-
function _objectSpread$
|
|
43638
|
+
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; }
|
|
43639
|
+
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; }
|
|
43613
43640
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43614
43641
|
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43615
43642
|
var _useState = useState(''),
|
|
@@ -43639,7 +43666,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43639
43666
|
});
|
|
43640
43667
|
}
|
|
43641
43668
|
});
|
|
43642
|
-
setsectionproperties(_objectSpread$
|
|
43669
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
43643
43670
|
}, [StatePagePropertiesContext]);
|
|
43644
43671
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
43645
43672
|
var _authdetailsContext$i;
|
|
@@ -44199,8 +44226,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
44199
44226
|
}, StoreInformation()))));
|
|
44200
44227
|
};
|
|
44201
44228
|
|
|
44202
|
-
function ownKeys$
|
|
44203
|
-
function _objectSpread$
|
|
44229
|
+
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; }
|
|
44230
|
+
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; }
|
|
44204
44231
|
var CardsSection2 = function CardsSection2(props) {
|
|
44205
44232
|
var _useInView = useInView();
|
|
44206
44233
|
_useInView.ref;
|
|
@@ -44258,7 +44285,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44258
44285
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44259
44286
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44260
44287
|
});
|
|
44261
|
-
setsectionproperties(_objectSpread$
|
|
44288
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
44262
44289
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44263
44290
|
setfetchingtype('products');
|
|
44264
44291
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44324,9 +44351,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44324
44351
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44325
44352
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44326
44353
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44327
|
-
setProductFilterObjContext(_objectSpread$
|
|
44354
|
+
setProductFilterObjContext(_objectSpread$1n({}, tempfetchproductsfilerobjcontext));
|
|
44328
44355
|
}
|
|
44329
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44356
|
+
setFetchQueriesEngineContext(_objectSpread$1n({}, tempFetchQueriesEngineContext));
|
|
44330
44357
|
}
|
|
44331
44358
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44332
44359
|
useEffect(function () {
|
|
@@ -44611,8 +44638,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44611
44638
|
}, cardsrender())));
|
|
44612
44639
|
};
|
|
44613
44640
|
|
|
44614
|
-
function ownKeys$
|
|
44615
|
-
function _objectSpread$
|
|
44641
|
+
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; }
|
|
44642
|
+
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; }
|
|
44616
44643
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
44617
44644
|
var _section_cssstyles;
|
|
44618
44645
|
var _useInView = useInView();
|
|
@@ -44666,7 +44693,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44666
44693
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44667
44694
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44668
44695
|
});
|
|
44669
|
-
setsectionproperties(_objectSpread$
|
|
44696
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
44670
44697
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44671
44698
|
setfetchingtype('products');
|
|
44672
44699
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44718,9 +44745,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44718
44745
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44719
44746
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44720
44747
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44721
|
-
setProductFilterObjContext(_objectSpread$
|
|
44748
|
+
setProductFilterObjContext(_objectSpread$1m({}, tempfetchproductsfilerobjcontext));
|
|
44722
44749
|
}
|
|
44723
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44750
|
+
setFetchQueriesEngineContext(_objectSpread$1m({}, tempFetchQueriesEngineContext));
|
|
44724
44751
|
}
|
|
44725
44752
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44726
44753
|
useEffect(function () {
|
|
@@ -45101,8 +45128,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
45101
45128
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
45102
45129
|
};
|
|
45103
45130
|
|
|
45104
|
-
function ownKeys$
|
|
45105
|
-
function _objectSpread$
|
|
45131
|
+
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; }
|
|
45132
|
+
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; }
|
|
45106
45133
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
45107
45134
|
var _useInView = useInView(),
|
|
45108
45135
|
ref = _useInView.ref,
|
|
@@ -45161,7 +45188,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45161
45188
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45162
45189
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45163
45190
|
});
|
|
45164
|
-
setsectionproperties(_objectSpread$
|
|
45191
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
45165
45192
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
45166
45193
|
setfetchingtype('products');
|
|
45167
45194
|
setProductsFetchingTypeSectionObj({
|
|
@@ -45223,7 +45250,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45223
45250
|
}
|
|
45224
45251
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
45225
45252
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
45226
|
-
setProductFilterObjContext(_objectSpread$
|
|
45253
|
+
setProductFilterObjContext(_objectSpread$1l({}, tempfetchproductsfilerobjcontext));
|
|
45227
45254
|
}
|
|
45228
45255
|
if (fetchingtype == 'categories') {
|
|
45229
45256
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -45299,7 +45326,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45299
45326
|
cardobjassigner(collections);
|
|
45300
45327
|
}
|
|
45301
45328
|
}
|
|
45302
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45329
|
+
setFetchQueriesEngineContext(_objectSpread$1l({}, tempFetchQueriesEngineContext));
|
|
45303
45330
|
}
|
|
45304
45331
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45305
45332
|
useEffect(function () {
|
|
@@ -45655,8 +45682,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45655
45682
|
}, cardsrender()));
|
|
45656
45683
|
};
|
|
45657
45684
|
|
|
45658
|
-
function ownKeys$
|
|
45659
|
-
function _objectSpread$
|
|
45685
|
+
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; }
|
|
45686
|
+
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; }
|
|
45660
45687
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
45661
45688
|
var _useInView = useInView();
|
|
45662
45689
|
_useInView.ref;
|
|
@@ -45701,7 +45728,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45701
45728
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45702
45729
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45703
45730
|
});
|
|
45704
|
-
setsectionproperties(_objectSpread$
|
|
45731
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
45705
45732
|
setfetchingtype(sectionitem.fetchingtype);
|
|
45706
45733
|
setProductsFetchingTypeSectionObj({
|
|
45707
45734
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -45727,7 +45754,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45727
45754
|
} else {
|
|
45728
45755
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
45729
45756
|
}
|
|
45730
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45757
|
+
setFetchQueriesEngineContext(_objectSpread$1k({}, tempFetchQueriesEngineContext));
|
|
45731
45758
|
}
|
|
45732
45759
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45733
45760
|
useEffect(function () {
|
|
@@ -46007,8 +46034,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
46007
46034
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
46008
46035
|
};
|
|
46009
46036
|
|
|
46010
|
-
function ownKeys$
|
|
46011
|
-
function _objectSpread$
|
|
46037
|
+
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; }
|
|
46038
|
+
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; }
|
|
46012
46039
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
46013
46040
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
46014
46041
|
props.actions.lang;
|
|
@@ -46083,7 +46110,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46083
46110
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46084
46111
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46085
46112
|
});
|
|
46086
|
-
setsectionproperties(_objectSpread$
|
|
46113
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
46087
46114
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46088
46115
|
setfetchingtype('products');
|
|
46089
46116
|
var lcproductfetchingtype = 'Random';
|
|
@@ -46160,7 +46187,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46160
46187
|
}
|
|
46161
46188
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
46162
46189
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
46163
|
-
setProductFilterObjContext(_objectSpread$
|
|
46190
|
+
setProductFilterObjContext(_objectSpread$1j({}, tempfetchproductsfilerobjcontext));
|
|
46164
46191
|
}
|
|
46165
46192
|
if (fetchingtype == 'categories') {
|
|
46166
46193
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -46236,7 +46263,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46236
46263
|
cardobjassigner(collections);
|
|
46237
46264
|
}
|
|
46238
46265
|
}
|
|
46239
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
46266
|
+
setFetchQueriesEngineContext(_objectSpread$1j({}, tempFetchQueriesEngineContext));
|
|
46240
46267
|
}
|
|
46241
46268
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46242
46269
|
useEffect(function () {
|
|
@@ -46875,8 +46902,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46875
46902
|
}, cardsrender()));
|
|
46876
46903
|
};
|
|
46877
46904
|
|
|
46878
|
-
function ownKeys$
|
|
46879
|
-
function _objectSpread$
|
|
46905
|
+
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; }
|
|
46906
|
+
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; }
|
|
46880
46907
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
46881
46908
|
var _useInView = useInView(),
|
|
46882
46909
|
ref = _useInView.ref,
|
|
@@ -46937,7 +46964,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
46937
46964
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46938
46965
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46939
46966
|
});
|
|
46940
|
-
setsectionproperties(_objectSpread$
|
|
46967
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
46941
46968
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46942
46969
|
setfetchingtype('products');
|
|
46943
46970
|
setProductsFetchingTypeSectionObj({
|
|
@@ -46989,9 +47016,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
46989
47016
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
46990
47017
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
46991
47018
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
46992
|
-
setProductFilterObjContext(_objectSpread$
|
|
47019
|
+
setProductFilterObjContext(_objectSpread$1i({}, tempfetchproductsfilerobjcontext));
|
|
46993
47020
|
// }
|
|
46994
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47021
|
+
setFetchQueriesEngineContext(_objectSpread$1i({}, tempFetchQueriesEngineContext));
|
|
46995
47022
|
}
|
|
46996
47023
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46997
47024
|
useEffect(function () {
|
|
@@ -47429,8 +47456,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47429
47456
|
}, cardsrender())));
|
|
47430
47457
|
};
|
|
47431
47458
|
|
|
47432
|
-
function ownKeys$
|
|
47433
|
-
function _objectSpread$
|
|
47459
|
+
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; }
|
|
47460
|
+
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; }
|
|
47434
47461
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
47435
47462
|
var _useInView = useInView();
|
|
47436
47463
|
_useInView.ref;
|
|
@@ -47457,7 +47484,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47457
47484
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47458
47485
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47459
47486
|
});
|
|
47460
|
-
setsectionproperties(_objectSpread$
|
|
47487
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
47461
47488
|
setfetchingtype(sectionitem.fetchingtype);
|
|
47462
47489
|
}
|
|
47463
47490
|
});
|
|
@@ -47698,8 +47725,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47698
47725
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
47699
47726
|
};
|
|
47700
47727
|
|
|
47701
|
-
function ownKeys$
|
|
47702
|
-
function _objectSpread$
|
|
47728
|
+
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; }
|
|
47729
|
+
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; }
|
|
47703
47730
|
var CollapsableSection = function CollapsableSection(props) {
|
|
47704
47731
|
var _maincontainerarrayof;
|
|
47705
47732
|
var _useState = useState(''),
|
|
@@ -47723,7 +47750,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
47723
47750
|
});
|
|
47724
47751
|
}
|
|
47725
47752
|
});
|
|
47726
|
-
setsectionproperties(_objectSpread$
|
|
47753
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
47727
47754
|
}, [StatePagePropertiesContext]);
|
|
47728
47755
|
useEffect(function () {
|
|
47729
47756
|
if (sectionproperties.length != 0) {
|
|
@@ -48008,8 +48035,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
48008
48035
|
})))));
|
|
48009
48036
|
};
|
|
48010
48037
|
|
|
48011
|
-
function ownKeys$
|
|
48012
|
-
function _objectSpread$
|
|
48038
|
+
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; }
|
|
48039
|
+
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; }
|
|
48013
48040
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
48014
48041
|
props.actions.lang;
|
|
48015
48042
|
var langdetect = props.actions.langdetect;
|
|
@@ -48040,7 +48067,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48040
48067
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48041
48068
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48042
48069
|
});
|
|
48043
|
-
setsectionproperties(_objectSpread$
|
|
48070
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48044
48071
|
} else {
|
|
48045
48072
|
var secpropobj = {};
|
|
48046
48073
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48050,7 +48077,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48050
48077
|
});
|
|
48051
48078
|
}
|
|
48052
48079
|
});
|
|
48053
|
-
setsectionproperties(_objectSpread$
|
|
48080
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48054
48081
|
}
|
|
48055
48082
|
}, [StatePagePropertiesContext]);
|
|
48056
48083
|
useEffect(function () {
|
|
@@ -48471,8 +48498,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48471
48498
|
}, BackgroundImagesContent())));
|
|
48472
48499
|
};
|
|
48473
48500
|
|
|
48474
|
-
function ownKeys$
|
|
48475
|
-
function _objectSpread$
|
|
48501
|
+
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; }
|
|
48502
|
+
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; }
|
|
48476
48503
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
48477
48504
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$13, _imagesarray$17;
|
|
48478
48505
|
props.actions.lang;
|
|
@@ -48499,7 +48526,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48499
48526
|
});
|
|
48500
48527
|
}
|
|
48501
48528
|
});
|
|
48502
|
-
setsectionproperties(_objectSpread$
|
|
48529
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
48503
48530
|
}, [StatePagePropertiesContext]);
|
|
48504
48531
|
useEffect(function () {
|
|
48505
48532
|
if (sectionproperties.length != 0) {
|
|
@@ -48794,8 +48821,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48794
48821
|
})))))));
|
|
48795
48822
|
};
|
|
48796
48823
|
|
|
48797
|
-
function ownKeys$
|
|
48798
|
-
function _objectSpread$
|
|
48824
|
+
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; }
|
|
48825
|
+
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; }
|
|
48799
48826
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
48800
48827
|
var _useState = useState(''),
|
|
48801
48828
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -48818,7 +48845,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48818
48845
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48819
48846
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48820
48847
|
});
|
|
48821
|
-
setsectionproperties(_objectSpread$
|
|
48848
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48822
48849
|
} else {
|
|
48823
48850
|
var secpropobj = {};
|
|
48824
48851
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48828,7 +48855,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48828
48855
|
});
|
|
48829
48856
|
}
|
|
48830
48857
|
});
|
|
48831
|
-
setsectionproperties(_objectSpread$
|
|
48858
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48832
48859
|
}
|
|
48833
48860
|
}, [StatePagePropertiesContext]);
|
|
48834
48861
|
useEffect(function () {
|
|
@@ -49045,8 +49072,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
49045
49072
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
49046
49073
|
styleInject(css_248z$l);
|
|
49047
49074
|
|
|
49048
|
-
function ownKeys$
|
|
49049
|
-
function _objectSpread$
|
|
49075
|
+
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; }
|
|
49076
|
+
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; }
|
|
49050
49077
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
49051
49078
|
var _ref, _bgimagesarray$, _bgimagesarray$2, _ref2;
|
|
49052
49079
|
var _useState = useState(''),
|
|
@@ -49069,7 +49096,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49069
49096
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49070
49097
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49071
49098
|
});
|
|
49072
|
-
setsectionproperties(_objectSpread$
|
|
49099
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49073
49100
|
} else {
|
|
49074
49101
|
var secpropobj = {};
|
|
49075
49102
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49079,7 +49106,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49079
49106
|
});
|
|
49080
49107
|
}
|
|
49081
49108
|
});
|
|
49082
|
-
setsectionproperties(_objectSpread$
|
|
49109
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49083
49110
|
}
|
|
49084
49111
|
}, [StatePagePropertiesContext]);
|
|
49085
49112
|
useEffect(function () {
|
|
@@ -49306,8 +49333,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49306
49333
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
49307
49334
|
};
|
|
49308
49335
|
|
|
49309
|
-
function ownKeys$
|
|
49310
|
-
function _objectSpread$
|
|
49336
|
+
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; }
|
|
49337
|
+
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; }
|
|
49311
49338
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
49312
49339
|
var _useState = useState(''),
|
|
49313
49340
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -49330,7 +49357,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49330
49357
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49331
49358
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49332
49359
|
});
|
|
49333
|
-
setsectionproperties(_objectSpread$
|
|
49360
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49334
49361
|
} else {
|
|
49335
49362
|
var secpropobj = {};
|
|
49336
49363
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49340,7 +49367,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49340
49367
|
});
|
|
49341
49368
|
}
|
|
49342
49369
|
});
|
|
49343
|
-
setsectionproperties(_objectSpread$
|
|
49370
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49344
49371
|
}
|
|
49345
49372
|
}, [StatePagePropertiesContext]);
|
|
49346
49373
|
useEffect(function () {
|
|
@@ -49451,8 +49478,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49451
49478
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
49452
49479
|
styleInject(css_248z$k);
|
|
49453
49480
|
|
|
49454
|
-
function ownKeys$
|
|
49455
|
-
function _objectSpread$
|
|
49481
|
+
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; }
|
|
49482
|
+
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; }
|
|
49456
49483
|
var Select = /*#__PURE__*/React.lazy(function () {
|
|
49457
49484
|
return import('react-select');
|
|
49458
49485
|
});
|
|
@@ -49470,7 +49497,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49470
49497
|
sectionproperties = _useState2[0],
|
|
49471
49498
|
setsectionproperties = _useState2[1];
|
|
49472
49499
|
useEffect(function () {
|
|
49473
|
-
setsectionproperties(_objectSpread$
|
|
49500
|
+
setsectionproperties(_objectSpread$1a({}, props.sectionproperties));
|
|
49474
49501
|
}, [props.sectionproperties]);
|
|
49475
49502
|
var formstyles = {
|
|
49476
49503
|
input_label_name: css({
|
|
@@ -49541,13 +49568,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49541
49568
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49542
49569
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
49543
49570
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
49544
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49571
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49545
49572
|
if (props.srcfrom != 'filter') {
|
|
49546
49573
|
props.payloadobjchange('countryid', option.id);
|
|
49547
49574
|
} else {
|
|
49548
49575
|
var temp = props.payloadobj;
|
|
49549
49576
|
temp.countryid = option.id;
|
|
49550
|
-
props.setpayloadobj(_objectSpread$
|
|
49577
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49551
49578
|
}
|
|
49552
49579
|
},
|
|
49553
49580
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49600,13 +49627,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49600
49627
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49601
49628
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
49602
49629
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
49603
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49630
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49604
49631
|
if (props.srcfrom != 'filter') {
|
|
49605
49632
|
props.payloadobjchange('stateid', option.id);
|
|
49606
49633
|
} else {
|
|
49607
49634
|
var temp = props.payloadobj;
|
|
49608
49635
|
temp.stateid = option.id;
|
|
49609
|
-
props.setpayloadobj(_objectSpread$
|
|
49636
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49610
49637
|
}
|
|
49611
49638
|
},
|
|
49612
49639
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49661,7 +49688,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49661
49688
|
} else {
|
|
49662
49689
|
var temp = props.payloadobj;
|
|
49663
49690
|
temp.cityid = option.id;
|
|
49664
|
-
props.setpayloadobj(_objectSpread$
|
|
49691
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49665
49692
|
}
|
|
49666
49693
|
},
|
|
49667
49694
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49695,8 +49722,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49695
49722
|
}))));
|
|
49696
49723
|
};
|
|
49697
49724
|
|
|
49698
|
-
function ownKeys$
|
|
49699
|
-
function _objectSpread$
|
|
49725
|
+
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; }
|
|
49726
|
+
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; }
|
|
49700
49727
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
49701
49728
|
var _css, _fetchProductFeatures;
|
|
49702
49729
|
var _useState = useState(''),
|
|
@@ -49754,11 +49781,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49754
49781
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
49755
49782
|
props.actions.fetchcollectionsQueryContext;
|
|
49756
49783
|
useEffect(function () {
|
|
49757
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49784
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49758
49785
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
49759
49786
|
tempFetchQueriesEngineContext.collections = true;
|
|
49760
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49761
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49787
|
+
setFetchQueriesEngineContext(_objectSpread$19({}, tempFetchQueriesEngineContext));
|
|
49788
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49762
49789
|
|
|
49763
49790
|
// authdetailsContext?.instinfo?.instcollections?
|
|
49764
49791
|
}, []);
|
|
@@ -49779,7 +49806,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49779
49806
|
});
|
|
49780
49807
|
}
|
|
49781
49808
|
});
|
|
49782
|
-
setsectionproperties(_objectSpread$
|
|
49809
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
49783
49810
|
}, [StatePagePropertiesContext]);
|
|
49784
49811
|
useEffect(function () {
|
|
49785
49812
|
if (sectionproperties.length != 0) {
|
|
@@ -50027,7 +50054,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50027
50054
|
var temp = payloadobj;
|
|
50028
50055
|
temp.collections = [];
|
|
50029
50056
|
temp.collections.push(option.collectionid);
|
|
50030
|
-
setpayloadobj(_objectSpread$
|
|
50057
|
+
setpayloadobj(_objectSpread$19({}, temp));
|
|
50031
50058
|
},
|
|
50032
50059
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
50033
50060
|
isSearchable: true,
|
|
@@ -50065,7 +50092,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50065
50092
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50066
50093
|
value: pricevalue,
|
|
50067
50094
|
onChange: function onChange(value) {
|
|
50068
|
-
setpricevalue(_objectSpread$
|
|
50095
|
+
setpricevalue(_objectSpread$19({}, value));
|
|
50069
50096
|
}
|
|
50070
50097
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
50071
50098
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -50073,7 +50100,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50073
50100
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50074
50101
|
onClick: function onClick() {
|
|
50075
50102
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50076
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50103
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50077
50104
|
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) {
|
|
50078
50105
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50079
50106
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50310,7 +50337,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50310
50337
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50311
50338
|
onClick: function onClick() {
|
|
50312
50339
|
var _payloadobj$countryid2, _payloadobj$stateid2, _payloadobj$cityid2, _pricevalue$min2, _pricevalue$max2;
|
|
50313
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50340
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50314
50341
|
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) {
|
|
50315
50342
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50316
50343
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50358,8 +50385,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50358
50385
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50359
50386
|
};
|
|
50360
50387
|
|
|
50361
|
-
function ownKeys$
|
|
50362
|
-
function _objectSpread$
|
|
50388
|
+
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; }
|
|
50389
|
+
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; }
|
|
50363
50390
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
50364
50391
|
var _fetchCategoriesQuery;
|
|
50365
50392
|
var _useState = useState(''),
|
|
@@ -50413,11 +50440,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50413
50440
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
50414
50441
|
props.actions.fetchcollectionsQueryContext;
|
|
50415
50442
|
useEffect(function () {
|
|
50416
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50443
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50417
50444
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
50418
50445
|
tempFetchQueriesEngineContext.collections = true;
|
|
50419
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
50420
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50446
|
+
setFetchQueriesEngineContext(_objectSpread$18({}, tempFetchQueriesEngineContext));
|
|
50447
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50421
50448
|
|
|
50422
50449
|
// authdetailsContext?.instinfo?.instcollections?
|
|
50423
50450
|
}, []);
|
|
@@ -50438,7 +50465,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50438
50465
|
});
|
|
50439
50466
|
}
|
|
50440
50467
|
});
|
|
50441
|
-
setsectionproperties(_objectSpread$
|
|
50468
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
50442
50469
|
}, [StatePagePropertiesContext]);
|
|
50443
50470
|
// useEffect(() => {
|
|
50444
50471
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -50686,7 +50713,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50686
50713
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50687
50714
|
value: pricevalue,
|
|
50688
50715
|
onChange: function onChange(value) {
|
|
50689
|
-
setpricevalue(_objectSpread$
|
|
50716
|
+
setpricevalue(_objectSpread$18({}, value));
|
|
50690
50717
|
}
|
|
50691
50718
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
50692
50719
|
"class": "col-lg-1"
|
|
@@ -50696,7 +50723,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50696
50723
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50697
50724
|
onClick: function onClick() {
|
|
50698
50725
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50699
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50726
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$18({}, fetchproductsfilerobjcontext);
|
|
50700
50727
|
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) {
|
|
50701
50728
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50702
50729
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50741,8 +50768,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50741
50768
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50742
50769
|
};
|
|
50743
50770
|
|
|
50744
|
-
function ownKeys$
|
|
50745
|
-
function _objectSpread$
|
|
50771
|
+
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; }
|
|
50772
|
+
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; }
|
|
50746
50773
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
50747
50774
|
var _useState = useState(''),
|
|
50748
50775
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -50788,7 +50815,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50788
50815
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50789
50816
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50790
50817
|
});
|
|
50791
|
-
setsectionproperties(_objectSpread$
|
|
50818
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50792
50819
|
} else {
|
|
50793
50820
|
var secpropobj = {};
|
|
50794
50821
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50798,7 +50825,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50798
50825
|
});
|
|
50799
50826
|
}
|
|
50800
50827
|
});
|
|
50801
|
-
setsectionproperties(_objectSpread$
|
|
50828
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50802
50829
|
}
|
|
50803
50830
|
}, [StatePagePropertiesContext]);
|
|
50804
50831
|
var sectionstyles = {
|
|
@@ -50991,8 +51018,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50991
51018
|
})))));
|
|
50992
51019
|
};
|
|
50993
51020
|
|
|
50994
|
-
function ownKeys$
|
|
50995
|
-
function _objectSpread$
|
|
51021
|
+
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; }
|
|
51022
|
+
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; }
|
|
50996
51023
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
50997
51024
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
50998
51025
|
var lang = props.actions.lang;
|
|
@@ -51032,7 +51059,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51032
51059
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51033
51060
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51034
51061
|
});
|
|
51035
|
-
setsectionproperties(_objectSpread$
|
|
51062
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51036
51063
|
} else {
|
|
51037
51064
|
var secpropobj = {};
|
|
51038
51065
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51042,7 +51069,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51042
51069
|
});
|
|
51043
51070
|
}
|
|
51044
51071
|
});
|
|
51045
|
-
setsectionproperties(_objectSpread$
|
|
51072
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51046
51073
|
}
|
|
51047
51074
|
}, [StatePagePropertiesContext]);
|
|
51048
51075
|
useEffect(function () {
|
|
@@ -51203,8 +51230,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51203
51230
|
})))))))));
|
|
51204
51231
|
};
|
|
51205
51232
|
|
|
51206
|
-
function ownKeys$
|
|
51207
|
-
function _objectSpread$
|
|
51233
|
+
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; }
|
|
51234
|
+
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; }
|
|
51208
51235
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
51209
51236
|
var _useState = useState(''),
|
|
51210
51237
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51229,7 +51256,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51229
51256
|
});
|
|
51230
51257
|
}
|
|
51231
51258
|
});
|
|
51232
|
-
setsectionproperties(_objectSpread$
|
|
51259
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
51233
51260
|
}, [StatePagePropertiesContext]);
|
|
51234
51261
|
useEffect(function () {
|
|
51235
51262
|
if (sectionproperties.length != 0) {
|
|
@@ -51343,8 +51370,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51343
51370
|
}))))));
|
|
51344
51371
|
};
|
|
51345
51372
|
|
|
51346
|
-
function ownKeys$
|
|
51347
|
-
function _objectSpread$
|
|
51373
|
+
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; }
|
|
51374
|
+
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; }
|
|
51348
51375
|
var Threebgimages = function Threebgimages(props) {
|
|
51349
51376
|
var _ref;
|
|
51350
51377
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
@@ -51375,7 +51402,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51375
51402
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51376
51403
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51377
51404
|
});
|
|
51378
|
-
setsectionproperties(_objectSpread$
|
|
51405
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51379
51406
|
} else {
|
|
51380
51407
|
var secpropobj = {};
|
|
51381
51408
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51385,7 +51412,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51385
51412
|
});
|
|
51386
51413
|
}
|
|
51387
51414
|
});
|
|
51388
|
-
setsectionproperties(_objectSpread$
|
|
51415
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51389
51416
|
}
|
|
51390
51417
|
}, [StatePagePropertiesContext]);
|
|
51391
51418
|
useEffect(function () {
|
|
@@ -51599,8 +51626,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51599
51626
|
})));
|
|
51600
51627
|
};
|
|
51601
51628
|
|
|
51602
|
-
function ownKeys$
|
|
51603
|
-
function _objectSpread$
|
|
51629
|
+
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; }
|
|
51630
|
+
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; }
|
|
51604
51631
|
var Twobgimages = function Twobgimages(props) {
|
|
51605
51632
|
var _useState = useState(''),
|
|
51606
51633
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51628,7 +51655,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51628
51655
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51629
51656
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51630
51657
|
});
|
|
51631
|
-
setsectionproperties(_objectSpread$
|
|
51658
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51632
51659
|
} else {
|
|
51633
51660
|
var secpropobj = {};
|
|
51634
51661
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51638,7 +51665,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51638
51665
|
});
|
|
51639
51666
|
}
|
|
51640
51667
|
});
|
|
51641
|
-
setsectionproperties(_objectSpread$
|
|
51668
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51642
51669
|
}
|
|
51643
51670
|
}, [StatePagePropertiesContext]);
|
|
51644
51671
|
useEffect(function () {
|
|
@@ -51935,8 +51962,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51935
51962
|
}, BackgroundImage()));
|
|
51936
51963
|
};
|
|
51937
51964
|
|
|
51938
|
-
function ownKeys$
|
|
51939
|
-
function _objectSpread$
|
|
51965
|
+
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; }
|
|
51966
|
+
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; }
|
|
51940
51967
|
var VideosSection = function VideosSection(props) {
|
|
51941
51968
|
var _useState = useState(''),
|
|
51942
51969
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51962,7 +51989,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
51962
51989
|
});
|
|
51963
51990
|
}
|
|
51964
51991
|
});
|
|
51965
|
-
setsectionproperties(_objectSpread$
|
|
51992
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
51966
51993
|
}, [StatePagePropertiesContext]);
|
|
51967
51994
|
useEffect(function () {
|
|
51968
51995
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -52226,8 +52253,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
52226
52253
|
}))))));
|
|
52227
52254
|
};
|
|
52228
52255
|
|
|
52229
|
-
function ownKeys$
|
|
52230
|
-
function _objectSpread$
|
|
52256
|
+
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; }
|
|
52257
|
+
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; }
|
|
52231
52258
|
var FullVideoSection = function FullVideoSection(props) {
|
|
52232
52259
|
var _useState = useState(''),
|
|
52233
52260
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -52253,7 +52280,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52253
52280
|
});
|
|
52254
52281
|
}
|
|
52255
52282
|
});
|
|
52256
|
-
setsectionproperties(_objectSpread$
|
|
52283
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
52257
52284
|
}, [StatePagePropertiesContext]);
|
|
52258
52285
|
useEffect(function () {
|
|
52259
52286
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -52419,6 +52446,113 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52419
52446
|
}, Content(), " ", Video())));
|
|
52420
52447
|
};
|
|
52421
52448
|
|
|
52449
|
+
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; }
|
|
52450
|
+
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; }
|
|
52451
|
+
var Popupcomponent = function Popupcomponent(props) {
|
|
52452
|
+
var _useState = useState(''),
|
|
52453
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
52454
|
+
sectionproperties = _useState2[0],
|
|
52455
|
+
setsectionproperties = _useState2[1];
|
|
52456
|
+
props.actions.lang;
|
|
52457
|
+
var langdetect = props.actions.langdetect;
|
|
52458
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
52459
|
+
props.actions.routingcountext;
|
|
52460
|
+
props.actions.StaticPagesLinksContext;
|
|
52461
|
+
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
52462
|
+
props.actions;
|
|
52463
|
+
var _useState3 = useState(true),
|
|
52464
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
52465
|
+
showpopup = _useState4[0],
|
|
52466
|
+
setshowpopup = _useState4[1];
|
|
52467
|
+
var _useState5 = useState([]),
|
|
52468
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
52469
|
+
imagesarray = _useState6[0],
|
|
52470
|
+
setimagesarray = _useState6[1];
|
|
52471
|
+
useEffect(function () {
|
|
52472
|
+
var secpropobj = {};
|
|
52473
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
52474
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
52475
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
52476
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
52477
|
+
});
|
|
52478
|
+
}
|
|
52479
|
+
});
|
|
52480
|
+
setsectionproperties(_objectSpread$10({}, secpropobj));
|
|
52481
|
+
}, [StatePagePropertiesContext]);
|
|
52482
|
+
useEffect(function () {
|
|
52483
|
+
if (sectionproperties.length != 0) {
|
|
52484
|
+
if (sectionproperties.bgsection_imagearrayofobjs != null) {
|
|
52485
|
+
var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
|
|
52486
|
+
if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
|
|
52487
|
+
setimagesarray(_toConsumableArray(bgsection_imagearrayofobjsparsed));
|
|
52488
|
+
}
|
|
52489
|
+
}
|
|
52490
|
+
}
|
|
52491
|
+
}, [sectionproperties]);
|
|
52492
|
+
// useEffect(() => {
|
|
52493
|
+
// setTimeout(() => {
|
|
52494
|
+
// setshowpopup(true);
|
|
52495
|
+
// }, 2000);
|
|
52496
|
+
// }, []);
|
|
52497
|
+
var closePopUp = function closePopUp() {
|
|
52498
|
+
// setting key "seenPopUp" with value true into localStorage
|
|
52499
|
+
localStorage.setItem('seenPopUp', true);
|
|
52500
|
+
// setting state to false to not display pop-up
|
|
52501
|
+
setshowpopup(false);
|
|
52502
|
+
};
|
|
52503
|
+
useEffect(function () {
|
|
52504
|
+
// getting value of "seenPopUp" key from localStorage
|
|
52505
|
+
var returningUser = localStorage.getItem('seenPopUp');
|
|
52506
|
+
// if it's not there, for a new user, it will be null
|
|
52507
|
+
// if it's there it will be boolean true
|
|
52508
|
+
// setting the opposite to state, false for returning user, true for a new user
|
|
52509
|
+
setshowpopup(!returningUser);
|
|
52510
|
+
}, []);
|
|
52511
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
52512
|
+
className: "row ml-0 mr-0 w-100"
|
|
52513
|
+
}, showpopup == true && /*#__PURE__*/React.createElement(Modal, {
|
|
52514
|
+
show: true,
|
|
52515
|
+
onHide: function onHide() {
|
|
52516
|
+
closePopUp();
|
|
52517
|
+
},
|
|
52518
|
+
centered: true,
|
|
52519
|
+
size: 'md'
|
|
52520
|
+
}, /*#__PURE__*/React.createElement(Modal.Body, null, /*#__PURE__*/React.createElement("div", {
|
|
52521
|
+
className: "row w-100 m-0"
|
|
52522
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
52523
|
+
className: "allcentered bgdanger-hover cursor-pointer",
|
|
52524
|
+
onClick: function onClick() {
|
|
52525
|
+
closePopUp();
|
|
52526
|
+
},
|
|
52527
|
+
style: {
|
|
52528
|
+
position: 'absolute',
|
|
52529
|
+
top: -40,
|
|
52530
|
+
backgroundColor: '#000',
|
|
52531
|
+
width: 35,
|
|
52532
|
+
height: 35,
|
|
52533
|
+
right: 0
|
|
52534
|
+
}
|
|
52535
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
52536
|
+
"class": "h-100 allcentered text-black"
|
|
52537
|
+
}, /*#__PURE__*/React.createElement(IoMdClose, {
|
|
52538
|
+
size: 20,
|
|
52539
|
+
"class": "",
|
|
52540
|
+
color: '#fff'
|
|
52541
|
+
}))), Object.keys(imagesarray).length != 0 && /*#__PURE__*/React.createElement("a", {
|
|
52542
|
+
href: '/signup',
|
|
52543
|
+
target: "_self"
|
|
52544
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
52545
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52546
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52547
|
+
path: imagesarray.length != 0 ? langdetect == 'en' ? imagesarray[0].bgsection_image : imagesarray[0].bgsection_image_ar : '',
|
|
52548
|
+
style: {
|
|
52549
|
+
height: '100%',
|
|
52550
|
+
width: '100%',
|
|
52551
|
+
objectFit: 'contain'
|
|
52552
|
+
}
|
|
52553
|
+
})))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
52554
|
+
};
|
|
52555
|
+
|
|
52422
52556
|
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; }
|
|
52423
52557
|
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; }
|
|
52424
52558
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
@@ -71717,6 +71851,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
71717
71851
|
Twobgimages: Twobgimages,
|
|
71718
71852
|
VideosSection: VideosSection,
|
|
71719
71853
|
FullVideoSection: FullVideoSection,
|
|
71854
|
+
Popupcomponent: Popupcomponent,
|
|
71720
71855
|
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
71721
71856
|
DynamicForm: DynamicForm,
|
|
71722
71857
|
// Slideshows (13)
|