tabexseriescomponents 0.0.466 → 0.0.468
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 +716 -539
- package/dist/index.esm.js +716 -539
- package/dist/index.umd.js +716 -539
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -632,8 +632,8 @@ var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
|
632
632
|
}));
|
|
633
633
|
};
|
|
634
634
|
|
|
635
|
-
function ownKeys$
|
|
636
|
-
function _objectSpread$
|
|
635
|
+
function ownKeys$2w(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
636
|
+
function _objectSpread$2w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2w(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
637
637
|
var Login = function Login(props) {
|
|
638
638
|
var _css;
|
|
639
639
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -709,7 +709,7 @@ var Login = function Login(props) {
|
|
|
709
709
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
710
710
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
711
711
|
});
|
|
712
|
-
setsectionproperties(_objectSpread$
|
|
712
|
+
setsectionproperties(_objectSpread$2w({}, secpropobj));
|
|
713
713
|
}
|
|
714
714
|
}, [StatePagePropertiesContext]);
|
|
715
715
|
useEffect(function () {
|
|
@@ -876,9 +876,9 @@ var Login = function Login(props) {
|
|
|
876
876
|
className: "".concat(loginstyles2.form_control),
|
|
877
877
|
value: payloadobj.email,
|
|
878
878
|
onChange: function onChange(event) {
|
|
879
|
-
var temppayloadobj = _objectSpread$
|
|
879
|
+
var temppayloadobj = _objectSpread$2w({}, payloadobj);
|
|
880
880
|
temppayloadobj.email = event.target.value;
|
|
881
|
-
setpayloadobj(_objectSpread$
|
|
881
|
+
setpayloadobj(_objectSpread$2w({}, temppayloadobj));
|
|
882
882
|
},
|
|
883
883
|
style: {
|
|
884
884
|
background: sectionproperties.input_bgcolor
|
|
@@ -900,9 +900,9 @@ var Login = function Login(props) {
|
|
|
900
900
|
textplaceholder: "",
|
|
901
901
|
value: payloadobj.password,
|
|
902
902
|
onChange: function onChange(event) {
|
|
903
|
-
var temppayloadobj = _objectSpread$
|
|
903
|
+
var temppayloadobj = _objectSpread$2w({}, payloadobj);
|
|
904
904
|
temppayloadobj.password = event.target.value;
|
|
905
|
-
setpayloadobj(_objectSpread$
|
|
905
|
+
setpayloadobj(_objectSpread$2w({}, temppayloadobj));
|
|
906
906
|
},
|
|
907
907
|
style: {
|
|
908
908
|
background: sectionproperties.input_bgcolor
|
|
@@ -1079,9 +1079,9 @@ var Login = function Login(props) {
|
|
|
1079
1079
|
className: "".concat(loginstyles2.form_control),
|
|
1080
1080
|
value: forgotpasswordpayload.email,
|
|
1081
1081
|
onChange: function onChange(event) {
|
|
1082
|
-
var temppayloadobj = _objectSpread$
|
|
1082
|
+
var temppayloadobj = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1083
1083
|
temppayloadobj.email = event.target.value;
|
|
1084
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1084
|
+
setforgotpasswordpayload(_objectSpread$2w({}, temppayloadobj));
|
|
1085
1085
|
},
|
|
1086
1086
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1087
1087
|
style: {
|
|
@@ -1096,9 +1096,9 @@ var Login = function Login(props) {
|
|
|
1096
1096
|
className: "".concat(loginstyles2.form_control),
|
|
1097
1097
|
value: forgotpasswordpayload.code,
|
|
1098
1098
|
onChange: function onChange(event) {
|
|
1099
|
-
var temppayloadobj = _objectSpread$
|
|
1099
|
+
var temppayloadobj = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1100
1100
|
temppayloadobj.code = event.target.value;
|
|
1101
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1101
|
+
setforgotpasswordpayload(_objectSpread$2w({}, temppayloadobj));
|
|
1102
1102
|
},
|
|
1103
1103
|
style: {
|
|
1104
1104
|
background: sectionproperties.input_bgcolor
|
|
@@ -1112,9 +1112,9 @@ var Login = function Login(props) {
|
|
|
1112
1112
|
className: "".concat(loginstyles2.form_control),
|
|
1113
1113
|
value: forgotpasswordpayload.newpassword,
|
|
1114
1114
|
onChange: function onChange(event) {
|
|
1115
|
-
var temppayloadobj = _objectSpread$
|
|
1115
|
+
var temppayloadobj = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1116
1116
|
temppayloadobj.newpassword = event.target.value;
|
|
1117
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1117
|
+
setforgotpasswordpayload(_objectSpread$2w({}, temppayloadobj));
|
|
1118
1118
|
},
|
|
1119
1119
|
style: {
|
|
1120
1120
|
background: sectionproperties.input_bgcolor
|
|
@@ -1128,9 +1128,9 @@ var Login = function Login(props) {
|
|
|
1128
1128
|
className: "".concat(loginstyles2.form_control),
|
|
1129
1129
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
1130
1130
|
onChange: function onChange(event) {
|
|
1131
|
-
var temppayloadobj = _objectSpread$
|
|
1131
|
+
var temppayloadobj = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1132
1132
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
1133
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1133
|
+
setforgotpasswordpayload(_objectSpread$2w({}, temppayloadobj));
|
|
1134
1134
|
},
|
|
1135
1135
|
style: {
|
|
1136
1136
|
background: sectionproperties.input_bgcolor
|
|
@@ -1142,7 +1142,7 @@ var Login = function Login(props) {
|
|
|
1142
1142
|
onClick: function onClick() {
|
|
1143
1143
|
if (forgotpasswordpayload.email.length != 0) {
|
|
1144
1144
|
var runfunc = false;
|
|
1145
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
1145
|
+
var tempforgotpasswordpayload = _objectSpread$2w({}, forgotpasswordpayload);
|
|
1146
1146
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
1147
1147
|
if (forgetpasswordstage == 'verify') {
|
|
1148
1148
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -1193,11 +1193,11 @@ var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rig
|
|
|
1193
1193
|
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"};
|
|
1194
1194
|
styleInject(css_248z$J);
|
|
1195
1195
|
|
|
1196
|
-
function ownKeys$
|
|
1197
|
-
function _objectSpread$
|
|
1196
|
+
function ownKeys$2v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1197
|
+
function _objectSpread$2v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2v(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
1198
1198
|
var selectcustomStyles = {
|
|
1199
1199
|
option: function option(provided, state) {
|
|
1200
|
-
return _objectSpread$
|
|
1200
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1201
1201
|
borderBottom: '1px solid #e6e6e6',
|
|
1202
1202
|
backgroundColor: state.isSelected ? '' : '',
|
|
1203
1203
|
padding: 5,
|
|
@@ -1226,7 +1226,7 @@ var selectcustomStyles = {
|
|
|
1226
1226
|
};
|
|
1227
1227
|
var selectcustomStylesTranslated = {
|
|
1228
1228
|
option: function option(provided, state) {
|
|
1229
|
-
return _objectSpread$
|
|
1229
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1230
1230
|
borderBottom: '1px solid #e6e6e6',
|
|
1231
1231
|
backgroundColor: state.isSelected ? '' : '',
|
|
1232
1232
|
padding: 5,
|
|
@@ -1255,14 +1255,14 @@ var selectcustomStylesTranslated = {
|
|
|
1255
1255
|
};
|
|
1256
1256
|
},
|
|
1257
1257
|
placeholder: function placeholder(provided, state) {
|
|
1258
|
-
return _objectSpread$
|
|
1258
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1259
1259
|
textAlign: 'right'
|
|
1260
1260
|
});
|
|
1261
1261
|
}
|
|
1262
1262
|
};
|
|
1263
1263
|
var defaultstyles = {
|
|
1264
1264
|
option: function option(provided, state) {
|
|
1265
|
-
return _objectSpread$
|
|
1265
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1266
1266
|
borderBottom: '1px solid #e6e6e6',
|
|
1267
1267
|
backgroundColor: state.isSelected ? '' : '',
|
|
1268
1268
|
padding: 5,
|
|
@@ -1290,7 +1290,7 @@ var defaultstyles = {
|
|
|
1290
1290
|
}), _ref;
|
|
1291
1291
|
},
|
|
1292
1292
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1293
|
-
return _objectSpread$
|
|
1293
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1294
1294
|
'&:hover': {
|
|
1295
1295
|
// color: '#eac435',
|
|
1296
1296
|
}
|
|
@@ -1299,7 +1299,7 @@ var defaultstyles = {
|
|
|
1299
1299
|
};
|
|
1300
1300
|
var defaultstylestranslated = {
|
|
1301
1301
|
option: function option(provided, state) {
|
|
1302
|
-
return _objectSpread$
|
|
1302
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1303
1303
|
borderBottom: '1px solid #e6e6e6',
|
|
1304
1304
|
backgroundColor: state.isSelected ? '' : '',
|
|
1305
1305
|
padding: 5,
|
|
@@ -1330,21 +1330,21 @@ var defaultstylestranslated = {
|
|
|
1330
1330
|
};
|
|
1331
1331
|
},
|
|
1332
1332
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1333
|
-
return _objectSpread$
|
|
1333
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1334
1334
|
'&:hover': {
|
|
1335
1335
|
// color: '#eac435',
|
|
1336
1336
|
}
|
|
1337
1337
|
});
|
|
1338
1338
|
},
|
|
1339
1339
|
placeholder: function placeholder(provided, state) {
|
|
1340
|
-
return _objectSpread$
|
|
1340
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1341
1341
|
textAlign: 'right'
|
|
1342
1342
|
});
|
|
1343
1343
|
}
|
|
1344
1344
|
};
|
|
1345
1345
|
var defaultstylesnone = {
|
|
1346
1346
|
option: function option(provided, state) {
|
|
1347
|
-
return _objectSpread$
|
|
1347
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1348
1348
|
borderBottom: '1px solid #e6e6e6',
|
|
1349
1349
|
backgroundColor: state.isSelected ? '' : '',
|
|
1350
1350
|
padding: 5,
|
|
@@ -1372,7 +1372,7 @@ var defaultstylesnone = {
|
|
|
1372
1372
|
};
|
|
1373
1373
|
},
|
|
1374
1374
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1375
|
-
return _objectSpread$
|
|
1375
|
+
return _objectSpread$2v(_objectSpread$2v({}, provided), {}, {
|
|
1376
1376
|
'&:hover': {
|
|
1377
1377
|
// color: '#eac435',
|
|
1378
1378
|
}
|
|
@@ -1965,8 +1965,8 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
1965
1965
|
}, 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))))));
|
|
1966
1966
|
};
|
|
1967
1967
|
|
|
1968
|
-
function ownKeys$
|
|
1969
|
-
function _objectSpread$
|
|
1968
|
+
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; }
|
|
1969
|
+
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; }
|
|
1970
1970
|
var ProductExtraFields = function ProductExtraFields(props) {
|
|
1971
1971
|
var _fetchProductInfoQuer, _css, _fetchProductInfoQuer2;
|
|
1972
1972
|
props.actions.lang;
|
|
@@ -2021,9 +2021,9 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2021
2021
|
});
|
|
2022
2022
|
}
|
|
2023
2023
|
setproductextravaluesarray(_toConsumableArray(tempproductextravaluesarray));
|
|
2024
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2024
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
2025
2025
|
tempaddtocardpayloadobj.extrafields = tempproductextravaluesarray;
|
|
2026
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2026
|
+
setaddtocardpayloadobj(_objectSpread$2u({}, tempaddtocardpayloadobj));
|
|
2027
2027
|
};
|
|
2028
2028
|
var formstyles = {
|
|
2029
2029
|
input_label_name: css({
|
|
@@ -2239,8 +2239,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2239
2239
|
})))));
|
|
2240
2240
|
};
|
|
2241
2241
|
|
|
2242
|
-
function ownKeys$
|
|
2243
|
-
function _objectSpread$
|
|
2242
|
+
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; }
|
|
2243
|
+
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; }
|
|
2244
2244
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2245
2245
|
var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer43;
|
|
2246
2246
|
var lang = props.actions.lang;
|
|
@@ -2335,7 +2335,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2335
2335
|
}, /*#__PURE__*/React.createElement(FacebookIcon, {
|
|
2336
2336
|
size: 40,
|
|
2337
2337
|
round: true
|
|
2338
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
|
2338
|
+
}))), sectionproperties.shareviax == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
2339
2339
|
className: "Demo__some-network ml-2 mr-2",
|
|
2340
2340
|
style: {
|
|
2341
2341
|
width: '40px',
|
|
@@ -2800,11 +2800,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2800
2800
|
}, sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
2801
2801
|
className: "".concat(productinfo_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
2802
2802
|
onClick: function onClick() {
|
|
2803
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2803
|
+
var tempaddtocardpayloadobj = _objectSpread$2t({}, addtocardpayloadobj);
|
|
2804
2804
|
if (tempaddtocardpayloadobj.quantity > 0) {
|
|
2805
2805
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity - 1;
|
|
2806
2806
|
}
|
|
2807
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2807
|
+
setaddtocardpayloadobj(_objectSpread$2t({}, tempaddtocardpayloadobj));
|
|
2808
2808
|
}
|
|
2809
2809
|
}, /*#__PURE__*/React.createElement("i", {
|
|
2810
2810
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-down' : 'h-100 allcentered',
|
|
@@ -2818,9 +2818,9 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2818
2818
|
}, addtocardpayloadobj.quantity), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
2819
2819
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
2820
2820
|
onClick: function onClick() {
|
|
2821
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2821
|
+
var tempaddtocardpayloadobj = _objectSpread$2t({}, addtocardpayloadobj);
|
|
2822
2822
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity + 1;
|
|
2823
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2823
|
+
setaddtocardpayloadobj(_objectSpread$2t({}, tempaddtocardpayloadobj));
|
|
2824
2824
|
}
|
|
2825
2825
|
}, /*#__PURE__*/React.createElement("i", {
|
|
2826
2826
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-up' : 'h-100 allcentered'
|
|
@@ -2845,13 +2845,13 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2845
2845
|
value: addtocardpayloadobj.quantity,
|
|
2846
2846
|
onChange: function onChange(event) {
|
|
2847
2847
|
if (event.target.value == NaN || event.target.value == undefined || event.target.value == null || event.target.value == '') {
|
|
2848
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2848
|
+
var tempaddtocardpayloadobj = _objectSpread$2t({}, addtocardpayloadobj);
|
|
2849
2849
|
tempaddtocardpayloadobj.quantity = 1;
|
|
2850
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2850
|
+
setaddtocardpayloadobj(_objectSpread$2t({}, tempaddtocardpayloadobj));
|
|
2851
2851
|
} else {
|
|
2852
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2852
|
+
var tempaddtocardpayloadobj = _objectSpread$2t({}, addtocardpayloadobj);
|
|
2853
2853
|
tempaddtocardpayloadobj.quantity = parseInt(event.target.value);
|
|
2854
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2854
|
+
setaddtocardpayloadobj(_objectSpread$2t({}, tempaddtocardpayloadobj));
|
|
2855
2855
|
}
|
|
2856
2856
|
}
|
|
2857
2857
|
})), sectionproperties.cartbtnalone == 'Besides Other Buttons' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer27 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.productinfo) === null || _fetchProductInfoQuer27 === void 0 ? void 0 : _fetchProductInfoQuer27.isproducttobesold) == 1 && /*#__PURE__*/React.createElement("button", {
|
|
@@ -3401,8 +3401,8 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3401
3401
|
}, ShareButtonsContainer()))))))));
|
|
3402
3402
|
};
|
|
3403
3403
|
|
|
3404
|
-
function ownKeys$
|
|
3405
|
-
function _objectSpread$
|
|
3404
|
+
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; }
|
|
3405
|
+
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; }
|
|
3406
3406
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
3407
3407
|
var _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer17, _fetchProductInfoQuer18;
|
|
3408
3408
|
var langdetect = props.actions.langdetect;
|
|
@@ -3443,7 +3443,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3443
3443
|
slots = _useState6[0],
|
|
3444
3444
|
setslots = _useState6[1];
|
|
3445
3445
|
useEffect(function () {
|
|
3446
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3446
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3447
3447
|
item_type: 'service'
|
|
3448
3448
|
}));
|
|
3449
3449
|
}, [tabsarray]);
|
|
@@ -3455,16 +3455,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3455
3455
|
if (diffDays.toString() != 'NaN') {
|
|
3456
3456
|
if (date2 <= date1) {
|
|
3457
3457
|
NotificationManager.warning('', 'Please choose another date.');
|
|
3458
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3458
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3459
3459
|
quantity: 0
|
|
3460
3460
|
}));
|
|
3461
3461
|
} else {
|
|
3462
3462
|
if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
|
|
3463
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3463
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3464
3464
|
quantity: diffDays
|
|
3465
3465
|
}));
|
|
3466
3466
|
} else {
|
|
3467
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3467
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3468
3468
|
quantity: 0
|
|
3469
3469
|
}));
|
|
3470
3470
|
NotificationManager.warning('', 'Max: ' + fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant + ', Min: ' + fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant);
|
|
@@ -3678,7 +3678,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3678
3678
|
});
|
|
3679
3679
|
if (reservedslotArrtobetaken.length != 0) {
|
|
3680
3680
|
reservedslottobetaken = reservedslotArrtobetaken[0].slot;
|
|
3681
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3681
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3682
3682
|
time: reservedslottobetaken,
|
|
3683
3683
|
reserved_slots: reservedslotArrtobetaken,
|
|
3684
3684
|
quantity: parseInt(reservedslotArrtobetaken.length)
|
|
@@ -3737,7 +3737,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3737
3737
|
min: 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 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.serviceinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.reservationstarts,
|
|
3738
3738
|
max: 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 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.serviceinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.reservationends,
|
|
3739
3739
|
onChange: function onChange(event) {
|
|
3740
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3740
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3741
3741
|
from: event.target.value
|
|
3742
3742
|
}));
|
|
3743
3743
|
}
|
|
@@ -3757,7 +3757,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3757
3757
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3758
3758
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3759
3759
|
onChange: function onChange(event) {
|
|
3760
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3760
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3761
3761
|
to: event.target.value
|
|
3762
3762
|
}));
|
|
3763
3763
|
}
|
|
@@ -3777,7 +3777,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3777
3777
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3778
3778
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3779
3779
|
onChange: function onChange(event) {
|
|
3780
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3780
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3781
3781
|
date: event.target.value
|
|
3782
3782
|
}));
|
|
3783
3783
|
setcurrentmutatestate('/fetchserviceslots');
|
|
@@ -3836,7 +3836,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3836
3836
|
}, /*#__PURE__*/React.createElement("button", {
|
|
3837
3837
|
"class": TabsStyles.booknow_btn_resp + ' allcentered ',
|
|
3838
3838
|
onClick: function onClick() {
|
|
3839
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3839
|
+
setaddtocardpayloadobj(_objectSpread$2s(_objectSpread$2s({}, addtocardpayloadobj), {}, {
|
|
3840
3840
|
time: item.slot
|
|
3841
3841
|
}));
|
|
3842
3842
|
}
|
|
@@ -4614,8 +4614,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
4614
4614
|
}, StoreInfoprops()))));
|
|
4615
4615
|
};
|
|
4616
4616
|
|
|
4617
|
-
function ownKeys$
|
|
4618
|
-
function _objectSpread$
|
|
4617
|
+
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; }
|
|
4618
|
+
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; }
|
|
4619
4619
|
var AddReview = function AddReview(props) {
|
|
4620
4620
|
var _css;
|
|
4621
4621
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -4667,7 +4667,7 @@ var AddReview = function AddReview(props) {
|
|
|
4667
4667
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
4668
4668
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4669
4669
|
});
|
|
4670
|
-
setsectionproperties(_objectSpread$
|
|
4670
|
+
setsectionproperties(_objectSpread$2r({}, secpropobj));
|
|
4671
4671
|
}
|
|
4672
4672
|
}, [StatePagePropertiesContext]);
|
|
4673
4673
|
useEffect(function () {
|
|
@@ -4676,7 +4676,7 @@ var AddReview = function AddReview(props) {
|
|
|
4676
4676
|
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) {
|
|
4677
4677
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
4678
4678
|
});
|
|
4679
|
-
setsectionproperties(_objectSpread$
|
|
4679
|
+
setsectionproperties(_objectSpread$2r({}, secpropobj));
|
|
4680
4680
|
}, [pageindexcontext]);
|
|
4681
4681
|
var reviewstyles = {
|
|
4682
4682
|
submitreviewbtn: css({
|
|
@@ -4802,9 +4802,9 @@ var AddReview = function AddReview(props) {
|
|
|
4802
4802
|
}),
|
|
4803
4803
|
activeColor: "#ffd700",
|
|
4804
4804
|
onChange: function onChange(event) {
|
|
4805
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4805
|
+
var tempreviewpayloadobj = _objectSpread$2r({}, reviewpayloadobj);
|
|
4806
4806
|
tempreviewpayloadobj.reviewrate = event;
|
|
4807
|
-
setreviewpayloadobj(_objectSpread$
|
|
4807
|
+
setreviewpayloadobj(_objectSpread$2r({}, tempreviewpayloadobj));
|
|
4808
4808
|
}
|
|
4809
4809
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
4810
4810
|
"class": "col-lg-12"
|
|
@@ -4818,9 +4818,9 @@ var AddReview = function AddReview(props) {
|
|
|
4818
4818
|
"class": reviewstyles.form_control,
|
|
4819
4819
|
value: reviewpayloadobj.reviewname,
|
|
4820
4820
|
onChange: function onChange(event) {
|
|
4821
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4821
|
+
var tempreviewpayloadobj = _objectSpread$2r({}, reviewpayloadobj);
|
|
4822
4822
|
tempreviewpayloadobj.reviewname = event.target.value;
|
|
4823
|
-
setreviewpayloadobj(_objectSpread$
|
|
4823
|
+
setreviewpayloadobj(_objectSpread$2r({}, tempreviewpayloadobj));
|
|
4824
4824
|
}
|
|
4825
4825
|
})), /*#__PURE__*/React.createElement("div", {
|
|
4826
4826
|
"class": "col-lg-12 mb-4"
|
|
@@ -4830,9 +4830,9 @@ var AddReview = function AddReview(props) {
|
|
|
4830
4830
|
"class": reviewstyles.form_control,
|
|
4831
4831
|
value: reviewpayloadobj.reviewtitle,
|
|
4832
4832
|
onChange: function onChange(event) {
|
|
4833
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4833
|
+
var tempreviewpayloadobj = _objectSpread$2r({}, reviewpayloadobj);
|
|
4834
4834
|
tempreviewpayloadobj.reviewtitle = event.target.value;
|
|
4835
|
-
setreviewpayloadobj(_objectSpread$
|
|
4835
|
+
setreviewpayloadobj(_objectSpread$2r({}, tempreviewpayloadobj));
|
|
4836
4836
|
}
|
|
4837
4837
|
})), /*#__PURE__*/React.createElement("div", {
|
|
4838
4838
|
"class": "col-lg-12 mb-4"
|
|
@@ -4843,9 +4843,9 @@ var AddReview = function AddReview(props) {
|
|
|
4843
4843
|
"class": reviewstyles.form_control + ' form_control ',
|
|
4844
4844
|
value: reviewpayloadobj.reviewbody,
|
|
4845
4845
|
onChange: function onChange(event) {
|
|
4846
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
4846
|
+
var tempreviewpayloadobj = _objectSpread$2r({}, reviewpayloadobj);
|
|
4847
4847
|
tempreviewpayloadobj.reviewbody = event.target.value;
|
|
4848
|
-
setreviewpayloadobj(_objectSpread$
|
|
4848
|
+
setreviewpayloadobj(_objectSpread$2r({}, tempreviewpayloadobj));
|
|
4849
4849
|
},
|
|
4850
4850
|
style: {
|
|
4851
4851
|
resize: 'none',
|
|
@@ -4880,8 +4880,8 @@ var AddReview = function AddReview(props) {
|
|
|
4880
4880
|
}, langdetect == 'en' ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)));
|
|
4881
4881
|
};
|
|
4882
4882
|
|
|
4883
|
-
function ownKeys$
|
|
4884
|
-
function _objectSpread$
|
|
4883
|
+
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; }
|
|
4884
|
+
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; }
|
|
4885
4885
|
var ProductReviews = function ProductReviews(props) {
|
|
4886
4886
|
var _fetchProductInfoQuer, _fetchProductInfoQuer3, _fetchProductInfoQuer4;
|
|
4887
4887
|
props.actions.lang;
|
|
@@ -5115,7 +5115,7 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
5115
5115
|
size: "md",
|
|
5116
5116
|
"class": "reviewmodal"
|
|
5117
5117
|
}, /*#__PURE__*/React.createElement(Modal.Body, null, /*#__PURE__*/React.createElement(AddReview, {
|
|
5118
|
-
actions: _objectSpread$
|
|
5118
|
+
actions: _objectSpread$2q(_objectSpread$2q({}, actions), {}, {
|
|
5119
5119
|
productid: productid,
|
|
5120
5120
|
canuserreview: canuserreview,
|
|
5121
5121
|
addreviewcallback: addreviewcallback
|
|
@@ -5123,8 +5123,8 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
5123
5123
|
}))));
|
|
5124
5124
|
};
|
|
5125
5125
|
|
|
5126
|
-
function ownKeys$
|
|
5127
|
-
function _objectSpread$
|
|
5126
|
+
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; }
|
|
5127
|
+
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; }
|
|
5128
5128
|
var Productinfo = function Productinfo(props) {
|
|
5129
5129
|
var _css, _ref, _ref2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12;
|
|
5130
5130
|
var _useState = useState({}),
|
|
@@ -5153,7 +5153,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5153
5153
|
setfetchProductInfoQueryContext = _useState4[1];
|
|
5154
5154
|
useEffect(function () {
|
|
5155
5155
|
if (fetchProductInfoQueryContextProps.isSuccess) {
|
|
5156
|
-
setProductInfoObj(_objectSpread$
|
|
5156
|
+
setProductInfoObj(_objectSpread$2p({}, fetchProductInfoQueryContextProps.data));
|
|
5157
5157
|
setfetchProductInfoQueryContext(fetchProductInfoQueryContextProps);
|
|
5158
5158
|
}
|
|
5159
5159
|
}, [props.actions, props, fetchProductInfoQueryContextProps.data, fetchProductInfoQueryContextProps.isSuccess]);
|
|
@@ -5269,7 +5269,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5269
5269
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
5270
5270
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5271
5271
|
});
|
|
5272
|
-
setsectionproperties(_objectSpread$
|
|
5272
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
5273
5273
|
setTabIndex(0);
|
|
5274
5274
|
settabname('descriptiontab');
|
|
5275
5275
|
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom') {
|
|
@@ -5309,7 +5309,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5309
5309
|
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) {
|
|
5310
5310
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5311
5311
|
});
|
|
5312
|
-
setsectionproperties(_objectSpread$
|
|
5312
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
5313
5313
|
}, [pageindexcontext]);
|
|
5314
5314
|
useEffect(function () {
|
|
5315
5315
|
if (productidparam == undefined) {
|
|
@@ -5329,12 +5329,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
5329
5329
|
}
|
|
5330
5330
|
}, [ProductInfoObj, isloaded]);
|
|
5331
5331
|
var productidassigner = function productidassigner(productid) {
|
|
5332
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
5332
|
+
var tempFetchQueriesEngineContext = _objectSpread$2p({}, FetchQueriesEngineContext);
|
|
5333
5333
|
tempFetchQueriesEngineContext.fetchproductinfo = true;
|
|
5334
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
5335
|
-
var tempfetchproductinfoObjContext = _objectSpread$
|
|
5334
|
+
setFetchQueriesEngineContext(_objectSpread$2p({}, tempFetchQueriesEngineContext));
|
|
5335
|
+
var tempfetchproductinfoObjContext = _objectSpread$2p({}, fetchproductinfoObjContext);
|
|
5336
5336
|
tempfetchproductinfoObjContext.productid = productid;
|
|
5337
|
-
setfetchproductinfoObjContext(_objectSpread$
|
|
5337
|
+
setfetchproductinfoObjContext(_objectSpread$2p({}, tempfetchproductinfoObjContext));
|
|
5338
5338
|
};
|
|
5339
5339
|
useEffect(function () {
|
|
5340
5340
|
if (!fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && ikimagecredcontext != undefined) {
|
|
@@ -5371,9 +5371,9 @@ var Productinfo = function Productinfo(props) {
|
|
|
5371
5371
|
}
|
|
5372
5372
|
setproductimagesarray([].concat(tempproductimagesarray));
|
|
5373
5373
|
variantchecker();
|
|
5374
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5374
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5375
5375
|
tempaddtocardpayloadobj.productid = fetchProductInfoQueryContext.data.data.productinfo.productid;
|
|
5376
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5376
|
+
setaddtocardpayloadobj(_objectSpread$2p({}, tempaddtocardpayloadobj));
|
|
5377
5377
|
setRelatedProductsTagid(fetchProductInfoQueryContext.data.data.productinfo.maintagid);
|
|
5378
5378
|
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) {
|
|
5379
5379
|
GeneralAPIMutationContext.mutate({
|
|
@@ -5424,7 +5424,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5424
5424
|
});
|
|
5425
5425
|
variantchecker();
|
|
5426
5426
|
variantcompleting();
|
|
5427
|
-
setProductInfoObj(_objectSpread$
|
|
5427
|
+
setProductInfoObj(_objectSpread$2p({}, productarr));
|
|
5428
5428
|
};
|
|
5429
5429
|
var variantchecker = function variantchecker() {
|
|
5430
5430
|
var productarr = ProductInfoObj;
|
|
@@ -5498,16 +5498,16 @@ var Productinfo = function Productinfo(props) {
|
|
|
5498
5498
|
});
|
|
5499
5499
|
}
|
|
5500
5500
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5501
|
-
setProductInfoObj(_objectSpread$
|
|
5501
|
+
setProductInfoObj(_objectSpread$2p({}, productarr));
|
|
5502
5502
|
setisloaded(true);
|
|
5503
5503
|
}
|
|
5504
5504
|
}
|
|
5505
5505
|
};
|
|
5506
5506
|
var variantcompleting = function variantcompleting() {
|
|
5507
5507
|
setvariantindexcompleted('');
|
|
5508
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5508
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5509
5509
|
tempaddtocardpayloadobj.variantid = '';
|
|
5510
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5510
|
+
setaddtocardpayloadobj(_objectSpread$2p({}, tempaddtocardpayloadobj));
|
|
5511
5511
|
var productarr = ProductInfoObj;
|
|
5512
5512
|
var selectedoptionsvalues = [];
|
|
5513
5513
|
productarr.data.productinfo.productoptions.forEach(function (productoptionsitem, productoptionsindex) {
|
|
@@ -5540,7 +5540,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5540
5540
|
NotificationManager.warning('', 'Variant Not Found');
|
|
5541
5541
|
} else {
|
|
5542
5542
|
variantid = variantobj.variantid;
|
|
5543
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5543
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5544
5544
|
tempaddtocardpayloadobj.variantid = variantid;
|
|
5545
5545
|
var variantimageindex = 0;
|
|
5546
5546
|
productimagesarray === null || productimagesarray === void 0 || productimagesarray.forEach(function (tempimageitem, tempimageindex) {
|
|
@@ -5555,14 +5555,14 @@ var Productinfo = function Productinfo(props) {
|
|
|
5555
5555
|
}
|
|
5556
5556
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
5557
5557
|
setcurrentshowingimageindex(variantimageindex);
|
|
5558
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5558
|
+
setaddtocardpayloadobj(_objectSpread$2p({}, tempaddtocardpayloadobj));
|
|
5559
5559
|
setvariantindexcompleted(ProductVariantIndex);
|
|
5560
5560
|
setvariantindex(ProductVariantIndex);
|
|
5561
5561
|
}
|
|
5562
5562
|
}
|
|
5563
5563
|
});
|
|
5564
5564
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5565
|
-
setProductInfoObj(_objectSpread$
|
|
5565
|
+
setProductInfoObj(_objectSpread$2p({}, productarr));
|
|
5566
5566
|
};
|
|
5567
5567
|
var addtocartfunc = function addtocartfunc(forcetocheckout) {
|
|
5568
5568
|
var runfunc = false;
|
|
@@ -5581,7 +5581,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5581
5581
|
}
|
|
5582
5582
|
if (runfunc == true) {
|
|
5583
5583
|
var _fetchProductInfoQuer7, _fetchProductInfoQuer8;
|
|
5584
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5584
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5585
5585
|
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;
|
|
5586
5586
|
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;
|
|
5587
5587
|
if (forcetocheckoutvalue != undefined) {
|
|
@@ -5605,7 +5605,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5605
5605
|
};
|
|
5606
5606
|
var validateextrafields = function validateextrafields() {
|
|
5607
5607
|
var _fetchProductInfoQuer15;
|
|
5608
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5608
|
+
var tempaddtocardpayloadobj = _objectSpread$2p({}, addtocardpayloadobj);
|
|
5609
5609
|
var status = false;
|
|
5610
5610
|
var reason = '';
|
|
5611
5611
|
var missingitemsfound = [];
|
|
@@ -6644,7 +6644,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6644
6644
|
}))), /*#__PURE__*/React.createElement(Box, {
|
|
6645
6645
|
"class": "w-100 mt-5 mb-4"
|
|
6646
6646
|
}, tabname == 'descriptiontab' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React.createElement(DescriptionContent, {
|
|
6647
|
-
actions: _objectSpread$
|
|
6647
|
+
actions: _objectSpread$2p(_objectSpread$2p({}, actions), {}, {
|
|
6648
6648
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6649
6649
|
sectionproperties: sectionproperties
|
|
6650
6650
|
})
|
|
@@ -6692,7 +6692,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6692
6692
|
})), tabname == 'reviewstab' && /*#__PURE__*/React.createElement("div", {
|
|
6693
6693
|
"class": "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0"
|
|
6694
6694
|
}, /*#__PURE__*/React.createElement(ProductReviews, {
|
|
6695
|
-
actions: _objectSpread$
|
|
6695
|
+
actions: _objectSpread$2p(_objectSpread$2p({}, actions), {}, {
|
|
6696
6696
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
6697
6697
|
sectionproperties: sectionproperties
|
|
6698
6698
|
})
|
|
@@ -6709,8 +6709,8 @@ var css_248z$I = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu_
|
|
|
6709
6709
|
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"};
|
|
6710
6710
|
styleInject(css_248z$I);
|
|
6711
6711
|
|
|
6712
|
-
function ownKeys$
|
|
6713
|
-
function _objectSpread$
|
|
6712
|
+
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; }
|
|
6713
|
+
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; }
|
|
6714
6714
|
var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
6715
6715
|
var _useState = useState(props.currentpageprops),
|
|
6716
6716
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -6746,7 +6746,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6746
6746
|
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) {
|
|
6747
6747
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6748
6748
|
});
|
|
6749
|
-
setsectionproperties(_objectSpread$
|
|
6749
|
+
setsectionproperties(_objectSpread$2o({}, secpropobj));
|
|
6750
6750
|
}
|
|
6751
6751
|
}, [CurrentPageId]);
|
|
6752
6752
|
var styles = {
|
|
@@ -6912,8 +6912,8 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
6912
6912
|
}))))));
|
|
6913
6913
|
};
|
|
6914
6914
|
|
|
6915
|
-
function ownKeys$
|
|
6916
|
-
function _objectSpread$
|
|
6915
|
+
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; }
|
|
6916
|
+
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; }
|
|
6917
6917
|
var Ordershistory = function Ordershistory(props) {
|
|
6918
6918
|
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchorderhistoryQue2, _fetchorderhistoryQue3, _fetchorderhistoryQue4, _fetchorderhistoryQue5;
|
|
6919
6919
|
var lang = props.actions.lang;
|
|
@@ -6966,9 +6966,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6966
6966
|
setorderindex = _useState14[1];
|
|
6967
6967
|
useEffect(function () {
|
|
6968
6968
|
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
|
|
6969
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
6969
|
+
var tempFetchQueriesEngineContext = _objectSpread$2n({}, FetchQueriesEngineContext);
|
|
6970
6970
|
tempFetchQueriesEngineContext.orderhistory = true;
|
|
6971
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
6971
|
+
setFetchQueriesEngineContext(_objectSpread$2n({}, tempFetchQueriesEngineContext));
|
|
6972
6972
|
}
|
|
6973
6973
|
}, []);
|
|
6974
6974
|
var _useState15 = useState(''),
|
|
@@ -6989,7 +6989,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6989
6989
|
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) {
|
|
6990
6990
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6991
6991
|
});
|
|
6992
|
-
setsectionproperties(_objectSpread$
|
|
6992
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
6993
6993
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
6994
6994
|
var orderhistory_cssstyles = {
|
|
6995
6995
|
variantcontainer: css({
|
|
@@ -7940,8 +7940,8 @@ var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_c
|
|
|
7940
7940
|
var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
|
|
7941
7941
|
styleInject(css_248z$H);
|
|
7942
7942
|
|
|
7943
|
-
function ownKeys$
|
|
7944
|
-
function _objectSpread$
|
|
7943
|
+
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; }
|
|
7944
|
+
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; }
|
|
7945
7945
|
var Wishlist = function Wishlist(props) {
|
|
7946
7946
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
7947
7947
|
props.actions.lang;
|
|
@@ -7972,13 +7972,13 @@ var Wishlist = function Wishlist(props) {
|
|
|
7972
7972
|
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
7973
7973
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7974
7974
|
});
|
|
7975
|
-
setsectionproperties(_objectSpread$
|
|
7975
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
7976
7976
|
}
|
|
7977
7977
|
}, [StatePagePropertiesContext]);
|
|
7978
7978
|
useEffect(function () {
|
|
7979
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
7979
|
+
var tempFetchQueriesEngineContext = _objectSpread$2m({}, FetchQueriesEngineContext);
|
|
7980
7980
|
tempFetchQueriesEngineContext.fetchfavoriteproducts = true;
|
|
7981
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
7981
|
+
setFetchQueriesEngineContext(_objectSpread$2m({}, tempFetchQueriesEngineContext));
|
|
7982
7982
|
}, []);
|
|
7983
7983
|
useEffect(function () {
|
|
7984
7984
|
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
@@ -7987,7 +7987,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
7987
7987
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
7988
7988
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7989
7989
|
});
|
|
7990
|
-
setsectionproperties(_objectSpread$
|
|
7990
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
7991
7991
|
}
|
|
7992
7992
|
}, [StatePagePropertiesContext]);
|
|
7993
7993
|
var wishlist_cssstyles = {
|
|
@@ -8606,8 +8606,8 @@ var Wishlist = function Wishlist(props) {
|
|
|
8606
8606
|
})));
|
|
8607
8607
|
};
|
|
8608
8608
|
|
|
8609
|
-
function ownKeys$
|
|
8610
|
-
function _objectSpread$
|
|
8609
|
+
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; }
|
|
8610
|
+
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; }
|
|
8611
8611
|
var Viewcart = function Viewcart(props) {
|
|
8612
8612
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchcustomercartQue7, _fetchcustomercartQue8;
|
|
8613
8613
|
var lang = props.actions.lang;
|
|
@@ -8639,7 +8639,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
8639
8639
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
8640
8640
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8641
8641
|
});
|
|
8642
|
-
setsectionproperties(_objectSpread$
|
|
8642
|
+
setsectionproperties(_objectSpread$2l({}, secpropobj));
|
|
8643
8643
|
}
|
|
8644
8644
|
}, [StatePagePropertiesContext]);
|
|
8645
8645
|
useEffect(function () {
|
|
@@ -9227,8 +9227,8 @@ var css_248z$G = "/* Forms */\n.form-module_form_control__4-RGw {\n display:
|
|
|
9227
9227
|
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-"};
|
|
9228
9228
|
styleInject(css_248z$G);
|
|
9229
9229
|
|
|
9230
|
-
function ownKeys$
|
|
9231
|
-
function _objectSpread$
|
|
9230
|
+
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; }
|
|
9231
|
+
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; }
|
|
9232
9232
|
var Select$3 = /*#__PURE__*/React.lazy(function () {
|
|
9233
9233
|
return import('react-select');
|
|
9234
9234
|
});
|
|
@@ -9287,7 +9287,7 @@ var Checkout = function Checkout(props) {
|
|
|
9287
9287
|
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) {
|
|
9288
9288
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9289
9289
|
});
|
|
9290
|
-
setsectionproperties(_objectSpread$
|
|
9290
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
9291
9291
|
}, [props.actions.StatePagePropertiesContext]);
|
|
9292
9292
|
useEffect(function () {
|
|
9293
9293
|
var Canorder = false;
|
|
@@ -9307,10 +9307,10 @@ var Checkout = function Checkout(props) {
|
|
|
9307
9307
|
}
|
|
9308
9308
|
if (Canorder == true) {
|
|
9309
9309
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7;
|
|
9310
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
9310
|
+
var tempFetchQueriesEngineContext = _objectSpread$2k({}, FetchQueriesEngineContext);
|
|
9311
9311
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
9312
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
9313
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
9312
|
+
setFetchQueriesEngineContext(_objectSpread$2k({}, tempFetchQueriesEngineContext));
|
|
9313
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2k({}, FetchTabexStatesPayloadobjContext);
|
|
9314
9314
|
if (
|
|
9315
9315
|
// Aya
|
|
9316
9316
|
!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 &&
|
|
@@ -9327,7 +9327,7 @@ var Checkout = function Checkout(props) {
|
|
|
9327
9327
|
var _fetchcustomercartQue8;
|
|
9328
9328
|
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;
|
|
9329
9329
|
}
|
|
9330
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
9330
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2k({}, tempFetchTabexStatesPayloadobjContext));
|
|
9331
9331
|
} else {
|
|
9332
9332
|
// NotificationManager.warning('', lang.pleaselogintocheckout);
|
|
9333
9333
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -10198,10 +10198,10 @@ var Checkout = function Checkout(props) {
|
|
|
10198
10198
|
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);
|
|
10199
10199
|
}),
|
|
10200
10200
|
onChange: function onChange(option) {
|
|
10201
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10201
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2k({}, FetchTabexStatesPayloadobjContext);
|
|
10202
10202
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
10203
10203
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
10204
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10204
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2k({}, tempFetchTabexStatesPayloadobjContext));
|
|
10205
10205
|
cartinfoupdater('countryid', option.id);
|
|
10206
10206
|
},
|
|
10207
10207
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -10246,10 +10246,10 @@ var Checkout = function Checkout(props) {
|
|
|
10246
10246
|
onChange: function onChange(option) {
|
|
10247
10247
|
var _fetchcustomercartQue60;
|
|
10248
10248
|
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) {
|
|
10249
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10249
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2k({}, FetchTabexStatesPayloadobjContext);
|
|
10250
10250
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
10251
10251
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
10252
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10252
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2k({}, tempFetchTabexStatesPayloadobjContext));
|
|
10253
10253
|
cartinfoupdater('stateid', option.id);
|
|
10254
10254
|
} else {
|
|
10255
10255
|
NotificationManager.warning('', 'Please Choose Country Or State');
|
|
@@ -10634,8 +10634,8 @@ var Checkout = function Checkout(props) {
|
|
|
10634
10634
|
}, Mycart())))));
|
|
10635
10635
|
};
|
|
10636
10636
|
|
|
10637
|
-
function ownKeys$
|
|
10638
|
-
function _objectSpread$
|
|
10637
|
+
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; }
|
|
10638
|
+
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; }
|
|
10639
10639
|
var VendorPage = function VendorPage(props) {
|
|
10640
10640
|
var _useState = useState(''),
|
|
10641
10641
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -10668,7 +10668,7 @@ var VendorPage = function VendorPage(props) {
|
|
|
10668
10668
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
10669
10669
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
10670
10670
|
});
|
|
10671
|
-
setsectionproperties(_objectSpread$
|
|
10671
|
+
setsectionproperties(_objectSpread$2j({}, secpropobj));
|
|
10672
10672
|
}
|
|
10673
10673
|
}, [StatePagePropertiesContext]);
|
|
10674
10674
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -10791,8 +10791,8 @@ var VendorPage = function VendorPage(props) {
|
|
|
10791
10791
|
})));
|
|
10792
10792
|
};
|
|
10793
10793
|
|
|
10794
|
-
function ownKeys$
|
|
10795
|
-
function _objectSpread$
|
|
10794
|
+
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; }
|
|
10795
|
+
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; }
|
|
10796
10796
|
var Select$2 = /*#__PURE__*/React.lazy(function () {
|
|
10797
10797
|
return import('react-select');
|
|
10798
10798
|
});
|
|
@@ -10902,46 +10902,46 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
10902
10902
|
}
|
|
10903
10903
|
}, [fetchAuthorizationQueryContext.isSuccess]);
|
|
10904
10904
|
useEffect(function () {
|
|
10905
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10905
|
+
var tempFetchQueriesEngineContext = _objectSpread$2i({}, FetchQueriesEngineContext);
|
|
10906
10906
|
tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
10907
10907
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
10908
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
10909
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
10908
|
+
setFetchQueriesEngineContext(_objectSpread$2i({}, tempFetchQueriesEngineContext));
|
|
10909
|
+
var tempFetchQueriesEngineContext = _objectSpread$2i({}, FetchQueriesEngineContext);
|
|
10910
10910
|
}, []);
|
|
10911
10911
|
useEffect(function () {
|
|
10912
10912
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
10913
|
-
setsectionproperties(_objectSpread$
|
|
10913
|
+
setsectionproperties(_objectSpread$2i({}, props.sectionpropertiesprops));
|
|
10914
10914
|
}
|
|
10915
10915
|
}, [props.sectionpropertiesprops]);
|
|
10916
10916
|
useEffect(function () {
|
|
10917
10917
|
if (fetchinstitutecustomerinfosignupQueryContext.isSuccess) {
|
|
10918
10918
|
if (authdetailsContext.loggedin == true) {
|
|
10919
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10920
|
-
setpayloadobj(_objectSpread$
|
|
10921
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10919
|
+
var tempcustomerinfoobj = _objectSpread$2i({}, fetchinstitutecustomerinfosignupQueryContext.data.data.customerinfo);
|
|
10920
|
+
setpayloadobj(_objectSpread$2i({}, tempcustomerinfoobj));
|
|
10921
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
10922
10922
|
if (tempcustomerinfoobj.countryid != null) {
|
|
10923
10923
|
tempFetchTabexStatesPayloadobjContext.country_id = tempcustomerinfoobj.countryid;
|
|
10924
10924
|
}
|
|
10925
10925
|
if (tempcustomerinfoobj.stateid != null) {
|
|
10926
10926
|
tempFetchTabexStatesPayloadobjContext.state_id = tempcustomerinfoobj.stateid;
|
|
10927
10927
|
}
|
|
10928
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10928
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
10929
10929
|
setdataloaded(true);
|
|
10930
10930
|
} else {
|
|
10931
10931
|
var _fetchinstitutecustom;
|
|
10932
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
10932
|
+
var tempcustomerinfoobj = _objectSpread$2i({}, payloadobj);
|
|
10933
10933
|
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)) {
|
|
10934
10934
|
tempcustomerinfoobj.instsignupformvalues = _toConsumableArray(fetchinstitutecustomerinfosignupQueryContext.data.data.instsignupformvalues);
|
|
10935
10935
|
}
|
|
10936
|
-
setpayloadobj(_objectSpread$
|
|
10936
|
+
setpayloadobj(_objectSpread$2i({}, tempcustomerinfoobj));
|
|
10937
10937
|
setdataloaded(true);
|
|
10938
10938
|
}
|
|
10939
10939
|
}
|
|
10940
10940
|
}, [fetchinstitutecustomerinfosignupQueryContext.isSuccess, fetchinstitutecustomerinfosignupQueryContext.data, authdetailsContext]);
|
|
10941
10941
|
var payloadobjchange = function payloadobjchange(key, value) {
|
|
10942
|
-
var temppayloadobj = _objectSpread$
|
|
10942
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
10943
10943
|
temppayloadobj[key] = value;
|
|
10944
|
-
setpayloadobj(_objectSpread$
|
|
10944
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
10945
10945
|
};
|
|
10946
10946
|
var validateEmailstring = function validateEmailstring(email) {
|
|
10947
10947
|
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,}))$/);
|
|
@@ -11013,7 +11013,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11013
11013
|
};
|
|
11014
11014
|
var signupbuttonfunc = function signupbuttonfunc() {
|
|
11015
11015
|
if (verifypayload() == true) {
|
|
11016
|
-
var temppayloadobj = _objectSpread$
|
|
11016
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11017
11017
|
if (authdetailsContext.loggedin == true) {
|
|
11018
11018
|
temppayloadobj.functype = 'edit';
|
|
11019
11019
|
} else {
|
|
@@ -11170,10 +11170,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11170
11170
|
autoFormat: true,
|
|
11171
11171
|
value: payloadobj.mobile,
|
|
11172
11172
|
onChange: function onChange(event, country) {
|
|
11173
|
-
var temp = _objectSpread$
|
|
11173
|
+
var temp = _objectSpread$2i({}, payloadobj);
|
|
11174
11174
|
temp.mobile = event;
|
|
11175
11175
|
temp.countrydialcode = country.dialCode;
|
|
11176
|
-
setpayloadobj(_objectSpread$
|
|
11176
|
+
setpayloadobj(_objectSpread$2i({}, temp));
|
|
11177
11177
|
// payloadobjchange('mobile', event);
|
|
11178
11178
|
|
|
11179
11179
|
// alert(JSON.stringify(country));
|
|
@@ -11230,10 +11230,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11230
11230
|
return option.id == payloadobj.countryid;
|
|
11231
11231
|
}),
|
|
11232
11232
|
onChange: function onChange(option) {
|
|
11233
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11233
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
11234
11234
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
11235
11235
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
11236
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11236
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
11237
11237
|
payloadobjchange('countryid', option.id);
|
|
11238
11238
|
},
|
|
11239
11239
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -11282,10 +11282,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11282
11282
|
return option.id == payloadobj.stateid;
|
|
11283
11283
|
}),
|
|
11284
11284
|
onChange: function onChange(option) {
|
|
11285
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11285
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2i({}, FetchTabexStatesPayloadobjContext);
|
|
11286
11286
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
11287
11287
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
11288
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11288
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2i({}, tempFetchTabexStatesPayloadobjContext));
|
|
11289
11289
|
payloadobjchange('stateid', option.id);
|
|
11290
11290
|
},
|
|
11291
11291
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -11427,9 +11427,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11427
11427
|
value: item.customersignupvalue,
|
|
11428
11428
|
textplaceholder: "",
|
|
11429
11429
|
onChange: function onChange(event) {
|
|
11430
|
-
var temppayloadobj = _objectSpread$
|
|
11430
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11431
11431
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
11432
|
-
setpayloadobj(_objectSpread$
|
|
11432
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
11433
11433
|
},
|
|
11434
11434
|
style: {
|
|
11435
11435
|
background: 'transparent'
|
|
@@ -11443,13 +11443,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11443
11443
|
className: formstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11444
11444
|
checked: item.customersignupvalue == 1 ? true : false,
|
|
11445
11445
|
onChange: function onChange() {
|
|
11446
|
-
var temppayloadobj = _objectSpread$
|
|
11446
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11447
11447
|
if (temppayloadobj.instsignupformvalues[index].customersignupvalue == 1) {
|
|
11448
11448
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 0;
|
|
11449
11449
|
} else {
|
|
11450
11450
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 1;
|
|
11451
11451
|
}
|
|
11452
|
-
setpayloadobj(_objectSpread$
|
|
11452
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
11453
11453
|
}
|
|
11454
11454
|
}), /*#__PURE__*/React.createElement("svg", {
|
|
11455
11455
|
viewBox: "0 0 21 21",
|
|
@@ -11466,9 +11466,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11466
11466
|
value: item.customersignupvalue,
|
|
11467
11467
|
textplaceholder: "",
|
|
11468
11468
|
onChange: function onChange(event) {
|
|
11469
|
-
var temppayloadobj = _objectSpread$
|
|
11469
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11470
11470
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
11471
|
-
setpayloadobj(_objectSpread$
|
|
11471
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
11472
11472
|
}
|
|
11473
11473
|
}, /*#__PURE__*/React.createElement("option", {
|
|
11474
11474
|
value: '',
|
|
@@ -11483,9 +11483,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11483
11483
|
value: item.customersignupvalue,
|
|
11484
11484
|
textplaceholder: "",
|
|
11485
11485
|
onChange: function onChange(event) {
|
|
11486
|
-
var temppayloadobj = _objectSpread$
|
|
11486
|
+
var temppayloadobj = _objectSpread$2i({}, payloadobj);
|
|
11487
11487
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
11488
|
-
setpayloadobj(_objectSpread$
|
|
11488
|
+
setpayloadobj(_objectSpread$2i({}, temppayloadobj));
|
|
11489
11489
|
},
|
|
11490
11490
|
style: {
|
|
11491
11491
|
resize: 'none'
|
|
@@ -11839,7 +11839,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11839
11839
|
className: "".concat(formstyles.form_control),
|
|
11840
11840
|
value: validateemailpayload.code,
|
|
11841
11841
|
onChange: function onChange(event) {
|
|
11842
|
-
setvalidateemailpayload(_objectSpread$
|
|
11842
|
+
setvalidateemailpayload(_objectSpread$2i(_objectSpread$2i({}, validateemailpayload), {}, {
|
|
11843
11843
|
code: event.target.value
|
|
11844
11844
|
}));
|
|
11845
11845
|
},
|
|
@@ -11866,12 +11866,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11866
11866
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
11867
11867
|
if (data.data.status) {
|
|
11868
11868
|
if (data.data.functype == 'sendcode') {
|
|
11869
|
-
setvalidateemailpayload(_objectSpread$
|
|
11869
|
+
setvalidateemailpayload(_objectSpread$2i(_objectSpread$2i({}, validateemailpayload), {}, {
|
|
11870
11870
|
step: 'verifycode'
|
|
11871
11871
|
}));
|
|
11872
11872
|
}
|
|
11873
11873
|
if (data.data.functype == 'verifycode') {
|
|
11874
|
-
setvalidateemailpayload(_objectSpread$
|
|
11874
|
+
setvalidateemailpayload(_objectSpread$2i(_objectSpread$2i({}, validateemailpayload), {}, {
|
|
11875
11875
|
isvalidated: true
|
|
11876
11876
|
}));
|
|
11877
11877
|
setvalidateemailmodal(false);
|
|
@@ -11966,7 +11966,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11966
11966
|
className: "".concat(formstyles.form_control),
|
|
11967
11967
|
value: validatephonenumberpayload.code,
|
|
11968
11968
|
onChange: function onChange(event) {
|
|
11969
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11969
|
+
setvalidatephonenumberpayload(_objectSpread$2i(_objectSpread$2i({}, validatephonenumberpayload), {}, {
|
|
11970
11970
|
code: event.target.value
|
|
11971
11971
|
}));
|
|
11972
11972
|
},
|
|
@@ -11993,12 +11993,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11993
11993
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
11994
11994
|
if (data.data.status) {
|
|
11995
11995
|
if (data.data.functype == 'sendcode') {
|
|
11996
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
11996
|
+
setvalidatephonenumberpayload(_objectSpread$2i(_objectSpread$2i({}, validatephonenumberpayload), {}, {
|
|
11997
11997
|
step: 'verifycode'
|
|
11998
11998
|
}));
|
|
11999
11999
|
}
|
|
12000
12000
|
if (data.data.functype == 'verifycode') {
|
|
12001
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
12001
|
+
setvalidatephonenumberpayload(_objectSpread$2i(_objectSpread$2i({}, validatephonenumberpayload), {}, {
|
|
12002
12002
|
isvalidated: true
|
|
12003
12003
|
}));
|
|
12004
12004
|
setvalidatephonenumbermodal(false);
|
|
@@ -12034,8 +12034,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12034
12034
|
}, validatephonenumberpayload.step == 'sendcode' ? lang.sendcode : lang.verifycode))))))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
12035
12035
|
};
|
|
12036
12036
|
|
|
12037
|
-
function ownKeys$
|
|
12038
|
-
function _objectSpread$
|
|
12037
|
+
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; }
|
|
12038
|
+
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; }
|
|
12039
12039
|
var Signup = function Signup(props) {
|
|
12040
12040
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
12041
12041
|
props.actions.CurrentSrcTypeContext;
|
|
@@ -12083,7 +12083,7 @@ var Signup = function Signup(props) {
|
|
|
12083
12083
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12084
12084
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12085
12085
|
});
|
|
12086
|
-
setsectionproperties(_objectSpread$
|
|
12086
|
+
setsectionproperties(_objectSpread$2h({}, secpropobj));
|
|
12087
12087
|
}
|
|
12088
12088
|
}, [StatePagePropertiesContext]);
|
|
12089
12089
|
var loginstyles2 = {
|
|
@@ -12226,8 +12226,8 @@ var Signup = function Signup(props) {
|
|
|
12226
12226
|
}, SignupContent()));
|
|
12227
12227
|
};
|
|
12228
12228
|
|
|
12229
|
-
function ownKeys$
|
|
12230
|
-
function _objectSpread$
|
|
12229
|
+
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; }
|
|
12230
|
+
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; }
|
|
12231
12231
|
var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
12232
12232
|
var _css;
|
|
12233
12233
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -12293,7 +12293,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12293
12293
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12294
12294
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12295
12295
|
});
|
|
12296
|
-
setsectionproperties(_objectSpread$
|
|
12296
|
+
setsectionproperties(_objectSpread$2g({}, secpropobj));
|
|
12297
12297
|
}
|
|
12298
12298
|
}, [StatePagePropertiesContext]);
|
|
12299
12299
|
var loginstyles2 = {
|
|
@@ -12394,7 +12394,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12394
12394
|
className: "".concat(loginstyles2.form_control),
|
|
12395
12395
|
value: affsignuppayload.name,
|
|
12396
12396
|
onChange: function onChange(event) {
|
|
12397
|
-
setaffsignuppayload(_objectSpread$
|
|
12397
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12398
12398
|
name: event.target.value
|
|
12399
12399
|
}));
|
|
12400
12400
|
},
|
|
@@ -12410,7 +12410,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12410
12410
|
className: "".concat(loginstyles2.form_control),
|
|
12411
12411
|
value: affsignuppayload.email,
|
|
12412
12412
|
onChange: function onChange(event) {
|
|
12413
|
-
setaffsignuppayload(_objectSpread$
|
|
12413
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12414
12414
|
email: event.target.value
|
|
12415
12415
|
}));
|
|
12416
12416
|
},
|
|
@@ -12428,10 +12428,10 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12428
12428
|
autoFormat: true,
|
|
12429
12429
|
value: affsignuppayload.phonenumber,
|
|
12430
12430
|
onChange: function onChange(event, country) {
|
|
12431
|
-
var temp = _objectSpread$
|
|
12431
|
+
var temp = _objectSpread$2g({}, affsignuppayload);
|
|
12432
12432
|
temp.phonenumber = event;
|
|
12433
12433
|
temp.countrydialcode = country.dialCode;
|
|
12434
|
-
setaffsignuppayload(_objectSpread$
|
|
12434
|
+
setaffsignuppayload(_objectSpread$2g({}, temp));
|
|
12435
12435
|
// setaffsignuppayload({ ...affsignuppayload, phonenumber: event.target.value });
|
|
12436
12436
|
},
|
|
12437
12437
|
|
|
@@ -12447,7 +12447,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12447
12447
|
className: "".concat(loginstyles2.form_control),
|
|
12448
12448
|
value: affsignuppayload.ssn,
|
|
12449
12449
|
onChange: function onChange(event) {
|
|
12450
|
-
setaffsignuppayload(_objectSpread$
|
|
12450
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12451
12451
|
ssn: event.target.value
|
|
12452
12452
|
}));
|
|
12453
12453
|
},
|
|
@@ -12463,7 +12463,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12463
12463
|
className: "".concat(loginstyles2.form_control),
|
|
12464
12464
|
value: affsignuppayload.password,
|
|
12465
12465
|
onChange: function onChange(event) {
|
|
12466
|
-
setaffsignuppayload(_objectSpread$
|
|
12466
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12467
12467
|
password: event.target.value
|
|
12468
12468
|
}));
|
|
12469
12469
|
},
|
|
@@ -12479,7 +12479,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12479
12479
|
className: "".concat(loginstyles2.form_control),
|
|
12480
12480
|
value: affsignuppayload.confirmpassword,
|
|
12481
12481
|
onChange: function onChange(event) {
|
|
12482
|
-
setaffsignuppayload(_objectSpread$
|
|
12482
|
+
setaffsignuppayload(_objectSpread$2g(_objectSpread$2g({}, affsignuppayload), {}, {
|
|
12483
12483
|
confirmpassword: event.target.value
|
|
12484
12484
|
}));
|
|
12485
12485
|
},
|
|
@@ -12532,8 +12532,8 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12532
12532
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React.createElement("span", null, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar)))))))));
|
|
12533
12533
|
};
|
|
12534
12534
|
|
|
12535
|
-
function ownKeys$
|
|
12536
|
-
function _objectSpread$
|
|
12535
|
+
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; }
|
|
12536
|
+
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; }
|
|
12537
12537
|
var AccountInformation = function AccountInformation(props) {
|
|
12538
12538
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
12539
12539
|
var lang = props.actions.lang;
|
|
@@ -12560,7 +12560,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
12560
12560
|
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) {
|
|
12561
12561
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12562
12562
|
});
|
|
12563
|
-
setsectionproperties(_objectSpread$
|
|
12563
|
+
setsectionproperties(_objectSpread$2f({}, secpropobj));
|
|
12564
12564
|
}, [props.actions.StatePagePropertiesContext]);
|
|
12565
12565
|
useEffect(function () {
|
|
12566
12566
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
@@ -12722,8 +12722,8 @@ var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n heigh
|
|
|
12722
12722
|
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"};
|
|
12723
12723
|
styleInject(css_248z$F);
|
|
12724
12724
|
|
|
12725
|
-
function ownKeys$
|
|
12726
|
-
function _objectSpread$
|
|
12725
|
+
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; }
|
|
12726
|
+
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; }
|
|
12727
12727
|
var Policies = function Policies(props) {
|
|
12728
12728
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchInstitutePolici, _fetchInstitutePolici2, _fetchInstitutePolici3;
|
|
12729
12729
|
var _useState = useState(''),
|
|
@@ -12754,7 +12754,7 @@ var Policies = function Policies(props) {
|
|
|
12754
12754
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12755
12755
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12756
12756
|
});
|
|
12757
|
-
setsectionproperties(_objectSpread$
|
|
12757
|
+
setsectionproperties(_objectSpread$2e({}, secpropobj));
|
|
12758
12758
|
}
|
|
12759
12759
|
}, [StatePagePropertiesContext]);
|
|
12760
12760
|
useEffect(function () {
|
|
@@ -12767,9 +12767,9 @@ var Policies = function Policies(props) {
|
|
|
12767
12767
|
}
|
|
12768
12768
|
}, []);
|
|
12769
12769
|
useEffect(function () {
|
|
12770
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
12770
|
+
var tempFetchQueriesEngineContext = _objectSpread$2e({}, FetchQueriesEngineContext);
|
|
12771
12771
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
12772
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
12772
|
+
setFetchQueriesEngineContext(_objectSpread$2e({}, tempFetchQueriesEngineContext));
|
|
12773
12773
|
}, []);
|
|
12774
12774
|
var _useState7 = useState([]),
|
|
12775
12775
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
@@ -12999,8 +12999,8 @@ var css_248z$E = ".cart-module_cartslider_container__idend {\n transition: 0.
|
|
|
12999
12999
|
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"};
|
|
13000
13000
|
styleInject(css_248z$E);
|
|
13001
13001
|
|
|
13002
|
-
function ownKeys$
|
|
13003
|
-
function _objectSpread$
|
|
13002
|
+
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; }
|
|
13003
|
+
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; }
|
|
13004
13004
|
var CartSlider = function CartSlider(props) {
|
|
13005
13005
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue9, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12;
|
|
13006
13006
|
var lang = props.actions.lang;
|
|
@@ -13066,7 +13066,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
13066
13066
|
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) {
|
|
13067
13067
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13068
13068
|
});
|
|
13069
|
-
setsectionproperties(_objectSpread$
|
|
13069
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
13070
13070
|
}, [CurrentPageId]);
|
|
13071
13071
|
useEffect(function () {
|
|
13072
13072
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13076,7 +13076,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
13076
13076
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13077
13077
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13078
13078
|
});
|
|
13079
|
-
setsectionproperties(_objectSpread$
|
|
13079
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
13080
13080
|
}
|
|
13081
13081
|
}
|
|
13082
13082
|
}, [StatePagePropertiesContext]);
|
|
@@ -13642,8 +13642,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
13642
13642
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
|
13643
13643
|
};
|
|
13644
13644
|
|
|
13645
|
-
function ownKeys$
|
|
13646
|
-
function _objectSpread$
|
|
13645
|
+
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; }
|
|
13646
|
+
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; }
|
|
13647
13647
|
var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
13648
13648
|
var _useState = useState(''),
|
|
13649
13649
|
_useState2 = _slicedToArray(_useState, 2);
|
|
@@ -13687,7 +13687,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13687
13687
|
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) {
|
|
13688
13688
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13689
13689
|
});
|
|
13690
|
-
setsectionproperties(_objectSpread$
|
|
13690
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
13691
13691
|
}, [CurrentPageId]);
|
|
13692
13692
|
useEffect(function () {
|
|
13693
13693
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13697,7 +13697,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13697
13697
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13698
13698
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13699
13699
|
});
|
|
13700
|
-
setsectionproperties(_objectSpread$
|
|
13700
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
13701
13701
|
}
|
|
13702
13702
|
}
|
|
13703
13703
|
}, [StatePagePropertiesContext]);
|
|
@@ -13925,8 +13925,8 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
13925
13925
|
}, CategoriesDropdown()));
|
|
13926
13926
|
};
|
|
13927
13927
|
|
|
13928
|
-
function ownKeys$
|
|
13929
|
-
function _objectSpread$
|
|
13928
|
+
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; }
|
|
13929
|
+
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; }
|
|
13930
13930
|
var OrderSuccess = function OrderSuccess(props) {
|
|
13931
13931
|
var _props$actions2;
|
|
13932
13932
|
props.actions.lang;
|
|
@@ -13976,7 +13976,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
13976
13976
|
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) {
|
|
13977
13977
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13978
13978
|
});
|
|
13979
|
-
setsectionproperties(_objectSpread$
|
|
13979
|
+
setsectionproperties(_objectSpread$2b({}, secpropobj));
|
|
13980
13980
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
13981
13981
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
13982
13982
|
var ordersuccessstyle = {
|
|
@@ -14073,8 +14073,8 @@ var css_248z$D = ".filter-module_timeline__ROm9Q .filter-module_border_left_line
|
|
|
14073
14073
|
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"};
|
|
14074
14074
|
styleInject(css_248z$D);
|
|
14075
14075
|
|
|
14076
|
-
function ownKeys$
|
|
14077
|
-
function _objectSpread$
|
|
14076
|
+
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; }
|
|
14077
|
+
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; }
|
|
14078
14078
|
var Select$1 = /*#__PURE__*/React.lazy(function () {
|
|
14079
14079
|
return import('react-select');
|
|
14080
14080
|
});
|
|
@@ -14214,11 +14214,11 @@ var Filter$1 = function Filter(props) {
|
|
|
14214
14214
|
}
|
|
14215
14215
|
timeoutRef.current = setTimeout(function () {
|
|
14216
14216
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
14217
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14217
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
14218
14218
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
14219
14219
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
14220
14220
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14221
|
-
setProductFilterObjContext(_objectSpread$
|
|
14221
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
14222
14222
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
14223
14223
|
}
|
|
14224
14224
|
}, 500);
|
|
@@ -14319,33 +14319,33 @@ var Filter$1 = function Filter(props) {
|
|
|
14319
14319
|
}, [ProductFilterObjContext, fetchCategoriesQueryContext.isSuccess, fetchcollectionsQueryContext.isSuccess, instcategories, instcollections]);
|
|
14320
14320
|
useEffect(function () {
|
|
14321
14321
|
if (productfeatuesarr.length != 0) {
|
|
14322
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14322
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
14323
14323
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
14324
|
-
setProductFilterObjContext(_objectSpread$
|
|
14324
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
14325
14325
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14326
14326
|
}
|
|
14327
14327
|
}, [productfeatuesarr]);
|
|
14328
14328
|
useEffect(function () {
|
|
14329
14329
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
14330
14330
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
14331
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14331
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2a({}, FetchTabexStatesPayloadobjContext);
|
|
14332
14332
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
14333
14333
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
14334
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14334
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2a({}, tempFetchTabexStatesPayloadobjContext));
|
|
14335
14335
|
}
|
|
14336
14336
|
}
|
|
14337
14337
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
14338
14338
|
var filterupdater = function filterupdater() {
|
|
14339
14339
|
setTimeout(function () {
|
|
14340
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
14340
|
+
var tempFetchQueriesEngineContext = _objectSpread$2a({}, FetchQueriesEngineContext);
|
|
14341
14341
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
14342
14342
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
14343
14343
|
}, 100);
|
|
14344
14344
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
14345
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14345
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2a({}, FetchTabexStatesPayloadobjContext);
|
|
14346
14346
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
14347
14347
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
14348
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14348
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2a({}, tempFetchTabexStatesPayloadobjContext));
|
|
14349
14349
|
}
|
|
14350
14350
|
if (instfilters.length != 0) {
|
|
14351
14351
|
var _ProductFilterObjCont3;
|
|
@@ -14407,7 +14407,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14407
14407
|
}
|
|
14408
14408
|
};
|
|
14409
14409
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
14410
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14410
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
14411
14411
|
if (type == 'clearfilters') {
|
|
14412
14412
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
14413
14413
|
} else {
|
|
@@ -14431,14 +14431,14 @@ var Filter$1 = function Filter(props) {
|
|
|
14431
14431
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
14432
14432
|
}
|
|
14433
14433
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14434
|
-
setProductFilterObjContext(_objectSpread$
|
|
14434
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
14435
14435
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14436
14436
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
14437
14437
|
};
|
|
14438
14438
|
|
|
14439
14439
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
14440
14440
|
var _tempfetchproductsfil2;
|
|
14441
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14441
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
14442
14442
|
var CollectionExists = false;
|
|
14443
14443
|
if (tempfetchproductsfilerobjcontext.ProductFetchingType == 'Parent Collection' && tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter == undefined) {
|
|
14444
14444
|
tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
|
|
@@ -14465,7 +14465,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14465
14465
|
}
|
|
14466
14466
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14467
14467
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
14468
|
-
setProductFilterObjContext(_objectSpread$
|
|
14468
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
14469
14469
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14470
14470
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
14471
14471
|
};
|
|
@@ -15242,14 +15242,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15242
15242
|
return option.id == ProductFilterObjContext.countryid;
|
|
15243
15243
|
}),
|
|
15244
15244
|
onChange: function onChange(option) {
|
|
15245
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
15245
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2a({}, FetchTabexStatesPayloadobjContext);
|
|
15246
15246
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
15247
15247
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
15248
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
15249
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15248
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2a({}, tempFetchTabexStatesPayloadobjContext));
|
|
15249
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15250
15250
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
15251
15251
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15252
|
-
setProductFilterObjContext(_objectSpread$
|
|
15252
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15253
15253
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15254
15254
|
},
|
|
15255
15255
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -15286,14 +15286,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15286
15286
|
return option.id == ProductFilterObjContext.stateid;
|
|
15287
15287
|
}),
|
|
15288
15288
|
onChange: function onChange(option) {
|
|
15289
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
15289
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2a({}, FetchTabexStatesPayloadobjContext);
|
|
15290
15290
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
15291
15291
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
15292
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
15293
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15292
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2a({}, tempFetchTabexStatesPayloadobjContext));
|
|
15293
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15294
15294
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
15295
15295
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15296
|
-
setProductFilterObjContext(_objectSpread$
|
|
15296
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15297
15297
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15298
15298
|
},
|
|
15299
15299
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -15330,10 +15330,10 @@ var Filter$1 = function Filter(props) {
|
|
|
15330
15330
|
return option.id == ProductFilterObjContext.cityid;
|
|
15331
15331
|
}),
|
|
15332
15332
|
onChange: function onChange(option) {
|
|
15333
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15333
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15334
15334
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
15335
15335
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15336
|
-
setProductFilterObjContext(_objectSpread$
|
|
15336
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15337
15337
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15338
15338
|
},
|
|
15339
15339
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -15440,14 +15440,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15440
15440
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
15441
15441
|
},
|
|
15442
15442
|
onClick: function onClick() {
|
|
15443
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15443
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15444
15444
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
15445
15445
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
15446
15446
|
} else {
|
|
15447
15447
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
15448
15448
|
}
|
|
15449
15449
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15450
|
-
setProductFilterObjContext(_objectSpread$
|
|
15450
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15451
15451
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15452
15452
|
setsortbycontext(valueitem.name);
|
|
15453
15453
|
}
|
|
@@ -15620,14 +15620,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15620
15620
|
return /*#__PURE__*/React.createElement("div", {
|
|
15621
15621
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
|
|
15622
15622
|
onClick: function onClick() {
|
|
15623
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15623
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15624
15624
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
15625
15625
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
15626
15626
|
} else {
|
|
15627
15627
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
15628
15628
|
}
|
|
15629
15629
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15630
|
-
setProductFilterObjContext(_objectSpread$
|
|
15630
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15631
15631
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15632
15632
|
}
|
|
15633
15633
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
@@ -15662,7 +15662,7 @@ var Filter$1 = function Filter(props) {
|
|
|
15662
15662
|
minValue: 0,
|
|
15663
15663
|
value: raterangevalue,
|
|
15664
15664
|
onChange: function onChange(value) {
|
|
15665
|
-
setraterangevalue(_objectSpread$
|
|
15665
|
+
setraterangevalue(_objectSpread$2a({}, value));
|
|
15666
15666
|
}
|
|
15667
15667
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
15668
15668
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -15805,13 +15805,13 @@ var Filter$1 = function Filter(props) {
|
|
|
15805
15805
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
|
|
15806
15806
|
onClick: function onClick() {
|
|
15807
15807
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
15808
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15808
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
15809
15809
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
15810
15810
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
15811
15811
|
} else {
|
|
15812
15812
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
15813
15813
|
}
|
|
15814
|
-
setProductFilterObjContext(_objectSpread$
|
|
15814
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
15815
15815
|
}
|
|
15816
15816
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
15817
15817
|
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
|
|
@@ -16005,14 +16005,14 @@ var Filter$1 = function Filter(props) {
|
|
|
16005
16005
|
return /*#__PURE__*/React.createElement("div", {
|
|
16006
16006
|
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n ") + ' d-flex align-items-center pb-3 ',
|
|
16007
16007
|
onClick: function onClick() {
|
|
16008
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16008
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
16009
16009
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
16010
16010
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
16011
16011
|
} else {
|
|
16012
16012
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
16013
16013
|
}
|
|
16014
16014
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16015
|
-
setProductFilterObjContext(_objectSpread$
|
|
16015
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
16016
16016
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16017
16017
|
setsortbycontext(valueitem.name);
|
|
16018
16018
|
}
|
|
@@ -16058,8 +16058,8 @@ var Filter$1 = function Filter(props) {
|
|
|
16058
16058
|
})))))))))));
|
|
16059
16059
|
};
|
|
16060
16060
|
|
|
16061
|
-
function ownKeys$
|
|
16062
|
-
function _objectSpread$
|
|
16061
|
+
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; }
|
|
16062
|
+
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; }
|
|
16063
16063
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
16064
16064
|
var _authdetailsContext$i;
|
|
16065
16065
|
props.actions.lang;
|
|
@@ -16189,7 +16189,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16189
16189
|
}, [ProductFilterObjContext]);
|
|
16190
16190
|
var filterupdater = function filterupdater() {
|
|
16191
16191
|
setTimeout(function () {
|
|
16192
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16192
|
+
var tempFetchQueriesEngineContext = _objectSpread$29({}, FetchQueriesEngineContext);
|
|
16193
16193
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
16194
16194
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
16195
16195
|
}, 100);
|
|
@@ -16234,7 +16234,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16234
16234
|
};
|
|
16235
16235
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
16236
16236
|
var _tempfetchproductsfil;
|
|
16237
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16237
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$29({}, ProductFilterObjContext);
|
|
16238
16238
|
var CollectionExists = false;
|
|
16239
16239
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
16240
16240
|
if (filteritem == collectionid) {
|
|
@@ -16251,7 +16251,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16251
16251
|
}
|
|
16252
16252
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16253
16253
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
16254
|
-
setProductFilterObjContext(_objectSpread$
|
|
16254
|
+
setProductFilterObjContext(_objectSpread$29({}, tempfetchproductsfilerobjcontext));
|
|
16255
16255
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16256
16256
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
16257
16257
|
};
|
|
@@ -16309,8 +16309,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16309
16309
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
16310
16310
|
var image_serverbaselink = 'https://tabexseriesmedia.s3.eu-north-1.amazonaws.com';
|
|
16311
16311
|
|
|
16312
|
-
function ownKeys$
|
|
16313
|
-
function _objectSpread$
|
|
16312
|
+
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; }
|
|
16313
|
+
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; }
|
|
16314
16314
|
var CardsSection = function CardsSection(props) {
|
|
16315
16315
|
var plainString = function plainString(html) {
|
|
16316
16316
|
var divContainer = document.createElement('div');
|
|
@@ -16397,7 +16397,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
16397
16397
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
16398
16398
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
16399
16399
|
});
|
|
16400
|
-
setsectionproperties(_objectSpread$
|
|
16400
|
+
setsectionproperties(_objectSpread$28({}, secpropobj));
|
|
16401
16401
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
16402
16402
|
setfetchingtype('products');
|
|
16403
16403
|
var lcproductfetchingtype = 'Random';
|
|
@@ -16471,9 +16471,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
16471
16471
|
}
|
|
16472
16472
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
16473
16473
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
16474
|
-
setProductFilterObjContext(_objectSpread$
|
|
16474
|
+
setProductFilterObjContext(_objectSpread$28({}, tempfetchproductsfilerobjcontext));
|
|
16475
16475
|
}
|
|
16476
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
16476
|
+
setFetchQueriesEngineContext(_objectSpread$28({}, tempFetchQueriesEngineContext));
|
|
16477
16477
|
}
|
|
16478
16478
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
16479
16479
|
useEffect(function () {
|
|
@@ -16777,9 +16777,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
16777
16777
|
// Example items, to simulate fetching from another resources.
|
|
16778
16778
|
var handlePageClick = function handlePageClick(event) {
|
|
16779
16779
|
props.scrolltotop();
|
|
16780
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
16780
|
+
var tempProductFilterObjContext = _objectSpread$28({}, ProductFilterObjContext);
|
|
16781
16781
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
16782
|
-
setProductFilterObjContext(_objectSpread$
|
|
16782
|
+
setProductFilterObjContext(_objectSpread$28({}, tempProductFilterObjContext));
|
|
16783
16783
|
var pasturl = '';
|
|
16784
16784
|
if (props.grouptypeprops != undefined) {
|
|
16785
16785
|
if (props.collectionidprops != undefined) {
|
|
@@ -17692,8 +17692,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
17692
17692
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
17693
17693
|
};
|
|
17694
17694
|
|
|
17695
|
-
function ownKeys$
|
|
17696
|
-
function _objectSpread$
|
|
17695
|
+
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; }
|
|
17696
|
+
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; }
|
|
17697
17697
|
var InnerGroups = function InnerGroups(props) {
|
|
17698
17698
|
var _useState = useState(''),
|
|
17699
17699
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -17734,7 +17734,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
17734
17734
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
17735
17735
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
17736
17736
|
});
|
|
17737
|
-
setsectionproperties(_objectSpread$
|
|
17737
|
+
setsectionproperties(_objectSpread$27({}, secpropobj));
|
|
17738
17738
|
}
|
|
17739
17739
|
}, [StatePagePropertiesContext]);
|
|
17740
17740
|
// useEffect(() => {
|
|
@@ -17750,14 +17750,14 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
17750
17750
|
backgroundColor: sectionproperties.backgroundColor
|
|
17751
17751
|
}
|
|
17752
17752
|
}, /*#__PURE__*/React.createElement(CardsSection, {
|
|
17753
|
-
actions: _objectSpread$
|
|
17753
|
+
actions: _objectSpread$27(_objectSpread$27({}, actions), {}, {
|
|
17754
17754
|
fetchingtype: grouptypeparams
|
|
17755
17755
|
})
|
|
17756
17756
|
}));
|
|
17757
17757
|
};
|
|
17758
17758
|
|
|
17759
|
-
function ownKeys$
|
|
17760
|
-
function _objectSpread$
|
|
17759
|
+
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; }
|
|
17760
|
+
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; }
|
|
17761
17761
|
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
17762
17762
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
17763
17763
|
var _useState = useState(''),
|
|
@@ -17789,7 +17789,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
17789
17789
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
17790
17790
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
17791
17791
|
});
|
|
17792
|
-
setsectionproperties(_objectSpread$
|
|
17792
|
+
setsectionproperties(_objectSpread$26({}, secpropobj));
|
|
17793
17793
|
}
|
|
17794
17794
|
}, [StatePagePropertiesContext]);
|
|
17795
17795
|
useEffect(function () {
|
|
@@ -17802,9 +17802,9 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
17802
17802
|
}
|
|
17803
17803
|
}, []);
|
|
17804
17804
|
useEffect(function () {
|
|
17805
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
17805
|
+
var tempFetchQueriesEngineContext = _objectSpread$26({}, FetchQueriesEngineContext);
|
|
17806
17806
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
17807
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17807
|
+
setFetchQueriesEngineContext(_objectSpread$26({}, tempFetchQueriesEngineContext));
|
|
17808
17808
|
}, []);
|
|
17809
17809
|
var _useState7 = useState([]),
|
|
17810
17810
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
@@ -17939,8 +17939,8 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
17939
17939
|
}))))));
|
|
17940
17940
|
};
|
|
17941
17941
|
|
|
17942
|
-
function ownKeys$
|
|
17943
|
-
function _objectSpread$
|
|
17942
|
+
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; }
|
|
17943
|
+
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; }
|
|
17944
17944
|
var RefundPolicy = function RefundPolicy(props) {
|
|
17945
17945
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
17946
17946
|
var _useState = useState(''),
|
|
@@ -17972,7 +17972,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
17972
17972
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
17973
17973
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
17974
17974
|
});
|
|
17975
|
-
setsectionproperties(_objectSpread$
|
|
17975
|
+
setsectionproperties(_objectSpread$25({}, secpropobj));
|
|
17976
17976
|
}
|
|
17977
17977
|
}, [StatePagePropertiesContext]);
|
|
17978
17978
|
useEffect(function () {
|
|
@@ -17985,9 +17985,9 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
17985
17985
|
}
|
|
17986
17986
|
}, []);
|
|
17987
17987
|
useEffect(function () {
|
|
17988
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
17988
|
+
var tempFetchQueriesEngineContext = _objectSpread$25({}, FetchQueriesEngineContext);
|
|
17989
17989
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
17990
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17990
|
+
setFetchQueriesEngineContext(_objectSpread$25({}, tempFetchQueriesEngineContext));
|
|
17991
17991
|
}, []);
|
|
17992
17992
|
var _useState7 = useState([]),
|
|
17993
17993
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
@@ -18122,8 +18122,8 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
18122
18122
|
}))))));
|
|
18123
18123
|
};
|
|
18124
18124
|
|
|
18125
|
-
function ownKeys$
|
|
18126
|
-
function _objectSpread$
|
|
18125
|
+
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; }
|
|
18126
|
+
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; }
|
|
18127
18127
|
var ShippingPolicy = function ShippingPolicy(props) {
|
|
18128
18128
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
18129
18129
|
var _useState = useState(''),
|
|
@@ -18154,7 +18154,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
18154
18154
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18155
18155
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18156
18156
|
});
|
|
18157
|
-
setsectionproperties(_objectSpread$
|
|
18157
|
+
setsectionproperties(_objectSpread$24({}, secpropobj));
|
|
18158
18158
|
}
|
|
18159
18159
|
}, [StatePagePropertiesContext]);
|
|
18160
18160
|
useEffect(function () {
|
|
@@ -18167,9 +18167,9 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
18167
18167
|
}
|
|
18168
18168
|
}, []);
|
|
18169
18169
|
useEffect(function () {
|
|
18170
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
18170
|
+
var tempFetchQueriesEngineContext = _objectSpread$24({}, FetchQueriesEngineContext);
|
|
18171
18171
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
18172
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18172
|
+
setFetchQueriesEngineContext(_objectSpread$24({}, tempFetchQueriesEngineContext));
|
|
18173
18173
|
}, []);
|
|
18174
18174
|
var _useState7 = useState([]),
|
|
18175
18175
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -18245,8 +18245,8 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
18245
18245
|
})))));
|
|
18246
18246
|
};
|
|
18247
18247
|
|
|
18248
|
-
function ownKeys$
|
|
18249
|
-
function _objectSpread$
|
|
18248
|
+
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; }
|
|
18249
|
+
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; }
|
|
18250
18250
|
var TermsConditions = function TermsConditions(props) {
|
|
18251
18251
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
18252
18252
|
var _useState = useState(''),
|
|
@@ -18277,7 +18277,7 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
18277
18277
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18278
18278
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18279
18279
|
});
|
|
18280
|
-
setsectionproperties(_objectSpread$
|
|
18280
|
+
setsectionproperties(_objectSpread$23({}, secpropobj));
|
|
18281
18281
|
}
|
|
18282
18282
|
}, [StatePagePropertiesContext]);
|
|
18283
18283
|
useEffect(function () {
|
|
@@ -18290,9 +18290,9 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
18290
18290
|
}
|
|
18291
18291
|
}, []);
|
|
18292
18292
|
useEffect(function () {
|
|
18293
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
18293
|
+
var tempFetchQueriesEngineContext = _objectSpread$23({}, FetchQueriesEngineContext);
|
|
18294
18294
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
18295
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18295
|
+
setFetchQueriesEngineContext(_objectSpread$23({}, tempFetchQueriesEngineContext));
|
|
18296
18296
|
}, []);
|
|
18297
18297
|
var _useState7 = useState([]),
|
|
18298
18298
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -18368,8 +18368,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
18368
18368
|
})))));
|
|
18369
18369
|
};
|
|
18370
18370
|
|
|
18371
|
-
function ownKeys$
|
|
18372
|
-
function _objectSpread$
|
|
18371
|
+
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; }
|
|
18372
|
+
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; }
|
|
18373
18373
|
var Resetpassword = function Resetpassword(props) {
|
|
18374
18374
|
var _css, _css2;
|
|
18375
18375
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -18420,7 +18420,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18420
18420
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18421
18421
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18422
18422
|
});
|
|
18423
|
-
setsectionproperties(_objectSpread$
|
|
18423
|
+
setsectionproperties(_objectSpread$22({}, secpropobj));
|
|
18424
18424
|
}
|
|
18425
18425
|
}, [StatePagePropertiesContext]);
|
|
18426
18426
|
useEffect(function () {
|
|
@@ -18547,9 +18547,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18547
18547
|
className: "".concat(loginstyles2.form_control),
|
|
18548
18548
|
value: forgotpasswordpayload.email,
|
|
18549
18549
|
onChange: function onChange(event) {
|
|
18550
|
-
var temppayloadobj = _objectSpread$
|
|
18550
|
+
var temppayloadobj = _objectSpread$22({}, forgotpasswordpayload);
|
|
18551
18551
|
temppayloadobj.email = event.target.value;
|
|
18552
|
-
setforgotpasswordpayload(_objectSpread$
|
|
18552
|
+
setforgotpasswordpayload(_objectSpread$22({}, temppayloadobj));
|
|
18553
18553
|
},
|
|
18554
18554
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
18555
18555
|
style: {
|
|
@@ -18564,9 +18564,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18564
18564
|
className: "".concat(loginstyles2.form_control),
|
|
18565
18565
|
value: forgotpasswordpayload.code,
|
|
18566
18566
|
onChange: function onChange(event) {
|
|
18567
|
-
var temppayloadobj = _objectSpread$
|
|
18567
|
+
var temppayloadobj = _objectSpread$22({}, forgotpasswordpayload);
|
|
18568
18568
|
temppayloadobj.code = event.target.value;
|
|
18569
|
-
setforgotpasswordpayload(_objectSpread$
|
|
18569
|
+
setforgotpasswordpayload(_objectSpread$22({}, temppayloadobj));
|
|
18570
18570
|
},
|
|
18571
18571
|
style: {
|
|
18572
18572
|
background: sectionproperties.input_bgcolor
|
|
@@ -18580,9 +18580,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18580
18580
|
className: "".concat(loginstyles2.form_control),
|
|
18581
18581
|
value: forgotpasswordpayload.newpassword,
|
|
18582
18582
|
onChange: function onChange(event) {
|
|
18583
|
-
var temppayloadobj = _objectSpread$
|
|
18583
|
+
var temppayloadobj = _objectSpread$22({}, forgotpasswordpayload);
|
|
18584
18584
|
temppayloadobj.newpassword = event.target.value;
|
|
18585
|
-
setforgotpasswordpayload(_objectSpread$
|
|
18585
|
+
setforgotpasswordpayload(_objectSpread$22({}, temppayloadobj));
|
|
18586
18586
|
},
|
|
18587
18587
|
style: {
|
|
18588
18588
|
background: sectionproperties.input_bgcolor
|
|
@@ -18596,9 +18596,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18596
18596
|
className: "".concat(loginstyles2.form_control),
|
|
18597
18597
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
18598
18598
|
onChange: function onChange(event) {
|
|
18599
|
-
var temppayloadobj = _objectSpread$
|
|
18599
|
+
var temppayloadobj = _objectSpread$22({}, forgotpasswordpayload);
|
|
18600
18600
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
18601
|
-
setforgotpasswordpayload(_objectSpread$
|
|
18601
|
+
setforgotpasswordpayload(_objectSpread$22({}, temppayloadobj));
|
|
18602
18602
|
},
|
|
18603
18603
|
style: {
|
|
18604
18604
|
background: sectionproperties.input_bgcolor
|
|
@@ -18610,7 +18610,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
18610
18610
|
onClick: function onClick() {
|
|
18611
18611
|
if (forgotpasswordpayload.email.length != 0) {
|
|
18612
18612
|
var runfunc = false;
|
|
18613
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
18613
|
+
var tempforgotpasswordpayload = _objectSpread$22({}, forgotpasswordpayload);
|
|
18614
18614
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
18615
18615
|
if (forgetpasswordstage == 'verify') {
|
|
18616
18616
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -18761,7 +18761,7 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
18761
18761
|
style: {
|
|
18762
18762
|
zIndex: 1000
|
|
18763
18763
|
}
|
|
18764
|
-
}, sectionproperties.length != 0 && searchinput != undefined && searchinput != null && searchinput.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
18764
|
+
}, /*#__PURE__*/React.createElement("p", null, "searchinput", searchinput), sectionproperties.length != 0 && searchinput != undefined && searchinput != null && searchinput.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
18765
18765
|
className: props.srcfromprops == 'header' ? "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex d-md-none justify-content-center p-1 ' : "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex justify-content-center p-1 ',
|
|
18766
18766
|
style: {
|
|
18767
18767
|
zIndex: 1000,
|
|
@@ -18896,8 +18896,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
18896
18896
|
}, lang.nosearchresults)))))));
|
|
18897
18897
|
};
|
|
18898
18898
|
|
|
18899
|
-
function ownKeys$
|
|
18900
|
-
function _objectSpread$
|
|
18899
|
+
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; }
|
|
18900
|
+
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; }
|
|
18901
18901
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
18902
18902
|
var _textarray$, _textarray$2;
|
|
18903
18903
|
props.actions;
|
|
@@ -18918,12 +18918,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
18918
18918
|
settextarray = _useState6[1];
|
|
18919
18919
|
useEffect(function () {
|
|
18920
18920
|
if (props.sectionpropertiesprops != undefined) {
|
|
18921
|
-
setsectionproperties(_objectSpread$
|
|
18921
|
+
setsectionproperties(_objectSpread$21({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
18922
18922
|
}
|
|
18923
18923
|
}, [props.sectionpropertiesprops]);
|
|
18924
18924
|
useEffect(function () {
|
|
18925
18925
|
if (props.templateproperties_contextprops != undefined) {
|
|
18926
|
-
settemplateproperties_context(_objectSpread$
|
|
18926
|
+
settemplateproperties_context(_objectSpread$21({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
18927
18927
|
}
|
|
18928
18928
|
}, [props.templateproperties_contextprops]);
|
|
18929
18929
|
useEffect(function () {
|
|
@@ -18973,8 +18973,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
18973
18973
|
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"};
|
|
18974
18974
|
styleInject(css_248z$B);
|
|
18975
18975
|
|
|
18976
|
-
function ownKeys$
|
|
18977
|
-
function _objectSpread$
|
|
18976
|
+
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; }
|
|
18977
|
+
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; }
|
|
18978
18978
|
var Subheader = function Subheader(props) {
|
|
18979
18979
|
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, _props$subheaderprope38, _props$subheaderprope39, _props$subheaderprope40, _props$subheaderprope41, _fetchCategoriesQuery9, _fetchCategoriesQuery10;
|
|
18980
18980
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -19019,12 +19019,12 @@ var Subheader = function Subheader(props) {
|
|
|
19019
19019
|
useEffect(function () {
|
|
19020
19020
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
19021
19021
|
tempFetchQueriesEngineContext.categories = true;
|
|
19022
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
19022
|
+
setFetchQueriesEngineContext(_objectSpread$20({}, tempFetchQueriesEngineContext));
|
|
19023
19023
|
// alert(JSON.stringify(authdetailsContext));
|
|
19024
19024
|
}, []);
|
|
19025
19025
|
useEffect(function () {
|
|
19026
19026
|
if (props.sectionpropertiesprops != undefined) {
|
|
19027
|
-
setsectionproperties(_objectSpread$
|
|
19027
|
+
setsectionproperties(_objectSpread$20({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19028
19028
|
}
|
|
19029
19029
|
}, [props.sectionpropertiesprops]);
|
|
19030
19030
|
// useEffect(() => {
|
|
@@ -19598,8 +19598,8 @@ var Subheader = function Subheader(props) {
|
|
|
19598
19598
|
})))))));
|
|
19599
19599
|
};
|
|
19600
19600
|
|
|
19601
|
-
function ownKeys$
|
|
19602
|
-
function _objectSpread$
|
|
19601
|
+
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; }
|
|
19602
|
+
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; }
|
|
19603
19603
|
var Headerresponsive = function Headerresponsive(props) {
|
|
19604
19604
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
19605
19605
|
var actions = props.actions;
|
|
@@ -19634,7 +19634,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
19634
19634
|
setpcollarray = _useState6[1];
|
|
19635
19635
|
useEffect(function () {
|
|
19636
19636
|
if (props.sectionpropertiesprops != undefined) {
|
|
19637
|
-
setsectionproperties(_objectSpread$
|
|
19637
|
+
setsectionproperties(_objectSpread$1$({}, props.sectionpropertiesprops));
|
|
19638
19638
|
}
|
|
19639
19639
|
}, [props.sectionpropertiesprops]);
|
|
19640
19640
|
var _useState7 = useState([]),
|
|
@@ -20791,8 +20791,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
20791
20791
|
})))))));
|
|
20792
20792
|
};
|
|
20793
20793
|
|
|
20794
|
-
function ownKeys$
|
|
20795
|
-
function _objectSpread$
|
|
20794
|
+
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; }
|
|
20795
|
+
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; }
|
|
20796
20796
|
var DownloadApp = function DownloadApp(props) {
|
|
20797
20797
|
props.actions;
|
|
20798
20798
|
props.actions.lang;
|
|
@@ -20817,7 +20817,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
20817
20817
|
}, [sectionproperties]);
|
|
20818
20818
|
useEffect(function () {
|
|
20819
20819
|
if (props.sectionpropertiesprops != undefined) {
|
|
20820
|
-
setsectionproperties(_objectSpread$
|
|
20820
|
+
setsectionproperties(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
20821
20821
|
}
|
|
20822
20822
|
}, [props.sectionpropertiesprops]);
|
|
20823
20823
|
var header_cssstyles = {
|
|
@@ -20870,8 +20870,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
20870
20870
|
}))));
|
|
20871
20871
|
};
|
|
20872
20872
|
|
|
20873
|
-
function ownKeys$
|
|
20874
|
-
function _objectSpread$
|
|
20873
|
+
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; }
|
|
20874
|
+
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; }
|
|
20875
20875
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
20876
20876
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
20877
20877
|
props.actions;
|
|
@@ -20887,12 +20887,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
20887
20887
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
20888
20888
|
useEffect(function () {
|
|
20889
20889
|
if (props.sectionpropertiesprops != undefined) {
|
|
20890
|
-
setsectionproperties(_objectSpread$
|
|
20890
|
+
setsectionproperties(_objectSpread$1Z({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
20891
20891
|
}
|
|
20892
20892
|
}, [props.sectionpropertiesprops]);
|
|
20893
20893
|
useEffect(function () {
|
|
20894
20894
|
if (props.templateproperties_contextprops != undefined) {
|
|
20895
|
-
settemplateproperties_context(_objectSpread$
|
|
20895
|
+
settemplateproperties_context(_objectSpread$1Z({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
20896
20896
|
}
|
|
20897
20897
|
}, [props.templateproperties_contextprops]);
|
|
20898
20898
|
var header_cssstyles = {
|
|
@@ -20978,8 +20978,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
20978
20978
|
})));
|
|
20979
20979
|
};
|
|
20980
20980
|
|
|
20981
|
-
function ownKeys$
|
|
20982
|
-
function _objectSpread$
|
|
20981
|
+
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; }
|
|
20982
|
+
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; }
|
|
20983
20983
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
20984
20984
|
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12;
|
|
20985
20985
|
var actions = props.actions;
|
|
@@ -21018,7 +21018,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21018
21018
|
setopenSearch = _useState8[1];
|
|
21019
21019
|
useEffect(function () {
|
|
21020
21020
|
if (props.sectionpropertiesprops != undefined) {
|
|
21021
|
-
setsectionproperties(_objectSpread$
|
|
21021
|
+
setsectionproperties(_objectSpread$1Y({}, props.sectionpropertiesprops));
|
|
21022
21022
|
}
|
|
21023
21023
|
}, [props.sectionpropertiesprops]);
|
|
21024
21024
|
var _useState9 = useState([]),
|
|
@@ -22370,8 +22370,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22370
22370
|
})))))));
|
|
22371
22371
|
};
|
|
22372
22372
|
|
|
22373
|
-
function ownKeys$
|
|
22374
|
-
function _objectSpread$
|
|
22373
|
+
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; }
|
|
22374
|
+
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; }
|
|
22375
22375
|
var ElegantHeader = function ElegantHeader(props) {
|
|
22376
22376
|
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i5, _authdetailsContext$i6;
|
|
22377
22377
|
var _useState = useState(''),
|
|
@@ -22424,7 +22424,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
22424
22424
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
22425
22425
|
});
|
|
22426
22426
|
}
|
|
22427
|
-
setsectionproperties(_objectSpread$
|
|
22427
|
+
setsectionproperties(_objectSpread$1X({}, secpropobj));
|
|
22428
22428
|
}, [StatePagePropertiesContext]);
|
|
22429
22429
|
useEffect(function () {
|
|
22430
22430
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -23093,8 +23093,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
23093
23093
|
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"};
|
|
23094
23094
|
styleInject(css_248z$A);
|
|
23095
23095
|
|
|
23096
|
-
function ownKeys$
|
|
23097
|
-
function _objectSpread$
|
|
23096
|
+
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; }
|
|
23097
|
+
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; }
|
|
23098
23098
|
var Gotoheader = function Gotoheader(props) {
|
|
23099
23099
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
23100
23100
|
var _useState = useState(''),
|
|
@@ -23134,7 +23134,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
23134
23134
|
});
|
|
23135
23135
|
}
|
|
23136
23136
|
}
|
|
23137
|
-
setsectionproperties(_objectSpread$
|
|
23137
|
+
setsectionproperties(_objectSpread$1W({}, secpropobj));
|
|
23138
23138
|
}, [StatePagePropertiesContext]);
|
|
23139
23139
|
var _useState3 = useState([]),
|
|
23140
23140
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -23835,8 +23835,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
23835
23835
|
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"};
|
|
23836
23836
|
styleInject(css_248z$z);
|
|
23837
23837
|
|
|
23838
|
-
function ownKeys$
|
|
23839
|
-
function _objectSpread$
|
|
23838
|
+
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; }
|
|
23839
|
+
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; }
|
|
23840
23840
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
23841
23841
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
23842
23842
|
var _useState = useState(''),
|
|
@@ -23884,7 +23884,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
23884
23884
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
23885
23885
|
});
|
|
23886
23886
|
}
|
|
23887
|
-
setsectionproperties(_objectSpread$
|
|
23887
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
23888
23888
|
}, [StatePagePropertiesContext]);
|
|
23889
23889
|
useEffect(function () {
|
|
23890
23890
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -24788,8 +24788,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
24788
24788
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
24789
24789
|
styleInject(css_248z$y);
|
|
24790
24790
|
|
|
24791
|
-
function ownKeys$
|
|
24792
|
-
function _objectSpread$
|
|
24791
|
+
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; }
|
|
24792
|
+
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; }
|
|
24793
24793
|
var ClassicHeader = function ClassicHeader(props) {
|
|
24794
24794
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
24795
24795
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -24826,7 +24826,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
24826
24826
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24827
24827
|
});
|
|
24828
24828
|
}
|
|
24829
|
-
setsectionproperties(_objectSpread$
|
|
24829
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
24830
24830
|
}, [StatePagePropertiesContext]);
|
|
24831
24831
|
var _useState3 = useState([]),
|
|
24832
24832
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -25957,8 +25957,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
25957
25957
|
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"};
|
|
25958
25958
|
styleInject(css_248z$x);
|
|
25959
25959
|
|
|
25960
|
-
function ownKeys$
|
|
25961
|
-
function _objectSpread$
|
|
25960
|
+
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; }
|
|
25961
|
+
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; }
|
|
25962
25962
|
var CTAHeader = function CTAHeader(props) {
|
|
25963
25963
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i14, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i22;
|
|
25964
25964
|
var actions = props.actions;
|
|
@@ -26006,7 +26006,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
26006
26006
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26007
26007
|
});
|
|
26008
26008
|
}
|
|
26009
|
-
setsectionproperties(_objectSpread$
|
|
26009
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
26010
26010
|
}, [StatePagePropertiesContext]);
|
|
26011
26011
|
useEffect(function () {
|
|
26012
26012
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -27043,8 +27043,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
27043
27043
|
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"};
|
|
27044
27044
|
styleInject(css_248z$w);
|
|
27045
27045
|
|
|
27046
|
-
function ownKeys$
|
|
27047
|
-
function _objectSpread$
|
|
27046
|
+
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; }
|
|
27047
|
+
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; }
|
|
27048
27048
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
27049
27049
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
27050
27050
|
var _useState = useState(''),
|
|
@@ -27080,7 +27080,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
27080
27080
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
27081
27081
|
});
|
|
27082
27082
|
}
|
|
27083
|
-
setsectionproperties(_objectSpread$
|
|
27083
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
27084
27084
|
}, [StatePagePropertiesContext]);
|
|
27085
27085
|
var _useState3 = useState([]),
|
|
27086
27086
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -27781,8 +27781,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
27781
27781
|
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"};
|
|
27782
27782
|
styleInject(css_248z$v);
|
|
27783
27783
|
|
|
27784
|
-
function ownKeys$
|
|
27785
|
-
function _objectSpread$
|
|
27784
|
+
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; }
|
|
27785
|
+
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; }
|
|
27786
27786
|
var Simpleheader = function Simpleheader(props) {
|
|
27787
27787
|
var _css, _css2, _header_cssstyles, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
27788
27788
|
var actions = props.actions;
|
|
@@ -27828,7 +27828,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
27828
27828
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
27829
27829
|
});
|
|
27830
27830
|
}
|
|
27831
|
-
setsectionproperties(_objectSpread$
|
|
27831
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
27832
27832
|
}, [StatePagePropertiesContext]);
|
|
27833
27833
|
useEffect(function () {
|
|
27834
27834
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -28494,8 +28494,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28494
28494
|
}))))))));
|
|
28495
28495
|
};
|
|
28496
28496
|
|
|
28497
|
-
function ownKeys$
|
|
28498
|
-
function _objectSpread$
|
|
28497
|
+
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; }
|
|
28498
|
+
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; }
|
|
28499
28499
|
var Header8 = function Header8(props) {
|
|
28500
28500
|
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;
|
|
28501
28501
|
var actions = props.actions;
|
|
@@ -28552,7 +28552,7 @@ var Header8 = function Header8(props) {
|
|
|
28552
28552
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28553
28553
|
});
|
|
28554
28554
|
}
|
|
28555
|
-
setsectionproperties(_objectSpread$
|
|
28555
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
28556
28556
|
}, [StatePagePropertiesContext]);
|
|
28557
28557
|
var subtotalcart = function subtotalcart() {
|
|
28558
28558
|
var _fetchcustomercartQue;
|
|
@@ -30270,8 +30270,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
30270
30270
|
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-"};
|
|
30271
30271
|
styleInject(css_248z$u);
|
|
30272
30272
|
|
|
30273
|
-
function ownKeys$
|
|
30274
|
-
function _objectSpread$
|
|
30273
|
+
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; }
|
|
30274
|
+
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; }
|
|
30275
30275
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
30276
30276
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
30277
30277
|
var _useState = useState(''),
|
|
@@ -30307,7 +30307,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
30307
30307
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30308
30308
|
});
|
|
30309
30309
|
}
|
|
30310
|
-
setsectionproperties(_objectSpread$
|
|
30310
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
30311
30311
|
}, [StatePagePropertiesContext]);
|
|
30312
30312
|
var _useState3 = useState([]),
|
|
30313
30313
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -30922,8 +30922,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
30922
30922
|
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"};
|
|
30923
30923
|
styleInject(css_248z$t);
|
|
30924
30924
|
|
|
30925
|
-
function ownKeys$
|
|
30926
|
-
function _objectSpread$
|
|
30925
|
+
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; }
|
|
30926
|
+
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; }
|
|
30927
30927
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
30928
30928
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
30929
30929
|
var _useState = useState(''),
|
|
@@ -30960,7 +30960,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
30960
30960
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
30961
30961
|
});
|
|
30962
30962
|
}
|
|
30963
|
-
setsectionproperties(_objectSpread$
|
|
30963
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
30964
30964
|
}, [StatePagePropertiesContext]);
|
|
30965
30965
|
var _useState3 = useState(false),
|
|
30966
30966
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -31726,8 +31726,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
31726
31726
|
}))))))));
|
|
31727
31727
|
};
|
|
31728
31728
|
|
|
31729
|
-
function ownKeys$
|
|
31730
|
-
function _objectSpread$
|
|
31729
|
+
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; }
|
|
31730
|
+
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; }
|
|
31731
31731
|
var Modernheader = function Modernheader(props) {
|
|
31732
31732
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
31733
31733
|
var _useState = useState(''),
|
|
@@ -31772,7 +31772,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
31772
31772
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31773
31773
|
});
|
|
31774
31774
|
}
|
|
31775
|
-
setsectionproperties(_objectSpread$
|
|
31775
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
31776
31776
|
}, [StatePagePropertiesContext]);
|
|
31777
31777
|
useEffect(function () {
|
|
31778
31778
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -32421,8 +32421,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
32421
32421
|
}));
|
|
32422
32422
|
};
|
|
32423
32423
|
|
|
32424
|
-
function ownKeys$
|
|
32425
|
-
function _objectSpread$
|
|
32424
|
+
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; }
|
|
32425
|
+
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; }
|
|
32426
32426
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
32427
32427
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
32428
32428
|
var _useState = useState(''),
|
|
@@ -32460,7 +32460,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
32460
32460
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32461
32461
|
});
|
|
32462
32462
|
}
|
|
32463
|
-
setsectionproperties(_objectSpread$
|
|
32463
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
32464
32464
|
}, [StatePagePropertiesContext]);
|
|
32465
32465
|
var _useState3 = useState([]),
|
|
32466
32466
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -33093,8 +33093,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
33093
33093
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
33094
33094
|
styleInject(css_248z$s);
|
|
33095
33095
|
|
|
33096
|
-
function ownKeys$
|
|
33097
|
-
function _objectSpread$
|
|
33096
|
+
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; }
|
|
33097
|
+
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; }
|
|
33098
33098
|
var StylishHeader = function StylishHeader(props) {
|
|
33099
33099
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
33100
33100
|
var _useState = useState(''),
|
|
@@ -33135,7 +33135,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
33135
33135
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
33136
33136
|
});
|
|
33137
33137
|
}
|
|
33138
|
-
setsectionproperties(_objectSpread$
|
|
33138
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
33139
33139
|
}, [StatePagePropertiesContext]);
|
|
33140
33140
|
var _useState5 = useState([]),
|
|
33141
33141
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -33886,8 +33886,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
33886
33886
|
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"};
|
|
33887
33887
|
styleInject(css_248z$r);
|
|
33888
33888
|
|
|
33889
|
-
function ownKeys$
|
|
33890
|
-
function _objectSpread$
|
|
33889
|
+
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; }
|
|
33890
|
+
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; }
|
|
33891
33891
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
33892
33892
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
33893
33893
|
var actions = props.actions;
|
|
@@ -33925,7 +33925,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
33925
33925
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
33926
33926
|
});
|
|
33927
33927
|
}
|
|
33928
|
-
setsectionproperties(_objectSpread$
|
|
33928
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
33929
33929
|
}, [StatePagePropertiesContext]);
|
|
33930
33930
|
var _useState3 = useState([]),
|
|
33931
33931
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -34753,8 +34753,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
34753
34753
|
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"};
|
|
34754
34754
|
styleInject(css_248z$q);
|
|
34755
34755
|
|
|
34756
|
-
function ownKeys$
|
|
34757
|
-
function _objectSpread$
|
|
34756
|
+
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; }
|
|
34757
|
+
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; }
|
|
34758
34758
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
34759
34759
|
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
34760
34760
|
var lang = props.actions.lang;
|
|
@@ -34821,7 +34821,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
34821
34821
|
});
|
|
34822
34822
|
}
|
|
34823
34823
|
}
|
|
34824
|
-
setsectionproperties(_objectSpread$
|
|
34824
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
34825
34825
|
}, [StatePagePropertiesContext]);
|
|
34826
34826
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
34827
34827
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -35744,8 +35744,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
35744
35744
|
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"};
|
|
35745
35745
|
styleInject(css_248z$p);
|
|
35746
35746
|
|
|
35747
|
-
function ownKeys$
|
|
35748
|
-
function _objectSpread$
|
|
35747
|
+
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; }
|
|
35748
|
+
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; }
|
|
35749
35749
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
35750
35750
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
35751
35751
|
var lang = props.actions.lang;
|
|
@@ -35789,7 +35789,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
35789
35789
|
});
|
|
35790
35790
|
}
|
|
35791
35791
|
}
|
|
35792
|
-
setsectionproperties(_objectSpread$
|
|
35792
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
35793
35793
|
}, [StatePagePropertiesContext]);
|
|
35794
35794
|
var _useState5 = useState([]),
|
|
35795
35795
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -36521,8 +36521,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
36521
36521
|
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"};
|
|
36522
36522
|
styleInject(css_248z$o);
|
|
36523
36523
|
|
|
36524
|
-
function ownKeys$
|
|
36525
|
-
function _objectSpread$
|
|
36524
|
+
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; }
|
|
36525
|
+
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; }
|
|
36526
36526
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
36527
36527
|
var _css, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
36528
36528
|
var _useState = useState(''),
|
|
@@ -36560,7 +36560,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
36560
36560
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
36561
36561
|
});
|
|
36562
36562
|
}
|
|
36563
|
-
setsectionproperties(_objectSpread$
|
|
36563
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
36564
36564
|
}, [StatePagePropertiesContext]);
|
|
36565
36565
|
var _useState3 = useState([]),
|
|
36566
36566
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -37288,8 +37288,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
37288
37288
|
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"};
|
|
37289
37289
|
styleInject(css_248z$n);
|
|
37290
37290
|
|
|
37291
|
-
function ownKeys$
|
|
37292
|
-
function _objectSpread$
|
|
37291
|
+
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; }
|
|
37292
|
+
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; }
|
|
37293
37293
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
37294
37294
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
37295
37295
|
var _useState = useState(''),
|
|
@@ -37326,7 +37326,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
37326
37326
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37327
37327
|
});
|
|
37328
37328
|
}
|
|
37329
|
-
setsectionproperties(_objectSpread$
|
|
37329
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
37330
37330
|
}, [StatePagePropertiesContext]);
|
|
37331
37331
|
var _useState3 = useState([]),
|
|
37332
37332
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -37930,8 +37930,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
37930
37930
|
}));
|
|
37931
37931
|
};
|
|
37932
37932
|
|
|
37933
|
-
function ownKeys$
|
|
37934
|
-
function _objectSpread$
|
|
37933
|
+
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; }
|
|
37934
|
+
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; }
|
|
37935
37935
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
37936
37936
|
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
37937
37937
|
var lang = props.actions.lang;
|
|
@@ -37979,7 +37979,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
37979
37979
|
});
|
|
37980
37980
|
}
|
|
37981
37981
|
}
|
|
37982
|
-
setsectionproperties(_objectSpread$
|
|
37982
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
37983
37983
|
}, [StatePagePropertiesContext]);
|
|
37984
37984
|
useEffect(function () {
|
|
37985
37985
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -38908,8 +38908,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
38908
38908
|
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"};
|
|
38909
38909
|
styleInject(css_248z$m);
|
|
38910
38910
|
|
|
38911
|
-
function ownKeys$
|
|
38912
|
-
function _objectSpread$
|
|
38911
|
+
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; }
|
|
38912
|
+
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; }
|
|
38913
38913
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
38914
38914
|
var _textarray$, _textarray$2, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
38915
38915
|
var _useState = useState(''),
|
|
@@ -38950,7 +38950,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
38950
38950
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38951
38951
|
});
|
|
38952
38952
|
}
|
|
38953
|
-
setsectionproperties(_objectSpread$
|
|
38953
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
38954
38954
|
}, [StatePagePropertiesContext]);
|
|
38955
38955
|
var _useState5 = useState([]),
|
|
38956
38956
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -39726,8 +39726,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
39726
39726
|
}));
|
|
39727
39727
|
};
|
|
39728
39728
|
|
|
39729
|
-
function ownKeys$
|
|
39730
|
-
function _objectSpread$
|
|
39729
|
+
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; }
|
|
39730
|
+
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; }
|
|
39731
39731
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
39732
39732
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
39733
39733
|
var _useState = useState(''),
|
|
@@ -39777,7 +39777,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
39777
39777
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39778
39778
|
});
|
|
39779
39779
|
}
|
|
39780
|
-
setsectionproperties(_objectSpread$
|
|
39780
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
39781
39781
|
}, [StatePagePropertiesContext]);
|
|
39782
39782
|
useEffect(function () {
|
|
39783
39783
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -40504,8 +40504,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
40504
40504
|
}));
|
|
40505
40505
|
};
|
|
40506
40506
|
|
|
40507
|
-
function ownKeys$
|
|
40508
|
-
function _objectSpread$
|
|
40507
|
+
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; }
|
|
40508
|
+
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; }
|
|
40509
40509
|
var Allinonefooter = function Allinonefooter(props) {
|
|
40510
40510
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
40511
40511
|
var _useState = useState(''),
|
|
@@ -40532,7 +40532,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
40532
40532
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
40533
40533
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40534
40534
|
});
|
|
40535
|
-
setsectionproperties(_objectSpread$
|
|
40535
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
40536
40536
|
} else {
|
|
40537
40537
|
var secpropobj = {};
|
|
40538
40538
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -40542,7 +40542,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
40542
40542
|
});
|
|
40543
40543
|
}
|
|
40544
40544
|
});
|
|
40545
|
-
setsectionproperties(_objectSpread$
|
|
40545
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
40546
40546
|
}
|
|
40547
40547
|
}, [StatePagePropertiesContext]);
|
|
40548
40548
|
var footerStyles = {
|
|
@@ -40998,8 +40998,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
40998
40998
|
}))))));
|
|
40999
40999
|
};
|
|
41000
41000
|
|
|
41001
|
-
function ownKeys$
|
|
41002
|
-
function _objectSpread$
|
|
41001
|
+
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; }
|
|
41002
|
+
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; }
|
|
41003
41003
|
var Footer1 = function Footer1(props) {
|
|
41004
41004
|
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;
|
|
41005
41005
|
var _useState = useState(''),
|
|
@@ -41026,7 +41026,7 @@ var Footer1 = function Footer1(props) {
|
|
|
41026
41026
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41027
41027
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41028
41028
|
});
|
|
41029
|
-
setsectionproperties(_objectSpread$
|
|
41029
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
41030
41030
|
} else {
|
|
41031
41031
|
var secpropobj = {};
|
|
41032
41032
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41036,7 +41036,7 @@ var Footer1 = function Footer1(props) {
|
|
|
41036
41036
|
});
|
|
41037
41037
|
}
|
|
41038
41038
|
});
|
|
41039
|
-
setsectionproperties(_objectSpread$
|
|
41039
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
41040
41040
|
}
|
|
41041
41041
|
}, [StatePagePropertiesContext]);
|
|
41042
41042
|
useEffect(function () {
|
|
@@ -41454,8 +41454,8 @@ var Footer1 = function Footer1(props) {
|
|
|
41454
41454
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
41455
41455
|
};
|
|
41456
41456
|
|
|
41457
|
-
function ownKeys$
|
|
41458
|
-
function _objectSpread$
|
|
41457
|
+
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; }
|
|
41458
|
+
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; }
|
|
41459
41459
|
var Footer2 = function Footer2(props) {
|
|
41460
41460
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
41461
41461
|
var _useState = useState(''),
|
|
@@ -41485,7 +41485,7 @@ var Footer2 = function Footer2(props) {
|
|
|
41485
41485
|
});
|
|
41486
41486
|
}
|
|
41487
41487
|
});
|
|
41488
|
-
setsectionproperties(_objectSpread$
|
|
41488
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
41489
41489
|
}, [StatePagePropertiesContext]);
|
|
41490
41490
|
useEffect(function () {
|
|
41491
41491
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -41843,8 +41843,8 @@ var Footer2 = function Footer2(props) {
|
|
|
41843
41843
|
})))));
|
|
41844
41844
|
};
|
|
41845
41845
|
|
|
41846
|
-
function ownKeys$
|
|
41847
|
-
function _objectSpread$
|
|
41846
|
+
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; }
|
|
41847
|
+
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; }
|
|
41848
41848
|
var Footer3 = function Footer3(props) {
|
|
41849
41849
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18;
|
|
41850
41850
|
var _useState = useState(''),
|
|
@@ -41871,7 +41871,7 @@ var Footer3 = function Footer3(props) {
|
|
|
41871
41871
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41872
41872
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41873
41873
|
});
|
|
41874
|
-
setsectionproperties(_objectSpread$
|
|
41874
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
41875
41875
|
} else {
|
|
41876
41876
|
var secpropobj = {};
|
|
41877
41877
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41881,7 +41881,7 @@ var Footer3 = function Footer3(props) {
|
|
|
41881
41881
|
});
|
|
41882
41882
|
}
|
|
41883
41883
|
});
|
|
41884
|
-
setsectionproperties(_objectSpread$
|
|
41884
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
41885
41885
|
}
|
|
41886
41886
|
}, [StatePagePropertiesContext]);
|
|
41887
41887
|
useEffect(function () {
|
|
@@ -42203,8 +42203,8 @@ var Footer3 = function Footer3(props) {
|
|
|
42203
42203
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.address_en)))))));
|
|
42204
42204
|
};
|
|
42205
42205
|
|
|
42206
|
-
function ownKeys$
|
|
42207
|
-
function _objectSpread$
|
|
42206
|
+
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; }
|
|
42207
|
+
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; }
|
|
42208
42208
|
var Footer4 = function Footer4(props) {
|
|
42209
42209
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
42210
42210
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -42227,7 +42227,7 @@ var Footer4 = function Footer4(props) {
|
|
|
42227
42227
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42228
42228
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42229
42229
|
});
|
|
42230
|
-
setsectionproperties(_objectSpread$
|
|
42230
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
42231
42231
|
} else {
|
|
42232
42232
|
var secpropobj = {};
|
|
42233
42233
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42237,7 +42237,7 @@ var Footer4 = function Footer4(props) {
|
|
|
42237
42237
|
});
|
|
42238
42238
|
}
|
|
42239
42239
|
});
|
|
42240
|
-
setsectionproperties(_objectSpread$
|
|
42240
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
42241
42241
|
}
|
|
42242
42242
|
}, [StatePagePropertiesContext]);
|
|
42243
42243
|
var footerStyles = {
|
|
@@ -42622,8 +42622,8 @@ var Footer4 = function Footer4(props) {
|
|
|
42622
42622
|
}))))))));
|
|
42623
42623
|
};
|
|
42624
42624
|
|
|
42625
|
-
function ownKeys$
|
|
42626
|
-
function _objectSpread$
|
|
42625
|
+
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; }
|
|
42626
|
+
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; }
|
|
42627
42627
|
var Footer5 = function Footer5(props) {
|
|
42628
42628
|
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;
|
|
42629
42629
|
var _useState = useState(''),
|
|
@@ -42653,7 +42653,7 @@ var Footer5 = function Footer5(props) {
|
|
|
42653
42653
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42654
42654
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42655
42655
|
});
|
|
42656
|
-
setsectionproperties(_objectSpread$
|
|
42656
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
42657
42657
|
} else {
|
|
42658
42658
|
var secpropobj = {};
|
|
42659
42659
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42663,7 +42663,7 @@ var Footer5 = function Footer5(props) {
|
|
|
42663
42663
|
});
|
|
42664
42664
|
}
|
|
42665
42665
|
});
|
|
42666
|
-
setsectionproperties(_objectSpread$
|
|
42666
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
42667
42667
|
}
|
|
42668
42668
|
}, [StatePagePropertiesContext]);
|
|
42669
42669
|
useEffect(function () {
|
|
@@ -43151,8 +43151,8 @@ var Footer5 = function Footer5(props) {
|
|
|
43151
43151
|
}))))))));
|
|
43152
43152
|
};
|
|
43153
43153
|
|
|
43154
|
-
function ownKeys$
|
|
43155
|
-
function _objectSpread$
|
|
43154
|
+
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; }
|
|
43155
|
+
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; }
|
|
43156
43156
|
var Footer6 = function Footer6(props) {
|
|
43157
43157
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
43158
43158
|
var _useState = useState(''),
|
|
@@ -43183,7 +43183,7 @@ var Footer6 = function Footer6(props) {
|
|
|
43183
43183
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
43184
43184
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43185
43185
|
});
|
|
43186
|
-
setsectionproperties(_objectSpread$
|
|
43186
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
43187
43187
|
} else {
|
|
43188
43188
|
var secpropobj = {};
|
|
43189
43189
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -43193,7 +43193,7 @@ var Footer6 = function Footer6(props) {
|
|
|
43193
43193
|
});
|
|
43194
43194
|
}
|
|
43195
43195
|
});
|
|
43196
|
-
setsectionproperties(_objectSpread$
|
|
43196
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
43197
43197
|
}
|
|
43198
43198
|
}, [StatePagePropertiesContext]);
|
|
43199
43199
|
useEffect(function () {
|
|
@@ -43430,8 +43430,8 @@ var Footer6 = function Footer6(props) {
|
|
|
43430
43430
|
}))));
|
|
43431
43431
|
};
|
|
43432
43432
|
|
|
43433
|
-
function ownKeys$
|
|
43434
|
-
function _objectSpread$
|
|
43433
|
+
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; }
|
|
43434
|
+
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; }
|
|
43435
43435
|
var Footer7 = function Footer7(props) {
|
|
43436
43436
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
43437
43437
|
var _useState = useState(''),
|
|
@@ -43462,7 +43462,7 @@ var Footer7 = function Footer7(props) {
|
|
|
43462
43462
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
43463
43463
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43464
43464
|
});
|
|
43465
|
-
setsectionproperties(_objectSpread$
|
|
43465
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
43466
43466
|
} else {
|
|
43467
43467
|
var secpropobj = {};
|
|
43468
43468
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -43472,7 +43472,7 @@ var Footer7 = function Footer7(props) {
|
|
|
43472
43472
|
});
|
|
43473
43473
|
}
|
|
43474
43474
|
});
|
|
43475
|
-
setsectionproperties(_objectSpread$
|
|
43475
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
43476
43476
|
}
|
|
43477
43477
|
}, [StatePagePropertiesContext]);
|
|
43478
43478
|
useEffect(function () {
|
|
@@ -43830,8 +43830,8 @@ var Footer7 = function Footer7(props) {
|
|
|
43830
43830
|
}))))));
|
|
43831
43831
|
};
|
|
43832
43832
|
|
|
43833
|
-
function ownKeys$
|
|
43834
|
-
function _objectSpread$
|
|
43833
|
+
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; }
|
|
43834
|
+
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; }
|
|
43835
43835
|
var Footer8 = function Footer8(props) {
|
|
43836
43836
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
|
|
43837
43837
|
var _useState = useState(''),
|
|
@@ -43858,7 +43858,7 @@ var Footer8 = function Footer8(props) {
|
|
|
43858
43858
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
43859
43859
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43860
43860
|
});
|
|
43861
|
-
setsectionproperties(_objectSpread$
|
|
43861
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
43862
43862
|
} else {
|
|
43863
43863
|
var secpropobj = {};
|
|
43864
43864
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -43868,7 +43868,7 @@ var Footer8 = function Footer8(props) {
|
|
|
43868
43868
|
});
|
|
43869
43869
|
}
|
|
43870
43870
|
});
|
|
43871
|
-
setsectionproperties(_objectSpread$
|
|
43871
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
43872
43872
|
}
|
|
43873
43873
|
}, [StatePagePropertiesContext]);
|
|
43874
43874
|
var footerStyles = {
|
|
@@ -44246,8 +44246,8 @@ var Footer8 = function Footer8(props) {
|
|
|
44246
44246
|
}, lang.orderhistory)))))));
|
|
44247
44247
|
};
|
|
44248
44248
|
|
|
44249
|
-
function ownKeys$
|
|
44250
|
-
function _objectSpread$
|
|
44249
|
+
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; }
|
|
44250
|
+
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; }
|
|
44251
44251
|
var Simplefooter = function Simplefooter(props) {
|
|
44252
44252
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
44253
44253
|
var _useState = useState(''),
|
|
@@ -44274,7 +44274,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
44274
44274
|
});
|
|
44275
44275
|
}
|
|
44276
44276
|
});
|
|
44277
|
-
setsectionproperties(_objectSpread$
|
|
44277
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
44278
44278
|
}, [StatePagePropertiesContext]);
|
|
44279
44279
|
useEffect(function () {
|
|
44280
44280
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -44541,8 +44541,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
44541
44541
|
})));
|
|
44542
44542
|
};
|
|
44543
44543
|
|
|
44544
|
-
function ownKeys$
|
|
44545
|
-
function _objectSpread$
|
|
44544
|
+
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; }
|
|
44545
|
+
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; }
|
|
44546
44546
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
44547
44547
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
44548
44548
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -44565,7 +44565,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
44565
44565
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
44566
44566
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
44567
44567
|
});
|
|
44568
|
-
setsectionproperties(_objectSpread$
|
|
44568
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
44569
44569
|
} else {
|
|
44570
44570
|
var secpropobj = {};
|
|
44571
44571
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -44575,7 +44575,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
44575
44575
|
});
|
|
44576
44576
|
}
|
|
44577
44577
|
});
|
|
44578
|
-
setsectionproperties(_objectSpread$
|
|
44578
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
44579
44579
|
}
|
|
44580
44580
|
}, [StatePagePropertiesContext]);
|
|
44581
44581
|
var _useState3 = useState([]),
|
|
@@ -44853,8 +44853,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
44853
44853
|
}, "@ ", 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))));
|
|
44854
44854
|
};
|
|
44855
44855
|
|
|
44856
|
-
function ownKeys$
|
|
44857
|
-
function _objectSpread$
|
|
44856
|
+
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; }
|
|
44857
|
+
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; }
|
|
44858
44858
|
var ModernFooter = function ModernFooter(props) {
|
|
44859
44859
|
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;
|
|
44860
44860
|
var _useState = useState(''),
|
|
@@ -44880,7 +44880,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
44880
44880
|
});
|
|
44881
44881
|
}
|
|
44882
44882
|
});
|
|
44883
|
-
setsectionproperties(_objectSpread$
|
|
44883
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
44884
44884
|
}, [StatePagePropertiesContext]);
|
|
44885
44885
|
var footerStyles = {
|
|
44886
44886
|
footerContainer: css({
|
|
@@ -45331,8 +45331,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
45331
45331
|
})))))));
|
|
45332
45332
|
};
|
|
45333
45333
|
|
|
45334
|
-
function ownKeys$
|
|
45335
|
-
function _objectSpread$
|
|
45334
|
+
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; }
|
|
45335
|
+
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; }
|
|
45336
45336
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
45337
45337
|
var _footerStyles, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45338
45338
|
var _useState = useState(''),
|
|
@@ -45362,7 +45362,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
45362
45362
|
});
|
|
45363
45363
|
}
|
|
45364
45364
|
});
|
|
45365
|
-
setsectionproperties(_objectSpread$
|
|
45365
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
45366
45366
|
}, [StatePagePropertiesContext]);
|
|
45367
45367
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
45368
45368
|
var _authdetailsContext$i;
|
|
@@ -45944,8 +45944,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
45944
45944
|
}, StoreInformation()))));
|
|
45945
45945
|
};
|
|
45946
45946
|
|
|
45947
|
-
function ownKeys$
|
|
45948
|
-
function _objectSpread$
|
|
45947
|
+
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; }
|
|
45948
|
+
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; }
|
|
45949
45949
|
var Newsletterincenter = function Newsletterincenter(props) {
|
|
45950
45950
|
var _css, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
45951
45951
|
var _useState = useState(''),
|
|
@@ -45979,7 +45979,7 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
45979
45979
|
});
|
|
45980
45980
|
}
|
|
45981
45981
|
});
|
|
45982
|
-
setsectionproperties(_objectSpread$
|
|
45982
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
45983
45983
|
}, [StatePagePropertiesContext]);
|
|
45984
45984
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
45985
45985
|
var _authdetailsContext$i;
|
|
@@ -46171,9 +46171,9 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
46171
46171
|
value: '',
|
|
46172
46172
|
placeholder: "your email",
|
|
46173
46173
|
onChange: function onChange(event) {
|
|
46174
|
-
var newslettertemp = _objectSpread$
|
|
46174
|
+
var newslettertemp = _objectSpread$1p({}, newsletter);
|
|
46175
46175
|
newslettertemp = event.target.value;
|
|
46176
|
-
setnewsletter(_objectSpread$
|
|
46176
|
+
setnewsletter(_objectSpread$1p({}, newslettertemp));
|
|
46177
46177
|
},
|
|
46178
46178
|
style: {
|
|
46179
46179
|
background: sectionproperties.input_bgcolor
|
|
@@ -46449,8 +46449,8 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
46449
46449
|
})))));
|
|
46450
46450
|
};
|
|
46451
46451
|
|
|
46452
|
-
function ownKeys$
|
|
46453
|
-
function _objectSpread$
|
|
46452
|
+
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; }
|
|
46453
|
+
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; }
|
|
46454
46454
|
var CardsSection2 = function CardsSection2(props) {
|
|
46455
46455
|
var _useInView = useInView();
|
|
46456
46456
|
_useInView.ref;
|
|
@@ -46508,7 +46508,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46508
46508
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46509
46509
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46510
46510
|
});
|
|
46511
|
-
setsectionproperties(_objectSpread$
|
|
46511
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
46512
46512
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46513
46513
|
setfetchingtype('products');
|
|
46514
46514
|
setProductsFetchingTypeSectionObj({
|
|
@@ -46574,9 +46574,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46574
46574
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
46575
46575
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
46576
46576
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
46577
|
-
setProductFilterObjContext(_objectSpread$
|
|
46577
|
+
setProductFilterObjContext(_objectSpread$1o({}, tempfetchproductsfilerobjcontext));
|
|
46578
46578
|
}
|
|
46579
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
46579
|
+
setFetchQueriesEngineContext(_objectSpread$1o({}, tempFetchQueriesEngineContext));
|
|
46580
46580
|
}
|
|
46581
46581
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46582
46582
|
useEffect(function () {
|
|
@@ -46629,6 +46629,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46629
46629
|
image: ''
|
|
46630
46630
|
};
|
|
46631
46631
|
if (fetchingtype == 'products') {
|
|
46632
|
+
var _arrayItem$features3;
|
|
46632
46633
|
var itemquantity = 0;
|
|
46633
46634
|
if (langdetect == 'en') {
|
|
46634
46635
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
@@ -46640,6 +46641,11 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46640
46641
|
} else {
|
|
46641
46642
|
cardobj.description = arrayItem.productinfo.description_ar;
|
|
46642
46643
|
}
|
|
46644
|
+
if (langdetect == 'en') {
|
|
46645
|
+
cardobj.shortdescription = arrayItem.short_description_en;
|
|
46646
|
+
} else {
|
|
46647
|
+
cardobj.shortdescription = arrayItem.short_description_ar;
|
|
46648
|
+
}
|
|
46643
46649
|
if (arrayItem.productinfo.hasvariants == 0) {
|
|
46644
46650
|
fetchcustomercartQueryContext.data.data.customercart.cartitems.forEach(function (cartitem, cartindex) {
|
|
46645
46651
|
if (cartitem.productid == arrayItem.productinfo.productid) {
|
|
@@ -46648,6 +46654,15 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46648
46654
|
});
|
|
46649
46655
|
}
|
|
46650
46656
|
cardobj.image = arrayItem.productinfo.productmainimage;
|
|
46657
|
+
cardobj.producttags = arrayItem.tags;
|
|
46658
|
+
if (langdetect == 'en') {
|
|
46659
|
+
var _arrayItem$features;
|
|
46660
|
+
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features = arrayItem.features) === null || _arrayItem$features === void 0 ? void 0 : _arrayItem$features.value_en;
|
|
46661
|
+
} else {
|
|
46662
|
+
var _arrayItem$features2;
|
|
46663
|
+
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
|
|
46664
|
+
}
|
|
46665
|
+
cardobj.productfeatureid = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.featureid;
|
|
46651
46666
|
cardobj.hassale = arrayItem.productinfo.hassale;
|
|
46652
46667
|
cardobj.productid = arrayItem.productinfo.productid;
|
|
46653
46668
|
cardobj.hasvariants = arrayItem.productinfo.hasvariants;
|
|
@@ -46657,7 +46672,25 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46657
46672
|
cardobj.defaultsaleprice = arrayItem.productinfo.defaultsaleprice;
|
|
46658
46673
|
cardobj.productimages = arrayItem.productinfo.productimages;
|
|
46659
46674
|
cardobj.quantity = itemquantity;
|
|
46675
|
+
// cardobj.currentquantity = currentquantity;
|
|
46660
46676
|
cardobj.timestamp = arrayItem.productinfo.timestamp;
|
|
46677
|
+
cardobj.productquantity = arrayItem.productinfo.productquantity;
|
|
46678
|
+
cardobj.currentquantity = arrayItem.productinfo.currentquantity;
|
|
46679
|
+
cardobj.quantavailtype = arrayItem.productinfo.quantavailtype;
|
|
46680
|
+
cardobj.isproducttobesold = arrayItem.productinfo.isproducttobesold;
|
|
46681
|
+
cardobj.measurmentunit = arrayItem.productinfo.measurmentunit;
|
|
46682
|
+
cardobj.prodaffpercentprofit = arrayItem.productinfo.prodaffpercentprofit;
|
|
46683
|
+
cardobj.productcashbackvalue = arrayItem.productinfo.productcashbackvalue;
|
|
46684
|
+
cardobj.product_phonenumber = arrayItem.productinfo.product_phonenumber;
|
|
46685
|
+
cardobj.productcanrate = arrayItem.productinfo.productcanrate;
|
|
46686
|
+
cardobj.sku = arrayItem.productinfo.sku;
|
|
46687
|
+
if (langdetect == 'en') {
|
|
46688
|
+
var _fetchAuthorizationQu;
|
|
46689
|
+
cardobj.currencyname = (_fetchAuthorizationQu = fetchAuthorizationQueryContext) === null || _fetchAuthorizationQu === void 0 || (_fetchAuthorizationQu = _fetchAuthorizationQu.data) === null || _fetchAuthorizationQu === void 0 || (_fetchAuthorizationQu = _fetchAuthorizationQu.data) === null || _fetchAuthorizationQu === void 0 ? void 0 : _fetchAuthorizationQu.currencyname_en;
|
|
46690
|
+
} else {
|
|
46691
|
+
var _fetchAuthorizationQu2;
|
|
46692
|
+
cardobj.currencyname = (_fetchAuthorizationQu2 = fetchAuthorizationQueryContext) === null || _fetchAuthorizationQu2 === void 0 || (_fetchAuthorizationQu2 = _fetchAuthorizationQu2.data) === null || _fetchAuthorizationQu2 === void 0 || (_fetchAuthorizationQu2 = _fetchAuthorizationQu2.data) === null || _fetchAuthorizationQu2 === void 0 ? void 0 : _fetchAuthorizationQu2.currencyname_ar;
|
|
46693
|
+
}
|
|
46661
46694
|
if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
|
|
46662
46695
|
favoriteprojectscountContext.forEach(function (favitem, favindex) {
|
|
46663
46696
|
if (arrayItem.productinfo.productid == favitem) {
|
|
@@ -46665,8 +46698,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46665
46698
|
}
|
|
46666
46699
|
});
|
|
46667
46700
|
}
|
|
46668
|
-
} else if (fetchingtype == 'collections') {
|
|
46701
|
+
} else if (fetchingtype == 'collections' || fetchingtype == 'innerparentcollections') {
|
|
46669
46702
|
cardobj.collectionid = arrayItem.collectionid;
|
|
46703
|
+
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
46670
46704
|
if (langdetect == 'en') {
|
|
46671
46705
|
cardobj.name = arrayItem.title_en;
|
|
46672
46706
|
cardobj.description = arrayItem.description_en;
|
|
@@ -46675,7 +46709,44 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46675
46709
|
cardobj.description = arrayItem.description_ar;
|
|
46676
46710
|
}
|
|
46677
46711
|
cardobj.image = arrayItem.collectionlogo;
|
|
46678
|
-
|
|
46712
|
+
cardobj.producttags = [];
|
|
46713
|
+
cardobj.productfeatures = [];
|
|
46714
|
+
} else if (fetchingtype == 'categories') {
|
|
46715
|
+
cardobj.collectionid = arrayItem.categoryid;
|
|
46716
|
+
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
46717
|
+
if (langdetect == 'en') {
|
|
46718
|
+
cardobj.name = arrayItem.title_en;
|
|
46719
|
+
cardobj.description = arrayItem.description_en;
|
|
46720
|
+
} else if (langdetect == 'ar') {
|
|
46721
|
+
cardobj.name = arrayItem.title_ar;
|
|
46722
|
+
cardobj.description = arrayItem.description_ar;
|
|
46723
|
+
}
|
|
46724
|
+
cardobj.image = arrayItem.categorylogo;
|
|
46725
|
+
cardobj.producttags = [];
|
|
46726
|
+
cardobj.productfeatures = [];
|
|
46727
|
+
} else if (fetchingtype == 'parentcollections' || fetchingtype == 'innercategories') {
|
|
46728
|
+
cardobj.collectionid = arrayItem.parentcollectionid;
|
|
46729
|
+
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
46730
|
+
if (langdetect == 'en') {
|
|
46731
|
+
cardobj.name = arrayItem.title_en;
|
|
46732
|
+
cardobj.description = arrayItem.description_en;
|
|
46733
|
+
} else if (langdetect == 'ar') {
|
|
46734
|
+
cardobj.name = arrayItem.title_ar;
|
|
46735
|
+
cardobj.description = arrayItem.description_ar;
|
|
46736
|
+
}
|
|
46737
|
+
cardobj.image = arrayItem.parentcollectionlogo;
|
|
46738
|
+
cardobj.producttags = [];
|
|
46739
|
+
cardobj.productfeatures = [];
|
|
46740
|
+
} else if (fetchingtype == 'custom') {
|
|
46741
|
+
cardobj.producttags = [];
|
|
46742
|
+
cardobj.productfeatures = [];
|
|
46743
|
+
} else if (fetchingtype == 'vendors') {
|
|
46744
|
+
cardobj.name = arrayItem.vendorname;
|
|
46745
|
+
cardobj.collectionid = arrayItem.vendorid;
|
|
46746
|
+
cardobj.image = arrayItem.vendorlogourl;
|
|
46747
|
+
cardobj.producttags = [];
|
|
46748
|
+
cardobj.productfeatures = [];
|
|
46749
|
+
}
|
|
46679
46750
|
temparray.push(cardobj);
|
|
46680
46751
|
});
|
|
46681
46752
|
setcardsarray([].concat(temparray));
|
|
@@ -46861,8 +46932,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
46861
46932
|
}, cardsrender())));
|
|
46862
46933
|
};
|
|
46863
46934
|
|
|
46864
|
-
function ownKeys$
|
|
46865
|
-
function _objectSpread$
|
|
46935
|
+
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; }
|
|
46936
|
+
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; }
|
|
46866
46937
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
46867
46938
|
var _section_cssstyles;
|
|
46868
46939
|
var _useInView = useInView();
|
|
@@ -46916,7 +46987,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
46916
46987
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
46917
46988
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
46918
46989
|
});
|
|
46919
|
-
setsectionproperties(_objectSpread$
|
|
46990
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
46920
46991
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
46921
46992
|
setfetchingtype('products');
|
|
46922
46993
|
setProductsFetchingTypeSectionObj({
|
|
@@ -46968,9 +47039,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
46968
47039
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
46969
47040
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
46970
47041
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
46971
|
-
setProductFilterObjContext(_objectSpread$
|
|
47042
|
+
setProductFilterObjContext(_objectSpread$1n({}, tempfetchproductsfilerobjcontext));
|
|
46972
47043
|
}
|
|
46973
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47044
|
+
setFetchQueriesEngineContext(_objectSpread$1n({}, tempFetchQueriesEngineContext));
|
|
46974
47045
|
}
|
|
46975
47046
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
46976
47047
|
useEffect(function () {
|
|
@@ -47352,8 +47423,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
47352
47423
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
47353
47424
|
};
|
|
47354
47425
|
|
|
47355
|
-
function ownKeys$
|
|
47356
|
-
function _objectSpread$
|
|
47426
|
+
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; }
|
|
47427
|
+
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; }
|
|
47357
47428
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
47358
47429
|
var _useInView = useInView(),
|
|
47359
47430
|
ref = _useInView.ref,
|
|
@@ -47412,7 +47483,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47412
47483
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47413
47484
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47414
47485
|
});
|
|
47415
|
-
setsectionproperties(_objectSpread$
|
|
47486
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
47416
47487
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
47417
47488
|
setfetchingtype('products');
|
|
47418
47489
|
setProductsFetchingTypeSectionObj({
|
|
@@ -47474,7 +47545,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47474
47545
|
}
|
|
47475
47546
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
47476
47547
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
47477
|
-
setProductFilterObjContext(_objectSpread$
|
|
47548
|
+
setProductFilterObjContext(_objectSpread$1m({}, tempfetchproductsfilerobjcontext));
|
|
47478
47549
|
}
|
|
47479
47550
|
if (fetchingtype == 'categories') {
|
|
47480
47551
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -47550,7 +47621,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47550
47621
|
cardobjassigner(collections);
|
|
47551
47622
|
}
|
|
47552
47623
|
}
|
|
47553
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47624
|
+
setFetchQueriesEngineContext(_objectSpread$1m({}, tempFetchQueriesEngineContext));
|
|
47554
47625
|
}
|
|
47555
47626
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47556
47627
|
useEffect(function () {
|
|
@@ -47603,6 +47674,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47603
47674
|
image: ''
|
|
47604
47675
|
};
|
|
47605
47676
|
if (fetchingtype == 'products') {
|
|
47677
|
+
var _arrayItem$features3;
|
|
47606
47678
|
var itemquantity = 0;
|
|
47607
47679
|
if (langdetect == 'en') {
|
|
47608
47680
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
@@ -47614,6 +47686,11 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47614
47686
|
} else {
|
|
47615
47687
|
cardobj.description = arrayItem.productinfo.description_ar;
|
|
47616
47688
|
}
|
|
47689
|
+
if (langdetect == 'en') {
|
|
47690
|
+
cardobj.shortdescription = arrayItem.short_description_en;
|
|
47691
|
+
} else {
|
|
47692
|
+
cardobj.shortdescription = arrayItem.short_description_ar;
|
|
47693
|
+
}
|
|
47617
47694
|
if (arrayItem.productinfo.hasvariants == 0) {
|
|
47618
47695
|
fetchcustomercartQueryContext.data.data.customercart.cartitems.forEach(function (cartitem, cartindex) {
|
|
47619
47696
|
if (cartitem.productid == arrayItem.productinfo.productid) {
|
|
@@ -47622,6 +47699,15 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47622
47699
|
});
|
|
47623
47700
|
}
|
|
47624
47701
|
cardobj.image = arrayItem.productinfo.productmainimage;
|
|
47702
|
+
cardobj.producttags = arrayItem.tags;
|
|
47703
|
+
if (langdetect == 'en') {
|
|
47704
|
+
var _arrayItem$features;
|
|
47705
|
+
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features = arrayItem.features) === null || _arrayItem$features === void 0 ? void 0 : _arrayItem$features.value_en;
|
|
47706
|
+
} else {
|
|
47707
|
+
var _arrayItem$features2;
|
|
47708
|
+
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
|
|
47709
|
+
}
|
|
47710
|
+
cardobj.productfeatureid = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.featureid;
|
|
47625
47711
|
cardobj.hassale = arrayItem.productinfo.hassale;
|
|
47626
47712
|
cardobj.productid = arrayItem.productinfo.productid;
|
|
47627
47713
|
cardobj.hasvariants = arrayItem.productinfo.hasvariants;
|
|
@@ -47631,18 +47717,24 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47631
47717
|
cardobj.defaultsaleprice = arrayItem.productinfo.defaultsaleprice;
|
|
47632
47718
|
cardobj.productimages = arrayItem.productinfo.productimages;
|
|
47633
47719
|
cardobj.quantity = itemquantity;
|
|
47720
|
+
// cardobj.currentquantity = currentquantity;
|
|
47634
47721
|
cardobj.timestamp = arrayItem.productinfo.timestamp;
|
|
47722
|
+
cardobj.productquantity = arrayItem.productinfo.productquantity;
|
|
47723
|
+
cardobj.currentquantity = arrayItem.productinfo.currentquantity;
|
|
47724
|
+
cardobj.quantavailtype = arrayItem.productinfo.quantavailtype;
|
|
47725
|
+
cardobj.isproducttobesold = arrayItem.productinfo.isproducttobesold;
|
|
47726
|
+
cardobj.measurmentunit = arrayItem.productinfo.measurmentunit;
|
|
47727
|
+
cardobj.prodaffpercentprofit = arrayItem.productinfo.prodaffpercentprofit;
|
|
47728
|
+
cardobj.productcashbackvalue = arrayItem.productinfo.productcashbackvalue;
|
|
47729
|
+
cardobj.product_phonenumber = arrayItem.productinfo.product_phonenumber;
|
|
47730
|
+
cardobj.productcanrate = arrayItem.productinfo.productcanrate;
|
|
47731
|
+
cardobj.sku = arrayItem.productinfo.sku;
|
|
47635
47732
|
if (langdetect == 'en') {
|
|
47636
|
-
|
|
47733
|
+
var _fetchAuthorizationQu;
|
|
47734
|
+
cardobj.currencyname = fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 || (_fetchAuthorizationQu = fetchAuthorizationQueryContext.data) === null || _fetchAuthorizationQu === void 0 || (_fetchAuthorizationQu = _fetchAuthorizationQu.data) === null || _fetchAuthorizationQu === void 0 ? void 0 : _fetchAuthorizationQu.currencyname_en;
|
|
47637
47735
|
} else {
|
|
47638
|
-
|
|
47639
|
-
|
|
47640
|
-
if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
|
|
47641
|
-
favoriteprojectscountContext.forEach(function (favitem, favindex) {
|
|
47642
|
-
if (arrayItem.productinfo.productid == favitem) {
|
|
47643
|
-
cardobj.IsFavExists = true;
|
|
47644
|
-
}
|
|
47645
|
-
});
|
|
47736
|
+
var _fetchAuthorizationQu2;
|
|
47737
|
+
cardobj.currencyname = fetchAuthorizationQueryContext === null || fetchAuthorizationQueryContext === void 0 || (_fetchAuthorizationQu2 = fetchAuthorizationQueryContext.data) === null || _fetchAuthorizationQu2 === void 0 || (_fetchAuthorizationQu2 = _fetchAuthorizationQu2.data) === null || _fetchAuthorizationQu2 === void 0 ? void 0 : _fetchAuthorizationQu2.currencyname_ar;
|
|
47646
47738
|
}
|
|
47647
47739
|
if (favoriteprojectscountContext != undefined && favoriteprojectscountContext.length != 0) {
|
|
47648
47740
|
favoriteprojectscountContext.forEach(function (favitem, favindex) {
|
|
@@ -47653,6 +47745,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47653
47745
|
}
|
|
47654
47746
|
} else if (fetchingtype == 'collections' || fetchingtype == 'innerparentcollections') {
|
|
47655
47747
|
cardobj.collectionid = arrayItem.collectionid;
|
|
47748
|
+
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
47656
47749
|
if (langdetect == 'en') {
|
|
47657
47750
|
cardobj.name = arrayItem.title_en;
|
|
47658
47751
|
cardobj.description = arrayItem.description_en;
|
|
@@ -47661,8 +47754,11 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47661
47754
|
cardobj.description = arrayItem.description_ar;
|
|
47662
47755
|
}
|
|
47663
47756
|
cardobj.image = arrayItem.collectionlogo;
|
|
47757
|
+
cardobj.producttags = [];
|
|
47758
|
+
cardobj.productfeatures = [];
|
|
47664
47759
|
} else if (fetchingtype == 'categories') {
|
|
47665
47760
|
cardobj.collectionid = arrayItem.categoryid;
|
|
47761
|
+
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
47666
47762
|
if (langdetect == 'en') {
|
|
47667
47763
|
cardobj.name = arrayItem.title_en;
|
|
47668
47764
|
cardobj.description = arrayItem.description_en;
|
|
@@ -47671,8 +47767,11 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47671
47767
|
cardobj.description = arrayItem.description_ar;
|
|
47672
47768
|
}
|
|
47673
47769
|
cardobj.image = arrayItem.categorylogo;
|
|
47770
|
+
cardobj.producttags = [];
|
|
47771
|
+
cardobj.productfeatures = [];
|
|
47674
47772
|
} else if (fetchingtype == 'parentcollections' || fetchingtype == 'innercategories') {
|
|
47675
47773
|
cardobj.collectionid = arrayItem.parentcollectionid;
|
|
47774
|
+
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
47676
47775
|
if (langdetect == 'en') {
|
|
47677
47776
|
cardobj.name = arrayItem.title_en;
|
|
47678
47777
|
cardobj.description = arrayItem.description_en;
|
|
@@ -47681,7 +47780,18 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47681
47780
|
cardobj.description = arrayItem.description_ar;
|
|
47682
47781
|
}
|
|
47683
47782
|
cardobj.image = arrayItem.parentcollectionlogo;
|
|
47684
|
-
|
|
47783
|
+
cardobj.producttags = [];
|
|
47784
|
+
cardobj.productfeatures = [];
|
|
47785
|
+
} else if (fetchingtype == 'custom') {
|
|
47786
|
+
cardobj.producttags = [];
|
|
47787
|
+
cardobj.productfeatures = [];
|
|
47788
|
+
} else if (fetchingtype == 'vendors') {
|
|
47789
|
+
cardobj.name = arrayItem.vendorname;
|
|
47790
|
+
cardobj.collectionid = arrayItem.vendorid;
|
|
47791
|
+
cardobj.image = arrayItem.vendorlogourl;
|
|
47792
|
+
cardobj.producttags = [];
|
|
47793
|
+
cardobj.productfeatures = [];
|
|
47794
|
+
}
|
|
47685
47795
|
temparray.push(cardobj);
|
|
47686
47796
|
});
|
|
47687
47797
|
setcardsarray([].concat(temparray));
|
|
@@ -47906,8 +48016,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
47906
48016
|
}, cardsrender()));
|
|
47907
48017
|
};
|
|
47908
48018
|
|
|
47909
|
-
function ownKeys$
|
|
47910
|
-
function _objectSpread$
|
|
48019
|
+
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; }
|
|
48020
|
+
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; }
|
|
47911
48021
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
47912
48022
|
var _useInView = useInView();
|
|
47913
48023
|
_useInView.ref;
|
|
@@ -47952,7 +48062,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
47952
48062
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47953
48063
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47954
48064
|
});
|
|
47955
|
-
setsectionproperties(_objectSpread$
|
|
48065
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
47956
48066
|
setfetchingtype(sectionitem.fetchingtype);
|
|
47957
48067
|
setProductsFetchingTypeSectionObj({
|
|
47958
48068
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -47978,7 +48088,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
47978
48088
|
} else {
|
|
47979
48089
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
47980
48090
|
}
|
|
47981
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
48091
|
+
setFetchQueriesEngineContext(_objectSpread$1l({}, tempFetchQueriesEngineContext));
|
|
47982
48092
|
}
|
|
47983
48093
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47984
48094
|
useEffect(function () {
|
|
@@ -48258,8 +48368,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
48258
48368
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
48259
48369
|
};
|
|
48260
48370
|
|
|
48261
|
-
function ownKeys$
|
|
48262
|
-
function _objectSpread$
|
|
48371
|
+
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; }
|
|
48372
|
+
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; }
|
|
48263
48373
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
48264
48374
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
48265
48375
|
props.actions.lang;
|
|
@@ -48334,7 +48444,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
48334
48444
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
48335
48445
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
48336
48446
|
});
|
|
48337
|
-
setsectionproperties(_objectSpread$
|
|
48447
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
48338
48448
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
48339
48449
|
setfetchingtype('products');
|
|
48340
48450
|
var lcproductfetchingtype = 'Random';
|
|
@@ -48411,7 +48521,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
48411
48521
|
}
|
|
48412
48522
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
48413
48523
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
48414
|
-
setProductFilterObjContext(_objectSpread$
|
|
48524
|
+
setProductFilterObjContext(_objectSpread$1k({}, tempfetchproductsfilerobjcontext));
|
|
48415
48525
|
}
|
|
48416
48526
|
if (fetchingtype == 'categories') {
|
|
48417
48527
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -48487,7 +48597,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
48487
48597
|
cardobjassigner(collections);
|
|
48488
48598
|
}
|
|
48489
48599
|
}
|
|
48490
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
48600
|
+
setFetchQueriesEngineContext(_objectSpread$1k({}, tempFetchQueriesEngineContext));
|
|
48491
48601
|
}
|
|
48492
48602
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
48493
48603
|
useEffect(function () {
|
|
@@ -49126,8 +49236,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
49126
49236
|
}, cardsrender()));
|
|
49127
49237
|
};
|
|
49128
49238
|
|
|
49129
|
-
function ownKeys$
|
|
49130
|
-
function _objectSpread$
|
|
49239
|
+
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; }
|
|
49240
|
+
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; }
|
|
49131
49241
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
49132
49242
|
var _useInView = useInView(),
|
|
49133
49243
|
ref = _useInView.ref,
|
|
@@ -49188,7 +49298,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
49188
49298
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
49189
49299
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
49190
49300
|
});
|
|
49191
|
-
setsectionproperties(_objectSpread$
|
|
49301
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
49192
49302
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
49193
49303
|
setfetchingtype('products');
|
|
49194
49304
|
setProductsFetchingTypeSectionObj({
|
|
@@ -49240,9 +49350,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
49240
49350
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
49241
49351
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
49242
49352
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
49243
|
-
setProductFilterObjContext(_objectSpread$
|
|
49353
|
+
setProductFilterObjContext(_objectSpread$1j({}, tempfetchproductsfilerobjcontext));
|
|
49244
49354
|
// }
|
|
49245
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49355
|
+
setFetchQueriesEngineContext(_objectSpread$1j({}, tempFetchQueriesEngineContext));
|
|
49246
49356
|
}
|
|
49247
49357
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
49248
49358
|
useEffect(function () {
|
|
@@ -49680,8 +49790,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
49680
49790
|
}, cardsrender())));
|
|
49681
49791
|
};
|
|
49682
49792
|
|
|
49683
|
-
function ownKeys$
|
|
49684
|
-
function _objectSpread$
|
|
49793
|
+
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; }
|
|
49794
|
+
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; }
|
|
49685
49795
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
49686
49796
|
var _useInView = useInView();
|
|
49687
49797
|
_useInView.ref;
|
|
@@ -49708,7 +49818,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
49708
49818
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
49709
49819
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
49710
49820
|
});
|
|
49711
|
-
setsectionproperties(_objectSpread$
|
|
49821
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
49712
49822
|
setfetchingtype(sectionitem.fetchingtype);
|
|
49713
49823
|
}
|
|
49714
49824
|
});
|
|
@@ -49949,8 +50059,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
49949
50059
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
49950
50060
|
};
|
|
49951
50061
|
|
|
49952
|
-
function ownKeys$
|
|
49953
|
-
function _objectSpread$
|
|
50062
|
+
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; }
|
|
50063
|
+
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; }
|
|
49954
50064
|
var CollapsableSection = function CollapsableSection(props) {
|
|
49955
50065
|
var _maincontainerarrayof;
|
|
49956
50066
|
var _useState = useState(''),
|
|
@@ -49974,7 +50084,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
49974
50084
|
});
|
|
49975
50085
|
}
|
|
49976
50086
|
});
|
|
49977
|
-
setsectionproperties(_objectSpread$
|
|
50087
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
49978
50088
|
}, [StatePagePropertiesContext]);
|
|
49979
50089
|
useEffect(function () {
|
|
49980
50090
|
if (sectionproperties.length != 0) {
|
|
@@ -50259,8 +50369,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
50259
50369
|
})))));
|
|
50260
50370
|
};
|
|
50261
50371
|
|
|
50262
|
-
function ownKeys$
|
|
50263
|
-
function _objectSpread$
|
|
50372
|
+
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; }
|
|
50373
|
+
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; }
|
|
50264
50374
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
50265
50375
|
props.actions.lang;
|
|
50266
50376
|
var langdetect = props.actions.langdetect;
|
|
@@ -50291,7 +50401,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
50291
50401
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
50292
50402
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
50293
50403
|
});
|
|
50294
|
-
setsectionproperties(_objectSpread$
|
|
50404
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
50295
50405
|
} else {
|
|
50296
50406
|
var secpropobj = {};
|
|
50297
50407
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -50301,7 +50411,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
50301
50411
|
});
|
|
50302
50412
|
}
|
|
50303
50413
|
});
|
|
50304
|
-
setsectionproperties(_objectSpread$
|
|
50414
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
50305
50415
|
}
|
|
50306
50416
|
}, [StatePagePropertiesContext]);
|
|
50307
50417
|
useEffect(function () {
|
|
@@ -50722,8 +50832,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
50722
50832
|
}, BackgroundImagesContent())));
|
|
50723
50833
|
};
|
|
50724
50834
|
|
|
50725
|
-
function ownKeys$
|
|
50726
|
-
function _objectSpread$
|
|
50835
|
+
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; }
|
|
50836
|
+
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; }
|
|
50727
50837
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
50728
50838
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$13, _imagesarray$17;
|
|
50729
50839
|
props.actions.lang;
|
|
@@ -50750,7 +50860,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
50750
50860
|
});
|
|
50751
50861
|
}
|
|
50752
50862
|
});
|
|
50753
|
-
setsectionproperties(_objectSpread$
|
|
50863
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
50754
50864
|
}, [StatePagePropertiesContext]);
|
|
50755
50865
|
useEffect(function () {
|
|
50756
50866
|
if (sectionproperties.length != 0) {
|
|
@@ -51045,8 +51155,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
51045
51155
|
})))))));
|
|
51046
51156
|
};
|
|
51047
51157
|
|
|
51048
|
-
function ownKeys$
|
|
51049
|
-
function _objectSpread$
|
|
51158
|
+
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; }
|
|
51159
|
+
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; }
|
|
51050
51160
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
51051
51161
|
var _useState = useState(''),
|
|
51052
51162
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51069,7 +51179,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
51069
51179
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51070
51180
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51071
51181
|
});
|
|
51072
|
-
setsectionproperties(_objectSpread$
|
|
51182
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
51073
51183
|
} else {
|
|
51074
51184
|
var secpropobj = {};
|
|
51075
51185
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51079,7 +51189,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
51079
51189
|
});
|
|
51080
51190
|
}
|
|
51081
51191
|
});
|
|
51082
|
-
setsectionproperties(_objectSpread$
|
|
51192
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
51083
51193
|
}
|
|
51084
51194
|
}, [StatePagePropertiesContext]);
|
|
51085
51195
|
useEffect(function () {
|
|
@@ -51296,8 +51406,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
51296
51406
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
51297
51407
|
styleInject(css_248z$l);
|
|
51298
51408
|
|
|
51299
|
-
function ownKeys$
|
|
51300
|
-
function _objectSpread$
|
|
51409
|
+
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; }
|
|
51410
|
+
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; }
|
|
51301
51411
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
51302
51412
|
var _ref, _bgimagesarray$, _bgimagesarray$2, _ref2;
|
|
51303
51413
|
var _useState = useState(''),
|
|
@@ -51320,7 +51430,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
51320
51430
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51321
51431
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51322
51432
|
});
|
|
51323
|
-
setsectionproperties(_objectSpread$
|
|
51433
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
51324
51434
|
} else {
|
|
51325
51435
|
var secpropobj = {};
|
|
51326
51436
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51330,7 +51440,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
51330
51440
|
});
|
|
51331
51441
|
}
|
|
51332
51442
|
});
|
|
51333
|
-
setsectionproperties(_objectSpread$
|
|
51443
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
51334
51444
|
}
|
|
51335
51445
|
}, [StatePagePropertiesContext]);
|
|
51336
51446
|
useEffect(function () {
|
|
@@ -51557,8 +51667,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
51557
51667
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
51558
51668
|
};
|
|
51559
51669
|
|
|
51560
|
-
function ownKeys$
|
|
51561
|
-
function _objectSpread$
|
|
51670
|
+
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; }
|
|
51671
|
+
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; }
|
|
51562
51672
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
51563
51673
|
var _useState = useState(''),
|
|
51564
51674
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -51581,7 +51691,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
51581
51691
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51582
51692
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51583
51693
|
});
|
|
51584
|
-
setsectionproperties(_objectSpread$
|
|
51694
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
51585
51695
|
} else {
|
|
51586
51696
|
var secpropobj = {};
|
|
51587
51697
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51591,7 +51701,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
51591
51701
|
});
|
|
51592
51702
|
}
|
|
51593
51703
|
});
|
|
51594
|
-
setsectionproperties(_objectSpread$
|
|
51704
|
+
setsectionproperties(_objectSpread$1c({}, secpropobj));
|
|
51595
51705
|
}
|
|
51596
51706
|
}, [StatePagePropertiesContext]);
|
|
51597
51707
|
useEffect(function () {
|
|
@@ -51702,8 +51812,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
51702
51812
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
51703
51813
|
styleInject(css_248z$k);
|
|
51704
51814
|
|
|
51705
|
-
function ownKeys$
|
|
51706
|
-
function _objectSpread$
|
|
51815
|
+
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; }
|
|
51816
|
+
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; }
|
|
51707
51817
|
var Select = /*#__PURE__*/React.lazy(function () {
|
|
51708
51818
|
return import('react-select');
|
|
51709
51819
|
});
|
|
@@ -51721,7 +51831,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51721
51831
|
sectionproperties = _useState2[0],
|
|
51722
51832
|
setsectionproperties = _useState2[1];
|
|
51723
51833
|
useEffect(function () {
|
|
51724
|
-
setsectionproperties(_objectSpread$
|
|
51834
|
+
setsectionproperties(_objectSpread$1b({}, props.sectionproperties));
|
|
51725
51835
|
}, [props.sectionproperties]);
|
|
51726
51836
|
var formstyles = {
|
|
51727
51837
|
input_label_name: css({
|
|
@@ -51792,13 +51902,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51792
51902
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
51793
51903
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
51794
51904
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
51795
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
51905
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1b({}, tempFetchTabexStatesPayloadobjContext));
|
|
51796
51906
|
if (props.srcfrom != 'filter') {
|
|
51797
51907
|
props.payloadobjchange('countryid', option.id);
|
|
51798
51908
|
} else {
|
|
51799
51909
|
var temp = props.payloadobj;
|
|
51800
51910
|
temp.countryid = option.id;
|
|
51801
|
-
props.setpayloadobj(_objectSpread$
|
|
51911
|
+
props.setpayloadobj(_objectSpread$1b({}, temp));
|
|
51802
51912
|
}
|
|
51803
51913
|
},
|
|
51804
51914
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -51851,13 +51961,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51851
51961
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
51852
51962
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
51853
51963
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
51854
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
51964
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1b({}, tempFetchTabexStatesPayloadobjContext));
|
|
51855
51965
|
if (props.srcfrom != 'filter') {
|
|
51856
51966
|
props.payloadobjchange('stateid', option.id);
|
|
51857
51967
|
} else {
|
|
51858
51968
|
var temp = props.payloadobj;
|
|
51859
51969
|
temp.stateid = option.id;
|
|
51860
|
-
props.setpayloadobj(_objectSpread$
|
|
51970
|
+
props.setpayloadobj(_objectSpread$1b({}, temp));
|
|
51861
51971
|
}
|
|
51862
51972
|
},
|
|
51863
51973
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -51912,7 +52022,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51912
52022
|
} else {
|
|
51913
52023
|
var temp = props.payloadobj;
|
|
51914
52024
|
temp.cityid = option.id;
|
|
51915
|
-
props.setpayloadobj(_objectSpread$
|
|
52025
|
+
props.setpayloadobj(_objectSpread$1b({}, temp));
|
|
51916
52026
|
}
|
|
51917
52027
|
},
|
|
51918
52028
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -51946,8 +52056,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
51946
52056
|
}))));
|
|
51947
52057
|
};
|
|
51948
52058
|
|
|
51949
|
-
function ownKeys$
|
|
51950
|
-
function _objectSpread$
|
|
52059
|
+
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; }
|
|
52060
|
+
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; }
|
|
51951
52061
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
51952
52062
|
var _css, _fetchProductFeatures;
|
|
51953
52063
|
var _useState = useState(''),
|
|
@@ -52005,11 +52115,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52005
52115
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
52006
52116
|
props.actions.fetchcollectionsQueryContext;
|
|
52007
52117
|
useEffect(function () {
|
|
52008
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
52118
|
+
var tempFetchQueriesEngineContext = _objectSpread$1a({}, FetchQueriesEngineContext);
|
|
52009
52119
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
52010
52120
|
tempFetchQueriesEngineContext.collections = true;
|
|
52011
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
52012
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
52121
|
+
setFetchQueriesEngineContext(_objectSpread$1a({}, tempFetchQueriesEngineContext));
|
|
52122
|
+
var tempFetchQueriesEngineContext = _objectSpread$1a({}, FetchQueriesEngineContext);
|
|
52013
52123
|
|
|
52014
52124
|
// authdetailsContext?.instinfo?.instcollections?
|
|
52015
52125
|
}, []);
|
|
@@ -52030,7 +52140,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52030
52140
|
});
|
|
52031
52141
|
}
|
|
52032
52142
|
});
|
|
52033
|
-
setsectionproperties(_objectSpread$
|
|
52143
|
+
setsectionproperties(_objectSpread$1a({}, secpropobj));
|
|
52034
52144
|
}, [StatePagePropertiesContext]);
|
|
52035
52145
|
useEffect(function () {
|
|
52036
52146
|
if (sectionproperties.length != 0) {
|
|
@@ -52278,7 +52388,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52278
52388
|
var temp = payloadobj;
|
|
52279
52389
|
temp.collections = [];
|
|
52280
52390
|
temp.collections.push(option.collectionid);
|
|
52281
|
-
setpayloadobj(_objectSpread$
|
|
52391
|
+
setpayloadobj(_objectSpread$1a({}, temp));
|
|
52282
52392
|
},
|
|
52283
52393
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
52284
52394
|
isSearchable: true,
|
|
@@ -52316,7 +52426,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52316
52426
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
52317
52427
|
value: pricevalue,
|
|
52318
52428
|
onChange: function onChange(value) {
|
|
52319
|
-
setpricevalue(_objectSpread$
|
|
52429
|
+
setpricevalue(_objectSpread$1a({}, value));
|
|
52320
52430
|
}
|
|
52321
52431
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
52322
52432
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -52324,7 +52434,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52324
52434
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
52325
52435
|
onClick: function onClick() {
|
|
52326
52436
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
52327
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
52437
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1a({}, fetchproductsfilerobjcontext);
|
|
52328
52438
|
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) {
|
|
52329
52439
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
52330
52440
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -52561,7 +52671,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52561
52671
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
52562
52672
|
onClick: function onClick() {
|
|
52563
52673
|
var _payloadobj$countryid2, _payloadobj$stateid2, _payloadobj$cityid2, _pricevalue$min2, _pricevalue$max2;
|
|
52564
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
52674
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1a({}, fetchproductsfilerobjcontext);
|
|
52565
52675
|
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) {
|
|
52566
52676
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
52567
52677
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -52609,8 +52719,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
52609
52719
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
52610
52720
|
};
|
|
52611
52721
|
|
|
52612
|
-
function ownKeys$
|
|
52613
|
-
function _objectSpread$
|
|
52722
|
+
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; }
|
|
52723
|
+
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; }
|
|
52614
52724
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
52615
52725
|
var _fetchCategoriesQuery;
|
|
52616
52726
|
var _useState = useState(''),
|
|
@@ -52664,11 +52774,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
52664
52774
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
52665
52775
|
props.actions.fetchcollectionsQueryContext;
|
|
52666
52776
|
useEffect(function () {
|
|
52667
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
52777
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
52668
52778
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
52669
52779
|
tempFetchQueriesEngineContext.collections = true;
|
|
52670
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
52671
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
52780
|
+
setFetchQueriesEngineContext(_objectSpread$19({}, tempFetchQueriesEngineContext));
|
|
52781
|
+
var tempFetchQueriesEngineContext = _objectSpread$19({}, FetchQueriesEngineContext);
|
|
52672
52782
|
|
|
52673
52783
|
// authdetailsContext?.instinfo?.instcollections?
|
|
52674
52784
|
}, []);
|
|
@@ -52689,7 +52799,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
52689
52799
|
});
|
|
52690
52800
|
}
|
|
52691
52801
|
});
|
|
52692
|
-
setsectionproperties(_objectSpread$
|
|
52802
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
52693
52803
|
}, [StatePagePropertiesContext]);
|
|
52694
52804
|
// useEffect(() => {
|
|
52695
52805
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -52937,7 +53047,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
52937
53047
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
52938
53048
|
value: pricevalue,
|
|
52939
53049
|
onChange: function onChange(value) {
|
|
52940
|
-
setpricevalue(_objectSpread$
|
|
53050
|
+
setpricevalue(_objectSpread$19({}, value));
|
|
52941
53051
|
}
|
|
52942
53052
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
52943
53053
|
"class": "col-lg-1"
|
|
@@ -52947,7 +53057,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
52947
53057
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
52948
53058
|
onClick: function onClick() {
|
|
52949
53059
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
52950
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
53060
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$19({}, fetchproductsfilerobjcontext);
|
|
52951
53061
|
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) {
|
|
52952
53062
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
52953
53063
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -52992,8 +53102,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
52992
53102
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
52993
53103
|
};
|
|
52994
53104
|
|
|
52995
|
-
function ownKeys$
|
|
52996
|
-
function _objectSpread$
|
|
53105
|
+
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; }
|
|
53106
|
+
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; }
|
|
52997
53107
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
52998
53108
|
var _useState = useState(''),
|
|
52999
53109
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -53039,7 +53149,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
53039
53149
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
53040
53150
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
53041
53151
|
});
|
|
53042
|
-
setsectionproperties(_objectSpread$
|
|
53152
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
53043
53153
|
} else {
|
|
53044
53154
|
var secpropobj = {};
|
|
53045
53155
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -53049,7 +53159,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
53049
53159
|
});
|
|
53050
53160
|
}
|
|
53051
53161
|
});
|
|
53052
|
-
setsectionproperties(_objectSpread$
|
|
53162
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
53053
53163
|
}
|
|
53054
53164
|
}, [StatePagePropertiesContext]);
|
|
53055
53165
|
var sectionstyles = {
|
|
@@ -53242,8 +53352,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
53242
53352
|
})))));
|
|
53243
53353
|
};
|
|
53244
53354
|
|
|
53245
|
-
function ownKeys$
|
|
53246
|
-
function _objectSpread$
|
|
53355
|
+
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; }
|
|
53356
|
+
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; }
|
|
53247
53357
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
53248
53358
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
53249
53359
|
var lang = props.actions.lang;
|
|
@@ -53283,7 +53393,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
53283
53393
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
53284
53394
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
53285
53395
|
});
|
|
53286
|
-
setsectionproperties(_objectSpread$
|
|
53396
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
53287
53397
|
} else {
|
|
53288
53398
|
var secpropobj = {};
|
|
53289
53399
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -53293,7 +53403,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
53293
53403
|
});
|
|
53294
53404
|
}
|
|
53295
53405
|
});
|
|
53296
|
-
setsectionproperties(_objectSpread$
|
|
53406
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
53297
53407
|
}
|
|
53298
53408
|
}, [StatePagePropertiesContext]);
|
|
53299
53409
|
useEffect(function () {
|
|
@@ -53454,8 +53564,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
53454
53564
|
})))))))));
|
|
53455
53565
|
};
|
|
53456
53566
|
|
|
53457
|
-
function ownKeys$
|
|
53458
|
-
function _objectSpread$
|
|
53567
|
+
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; }
|
|
53568
|
+
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; }
|
|
53459
53569
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
53460
53570
|
var _useState = useState(''),
|
|
53461
53571
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -53480,7 +53590,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
53480
53590
|
});
|
|
53481
53591
|
}
|
|
53482
53592
|
});
|
|
53483
|
-
setsectionproperties(_objectSpread$
|
|
53593
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
53484
53594
|
}, [StatePagePropertiesContext]);
|
|
53485
53595
|
useEffect(function () {
|
|
53486
53596
|
if (sectionproperties.length != 0) {
|
|
@@ -53594,8 +53704,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
53594
53704
|
}))))));
|
|
53595
53705
|
};
|
|
53596
53706
|
|
|
53597
|
-
function ownKeys$
|
|
53598
|
-
function _objectSpread$
|
|
53707
|
+
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; }
|
|
53708
|
+
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; }
|
|
53599
53709
|
var Threebgimages = function Threebgimages(props) {
|
|
53600
53710
|
var _ref;
|
|
53601
53711
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
@@ -53626,7 +53736,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
53626
53736
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
53627
53737
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
53628
53738
|
});
|
|
53629
|
-
setsectionproperties(_objectSpread$
|
|
53739
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
53630
53740
|
} else {
|
|
53631
53741
|
var secpropobj = {};
|
|
53632
53742
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -53636,7 +53746,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
53636
53746
|
});
|
|
53637
53747
|
}
|
|
53638
53748
|
});
|
|
53639
|
-
setsectionproperties(_objectSpread$
|
|
53749
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
53640
53750
|
}
|
|
53641
53751
|
}, [StatePagePropertiesContext]);
|
|
53642
53752
|
useEffect(function () {
|
|
@@ -53850,8 +53960,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
53850
53960
|
})));
|
|
53851
53961
|
};
|
|
53852
53962
|
|
|
53853
|
-
function ownKeys$
|
|
53854
|
-
function _objectSpread$
|
|
53963
|
+
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; }
|
|
53964
|
+
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; }
|
|
53855
53965
|
var Twobgimages = function Twobgimages(props) {
|
|
53856
53966
|
var _useState = useState(''),
|
|
53857
53967
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -53879,7 +53989,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
53879
53989
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
53880
53990
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
53881
53991
|
});
|
|
53882
|
-
setsectionproperties(_objectSpread$
|
|
53992
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
53883
53993
|
} else {
|
|
53884
53994
|
var secpropobj = {};
|
|
53885
53995
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -53889,7 +53999,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
53889
53999
|
});
|
|
53890
54000
|
}
|
|
53891
54001
|
});
|
|
53892
|
-
setsectionproperties(_objectSpread$
|
|
54002
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
53893
54003
|
}
|
|
53894
54004
|
}, [StatePagePropertiesContext]);
|
|
53895
54005
|
useEffect(function () {
|
|
@@ -54189,8 +54299,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
54189
54299
|
}, BackgroundImage()));
|
|
54190
54300
|
};
|
|
54191
54301
|
|
|
54192
|
-
function ownKeys$
|
|
54193
|
-
function _objectSpread$
|
|
54302
|
+
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; }
|
|
54303
|
+
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; }
|
|
54194
54304
|
var VideosSection = function VideosSection(props) {
|
|
54195
54305
|
var _useState = useState(''),
|
|
54196
54306
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -54216,7 +54326,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
54216
54326
|
});
|
|
54217
54327
|
}
|
|
54218
54328
|
});
|
|
54219
|
-
setsectionproperties(_objectSpread$
|
|
54329
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
54220
54330
|
}, [StatePagePropertiesContext]);
|
|
54221
54331
|
useEffect(function () {
|
|
54222
54332
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -54480,8 +54590,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
54480
54590
|
}))))));
|
|
54481
54591
|
};
|
|
54482
54592
|
|
|
54483
|
-
function ownKeys$
|
|
54484
|
-
function _objectSpread$
|
|
54593
|
+
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; }
|
|
54594
|
+
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; }
|
|
54485
54595
|
var FullVideoSection = function FullVideoSection(props) {
|
|
54486
54596
|
var _useState = useState(''),
|
|
54487
54597
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -54507,7 +54617,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
54507
54617
|
});
|
|
54508
54618
|
}
|
|
54509
54619
|
});
|
|
54510
|
-
setsectionproperties(_objectSpread$
|
|
54620
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
54511
54621
|
}, [StatePagePropertiesContext]);
|
|
54512
54622
|
useEffect(function () {
|
|
54513
54623
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -54673,8 +54783,8 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
54673
54783
|
}, Content(), " ", Video())));
|
|
54674
54784
|
};
|
|
54675
54785
|
|
|
54676
|
-
function ownKeys$
|
|
54677
|
-
function _objectSpread$
|
|
54786
|
+
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; }
|
|
54787
|
+
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; }
|
|
54678
54788
|
var Popupcomponent = function Popupcomponent(props) {
|
|
54679
54789
|
var _useState = useState(''),
|
|
54680
54790
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -54704,7 +54814,7 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
54704
54814
|
});
|
|
54705
54815
|
}
|
|
54706
54816
|
});
|
|
54707
|
-
setsectionproperties(_objectSpread$
|
|
54817
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
54708
54818
|
}, [StatePagePropertiesContext]);
|
|
54709
54819
|
useEffect(function () {
|
|
54710
54820
|
if (sectionproperties.length != 0) {
|
|
@@ -54780,8 +54890,8 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
54780
54890
|
})))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
54781
54891
|
};
|
|
54782
54892
|
|
|
54783
|
-
function ownKeys
|
|
54784
|
-
function _objectSpread
|
|
54893
|
+
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; }
|
|
54894
|
+
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; }
|
|
54785
54895
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
54786
54896
|
var _maincontainerarrayof;
|
|
54787
54897
|
var _useState = useState(''),
|
|
@@ -54813,7 +54923,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
54813
54923
|
});
|
|
54814
54924
|
}
|
|
54815
54925
|
});
|
|
54816
|
-
setsectionproperties(_objectSpread
|
|
54926
|
+
setsectionproperties(_objectSpread$10({}, secpropobj));
|
|
54817
54927
|
}, [StatePagePropertiesContext]);
|
|
54818
54928
|
var sectionstyles = {
|
|
54819
54929
|
sectionTitleStyles: css({
|
|
@@ -55038,8 +55148,8 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
55038
55148
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))));
|
|
55039
55149
|
};
|
|
55040
55150
|
|
|
55041
|
-
function ownKeys
|
|
55042
|
-
function _objectSpread
|
|
55151
|
+
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; }
|
|
55152
|
+
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; }
|
|
55043
55153
|
// 49
|
|
55044
55154
|
var DynamicForm = function DynamicForm(props) {
|
|
55045
55155
|
var _css, _dynamicform$fields, _dynamicform$fields2, _dynamicform$fields3, _dynamicform$fields4, _dynamicform$fields5;
|
|
@@ -55103,7 +55213,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
55103
55213
|
});
|
|
55104
55214
|
}
|
|
55105
55215
|
});
|
|
55106
|
-
setsectionproperties(_objectSpread
|
|
55216
|
+
setsectionproperties(_objectSpread$$({}, secpropobj));
|
|
55107
55217
|
}, [StatePagePropertiesContext]);
|
|
55108
55218
|
useEffect(function () {
|
|
55109
55219
|
if (fetchdynamicformfeildsQueryContext.isSuccess) {
|
|
@@ -55132,12 +55242,12 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
55132
55242
|
}
|
|
55133
55243
|
}, [fetchdynamicformfeildsQueryContext.isSuccess]);
|
|
55134
55244
|
var updateformfield = function updateformfield(value, index) {
|
|
55135
|
-
var tempynamicform = _objectSpread
|
|
55245
|
+
var tempynamicform = _objectSpread$$({}, dynamicform);
|
|
55136
55246
|
tempynamicform.fields[index].value = value;
|
|
55137
|
-
setdynamicform(_objectSpread
|
|
55247
|
+
setdynamicform(_objectSpread$$({}, dynamicform));
|
|
55138
55248
|
};
|
|
55139
55249
|
var submitform = function submitform() {
|
|
55140
|
-
var tempynamicform = _objectSpread
|
|
55250
|
+
var tempynamicform = _objectSpread$$({}, dynamicform);
|
|
55141
55251
|
var fields = tempynamicform.fields;
|
|
55142
55252
|
var validationpassed = true;
|
|
55143
55253
|
var reason = '';
|
|
@@ -55168,7 +55278,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
55168
55278
|
};
|
|
55169
55279
|
var clearform = function clearform() {
|
|
55170
55280
|
var _tempitem$fields3;
|
|
55171
|
-
var tempitem = _objectSpread
|
|
55281
|
+
var tempitem = _objectSpread$$({}, dynamicform);
|
|
55172
55282
|
tempitem === null || tempitem === void 0 || (_tempitem$fields3 = tempitem.fields) === null || _tempitem$fields3 === void 0 || _tempitem$fields3.forEach(function (fielditem) {
|
|
55173
55283
|
fielditem.value = '';
|
|
55174
55284
|
});
|
|
@@ -55529,6 +55639,72 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
55529
55639
|
}, confirmationtext)))));
|
|
55530
55640
|
};
|
|
55531
55641
|
|
|
55642
|
+
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; }
|
|
55643
|
+
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; }
|
|
55644
|
+
var Searchcomponent = function Searchcomponent(props) {
|
|
55645
|
+
var _ref;
|
|
55646
|
+
var _useState = useState(''),
|
|
55647
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
55648
|
+
sectionproperties = _useState2[0],
|
|
55649
|
+
setsectionproperties = _useState2[1];
|
|
55650
|
+
props.actions.lang;
|
|
55651
|
+
var langdetect = props.actions.langdetect;
|
|
55652
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
55653
|
+
var actions = props.actions;
|
|
55654
|
+
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
55655
|
+
useEffect(function () {
|
|
55656
|
+
var secpropobj = {};
|
|
55657
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
55658
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
55659
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
55660
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
55661
|
+
});
|
|
55662
|
+
}
|
|
55663
|
+
});
|
|
55664
|
+
setsectionproperties(_objectSpread$_({}, secpropobj));
|
|
55665
|
+
}, [StatePagePropertiesContext]);
|
|
55666
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
55667
|
+
className: "row ml-0 mr-0 w-100 allcentered",
|
|
55668
|
+
style: {
|
|
55669
|
+
paddingTop: 100,
|
|
55670
|
+
paddingBottom: 100,
|
|
55671
|
+
height: '100vh'
|
|
55672
|
+
}
|
|
55673
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
55674
|
+
"class": "col-lg-12 allcentered mb-5"
|
|
55675
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
55676
|
+
"class": "m-0 p-0",
|
|
55677
|
+
style: {
|
|
55678
|
+
color: '#000',
|
|
55679
|
+
fontSize: '25px'
|
|
55680
|
+
}
|
|
55681
|
+
}, "\u064A\u0631\u062C\u0649 \u0625\u062F\u062E\u0627\u0644 \u0631\u0642\u0645 \u062C\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631 \u0623\u0648 \u0627\u0644\u0631\u0642\u0645 \u0627\u0644\u0642\u0648\u0645\u064A")), /*#__PURE__*/React.createElement("div", {
|
|
55682
|
+
"class": "col-lg-12 allcentered mb-5"
|
|
55683
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
55684
|
+
style: (_ref = {
|
|
55685
|
+
position: 'relative',
|
|
55686
|
+
border: '1px solid #ccc',
|
|
55687
|
+
borderRadius: '10px',
|
|
55688
|
+
width: '50%',
|
|
55689
|
+
height: '40px'
|
|
55690
|
+
}, _defineProperty(_ref, "position", 'relative'), _defineProperty(_ref, "border", sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor), _defineProperty(_ref, "transition", '.3s'), _ref)
|
|
55691
|
+
}, /*#__PURE__*/React.createElement("input", {
|
|
55692
|
+
type: "text",
|
|
55693
|
+
placeholder: langdetect == 'en' ? 'Search' : 'بحث',
|
|
55694
|
+
onChange: function onChange(event) {
|
|
55695
|
+
setSearchHeaderInputContext(event.target.value);
|
|
55696
|
+
},
|
|
55697
|
+
style: {
|
|
55698
|
+
background: 'transparent',
|
|
55699
|
+
width: '100%'
|
|
55700
|
+
}
|
|
55701
|
+
}), /*#__PURE__*/React.createElement(Searchlist$1, {
|
|
55702
|
+
sectionpropertiesprops: sectionproperties,
|
|
55703
|
+
srcfromprops: 'headerfullwidth',
|
|
55704
|
+
actions: actions
|
|
55705
|
+
}))));
|
|
55706
|
+
};
|
|
55707
|
+
|
|
55532
55708
|
function ownKeys$Z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
55533
55709
|
function _objectSpread$Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
55534
55710
|
var AboutSection = function AboutSection(props) {
|
|
@@ -74379,6 +74555,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
74379
74555
|
Popupcomponent: Popupcomponent,
|
|
74380
74556
|
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
74381
74557
|
DynamicForm: DynamicForm,
|
|
74558
|
+
Searchcomponent: Searchcomponent,
|
|
74382
74559
|
// Slideshows (13)
|
|
74383
74560
|
AboutSection: AboutSection,
|
|
74384
74561
|
Backgroundimage_with_topcircle: Backgroundimage_with_topcircle,
|