tabexseriescomponents 0.0.412 → 0.0.413
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +727 -619
- package/dist/index.esm.js +727 -619
- package/dist/index.umd.js +727 -619
- package/package.json +1 -1
package/dist/index.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) {
|
|
@@ -16327,8 +16327,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
16327
16327
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
16328
16328
|
};
|
|
16329
16329
|
|
|
16330
|
-
function ownKeys$
|
|
16331
|
-
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; }
|
|
16332
16332
|
var InnerGroups = function InnerGroups(props) {
|
|
16333
16333
|
var _useState = useState(''),
|
|
16334
16334
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -16369,7 +16369,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16369
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) {
|
|
16370
16370
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16371
16371
|
});
|
|
16372
|
-
setsectionproperties(_objectSpread$
|
|
16372
|
+
setsectionproperties(_objectSpread$25({}, secpropobj));
|
|
16373
16373
|
}
|
|
16374
16374
|
}, [StatePagePropertiesContext]);
|
|
16375
16375
|
// useEffect(() => {
|
|
@@ -16385,15 +16385,138 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
16385
16385
|
backgroundColor: sectionproperties.backgroundColor
|
|
16386
16386
|
}
|
|
16387
16387
|
}, /*#__PURE__*/React.createElement(CardsSection, {
|
|
16388
|
-
actions: _objectSpread$
|
|
16388
|
+
actions: _objectSpread$25(_objectSpread$25({}, actions), {}, {
|
|
16389
16389
|
fetchingtype: grouptypeparams
|
|
16390
16390
|
})
|
|
16391
16391
|
}));
|
|
16392
16392
|
};
|
|
16393
16393
|
|
|
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; }
|
|
16396
|
+
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
16397
|
+
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16398
|
+
var _useState = useState(''),
|
|
16399
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
16400
|
+
sectionproperties = _useState2[0],
|
|
16401
|
+
setsectionproperties = _useState2[1];
|
|
16402
|
+
var _useState3 = useState(''),
|
|
16403
|
+
_useState4 = _slicedToArray(_useState3, 2);
|
|
16404
|
+
_useState4[0];
|
|
16405
|
+
_useState4[1];
|
|
16406
|
+
var templatepropcontext = props.actions.templatepropcontext;
|
|
16407
|
+
var fetchInstitutePoliciesQueryContext = props.actions.fetchInstitutePoliciesQueryContext;
|
|
16408
|
+
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
16409
|
+
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
16410
|
+
props.actions.lang;
|
|
16411
|
+
var langdetect = props.actions.langdetect;
|
|
16412
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
16413
|
+
props.actions.ikimagecredcontext;
|
|
16414
|
+
props.actions;
|
|
16415
|
+
var _useState5 = useState(''),
|
|
16416
|
+
_useState6 = _slicedToArray(_useState5, 2);
|
|
16417
|
+
_useState6[0];
|
|
16418
|
+
var setCurrentPageId = _useState6[1];
|
|
16419
|
+
useEffect(function () {
|
|
16420
|
+
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
16421
|
+
var _StatePagePropertiesC;
|
|
16422
|
+
var secpropobj = {};
|
|
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) {
|
|
16424
|
+
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16425
|
+
});
|
|
16426
|
+
setsectionproperties(_objectSpread$24({}, secpropobj));
|
|
16427
|
+
}
|
|
16428
|
+
}, [StatePagePropertiesContext]);
|
|
16429
|
+
useEffect(function () {
|
|
16430
|
+
var _templatepropcontext$;
|
|
16431
|
+
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16432
|
+
return x.staticpageid == '6505ad75b1cdb';
|
|
16433
|
+
});
|
|
16434
|
+
if (cartindex >= 0) {
|
|
16435
|
+
setCurrentPageId(cartindex);
|
|
16436
|
+
}
|
|
16437
|
+
}, []);
|
|
16438
|
+
useEffect(function () {
|
|
16439
|
+
var tempFetchQueriesEngineContext = _objectSpread$24({}, FetchQueriesEngineContext);
|
|
16440
|
+
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16441
|
+
setFetchQueriesEngineContext(_objectSpread$24({}, tempFetchQueriesEngineContext));
|
|
16442
|
+
}, []);
|
|
16443
|
+
var _useState7 = useState([]),
|
|
16444
|
+
_useState8 = _slicedToArray(_useState7, 2);
|
|
16445
|
+
_useState8[0];
|
|
16446
|
+
var setbgimagesarray = _useState8[1];
|
|
16447
|
+
useEffect(function () {
|
|
16448
|
+
if (sectionproperties.length != 0) {
|
|
16449
|
+
if (sectionproperties.arrayofobjectimagesonly != null) {
|
|
16450
|
+
var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
|
|
16451
|
+
if (Array.isArray(arrayofobjectimagesonlyparsed)) {
|
|
16452
|
+
setbgimagesarray(_toConsumableArray(arrayofobjectimagesonlyparsed));
|
|
16453
|
+
}
|
|
16454
|
+
}
|
|
16455
|
+
}
|
|
16456
|
+
}, [sectionproperties]);
|
|
16457
|
+
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
16458
|
+
var _fetchInstitutePolici;
|
|
16459
|
+
var policyobj = {};
|
|
16460
|
+
fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 || (_fetchInstitutePolici = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici === void 0 || (_fetchInstitutePolici = _fetchInstitutePolici.data) === null || _fetchInstitutePolici === void 0 || (_fetchInstitutePolici = _fetchInstitutePolici.policies) === null || _fetchInstitutePolici === void 0 || _fetchInstitutePolici.forEach(function (item, index) {
|
|
16461
|
+
if (item.policytype == policytype) {
|
|
16462
|
+
policyobj = item;
|
|
16463
|
+
}
|
|
16464
|
+
});
|
|
16465
|
+
return policyobj;
|
|
16466
|
+
};
|
|
16467
|
+
var policies_cssstyles = {
|
|
16468
|
+
containerstyle: css({
|
|
16469
|
+
paddingLeft: sectionproperties.cardpaddinghorizontal + 'px',
|
|
16470
|
+
paddingRight: sectionproperties.cardpaddinghorizontal + 'px',
|
|
16471
|
+
paddingTop: sectionproperties.cardpaddingvertical + 'px',
|
|
16472
|
+
paddingBottom: sectionproperties.cardpaddingvertical + 'px',
|
|
16473
|
+
backgroundColor: sectionproperties.backgroundColor
|
|
16474
|
+
}),
|
|
16475
|
+
sectiontitle: css({
|
|
16476
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
16477
|
+
color: sectionproperties.sectionTitleColor,
|
|
16478
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
16479
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
16480
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
16481
|
+
'@media (max-width: 800px)': {
|
|
16482
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
16483
|
+
}
|
|
16484
|
+
})
|
|
16485
|
+
};
|
|
16486
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
16487
|
+
className: ' row ml-0 mr-0 w-100 d-flex justify-content-center ',
|
|
16488
|
+
style: {
|
|
16489
|
+
minHeight: '70vh',
|
|
16490
|
+
backgroundColor: sectionproperties.backgroundColor
|
|
16491
|
+
}
|
|
16492
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
16493
|
+
className: ' col-lg-12 p-0 '
|
|
16494
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
16495
|
+
className: policies_cssstyles.containerstyle + ' row ml-0 mr-0 w-100 pl-md-2 pr-md-2 '
|
|
16496
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
16497
|
+
"class": ' col-lg-12 p-0 text-start '
|
|
16498
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
16499
|
+
"class": policies_cssstyles.sectiontitle + ' p-0 '
|
|
16500
|
+
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), /*#__PURE__*/React.createElement("div", {
|
|
16501
|
+
className: 'col-lg-12 p-0 text-start',
|
|
16502
|
+
style: {
|
|
16503
|
+
color: sectionproperties.prodCatColor,
|
|
16504
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
16505
|
+
fontWeight: sectionproperties.prodCatFontWeight
|
|
16506
|
+
}
|
|
16507
|
+
}, !fetchInstitutePoliciesQueryContext.isFetching && fetchInstitutePoliciesQueryContext.isSuccess && /*#__PURE__*/React.createElement("p", {
|
|
16508
|
+
dangerouslySetInnerHTML: {
|
|
16509
|
+
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policycontent_en : (_returnpolicyobj4 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policycontent_ar
|
|
16510
|
+
},
|
|
16511
|
+
style: {
|
|
16512
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
16513
|
+
}
|
|
16514
|
+
})))));
|
|
16515
|
+
};
|
|
16516
|
+
|
|
16394
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; }
|
|
16395
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; }
|
|
16396
|
-
var
|
|
16519
|
+
var RefundPolicy = function RefundPolicy(props) {
|
|
16397
16520
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16398
16521
|
var _useState = useState(''),
|
|
16399
16522
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -16429,7 +16552,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16429
16552
|
useEffect(function () {
|
|
16430
16553
|
var _templatepropcontext$;
|
|
16431
16554
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16432
|
-
return x.staticpageid == '
|
|
16555
|
+
return x.staticpageid == '650c3c37dd5bf';
|
|
16433
16556
|
});
|
|
16434
16557
|
if (cartindex >= 0) {
|
|
16435
16558
|
setCurrentPageId(cartindex);
|
|
@@ -16497,7 +16620,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16497
16620
|
"class": ' col-lg-12 p-0 text-start '
|
|
16498
16621
|
}, /*#__PURE__*/React.createElement("p", {
|
|
16499
16622
|
"class": policies_cssstyles.sectiontitle + ' p-0 '
|
|
16500
|
-
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('
|
|
16623
|
+
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), /*#__PURE__*/React.createElement("div", {
|
|
16501
16624
|
className: 'col-lg-12 p-0 text-start',
|
|
16502
16625
|
style: {
|
|
16503
16626
|
color: sectionproperties.prodCatColor,
|
|
@@ -16506,7 +16629,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16506
16629
|
}
|
|
16507
16630
|
}, !fetchInstitutePoliciesQueryContext.isFetching && fetchInstitutePoliciesQueryContext.isSuccess && /*#__PURE__*/React.createElement("p", {
|
|
16508
16631
|
dangerouslySetInnerHTML: {
|
|
16509
|
-
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('
|
|
16632
|
+
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policycontent_en : (_returnpolicyobj4 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policycontent_ar
|
|
16510
16633
|
},
|
|
16511
16634
|
style: {
|
|
16512
16635
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -16516,7 +16639,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
16516
16639
|
|
|
16517
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; }
|
|
16518
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; }
|
|
16519
|
-
var
|
|
16642
|
+
var ShippingPolicy = function ShippingPolicy(props) {
|
|
16520
16643
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16521
16644
|
var _useState = useState(''),
|
|
16522
16645
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -16552,7 +16675,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16552
16675
|
useEffect(function () {
|
|
16553
16676
|
var _templatepropcontext$;
|
|
16554
16677
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16555
|
-
return x.staticpageid == '
|
|
16678
|
+
return x.staticpageid == '650c591955e81';
|
|
16556
16679
|
});
|
|
16557
16680
|
if (cartindex >= 0) {
|
|
16558
16681
|
setCurrentPageId(cartindex);
|
|
@@ -16620,7 +16743,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16620
16743
|
"class": ' col-lg-12 p-0 text-start '
|
|
16621
16744
|
}, /*#__PURE__*/React.createElement("p", {
|
|
16622
16745
|
"class": policies_cssstyles.sectiontitle + ' p-0 '
|
|
16623
|
-
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('
|
|
16746
|
+
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), /*#__PURE__*/React.createElement("div", {
|
|
16624
16747
|
className: 'col-lg-12 p-0 text-start',
|
|
16625
16748
|
style: {
|
|
16626
16749
|
color: sectionproperties.prodCatColor,
|
|
@@ -16629,7 +16752,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16629
16752
|
}
|
|
16630
16753
|
}, !fetchInstitutePoliciesQueryContext.isFetching && fetchInstitutePoliciesQueryContext.isSuccess && /*#__PURE__*/React.createElement("p", {
|
|
16631
16754
|
dangerouslySetInnerHTML: {
|
|
16632
|
-
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('
|
|
16755
|
+
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policycontent_en : (_returnpolicyobj4 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policycontent_ar
|
|
16633
16756
|
},
|
|
16634
16757
|
style: {
|
|
16635
16758
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -16639,7 +16762,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
16639
16762
|
|
|
16640
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; }
|
|
16641
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; }
|
|
16642
|
-
var
|
|
16765
|
+
var TermsConditions = function TermsConditions(props) {
|
|
16643
16766
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16644
16767
|
var _useState = useState(''),
|
|
16645
16768
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -16675,7 +16798,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16675
16798
|
useEffect(function () {
|
|
16676
16799
|
var _templatepropcontext$;
|
|
16677
16800
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16678
|
-
return x.staticpageid == '
|
|
16801
|
+
return x.staticpageid == '650c5be1dfd5d';
|
|
16679
16802
|
});
|
|
16680
16803
|
if (cartindex >= 0) {
|
|
16681
16804
|
setCurrentPageId(cartindex);
|
|
@@ -16729,129 +16852,6 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
16729
16852
|
}
|
|
16730
16853
|
})
|
|
16731
16854
|
};
|
|
16732
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
16733
|
-
className: ' row ml-0 mr-0 w-100 d-flex justify-content-center ',
|
|
16734
|
-
style: {
|
|
16735
|
-
minHeight: '70vh',
|
|
16736
|
-
backgroundColor: sectionproperties.backgroundColor
|
|
16737
|
-
}
|
|
16738
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
16739
|
-
className: ' col-lg-12 p-0 '
|
|
16740
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
16741
|
-
className: policies_cssstyles.containerstyle + ' row ml-0 mr-0 w-100 pl-md-2 pr-md-2 '
|
|
16742
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
16743
|
-
"class": ' col-lg-12 p-0 text-start '
|
|
16744
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
16745
|
-
"class": policies_cssstyles.sectiontitle + ' p-0 '
|
|
16746
|
-
}, langdetect == 'en' ? (_returnpolicyobj = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj === void 0 ? void 0 : _returnpolicyobj.policypagename_en : (_returnpolicyobj2 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj2 === void 0 ? void 0 : _returnpolicyobj2.policypagename_ar)), /*#__PURE__*/React.createElement("div", {
|
|
16747
|
-
className: 'col-lg-12 p-0 text-start',
|
|
16748
|
-
style: {
|
|
16749
|
-
color: sectionproperties.prodCatColor,
|
|
16750
|
-
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
16751
|
-
fontWeight: sectionproperties.prodCatFontWeight
|
|
16752
|
-
}
|
|
16753
|
-
}, !fetchInstitutePoliciesQueryContext.isFetching && fetchInstitutePoliciesQueryContext.isSuccess && /*#__PURE__*/React.createElement("p", {
|
|
16754
|
-
dangerouslySetInnerHTML: {
|
|
16755
|
-
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policycontent_en : (_returnpolicyobj4 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policycontent_ar
|
|
16756
|
-
},
|
|
16757
|
-
style: {
|
|
16758
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
16759
|
-
}
|
|
16760
|
-
})))));
|
|
16761
|
-
};
|
|
16762
|
-
|
|
16763
|
-
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; }
|
|
16764
|
-
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; }
|
|
16765
|
-
var TermsConditions = function TermsConditions(props) {
|
|
16766
|
-
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
16767
|
-
var _useState = useState(''),
|
|
16768
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
16769
|
-
sectionproperties = _useState2[0],
|
|
16770
|
-
setsectionproperties = _useState2[1];
|
|
16771
|
-
var _useState3 = useState(''),
|
|
16772
|
-
_useState4 = _slicedToArray(_useState3, 2);
|
|
16773
|
-
_useState4[0];
|
|
16774
|
-
_useState4[1];
|
|
16775
|
-
var templatepropcontext = props.actions.templatepropcontext;
|
|
16776
|
-
var fetchInstitutePoliciesQueryContext = props.actions.fetchInstitutePoliciesQueryContext;
|
|
16777
|
-
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
16778
|
-
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
16779
|
-
props.actions.lang;
|
|
16780
|
-
var langdetect = props.actions.langdetect;
|
|
16781
|
-
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
16782
|
-
props.actions.ikimagecredcontext;
|
|
16783
|
-
props.actions;
|
|
16784
|
-
var _useState5 = useState(''),
|
|
16785
|
-
_useState6 = _slicedToArray(_useState5, 2);
|
|
16786
|
-
_useState6[0];
|
|
16787
|
-
var setCurrentPageId = _useState6[1];
|
|
16788
|
-
useEffect(function () {
|
|
16789
|
-
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
16790
|
-
var _StatePagePropertiesC;
|
|
16791
|
-
var secpropobj = {};
|
|
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) {
|
|
16793
|
-
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16794
|
-
});
|
|
16795
|
-
setsectionproperties(_objectSpread$20({}, secpropobj));
|
|
16796
|
-
}
|
|
16797
|
-
}, [StatePagePropertiesContext]);
|
|
16798
|
-
useEffect(function () {
|
|
16799
|
-
var _templatepropcontext$;
|
|
16800
|
-
var cartindex = templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
16801
|
-
return x.staticpageid == '650c5be1dfd5d';
|
|
16802
|
-
});
|
|
16803
|
-
if (cartindex >= 0) {
|
|
16804
|
-
setCurrentPageId(cartindex);
|
|
16805
|
-
}
|
|
16806
|
-
}, []);
|
|
16807
|
-
useEffect(function () {
|
|
16808
|
-
var tempFetchQueriesEngineContext = _objectSpread$20({}, FetchQueriesEngineContext);
|
|
16809
|
-
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
16810
|
-
setFetchQueriesEngineContext(_objectSpread$20({}, tempFetchQueriesEngineContext));
|
|
16811
|
-
}, []);
|
|
16812
|
-
var _useState7 = useState([]),
|
|
16813
|
-
_useState8 = _slicedToArray(_useState7, 2);
|
|
16814
|
-
_useState8[0];
|
|
16815
|
-
var setbgimagesarray = _useState8[1];
|
|
16816
|
-
useEffect(function () {
|
|
16817
|
-
if (sectionproperties.length != 0) {
|
|
16818
|
-
if (sectionproperties.arrayofobjectimagesonly != null) {
|
|
16819
|
-
var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
|
|
16820
|
-
if (Array.isArray(arrayofobjectimagesonlyparsed)) {
|
|
16821
|
-
setbgimagesarray(_toConsumableArray(arrayofobjectimagesonlyparsed));
|
|
16822
|
-
}
|
|
16823
|
-
}
|
|
16824
|
-
}
|
|
16825
|
-
}, [sectionproperties]);
|
|
16826
|
-
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
16827
|
-
var _fetchInstitutePolici;
|
|
16828
|
-
var policyobj = {};
|
|
16829
|
-
fetchInstitutePoliciesQueryContext === null || fetchInstitutePoliciesQueryContext === void 0 || (_fetchInstitutePolici = fetchInstitutePoliciesQueryContext.data) === null || _fetchInstitutePolici === void 0 || (_fetchInstitutePolici = _fetchInstitutePolici.data) === null || _fetchInstitutePolici === void 0 || (_fetchInstitutePolici = _fetchInstitutePolici.policies) === null || _fetchInstitutePolici === void 0 || _fetchInstitutePolici.forEach(function (item, index) {
|
|
16830
|
-
if (item.policytype == policytype) {
|
|
16831
|
-
policyobj = item;
|
|
16832
|
-
}
|
|
16833
|
-
});
|
|
16834
|
-
return policyobj;
|
|
16835
|
-
};
|
|
16836
|
-
var policies_cssstyles = {
|
|
16837
|
-
containerstyle: css({
|
|
16838
|
-
paddingLeft: sectionproperties.cardpaddinghorizontal + 'px',
|
|
16839
|
-
paddingRight: sectionproperties.cardpaddinghorizontal + 'px',
|
|
16840
|
-
paddingTop: sectionproperties.cardpaddingvertical + 'px',
|
|
16841
|
-
paddingBottom: sectionproperties.cardpaddingvertical + 'px',
|
|
16842
|
-
backgroundColor: sectionproperties.backgroundColor
|
|
16843
|
-
}),
|
|
16844
|
-
sectiontitle: css({
|
|
16845
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
16846
|
-
color: sectionproperties.sectionTitleColor,
|
|
16847
|
-
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
16848
|
-
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
16849
|
-
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
16850
|
-
'@media (max-width: 800px)': {
|
|
16851
|
-
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
16852
|
-
}
|
|
16853
|
-
})
|
|
16854
|
-
};
|
|
16855
16855
|
return /*#__PURE__*/React.createElement("div", {
|
|
16856
16856
|
className: ' row ml-0 mr-0 w-100 d-flex justify-content-center ',
|
|
16857
16857
|
style: {
|
|
@@ -16883,8 +16883,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
16883
16883
|
})))));
|
|
16884
16884
|
};
|
|
16885
16885
|
|
|
16886
|
-
function ownKeys$
|
|
16887
|
-
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; }
|
|
16888
16888
|
var Resetpassword = function Resetpassword(props) {
|
|
16889
16889
|
var _css, _css2;
|
|
16890
16890
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -16935,7 +16935,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
16935
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) {
|
|
16936
16936
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
16937
16937
|
});
|
|
16938
|
-
setsectionproperties(_objectSpread$
|
|
16938
|
+
setsectionproperties(_objectSpread$20({}, secpropobj));
|
|
16939
16939
|
}
|
|
16940
16940
|
}, [StatePagePropertiesContext]);
|
|
16941
16941
|
useEffect(function () {
|
|
@@ -17062,9 +17062,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17062
17062
|
className: "".concat(loginstyles2.form_control),
|
|
17063
17063
|
value: forgotpasswordpayload.email,
|
|
17064
17064
|
onChange: function onChange(event) {
|
|
17065
|
-
var temppayloadobj = _objectSpread$
|
|
17065
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17066
17066
|
temppayloadobj.email = event.target.value;
|
|
17067
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17067
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17068
17068
|
},
|
|
17069
17069
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
17070
17070
|
style: {
|
|
@@ -17079,9 +17079,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17079
17079
|
className: "".concat(loginstyles2.form_control),
|
|
17080
17080
|
value: forgotpasswordpayload.code,
|
|
17081
17081
|
onChange: function onChange(event) {
|
|
17082
|
-
var temppayloadobj = _objectSpread$
|
|
17082
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17083
17083
|
temppayloadobj.code = event.target.value;
|
|
17084
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17084
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17085
17085
|
},
|
|
17086
17086
|
style: {
|
|
17087
17087
|
background: sectionproperties.input_bgcolor
|
|
@@ -17095,9 +17095,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17095
17095
|
className: "".concat(loginstyles2.form_control),
|
|
17096
17096
|
value: forgotpasswordpayload.newpassword,
|
|
17097
17097
|
onChange: function onChange(event) {
|
|
17098
|
-
var temppayloadobj = _objectSpread$
|
|
17098
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17099
17099
|
temppayloadobj.newpassword = event.target.value;
|
|
17100
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17100
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17101
17101
|
},
|
|
17102
17102
|
style: {
|
|
17103
17103
|
background: sectionproperties.input_bgcolor
|
|
@@ -17111,9 +17111,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17111
17111
|
className: "".concat(loginstyles2.form_control),
|
|
17112
17112
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
17113
17113
|
onChange: function onChange(event) {
|
|
17114
|
-
var temppayloadobj = _objectSpread$
|
|
17114
|
+
var temppayloadobj = _objectSpread$20({}, forgotpasswordpayload);
|
|
17115
17115
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
17116
|
-
setforgotpasswordpayload(_objectSpread$
|
|
17116
|
+
setforgotpasswordpayload(_objectSpread$20({}, temppayloadobj));
|
|
17117
17117
|
},
|
|
17118
17118
|
style: {
|
|
17119
17119
|
background: sectionproperties.input_bgcolor
|
|
@@ -17125,7 +17125,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
17125
17125
|
onClick: function onClick() {
|
|
17126
17126
|
if (forgotpasswordpayload.email.length != 0) {
|
|
17127
17127
|
var runfunc = false;
|
|
17128
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
17128
|
+
var tempforgotpasswordpayload = _objectSpread$20({}, forgotpasswordpayload);
|
|
17129
17129
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
17130
17130
|
if (forgetpasswordstage == 'verify') {
|
|
17131
17131
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -17411,8 +17411,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
17411
17411
|
}, lang.nosearchresults)))))));
|
|
17412
17412
|
};
|
|
17413
17413
|
|
|
17414
|
-
function ownKeys$
|
|
17415
|
-
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; }
|
|
17416
17416
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
17417
17417
|
var _textarray$, _textarray$2;
|
|
17418
17418
|
props.actions;
|
|
@@ -17433,12 +17433,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
17433
17433
|
settextarray = _useState6[1];
|
|
17434
17434
|
useEffect(function () {
|
|
17435
17435
|
if (props.sectionpropertiesprops != undefined) {
|
|
17436
|
-
setsectionproperties(_objectSpread$
|
|
17436
|
+
setsectionproperties(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17437
17437
|
}
|
|
17438
17438
|
}, [props.sectionpropertiesprops]);
|
|
17439
17439
|
useEffect(function () {
|
|
17440
17440
|
if (props.templateproperties_contextprops != undefined) {
|
|
17441
|
-
settemplateproperties_context(_objectSpread$
|
|
17441
|
+
settemplateproperties_context(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
17442
17442
|
}
|
|
17443
17443
|
}, [props.templateproperties_contextprops]);
|
|
17444
17444
|
useEffect(function () {
|
|
@@ -17480,8 +17480,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
17480
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"};
|
|
17481
17481
|
styleInject(css_248z$B);
|
|
17482
17482
|
|
|
17483
|
-
function ownKeys$
|
|
17484
|
-
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; }
|
|
17485
17485
|
var Subheader = function Subheader(props) {
|
|
17486
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;
|
|
17487
17487
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -17517,12 +17517,12 @@ var Subheader = function Subheader(props) {
|
|
|
17517
17517
|
useEffect(function () {
|
|
17518
17518
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
17519
17519
|
tempFetchQueriesEngineContext.categories = true;
|
|
17520
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17520
|
+
setFetchQueriesEngineContext(_objectSpread$1_({}, tempFetchQueriesEngineContext));
|
|
17521
17521
|
// alert(JSON.stringify(authdetailsContext));
|
|
17522
17522
|
}, []);
|
|
17523
17523
|
useEffect(function () {
|
|
17524
17524
|
if (props.sectionpropertiesprops != undefined) {
|
|
17525
|
-
setsectionproperties(_objectSpread$
|
|
17525
|
+
setsectionproperties(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
17526
17526
|
}
|
|
17527
17527
|
}, [props.sectionpropertiesprops]);
|
|
17528
17528
|
// useEffect(() => {
|
|
@@ -18006,8 +18006,8 @@ var Subheader = function Subheader(props) {
|
|
|
18006
18006
|
})))))));
|
|
18007
18007
|
};
|
|
18008
18008
|
|
|
18009
|
-
function ownKeys$
|
|
18010
|
-
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; }
|
|
18011
18011
|
var Headerresponsive = function Headerresponsive(props) {
|
|
18012
18012
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
18013
18013
|
var actions = props.actions;
|
|
@@ -18042,7 +18042,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
18042
18042
|
setpcollarray = _useState6[1];
|
|
18043
18043
|
useEffect(function () {
|
|
18044
18044
|
if (props.sectionpropertiesprops != undefined) {
|
|
18045
|
-
setsectionproperties(_objectSpread$
|
|
18045
|
+
setsectionproperties(_objectSpread$1Z({}, props.sectionpropertiesprops));
|
|
18046
18046
|
}
|
|
18047
18047
|
}, [props.sectionpropertiesprops]);
|
|
18048
18048
|
var _useState7 = useState([]),
|
|
@@ -19279,8 +19279,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
19279
19279
|
})))))));
|
|
19280
19280
|
};
|
|
19281
19281
|
|
|
19282
|
-
function ownKeys$
|
|
19283
|
-
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; }
|
|
19284
19284
|
var DownloadApp = function DownloadApp(props) {
|
|
19285
19285
|
props.actions;
|
|
19286
19286
|
props.actions.lang;
|
|
@@ -19305,7 +19305,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19305
19305
|
}, [sectionproperties]);
|
|
19306
19306
|
useEffect(function () {
|
|
19307
19307
|
if (props.sectionpropertiesprops != undefined) {
|
|
19308
|
-
setsectionproperties(_objectSpread$
|
|
19308
|
+
setsectionproperties(_objectSpread$1Y({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19309
19309
|
}
|
|
19310
19310
|
}, [props.sectionpropertiesprops]);
|
|
19311
19311
|
var header_cssstyles = {
|
|
@@ -19358,8 +19358,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
19358
19358
|
}))));
|
|
19359
19359
|
};
|
|
19360
19360
|
|
|
19361
|
-
function ownKeys$
|
|
19362
|
-
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; }
|
|
19363
19363
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
19364
19364
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
19365
19365
|
props.actions;
|
|
@@ -19375,12 +19375,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19375
19375
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
19376
19376
|
useEffect(function () {
|
|
19377
19377
|
if (props.sectionpropertiesprops != undefined) {
|
|
19378
|
-
setsectionproperties(_objectSpread$
|
|
19378
|
+
setsectionproperties(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19379
19379
|
}
|
|
19380
19380
|
}, [props.sectionpropertiesprops]);
|
|
19381
19381
|
useEffect(function () {
|
|
19382
19382
|
if (props.templateproperties_contextprops != undefined) {
|
|
19383
|
-
settemplateproperties_context(_objectSpread$
|
|
19383
|
+
settemplateproperties_context(_objectSpread$1X({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
19384
19384
|
}
|
|
19385
19385
|
}, [props.templateproperties_contextprops]);
|
|
19386
19386
|
var header_cssstyles = {
|
|
@@ -19466,8 +19466,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
19466
19466
|
})));
|
|
19467
19467
|
};
|
|
19468
19468
|
|
|
19469
|
-
function ownKeys$
|
|
19470
|
-
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; }
|
|
19471
19471
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
19472
19472
|
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2;
|
|
19473
19473
|
var actions = props.actions;
|
|
@@ -19506,7 +19506,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
19506
19506
|
setopenSearch = _useState8[1];
|
|
19507
19507
|
useEffect(function () {
|
|
19508
19508
|
if (props.sectionpropertiesprops != undefined) {
|
|
19509
|
-
setsectionproperties(_objectSpread$
|
|
19509
|
+
setsectionproperties(_objectSpread$1W({}, props.sectionpropertiesprops));
|
|
19510
19510
|
}
|
|
19511
19511
|
}, [props.sectionpropertiesprops]);
|
|
19512
19512
|
var _useState9 = useState([]),
|
|
@@ -20757,8 +20757,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
20757
20757
|
})))))));
|
|
20758
20758
|
};
|
|
20759
20759
|
|
|
20760
|
-
function ownKeys$
|
|
20761
|
-
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; }
|
|
20762
20762
|
var ElegantHeader = function ElegantHeader(props) {
|
|
20763
20763
|
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
20764
20764
|
var _useState = useState(''),
|
|
@@ -20811,7 +20811,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
20811
20811
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
20812
20812
|
});
|
|
20813
20813
|
}
|
|
20814
|
-
setsectionproperties(_objectSpread$
|
|
20814
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
20815
20815
|
}, [StatePagePropertiesContext]);
|
|
20816
20816
|
useEffect(function () {
|
|
20817
20817
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -21506,8 +21506,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
21506
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"};
|
|
21507
21507
|
styleInject(css_248z$A);
|
|
21508
21508
|
|
|
21509
|
-
function ownKeys$
|
|
21510
|
-
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; }
|
|
21511
21511
|
var Gotoheader = function Gotoheader(props) {
|
|
21512
21512
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
21513
21513
|
var _useState = useState(''),
|
|
@@ -21547,7 +21547,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
21547
21547
|
});
|
|
21548
21548
|
}
|
|
21549
21549
|
}
|
|
21550
|
-
setsectionproperties(_objectSpread$
|
|
21550
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
21551
21551
|
}, [StatePagePropertiesContext]);
|
|
21552
21552
|
var _useState3 = useState([]),
|
|
21553
21553
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -22248,8 +22248,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
22248
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"};
|
|
22249
22249
|
styleInject(css_248z$z);
|
|
22250
22250
|
|
|
22251
|
-
function ownKeys$
|
|
22252
|
-
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; }
|
|
22253
22253
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
22254
22254
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
22255
22255
|
var _useState = useState(''),
|
|
@@ -22297,7 +22297,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
22297
22297
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
22298
22298
|
});
|
|
22299
22299
|
}
|
|
22300
|
-
setsectionproperties(_objectSpread$
|
|
22300
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
22301
22301
|
}, [StatePagePropertiesContext]);
|
|
22302
22302
|
useEffect(function () {
|
|
22303
22303
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -23204,8 +23204,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
23204
23204
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
23205
23205
|
styleInject(css_248z$y);
|
|
23206
23206
|
|
|
23207
|
-
function ownKeys$
|
|
23208
|
-
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; }
|
|
23209
23209
|
var ClassicHeader = function ClassicHeader(props) {
|
|
23210
23210
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
23211
23211
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -23242,7 +23242,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
23242
23242
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
23243
23243
|
});
|
|
23244
23244
|
}
|
|
23245
|
-
setsectionproperties(_objectSpread$
|
|
23245
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
23246
23246
|
}, [StatePagePropertiesContext]);
|
|
23247
23247
|
var _useState3 = useState([]),
|
|
23248
23248
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -24364,8 +24364,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
24364
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"};
|
|
24365
24365
|
styleInject(css_248z$x);
|
|
24366
24366
|
|
|
24367
|
-
function ownKeys$
|
|
24368
|
-
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; }
|
|
24369
24369
|
var CTAHeader = function CTAHeader(props) {
|
|
24370
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;
|
|
24371
24371
|
var actions = props.actions;
|
|
@@ -24413,7 +24413,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
24413
24413
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24414
24414
|
});
|
|
24415
24415
|
}
|
|
24416
|
-
setsectionproperties(_objectSpread$
|
|
24416
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
24417
24417
|
}, [StatePagePropertiesContext]);
|
|
24418
24418
|
useEffect(function () {
|
|
24419
24419
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -25404,8 +25404,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
25404
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"};
|
|
25405
25405
|
styleInject(css_248z$w);
|
|
25406
25406
|
|
|
25407
|
-
function ownKeys$
|
|
25408
|
-
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; }
|
|
25409
25409
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
25410
25410
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
25411
25411
|
var _useState = useState(''),
|
|
@@ -25441,7 +25441,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
25441
25441
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
25442
25442
|
});
|
|
25443
25443
|
}
|
|
25444
|
-
setsectionproperties(_objectSpread$
|
|
25444
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
25445
25445
|
}, [StatePagePropertiesContext]);
|
|
25446
25446
|
var _useState3 = useState([]),
|
|
25447
25447
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -26145,8 +26145,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
26145
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"};
|
|
26146
26146
|
styleInject(css_248z$v);
|
|
26147
26147
|
|
|
26148
|
-
function ownKeys$
|
|
26149
|
-
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; }
|
|
26150
26150
|
var Simpleheader = function Simpleheader(props) {
|
|
26151
26151
|
var _css, _css2, _header_cssstyles, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
26152
26152
|
var actions = props.actions;
|
|
@@ -26191,7 +26191,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26191
26191
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26192
26192
|
});
|
|
26193
26193
|
}
|
|
26194
|
-
setsectionproperties(_objectSpread$
|
|
26194
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
26195
26195
|
}, [StatePagePropertiesContext]);
|
|
26196
26196
|
useEffect(function () {
|
|
26197
26197
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -26853,8 +26853,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
26853
26853
|
}))))))));
|
|
26854
26854
|
};
|
|
26855
26855
|
|
|
26856
|
-
function ownKeys$
|
|
26857
|
-
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; }
|
|
26858
26858
|
var Header8 = function Header8(props) {
|
|
26859
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;
|
|
26860
26860
|
var actions = props.actions;
|
|
@@ -26911,7 +26911,7 @@ var Header8 = function Header8(props) {
|
|
|
26911
26911
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26912
26912
|
});
|
|
26913
26913
|
}
|
|
26914
|
-
setsectionproperties(_objectSpread$
|
|
26914
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
26915
26915
|
}, [StatePagePropertiesContext]);
|
|
26916
26916
|
var subtotalcart = function subtotalcart() {
|
|
26917
26917
|
var _fetchcustomercartQue;
|
|
@@ -28629,8 +28629,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
28629
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-"};
|
|
28630
28630
|
styleInject(css_248z$u);
|
|
28631
28631
|
|
|
28632
|
-
function ownKeys$
|
|
28633
|
-
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; }
|
|
28634
28634
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
28635
28635
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
28636
28636
|
var _useState = useState(''),
|
|
@@ -28666,7 +28666,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
28666
28666
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28667
28667
|
});
|
|
28668
28668
|
}
|
|
28669
|
-
setsectionproperties(_objectSpread$
|
|
28669
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
28670
28670
|
}, [StatePagePropertiesContext]);
|
|
28671
28671
|
var _useState3 = useState([]),
|
|
28672
28672
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -29275,8 +29275,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
29275
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"};
|
|
29276
29276
|
styleInject(css_248z$t);
|
|
29277
29277
|
|
|
29278
|
-
function ownKeys$
|
|
29279
|
-
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; }
|
|
29280
29280
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
29281
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;
|
|
29282
29282
|
var _useState = useState(''),
|
|
@@ -29313,7 +29313,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
29313
29313
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
29314
29314
|
});
|
|
29315
29315
|
}
|
|
29316
|
-
setsectionproperties(_objectSpread$
|
|
29316
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
29317
29317
|
}, [StatePagePropertiesContext]);
|
|
29318
29318
|
var _useState3 = useState(false),
|
|
29319
29319
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -30082,8 +30082,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
30082
30082
|
}))))))));
|
|
30083
30083
|
};
|
|
30084
30084
|
|
|
30085
|
-
function ownKeys$
|
|
30086
|
-
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; }
|
|
30087
30087
|
var Modernheader = function Modernheader(props) {
|
|
30088
30088
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
30089
30089
|
var _useState = useState(''),
|
|
@@ -30128,7 +30128,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
30128
30128
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30129
30129
|
});
|
|
30130
30130
|
}
|
|
30131
|
-
setsectionproperties(_objectSpread$
|
|
30131
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
30132
30132
|
}, [StatePagePropertiesContext]);
|
|
30133
30133
|
useEffect(function () {
|
|
30134
30134
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -30777,8 +30777,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
30777
30777
|
}));
|
|
30778
30778
|
};
|
|
30779
30779
|
|
|
30780
|
-
function ownKeys$
|
|
30781
|
-
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; }
|
|
30782
30782
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
30783
30783
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
30784
30784
|
var _useState = useState(''),
|
|
@@ -30816,7 +30816,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
30816
30816
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30817
30817
|
});
|
|
30818
30818
|
}
|
|
30819
|
-
setsectionproperties(_objectSpread$
|
|
30819
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
30820
30820
|
}, [StatePagePropertiesContext]);
|
|
30821
30821
|
var _useState3 = useState([]),
|
|
30822
30822
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -31449,8 +31449,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
31449
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"};
|
|
31450
31450
|
styleInject(css_248z$s);
|
|
31451
31451
|
|
|
31452
|
-
function ownKeys$
|
|
31453
|
-
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; }
|
|
31454
31454
|
var StylishHeader = function StylishHeader(props) {
|
|
31455
31455
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
31456
31456
|
var _useState = useState(''),
|
|
@@ -31491,7 +31491,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
31491
31491
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31492
31492
|
});
|
|
31493
31493
|
}
|
|
31494
|
-
setsectionproperties(_objectSpread$
|
|
31494
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
31495
31495
|
}, [StatePagePropertiesContext]);
|
|
31496
31496
|
var _useState5 = useState([]),
|
|
31497
31497
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -32242,8 +32242,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
32242
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"};
|
|
32243
32243
|
styleInject(css_248z$r);
|
|
32244
32244
|
|
|
32245
|
-
function ownKeys$
|
|
32246
|
-
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; }
|
|
32247
32247
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
32248
32248
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
32249
32249
|
var actions = props.actions;
|
|
@@ -32281,7 +32281,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
32281
32281
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32282
32282
|
});
|
|
32283
32283
|
}
|
|
32284
|
-
setsectionproperties(_objectSpread$
|
|
32284
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
32285
32285
|
}, [StatePagePropertiesContext]);
|
|
32286
32286
|
var _useState3 = useState([]),
|
|
32287
32287
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -33112,8 +33112,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
33112
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"};
|
|
33113
33113
|
styleInject(css_248z$q);
|
|
33114
33114
|
|
|
33115
|
-
function ownKeys$
|
|
33116
|
-
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; }
|
|
33117
33117
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
33118
33118
|
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
33119
33119
|
var lang = props.actions.lang;
|
|
@@ -33180,7 +33180,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
33180
33180
|
});
|
|
33181
33181
|
}
|
|
33182
33182
|
}
|
|
33183
|
-
setsectionproperties(_objectSpread$
|
|
33183
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
33184
33184
|
}, [StatePagePropertiesContext]);
|
|
33185
33185
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
33186
33186
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -34106,8 +34106,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
34106
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"};
|
|
34107
34107
|
styleInject(css_248z$p);
|
|
34108
34108
|
|
|
34109
|
-
function ownKeys$
|
|
34110
|
-
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; }
|
|
34111
34111
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
34112
34112
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
34113
34113
|
var lang = props.actions.lang;
|
|
@@ -34151,7 +34151,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
34151
34151
|
});
|
|
34152
34152
|
}
|
|
34153
34153
|
}
|
|
34154
|
-
setsectionproperties(_objectSpread$
|
|
34154
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
34155
34155
|
}, [StatePagePropertiesContext]);
|
|
34156
34156
|
var _useState5 = useState([]),
|
|
34157
34157
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -34883,8 +34883,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
34883
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"};
|
|
34884
34884
|
styleInject(css_248z$o);
|
|
34885
34885
|
|
|
34886
|
-
function ownKeys$
|
|
34887
|
-
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; }
|
|
34888
34888
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
34889
34889
|
var _css, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
34890
34890
|
var _useState = useState(''),
|
|
@@ -34922,7 +34922,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
34922
34922
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34923
34923
|
});
|
|
34924
34924
|
}
|
|
34925
|
-
setsectionproperties(_objectSpread$
|
|
34925
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
34926
34926
|
}, [StatePagePropertiesContext]);
|
|
34927
34927
|
var _useState3 = useState([]),
|
|
34928
34928
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -35650,8 +35650,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
35650
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"};
|
|
35651
35651
|
styleInject(css_248z$n);
|
|
35652
35652
|
|
|
35653
|
-
function ownKeys$
|
|
35654
|
-
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; }
|
|
35655
35655
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
35656
35656
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
35657
35657
|
var _useState = useState(''),
|
|
@@ -35688,7 +35688,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
35688
35688
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
35689
35689
|
});
|
|
35690
35690
|
}
|
|
35691
|
-
setsectionproperties(_objectSpread$
|
|
35691
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
35692
35692
|
}, [StatePagePropertiesContext]);
|
|
35693
35693
|
var _useState3 = useState([]),
|
|
35694
35694
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -36295,8 +36295,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
36295
36295
|
}));
|
|
36296
36296
|
};
|
|
36297
36297
|
|
|
36298
|
-
function ownKeys$
|
|
36299
|
-
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; }
|
|
36300
36300
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
36301
36301
|
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
36302
36302
|
var lang = props.actions.lang;
|
|
@@ -36344,7 +36344,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
36344
36344
|
});
|
|
36345
36345
|
}
|
|
36346
36346
|
}
|
|
36347
|
-
setsectionproperties(_objectSpread$
|
|
36347
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
36348
36348
|
}, [StatePagePropertiesContext]);
|
|
36349
36349
|
useEffect(function () {
|
|
36350
36350
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -37273,8 +37273,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
37273
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"};
|
|
37274
37274
|
styleInject(css_248z$m);
|
|
37275
37275
|
|
|
37276
|
-
function ownKeys$
|
|
37277
|
-
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; }
|
|
37278
37278
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
37279
37279
|
var _textarray$, _textarray$2, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
37280
37280
|
var _useState = useState(''),
|
|
@@ -37315,7 +37315,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
37315
37315
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37316
37316
|
});
|
|
37317
37317
|
}
|
|
37318
|
-
setsectionproperties(_objectSpread$
|
|
37318
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
37319
37319
|
}, [StatePagePropertiesContext]);
|
|
37320
37320
|
var _useState5 = useState([]),
|
|
37321
37321
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -38091,8 +38091,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
38091
38091
|
}));
|
|
38092
38092
|
};
|
|
38093
38093
|
|
|
38094
|
-
function ownKeys$
|
|
38095
|
-
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; }
|
|
38096
38096
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
38097
38097
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
38098
38098
|
var _useState = useState(''),
|
|
@@ -38142,7 +38142,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38142
38142
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38143
38143
|
});
|
|
38144
38144
|
}
|
|
38145
|
-
setsectionproperties(_objectSpread$
|
|
38145
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
38146
38146
|
}, [StatePagePropertiesContext]);
|
|
38147
38147
|
useEffect(function () {
|
|
38148
38148
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -38816,8 +38816,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
38816
38816
|
}));
|
|
38817
38817
|
};
|
|
38818
38818
|
|
|
38819
|
-
function ownKeys$
|
|
38820
|
-
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; }
|
|
38821
38821
|
var Allinonefooter = function Allinonefooter(props) {
|
|
38822
38822
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
38823
38823
|
var _useState = useState(''),
|
|
@@ -38844,7 +38844,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38844
38844
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
38845
38845
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38846
38846
|
});
|
|
38847
|
-
setsectionproperties(_objectSpread$
|
|
38847
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38848
38848
|
} else {
|
|
38849
38849
|
var secpropobj = {};
|
|
38850
38850
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -38854,7 +38854,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
38854
38854
|
});
|
|
38855
38855
|
}
|
|
38856
38856
|
});
|
|
38857
|
-
setsectionproperties(_objectSpread$
|
|
38857
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
38858
38858
|
}
|
|
38859
38859
|
}, [StatePagePropertiesContext]);
|
|
38860
38860
|
var footerStyles = {
|
|
@@ -39310,8 +39310,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
39310
39310
|
}))))));
|
|
39311
39311
|
};
|
|
39312
39312
|
|
|
39313
|
-
function ownKeys$
|
|
39314
|
-
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; }
|
|
39315
39315
|
var Footer1 = function Footer1(props) {
|
|
39316
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;
|
|
39317
39317
|
var _useState = useState(''),
|
|
@@ -39338,7 +39338,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39338
39338
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
39339
39339
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39340
39340
|
});
|
|
39341
|
-
setsectionproperties(_objectSpread$
|
|
39341
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39342
39342
|
} else {
|
|
39343
39343
|
var secpropobj = {};
|
|
39344
39344
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -39348,7 +39348,7 @@ var Footer1 = function Footer1(props) {
|
|
|
39348
39348
|
});
|
|
39349
39349
|
}
|
|
39350
39350
|
});
|
|
39351
|
-
setsectionproperties(_objectSpread$
|
|
39351
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
39352
39352
|
}
|
|
39353
39353
|
}, [StatePagePropertiesContext]);
|
|
39354
39354
|
useEffect(function () {
|
|
@@ -39766,8 +39766,8 @@ var Footer1 = function Footer1(props) {
|
|
|
39766
39766
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
39767
39767
|
};
|
|
39768
39768
|
|
|
39769
|
-
function ownKeys$
|
|
39770
|
-
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; }
|
|
39771
39771
|
var Footer2 = function Footer2(props) {
|
|
39772
39772
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
39773
39773
|
var _useState = useState(''),
|
|
@@ -39797,7 +39797,7 @@ var Footer2 = function Footer2(props) {
|
|
|
39797
39797
|
});
|
|
39798
39798
|
}
|
|
39799
39799
|
});
|
|
39800
|
-
setsectionproperties(_objectSpread$
|
|
39800
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
39801
39801
|
}, [StatePagePropertiesContext]);
|
|
39802
39802
|
useEffect(function () {
|
|
39803
39803
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -40155,8 +40155,8 @@ var Footer2 = function Footer2(props) {
|
|
|
40155
40155
|
})))));
|
|
40156
40156
|
};
|
|
40157
40157
|
|
|
40158
|
-
function ownKeys$
|
|
40159
|
-
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; }
|
|
40160
40160
|
var Footer3 = function Footer3(props) {
|
|
40161
40161
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i16, _authdetailsContext$i17;
|
|
40162
40162
|
var _useState = useState(''),
|
|
@@ -40183,7 +40183,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40183
40183
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40184
40184
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40185
40185
|
});
|
|
40186
|
-
setsectionproperties(_objectSpread$
|
|
40186
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40187
40187
|
} else {
|
|
40188
40188
|
var secpropobj = {};
|
|
40189
40189
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40193,7 +40193,7 @@ var Footer3 = function Footer3(props) {
|
|
|
40193
40193
|
});
|
|
40194
40194
|
}
|
|
40195
40195
|
});
|
|
40196
|
-
setsectionproperties(_objectSpread$
|
|
40196
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
40197
40197
|
}
|
|
40198
40198
|
}, [StatePagePropertiesContext]);
|
|
40199
40199
|
useEffect(function () {
|
|
@@ -40507,8 +40507,8 @@ var Footer3 = function Footer3(props) {
|
|
|
40507
40507
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.address_en)))))));
|
|
40508
40508
|
};
|
|
40509
40509
|
|
|
40510
|
-
function ownKeys$
|
|
40511
|
-
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; }
|
|
40512
40512
|
var Footer4 = function Footer4(props) {
|
|
40513
40513
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
40514
40514
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -40531,7 +40531,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40531
40531
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40532
40532
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40533
40533
|
});
|
|
40534
|
-
setsectionproperties(_objectSpread$
|
|
40534
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40535
40535
|
} else {
|
|
40536
40536
|
var secpropobj = {};
|
|
40537
40537
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40541,7 +40541,7 @@ var Footer4 = function Footer4(props) {
|
|
|
40541
40541
|
});
|
|
40542
40542
|
}
|
|
40543
40543
|
});
|
|
40544
|
-
setsectionproperties(_objectSpread$
|
|
40544
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
40545
40545
|
}
|
|
40546
40546
|
}, [StatePagePropertiesContext]);
|
|
40547
40547
|
var footerStyles = {
|
|
@@ -40926,8 +40926,8 @@ var Footer4 = function Footer4(props) {
|
|
|
40926
40926
|
}))))))));
|
|
40927
40927
|
};
|
|
40928
40928
|
|
|
40929
|
-
function ownKeys$
|
|
40930
|
-
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; }
|
|
40931
40931
|
var Footer5 = function Footer5(props) {
|
|
40932
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;
|
|
40933
40933
|
var _useState = useState(''),
|
|
@@ -40957,7 +40957,7 @@ var Footer5 = function Footer5(props) {
|
|
|
40957
40957
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40958
40958
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40959
40959
|
});
|
|
40960
|
-
setsectionproperties(_objectSpread$
|
|
40960
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
40961
40961
|
} else {
|
|
40962
40962
|
var secpropobj = {};
|
|
40963
40963
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40967,7 +40967,7 @@ var Footer5 = function Footer5(props) {
|
|
|
40967
40967
|
});
|
|
40968
40968
|
}
|
|
40969
40969
|
});
|
|
40970
|
-
setsectionproperties(_objectSpread$
|
|
40970
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
40971
40971
|
}
|
|
40972
40972
|
}, [StatePagePropertiesContext]);
|
|
40973
40973
|
useEffect(function () {
|
|
@@ -41455,8 +41455,8 @@ var Footer5 = function Footer5(props) {
|
|
|
41455
41455
|
}))))))));
|
|
41456
41456
|
};
|
|
41457
41457
|
|
|
41458
|
-
function ownKeys$
|
|
41459
|
-
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; }
|
|
41460
41460
|
var Footer6 = function Footer6(props) {
|
|
41461
41461
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
41462
41462
|
var _useState = useState(''),
|
|
@@ -41487,7 +41487,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41487
41487
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41488
41488
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41489
41489
|
});
|
|
41490
|
-
setsectionproperties(_objectSpread$
|
|
41490
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41491
41491
|
} else {
|
|
41492
41492
|
var secpropobj = {};
|
|
41493
41493
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41497,7 +41497,7 @@ var Footer6 = function Footer6(props) {
|
|
|
41497
41497
|
});
|
|
41498
41498
|
}
|
|
41499
41499
|
});
|
|
41500
|
-
setsectionproperties(_objectSpread$
|
|
41500
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
41501
41501
|
}
|
|
41502
41502
|
}, [StatePagePropertiesContext]);
|
|
41503
41503
|
useEffect(function () {
|
|
@@ -41734,8 +41734,8 @@ var Footer6 = function Footer6(props) {
|
|
|
41734
41734
|
}))));
|
|
41735
41735
|
};
|
|
41736
41736
|
|
|
41737
|
-
function ownKeys$
|
|
41738
|
-
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; }
|
|
41739
41739
|
var Footer7 = function Footer7(props) {
|
|
41740
41740
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
41741
41741
|
var _useState = useState(''),
|
|
@@ -41766,7 +41766,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41766
41766
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41767
41767
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41768
41768
|
});
|
|
41769
|
-
setsectionproperties(_objectSpread$
|
|
41769
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41770
41770
|
} else {
|
|
41771
41771
|
var secpropobj = {};
|
|
41772
41772
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41776,7 +41776,7 @@ var Footer7 = function Footer7(props) {
|
|
|
41776
41776
|
});
|
|
41777
41777
|
}
|
|
41778
41778
|
});
|
|
41779
|
-
setsectionproperties(_objectSpread$
|
|
41779
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
41780
41780
|
}
|
|
41781
41781
|
}, [StatePagePropertiesContext]);
|
|
41782
41782
|
useEffect(function () {
|
|
@@ -42134,8 +42134,8 @@ var Footer7 = function Footer7(props) {
|
|
|
42134
42134
|
}))))));
|
|
42135
42135
|
};
|
|
42136
42136
|
|
|
42137
|
-
function ownKeys$
|
|
42138
|
-
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; }
|
|
42139
42139
|
var Footer8 = function Footer8(props) {
|
|
42140
42140
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
|
|
42141
42141
|
var _useState = useState(''),
|
|
@@ -42162,7 +42162,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42162
42162
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42163
42163
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42164
42164
|
});
|
|
42165
|
-
setsectionproperties(_objectSpread$
|
|
42165
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42166
42166
|
} else {
|
|
42167
42167
|
var secpropobj = {};
|
|
42168
42168
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42172,7 +42172,7 @@ var Footer8 = function Footer8(props) {
|
|
|
42172
42172
|
});
|
|
42173
42173
|
}
|
|
42174
42174
|
});
|
|
42175
|
-
setsectionproperties(_objectSpread$
|
|
42175
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
42176
42176
|
}
|
|
42177
42177
|
}, [StatePagePropertiesContext]);
|
|
42178
42178
|
var footerStyles = {
|
|
@@ -42550,8 +42550,8 @@ var Footer8 = function Footer8(props) {
|
|
|
42550
42550
|
}, lang.orderhistory)))))));
|
|
42551
42551
|
};
|
|
42552
42552
|
|
|
42553
|
-
function ownKeys$
|
|
42554
|
-
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; }
|
|
42555
42555
|
var Simplefooter = function Simplefooter(props) {
|
|
42556
42556
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
42557
42557
|
var _useState = useState(''),
|
|
@@ -42578,7 +42578,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42578
42578
|
});
|
|
42579
42579
|
}
|
|
42580
42580
|
});
|
|
42581
|
-
setsectionproperties(_objectSpread$
|
|
42581
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
42582
42582
|
}, [StatePagePropertiesContext]);
|
|
42583
42583
|
useEffect(function () {
|
|
42584
42584
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -42845,8 +42845,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
42845
42845
|
})));
|
|
42846
42846
|
};
|
|
42847
42847
|
|
|
42848
|
-
function ownKeys$
|
|
42849
|
-
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; }
|
|
42850
42850
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
42851
42851
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
42852
42852
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42869,7 +42869,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42869
42869
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42870
42870
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42871
42871
|
});
|
|
42872
|
-
setsectionproperties(_objectSpread$
|
|
42872
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42873
42873
|
} else {
|
|
42874
42874
|
var secpropobj = {};
|
|
42875
42875
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42879,7 +42879,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
42879
42879
|
});
|
|
42880
42880
|
}
|
|
42881
42881
|
});
|
|
42882
|
-
setsectionproperties(_objectSpread$
|
|
42882
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
42883
42883
|
}
|
|
42884
42884
|
}, [StatePagePropertiesContext]);
|
|
42885
42885
|
var _useState3 = useState([]),
|
|
@@ -43157,8 +43157,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
43157
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))));
|
|
43158
43158
|
};
|
|
43159
43159
|
|
|
43160
|
-
function ownKeys$
|
|
43161
|
-
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; }
|
|
43162
43162
|
var ModernFooter = function ModernFooter(props) {
|
|
43163
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;
|
|
43164
43164
|
var _useState = useState(''),
|
|
@@ -43184,7 +43184,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43184
43184
|
});
|
|
43185
43185
|
}
|
|
43186
43186
|
});
|
|
43187
|
-
setsectionproperties(_objectSpread$
|
|
43187
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
43188
43188
|
}, [StatePagePropertiesContext]);
|
|
43189
43189
|
var footerStyles = {
|
|
43190
43190
|
footerContainer: css({
|
|
@@ -43635,8 +43635,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
43635
43635
|
})))))));
|
|
43636
43636
|
};
|
|
43637
43637
|
|
|
43638
|
-
function ownKeys$
|
|
43639
|
-
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; }
|
|
43640
43640
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
43641
43641
|
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
43642
43642
|
var _useState = useState(''),
|
|
@@ -43666,7 +43666,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
43666
43666
|
});
|
|
43667
43667
|
}
|
|
43668
43668
|
});
|
|
43669
|
-
setsectionproperties(_objectSpread$
|
|
43669
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
43670
43670
|
}, [StatePagePropertiesContext]);
|
|
43671
43671
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
43672
43672
|
var _authdetailsContext$i;
|
|
@@ -44226,8 +44226,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
44226
44226
|
}, StoreInformation()))));
|
|
44227
44227
|
};
|
|
44228
44228
|
|
|
44229
|
-
function ownKeys$
|
|
44230
|
-
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; }
|
|
44231
44231
|
var CardsSection2 = function CardsSection2(props) {
|
|
44232
44232
|
var _useInView = useInView();
|
|
44233
44233
|
_useInView.ref;
|
|
@@ -44285,7 +44285,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44285
44285
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44286
44286
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44287
44287
|
});
|
|
44288
|
-
setsectionproperties(_objectSpread$
|
|
44288
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
44289
44289
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44290
44290
|
setfetchingtype('products');
|
|
44291
44291
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44351,9 +44351,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44351
44351
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44352
44352
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44353
44353
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44354
|
-
setProductFilterObjContext(_objectSpread$
|
|
44354
|
+
setProductFilterObjContext(_objectSpread$1n({}, tempfetchproductsfilerobjcontext));
|
|
44355
44355
|
}
|
|
44356
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44356
|
+
setFetchQueriesEngineContext(_objectSpread$1n({}, tempFetchQueriesEngineContext));
|
|
44357
44357
|
}
|
|
44358
44358
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44359
44359
|
useEffect(function () {
|
|
@@ -44638,8 +44638,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
44638
44638
|
}, cardsrender())));
|
|
44639
44639
|
};
|
|
44640
44640
|
|
|
44641
|
-
function ownKeys$
|
|
44642
|
-
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; }
|
|
44643
44643
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
44644
44644
|
var _section_cssstyles;
|
|
44645
44645
|
var _useInView = useInView();
|
|
@@ -44693,7 +44693,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44693
44693
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
44694
44694
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
44695
44695
|
});
|
|
44696
|
-
setsectionproperties(_objectSpread$
|
|
44696
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
44697
44697
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
44698
44698
|
setfetchingtype('products');
|
|
44699
44699
|
setProductsFetchingTypeSectionObj({
|
|
@@ -44745,9 +44745,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
44745
44745
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
44746
44746
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
44747
44747
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
44748
|
-
setProductFilterObjContext(_objectSpread$
|
|
44748
|
+
setProductFilterObjContext(_objectSpread$1m({}, tempfetchproductsfilerobjcontext));
|
|
44749
44749
|
}
|
|
44750
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
44750
|
+
setFetchQueriesEngineContext(_objectSpread$1m({}, tempFetchQueriesEngineContext));
|
|
44751
44751
|
}
|
|
44752
44752
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
44753
44753
|
useEffect(function () {
|
|
@@ -45128,8 +45128,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
45128
45128
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
45129
45129
|
};
|
|
45130
45130
|
|
|
45131
|
-
function ownKeys$
|
|
45132
|
-
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; }
|
|
45133
45133
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
45134
45134
|
var _useInView = useInView(),
|
|
45135
45135
|
ref = _useInView.ref,
|
|
@@ -45188,7 +45188,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45188
45188
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45189
45189
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45190
45190
|
});
|
|
45191
|
-
setsectionproperties(_objectSpread$
|
|
45191
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
45192
45192
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
45193
45193
|
setfetchingtype('products');
|
|
45194
45194
|
setProductsFetchingTypeSectionObj({
|
|
@@ -45250,7 +45250,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45250
45250
|
}
|
|
45251
45251
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
45252
45252
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
45253
|
-
setProductFilterObjContext(_objectSpread$
|
|
45253
|
+
setProductFilterObjContext(_objectSpread$1l({}, tempfetchproductsfilerobjcontext));
|
|
45254
45254
|
}
|
|
45255
45255
|
if (fetchingtype == 'categories') {
|
|
45256
45256
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -45326,7 +45326,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45326
45326
|
cardobjassigner(collections);
|
|
45327
45327
|
}
|
|
45328
45328
|
}
|
|
45329
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45329
|
+
setFetchQueriesEngineContext(_objectSpread$1l({}, tempFetchQueriesEngineContext));
|
|
45330
45330
|
}
|
|
45331
45331
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45332
45332
|
useEffect(function () {
|
|
@@ -45682,8 +45682,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
45682
45682
|
}, cardsrender()));
|
|
45683
45683
|
};
|
|
45684
45684
|
|
|
45685
|
-
function ownKeys$
|
|
45686
|
-
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; }
|
|
45687
45687
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
45688
45688
|
var _useInView = useInView();
|
|
45689
45689
|
_useInView.ref;
|
|
@@ -45728,7 +45728,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45728
45728
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
45729
45729
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
45730
45730
|
});
|
|
45731
|
-
setsectionproperties(_objectSpread$
|
|
45731
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
45732
45732
|
setfetchingtype(sectionitem.fetchingtype);
|
|
45733
45733
|
setProductsFetchingTypeSectionObj({
|
|
45734
45734
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -45754,7 +45754,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
45754
45754
|
} else {
|
|
45755
45755
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
45756
45756
|
}
|
|
45757
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
45757
|
+
setFetchQueriesEngineContext(_objectSpread$1k({}, tempFetchQueriesEngineContext));
|
|
45758
45758
|
}
|
|
45759
45759
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
45760
45760
|
useEffect(function () {
|
|
@@ -46034,8 +46034,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
46034
46034
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
46035
46035
|
};
|
|
46036
46036
|
|
|
46037
|
-
function ownKeys$
|
|
46038
|
-
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; }
|
|
46039
46039
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
46040
46040
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
46041
46041
|
props.actions.lang;
|
|
@@ -46110,7 +46110,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46110
46110
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46111
46111
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46112
46112
|
});
|
|
46113
|
-
setsectionproperties(_objectSpread$
|
|
46113
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
46114
46114
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46115
46115
|
setfetchingtype('products');
|
|
46116
46116
|
var lcproductfetchingtype = 'Random';
|
|
@@ -46187,7 +46187,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46187
46187
|
}
|
|
46188
46188
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
46189
46189
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
46190
|
-
setProductFilterObjContext(_objectSpread$
|
|
46190
|
+
setProductFilterObjContext(_objectSpread$1j({}, tempfetchproductsfilerobjcontext));
|
|
46191
46191
|
}
|
|
46192
46192
|
if (fetchingtype == 'categories') {
|
|
46193
46193
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -46263,7 +46263,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46263
46263
|
cardobjassigner(collections);
|
|
46264
46264
|
}
|
|
46265
46265
|
}
|
|
46266
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
46266
|
+
setFetchQueriesEngineContext(_objectSpread$1j({}, tempFetchQueriesEngineContext));
|
|
46267
46267
|
}
|
|
46268
46268
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46269
46269
|
useEffect(function () {
|
|
@@ -46902,8 +46902,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
46902
46902
|
}, cardsrender()));
|
|
46903
46903
|
};
|
|
46904
46904
|
|
|
46905
|
-
function ownKeys$
|
|
46906
|
-
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; }
|
|
46907
46907
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
46908
46908
|
var _useInView = useInView(),
|
|
46909
46909
|
ref = _useInView.ref,
|
|
@@ -46964,7 +46964,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
46964
46964
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46965
46965
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46966
46966
|
});
|
|
46967
|
-
setsectionproperties(_objectSpread$
|
|
46967
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
46968
46968
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46969
46969
|
setfetchingtype('products');
|
|
46970
46970
|
setProductsFetchingTypeSectionObj({
|
|
@@ -47016,9 +47016,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47016
47016
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
47017
47017
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
47018
47018
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
47019
|
-
setProductFilterObjContext(_objectSpread$
|
|
47019
|
+
setProductFilterObjContext(_objectSpread$1i({}, tempfetchproductsfilerobjcontext));
|
|
47020
47020
|
// }
|
|
47021
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47021
|
+
setFetchQueriesEngineContext(_objectSpread$1i({}, tempFetchQueriesEngineContext));
|
|
47022
47022
|
}
|
|
47023
47023
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47024
47024
|
useEffect(function () {
|
|
@@ -47456,8 +47456,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
47456
47456
|
}, cardsrender())));
|
|
47457
47457
|
};
|
|
47458
47458
|
|
|
47459
|
-
function ownKeys$
|
|
47460
|
-
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; }
|
|
47461
47461
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
47462
47462
|
var _useInView = useInView();
|
|
47463
47463
|
_useInView.ref;
|
|
@@ -47484,7 +47484,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47484
47484
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47485
47485
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47486
47486
|
});
|
|
47487
|
-
setsectionproperties(_objectSpread$
|
|
47487
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
47488
47488
|
setfetchingtype(sectionitem.fetchingtype);
|
|
47489
47489
|
}
|
|
47490
47490
|
});
|
|
@@ -47725,8 +47725,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
47725
47725
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
47726
47726
|
};
|
|
47727
47727
|
|
|
47728
|
-
function ownKeys$
|
|
47729
|
-
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; }
|
|
47730
47730
|
var CollapsableSection = function CollapsableSection(props) {
|
|
47731
47731
|
var _maincontainerarrayof;
|
|
47732
47732
|
var _useState = useState(''),
|
|
@@ -47750,7 +47750,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
47750
47750
|
});
|
|
47751
47751
|
}
|
|
47752
47752
|
});
|
|
47753
|
-
setsectionproperties(_objectSpread$
|
|
47753
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
47754
47754
|
}, [StatePagePropertiesContext]);
|
|
47755
47755
|
useEffect(function () {
|
|
47756
47756
|
if (sectionproperties.length != 0) {
|
|
@@ -48035,8 +48035,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
48035
48035
|
})))));
|
|
48036
48036
|
};
|
|
48037
48037
|
|
|
48038
|
-
function ownKeys$
|
|
48039
|
-
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; }
|
|
48040
48040
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
48041
48041
|
props.actions.lang;
|
|
48042
48042
|
var langdetect = props.actions.langdetect;
|
|
@@ -48067,7 +48067,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48067
48067
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48068
48068
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48069
48069
|
});
|
|
48070
|
-
setsectionproperties(_objectSpread$
|
|
48070
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48071
48071
|
} else {
|
|
48072
48072
|
var secpropobj = {};
|
|
48073
48073
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48077,7 +48077,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48077
48077
|
});
|
|
48078
48078
|
}
|
|
48079
48079
|
});
|
|
48080
|
-
setsectionproperties(_objectSpread$
|
|
48080
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
48081
48081
|
}
|
|
48082
48082
|
}, [StatePagePropertiesContext]);
|
|
48083
48083
|
useEffect(function () {
|
|
@@ -48498,8 +48498,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
48498
48498
|
}, BackgroundImagesContent())));
|
|
48499
48499
|
};
|
|
48500
48500
|
|
|
48501
|
-
function ownKeys$
|
|
48502
|
-
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; }
|
|
48503
48503
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
48504
48504
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$13, _imagesarray$17;
|
|
48505
48505
|
props.actions.lang;
|
|
@@ -48526,7 +48526,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48526
48526
|
});
|
|
48527
48527
|
}
|
|
48528
48528
|
});
|
|
48529
|
-
setsectionproperties(_objectSpread$
|
|
48529
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
48530
48530
|
}, [StatePagePropertiesContext]);
|
|
48531
48531
|
useEffect(function () {
|
|
48532
48532
|
if (sectionproperties.length != 0) {
|
|
@@ -48821,8 +48821,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
48821
48821
|
})))))));
|
|
48822
48822
|
};
|
|
48823
48823
|
|
|
48824
|
-
function ownKeys$
|
|
48825
|
-
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; }
|
|
48826
48826
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
48827
48827
|
var _useState = useState(''),
|
|
48828
48828
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -48845,7 +48845,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48845
48845
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
48846
48846
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
48847
48847
|
});
|
|
48848
|
-
setsectionproperties(_objectSpread$
|
|
48848
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48849
48849
|
} else {
|
|
48850
48850
|
var secpropobj = {};
|
|
48851
48851
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -48855,7 +48855,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
48855
48855
|
});
|
|
48856
48856
|
}
|
|
48857
48857
|
});
|
|
48858
|
-
setsectionproperties(_objectSpread$
|
|
48858
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
48859
48859
|
}
|
|
48860
48860
|
}, [StatePagePropertiesContext]);
|
|
48861
48861
|
useEffect(function () {
|
|
@@ -49072,8 +49072,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
49072
49072
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
49073
49073
|
styleInject(css_248z$l);
|
|
49074
49074
|
|
|
49075
|
-
function ownKeys$
|
|
49076
|
-
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; }
|
|
49077
49077
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
49078
49078
|
var _ref, _bgimagesarray$, _bgimagesarray$2, _ref2;
|
|
49079
49079
|
var _useState = useState(''),
|
|
@@ -49096,7 +49096,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49096
49096
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49097
49097
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49098
49098
|
});
|
|
49099
|
-
setsectionproperties(_objectSpread$
|
|
49099
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49100
49100
|
} else {
|
|
49101
49101
|
var secpropobj = {};
|
|
49102
49102
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49106,7 +49106,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49106
49106
|
});
|
|
49107
49107
|
}
|
|
49108
49108
|
});
|
|
49109
|
-
setsectionproperties(_objectSpread$
|
|
49109
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
49110
49110
|
}
|
|
49111
49111
|
}, [StatePagePropertiesContext]);
|
|
49112
49112
|
useEffect(function () {
|
|
@@ -49333,8 +49333,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
49333
49333
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
49334
49334
|
};
|
|
49335
49335
|
|
|
49336
|
-
function ownKeys$
|
|
49337
|
-
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; }
|
|
49338
49338
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
49339
49339
|
var _useState = useState(''),
|
|
49340
49340
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -49357,7 +49357,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49357
49357
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
49358
49358
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
49359
49359
|
});
|
|
49360
|
-
setsectionproperties(_objectSpread$
|
|
49360
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49361
49361
|
} else {
|
|
49362
49362
|
var secpropobj = {};
|
|
49363
49363
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -49367,7 +49367,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49367
49367
|
});
|
|
49368
49368
|
}
|
|
49369
49369
|
});
|
|
49370
|
-
setsectionproperties(_objectSpread$
|
|
49370
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
49371
49371
|
}
|
|
49372
49372
|
}, [StatePagePropertiesContext]);
|
|
49373
49373
|
useEffect(function () {
|
|
@@ -49478,8 +49478,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
49478
49478
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
49479
49479
|
styleInject(css_248z$k);
|
|
49480
49480
|
|
|
49481
|
-
function ownKeys$
|
|
49482
|
-
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; }
|
|
49483
49483
|
var Select = /*#__PURE__*/React.lazy(function () {
|
|
49484
49484
|
return import('react-select');
|
|
49485
49485
|
});
|
|
@@ -49497,7 +49497,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49497
49497
|
sectionproperties = _useState2[0],
|
|
49498
49498
|
setsectionproperties = _useState2[1];
|
|
49499
49499
|
useEffect(function () {
|
|
49500
|
-
setsectionproperties(_objectSpread$
|
|
49500
|
+
setsectionproperties(_objectSpread$1a({}, props.sectionproperties));
|
|
49501
49501
|
}, [props.sectionproperties]);
|
|
49502
49502
|
var formstyles = {
|
|
49503
49503
|
input_label_name: css({
|
|
@@ -49568,13 +49568,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49568
49568
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49569
49569
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
49570
49570
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
49571
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49571
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49572
49572
|
if (props.srcfrom != 'filter') {
|
|
49573
49573
|
props.payloadobjchange('countryid', option.id);
|
|
49574
49574
|
} else {
|
|
49575
49575
|
var temp = props.payloadobj;
|
|
49576
49576
|
temp.countryid = option.id;
|
|
49577
|
-
props.setpayloadobj(_objectSpread$
|
|
49577
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49578
49578
|
}
|
|
49579
49579
|
},
|
|
49580
49580
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49627,13 +49627,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49627
49627
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
49628
49628
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
49629
49629
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
49630
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
49630
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1a({}, tempFetchTabexStatesPayloadobjContext));
|
|
49631
49631
|
if (props.srcfrom != 'filter') {
|
|
49632
49632
|
props.payloadobjchange('stateid', option.id);
|
|
49633
49633
|
} else {
|
|
49634
49634
|
var temp = props.payloadobj;
|
|
49635
49635
|
temp.stateid = option.id;
|
|
49636
|
-
props.setpayloadobj(_objectSpread$
|
|
49636
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49637
49637
|
}
|
|
49638
49638
|
},
|
|
49639
49639
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49688,7 +49688,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49688
49688
|
} else {
|
|
49689
49689
|
var temp = props.payloadobj;
|
|
49690
49690
|
temp.cityid = option.id;
|
|
49691
|
-
props.setpayloadobj(_objectSpread$
|
|
49691
|
+
props.setpayloadobj(_objectSpread$1a({}, temp));
|
|
49692
49692
|
}
|
|
49693
49693
|
},
|
|
49694
49694
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -49722,8 +49722,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
49722
49722
|
}))));
|
|
49723
49723
|
};
|
|
49724
49724
|
|
|
49725
|
-
function ownKeys$
|
|
49726
|
-
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; }
|
|
49727
49727
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
49728
49728
|
var _css, _fetchProductFeatures;
|
|
49729
49729
|
var _useState = useState(''),
|
|
@@ -49781,11 +49781,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49781
49781
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
49782
49782
|
props.actions.fetchcollectionsQueryContext;
|
|
49783
49783
|
useEffect(function () {
|
|
49784
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49784
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49785
49785
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
49786
49786
|
tempFetchQueriesEngineContext.collections = true;
|
|
49787
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49788
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
49787
|
+
setFetchQueriesEngineContext(_objectSpread$19({}, tempFetchQueriesEngineContext));
|
|
49788
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
49789
49789
|
|
|
49790
49790
|
// authdetailsContext?.instinfo?.instcollections?
|
|
49791
49791
|
}, []);
|
|
@@ -49806,7 +49806,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
49806
49806
|
});
|
|
49807
49807
|
}
|
|
49808
49808
|
});
|
|
49809
|
-
setsectionproperties(_objectSpread$
|
|
49809
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
49810
49810
|
}, [StatePagePropertiesContext]);
|
|
49811
49811
|
useEffect(function () {
|
|
49812
49812
|
if (sectionproperties.length != 0) {
|
|
@@ -50054,7 +50054,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50054
50054
|
var temp = payloadobj;
|
|
50055
50055
|
temp.collections = [];
|
|
50056
50056
|
temp.collections.push(option.collectionid);
|
|
50057
|
-
setpayloadobj(_objectSpread$
|
|
50057
|
+
setpayloadobj(_objectSpread$19({}, temp));
|
|
50058
50058
|
},
|
|
50059
50059
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
50060
50060
|
isSearchable: true,
|
|
@@ -50092,7 +50092,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50092
50092
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50093
50093
|
value: pricevalue,
|
|
50094
50094
|
onChange: function onChange(value) {
|
|
50095
|
-
setpricevalue(_objectSpread$
|
|
50095
|
+
setpricevalue(_objectSpread$19({}, value));
|
|
50096
50096
|
}
|
|
50097
50097
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
50098
50098
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -50100,7 +50100,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50100
50100
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50101
50101
|
onClick: function onClick() {
|
|
50102
50102
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50103
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50103
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50104
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) {
|
|
50105
50105
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50106
50106
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50337,7 +50337,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50337
50337
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50338
50338
|
onClick: function onClick() {
|
|
50339
50339
|
var _payloadobj$countryid2, _payloadobj$stateid2, _payloadobj$cityid2, _pricevalue$min2, _pricevalue$max2;
|
|
50340
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50340
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
50341
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) {
|
|
50342
50342
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50343
50343
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50385,8 +50385,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
50385
50385
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50386
50386
|
};
|
|
50387
50387
|
|
|
50388
|
-
function ownKeys$
|
|
50389
|
-
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; }
|
|
50390
50390
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
50391
50391
|
var _fetchCategoriesQuery;
|
|
50392
50392
|
var _useState = useState(''),
|
|
@@ -50440,11 +50440,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50440
50440
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
50441
50441
|
props.actions.fetchcollectionsQueryContext;
|
|
50442
50442
|
useEffect(function () {
|
|
50443
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50443
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50444
50444
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
50445
50445
|
tempFetchQueriesEngineContext.collections = true;
|
|
50446
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
50447
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
50446
|
+
setFetchQueriesEngineContext(_objectSpread$18({}, tempFetchQueriesEngineContext));
|
|
50447
|
+
var tempFetchQueriesEngineContext = _objectSpread$18({}, FetchQueriesEngineContext);
|
|
50448
50448
|
|
|
50449
50449
|
// authdetailsContext?.instinfo?.instcollections?
|
|
50450
50450
|
}, []);
|
|
@@ -50465,7 +50465,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50465
50465
|
});
|
|
50466
50466
|
}
|
|
50467
50467
|
});
|
|
50468
|
-
setsectionproperties(_objectSpread$
|
|
50468
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
50469
50469
|
}, [StatePagePropertiesContext]);
|
|
50470
50470
|
// useEffect(() => {
|
|
50471
50471
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -50713,7 +50713,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50713
50713
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
50714
50714
|
value: pricevalue,
|
|
50715
50715
|
onChange: function onChange(value) {
|
|
50716
|
-
setpricevalue(_objectSpread$
|
|
50716
|
+
setpricevalue(_objectSpread$18({}, value));
|
|
50717
50717
|
}
|
|
50718
50718
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
50719
50719
|
"class": "col-lg-1"
|
|
@@ -50723,7 +50723,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50723
50723
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
50724
50724
|
onClick: function onClick() {
|
|
50725
50725
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
50726
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
50726
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$18({}, fetchproductsfilerobjcontext);
|
|
50727
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) {
|
|
50728
50728
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
50729
50729
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -50768,8 +50768,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
50768
50768
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
50769
50769
|
};
|
|
50770
50770
|
|
|
50771
|
-
function ownKeys$
|
|
50772
|
-
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; }
|
|
50773
50773
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
50774
50774
|
var _useState = useState(''),
|
|
50775
50775
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -50815,7 +50815,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50815
50815
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50816
50816
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50817
50817
|
});
|
|
50818
|
-
setsectionproperties(_objectSpread$
|
|
50818
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50819
50819
|
} else {
|
|
50820
50820
|
var secpropobj = {};
|
|
50821
50821
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50825,7 +50825,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
50825
50825
|
});
|
|
50826
50826
|
}
|
|
50827
50827
|
});
|
|
50828
|
-
setsectionproperties(_objectSpread$
|
|
50828
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
50829
50829
|
}
|
|
50830
50830
|
}, [StatePagePropertiesContext]);
|
|
50831
50831
|
var sectionstyles = {
|
|
@@ -51018,8 +51018,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
51018
51018
|
})))));
|
|
51019
51019
|
};
|
|
51020
51020
|
|
|
51021
|
-
function ownKeys$
|
|
51022
|
-
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; }
|
|
51023
51023
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
51024
51024
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
51025
51025
|
var lang = props.actions.lang;
|
|
@@ -51059,7 +51059,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51059
51059
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51060
51060
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51061
51061
|
});
|
|
51062
|
-
setsectionproperties(_objectSpread$
|
|
51062
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51063
51063
|
} else {
|
|
51064
51064
|
var secpropobj = {};
|
|
51065
51065
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51069,7 +51069,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51069
51069
|
});
|
|
51070
51070
|
}
|
|
51071
51071
|
});
|
|
51072
|
-
setsectionproperties(_objectSpread$
|
|
51072
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
51073
51073
|
}
|
|
51074
51074
|
}, [StatePagePropertiesContext]);
|
|
51075
51075
|
useEffect(function () {
|
|
@@ -51230,8 +51230,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
51230
51230
|
})))))))));
|
|
51231
51231
|
};
|
|
51232
51232
|
|
|
51233
|
-
function ownKeys$
|
|
51234
|
-
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; }
|
|
51235
51235
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
51236
51236
|
var _useState = useState(''),
|
|
51237
51237
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51256,7 +51256,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51256
51256
|
});
|
|
51257
51257
|
}
|
|
51258
51258
|
});
|
|
51259
|
-
setsectionproperties(_objectSpread$
|
|
51259
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
51260
51260
|
}, [StatePagePropertiesContext]);
|
|
51261
51261
|
useEffect(function () {
|
|
51262
51262
|
if (sectionproperties.length != 0) {
|
|
@@ -51370,8 +51370,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
51370
51370
|
}))))));
|
|
51371
51371
|
};
|
|
51372
51372
|
|
|
51373
|
-
function ownKeys$
|
|
51374
|
-
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; }
|
|
51375
51375
|
var Threebgimages = function Threebgimages(props) {
|
|
51376
51376
|
var _ref;
|
|
51377
51377
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
@@ -51402,7 +51402,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51402
51402
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51403
51403
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51404
51404
|
});
|
|
51405
|
-
setsectionproperties(_objectSpread$
|
|
51405
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51406
51406
|
} else {
|
|
51407
51407
|
var secpropobj = {};
|
|
51408
51408
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51412,7 +51412,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51412
51412
|
});
|
|
51413
51413
|
}
|
|
51414
51414
|
});
|
|
51415
|
-
setsectionproperties(_objectSpread$
|
|
51415
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
51416
51416
|
}
|
|
51417
51417
|
}, [StatePagePropertiesContext]);
|
|
51418
51418
|
useEffect(function () {
|
|
@@ -51626,8 +51626,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
51626
51626
|
})));
|
|
51627
51627
|
};
|
|
51628
51628
|
|
|
51629
|
-
function ownKeys$
|
|
51630
|
-
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; }
|
|
51631
51631
|
var Twobgimages = function Twobgimages(props) {
|
|
51632
51632
|
var _useState = useState(''),
|
|
51633
51633
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51655,7 +51655,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51655
51655
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51656
51656
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51657
51657
|
});
|
|
51658
|
-
setsectionproperties(_objectSpread$
|
|
51658
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51659
51659
|
} else {
|
|
51660
51660
|
var secpropobj = {};
|
|
51661
51661
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51665,7 +51665,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51665
51665
|
});
|
|
51666
51666
|
}
|
|
51667
51667
|
});
|
|
51668
|
-
setsectionproperties(_objectSpread$
|
|
51668
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
51669
51669
|
}
|
|
51670
51670
|
}, [StatePagePropertiesContext]);
|
|
51671
51671
|
useEffect(function () {
|
|
@@ -51962,8 +51962,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
51962
51962
|
}, BackgroundImage()));
|
|
51963
51963
|
};
|
|
51964
51964
|
|
|
51965
|
-
function ownKeys$
|
|
51966
|
-
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; }
|
|
51967
51967
|
var VideosSection = function VideosSection(props) {
|
|
51968
51968
|
var _useState = useState(''),
|
|
51969
51969
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51989,7 +51989,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
51989
51989
|
});
|
|
51990
51990
|
}
|
|
51991
51991
|
});
|
|
51992
|
-
setsectionproperties(_objectSpread$
|
|
51992
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
51993
51993
|
}, [StatePagePropertiesContext]);
|
|
51994
51994
|
useEffect(function () {
|
|
51995
51995
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -52253,8 +52253,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
52253
52253
|
}))))));
|
|
52254
52254
|
};
|
|
52255
52255
|
|
|
52256
|
-
function ownKeys$
|
|
52257
|
-
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; }
|
|
52258
52258
|
var FullVideoSection = function FullVideoSection(props) {
|
|
52259
52259
|
var _useState = useState(''),
|
|
52260
52260
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -52280,7 +52280,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52280
52280
|
});
|
|
52281
52281
|
}
|
|
52282
52282
|
});
|
|
52283
|
-
setsectionproperties(_objectSpread$
|
|
52283
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
52284
52284
|
}, [StatePagePropertiesContext]);
|
|
52285
52285
|
useEffect(function () {
|
|
52286
52286
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -52446,6 +52446,113 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
52446
52446
|
}, Content(), " ", Video())));
|
|
52447
52447
|
};
|
|
52448
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
|
+
|
|
52449
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; }
|
|
52450
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; }
|
|
52451
52558
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
@@ -71744,6 +71851,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
71744
71851
|
Twobgimages: Twobgimages,
|
|
71745
71852
|
VideosSection: VideosSection,
|
|
71746
71853
|
FullVideoSection: FullVideoSection,
|
|
71854
|
+
Popupcomponent: Popupcomponent,
|
|
71747
71855
|
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
71748
71856
|
DynamicForm: DynamicForm,
|
|
71749
71857
|
// Slideshows (13)
|