tabexseriescomponents 0.0.556 → 0.0.558
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 +1041 -630
- package/dist/index.esm.js +1041 -630
- package/dist/index.umd.js +1041 -630
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -634,8 +634,8 @@ var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
|
634
634
|
}));
|
|
635
635
|
};
|
|
636
636
|
|
|
637
|
-
function ownKeys$
|
|
638
|
-
function _objectSpread$
|
|
637
|
+
function ownKeys$2x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
638
|
+
function _objectSpread$2x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2x(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
639
639
|
var Login = function Login(props) {
|
|
640
640
|
var _css;
|
|
641
641
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -711,7 +711,7 @@ var Login = function Login(props) {
|
|
|
711
711
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
712
712
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
713
713
|
});
|
|
714
|
-
setsectionproperties(_objectSpread$
|
|
714
|
+
setsectionproperties(_objectSpread$2x({}, secpropobj));
|
|
715
715
|
}
|
|
716
716
|
}, [StatePagePropertiesContext]);
|
|
717
717
|
useEffect(function () {
|
|
@@ -878,9 +878,9 @@ var Login = function Login(props) {
|
|
|
878
878
|
className: "".concat(loginstyles2.form_control),
|
|
879
879
|
value: payloadobj.email,
|
|
880
880
|
onChange: function onChange(event) {
|
|
881
|
-
var temppayloadobj = _objectSpread$
|
|
881
|
+
var temppayloadobj = _objectSpread$2x({}, payloadobj);
|
|
882
882
|
temppayloadobj.email = event.target.value;
|
|
883
|
-
setpayloadobj(_objectSpread$
|
|
883
|
+
setpayloadobj(_objectSpread$2x({}, temppayloadobj));
|
|
884
884
|
},
|
|
885
885
|
style: {
|
|
886
886
|
background: sectionproperties.input_bgcolor
|
|
@@ -902,9 +902,9 @@ var Login = function Login(props) {
|
|
|
902
902
|
textplaceholder: "",
|
|
903
903
|
value: payloadobj.password,
|
|
904
904
|
onChange: function onChange(event) {
|
|
905
|
-
var temppayloadobj = _objectSpread$
|
|
905
|
+
var temppayloadobj = _objectSpread$2x({}, payloadobj);
|
|
906
906
|
temppayloadobj.password = event.target.value;
|
|
907
|
-
setpayloadobj(_objectSpread$
|
|
907
|
+
setpayloadobj(_objectSpread$2x({}, temppayloadobj));
|
|
908
908
|
},
|
|
909
909
|
style: {
|
|
910
910
|
background: sectionproperties.input_bgcolor
|
|
@@ -1081,9 +1081,9 @@ var Login = function Login(props) {
|
|
|
1081
1081
|
className: "".concat(loginstyles2.form_control),
|
|
1082
1082
|
value: forgotpasswordpayload.email,
|
|
1083
1083
|
onChange: function onChange(event) {
|
|
1084
|
-
var temppayloadobj = _objectSpread$
|
|
1084
|
+
var temppayloadobj = _objectSpread$2x({}, forgotpasswordpayload);
|
|
1085
1085
|
temppayloadobj.email = event.target.value;
|
|
1086
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1086
|
+
setforgotpasswordpayload(_objectSpread$2x({}, temppayloadobj));
|
|
1087
1087
|
},
|
|
1088
1088
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
1089
1089
|
style: {
|
|
@@ -1098,9 +1098,9 @@ var Login = function Login(props) {
|
|
|
1098
1098
|
className: "".concat(loginstyles2.form_control),
|
|
1099
1099
|
value: forgotpasswordpayload.code,
|
|
1100
1100
|
onChange: function onChange(event) {
|
|
1101
|
-
var temppayloadobj = _objectSpread$
|
|
1101
|
+
var temppayloadobj = _objectSpread$2x({}, forgotpasswordpayload);
|
|
1102
1102
|
temppayloadobj.code = event.target.value;
|
|
1103
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1103
|
+
setforgotpasswordpayload(_objectSpread$2x({}, temppayloadobj));
|
|
1104
1104
|
},
|
|
1105
1105
|
style: {
|
|
1106
1106
|
background: sectionproperties.input_bgcolor
|
|
@@ -1114,9 +1114,9 @@ var Login = function Login(props) {
|
|
|
1114
1114
|
className: "".concat(loginstyles2.form_control),
|
|
1115
1115
|
value: forgotpasswordpayload.newpassword,
|
|
1116
1116
|
onChange: function onChange(event) {
|
|
1117
|
-
var temppayloadobj = _objectSpread$
|
|
1117
|
+
var temppayloadobj = _objectSpread$2x({}, forgotpasswordpayload);
|
|
1118
1118
|
temppayloadobj.newpassword = event.target.value;
|
|
1119
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1119
|
+
setforgotpasswordpayload(_objectSpread$2x({}, temppayloadobj));
|
|
1120
1120
|
},
|
|
1121
1121
|
style: {
|
|
1122
1122
|
background: sectionproperties.input_bgcolor
|
|
@@ -1130,9 +1130,9 @@ var Login = function Login(props) {
|
|
|
1130
1130
|
className: "".concat(loginstyles2.form_control),
|
|
1131
1131
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
1132
1132
|
onChange: function onChange(event) {
|
|
1133
|
-
var temppayloadobj = _objectSpread$
|
|
1133
|
+
var temppayloadobj = _objectSpread$2x({}, forgotpasswordpayload);
|
|
1134
1134
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
1135
|
-
setforgotpasswordpayload(_objectSpread$
|
|
1135
|
+
setforgotpasswordpayload(_objectSpread$2x({}, temppayloadobj));
|
|
1136
1136
|
},
|
|
1137
1137
|
style: {
|
|
1138
1138
|
background: sectionproperties.input_bgcolor
|
|
@@ -1144,7 +1144,7 @@ var Login = function Login(props) {
|
|
|
1144
1144
|
onClick: function onClick() {
|
|
1145
1145
|
if (forgotpasswordpayload.email.length != 0) {
|
|
1146
1146
|
var runfunc = false;
|
|
1147
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
1147
|
+
var tempforgotpasswordpayload = _objectSpread$2x({}, forgotpasswordpayload);
|
|
1148
1148
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
1149
1149
|
if (forgetpasswordstage == 'verify') {
|
|
1150
1150
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -1195,11 +1195,11 @@ var css_248z$J = "@media screen and (max-width: 800px) {\n .signup-module_rig
|
|
|
1195
1195
|
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"};
|
|
1196
1196
|
styleInject(css_248z$J);
|
|
1197
1197
|
|
|
1198
|
-
function ownKeys$
|
|
1199
|
-
function _objectSpread$
|
|
1198
|
+
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; }
|
|
1199
|
+
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; }
|
|
1200
1200
|
var selectcustomStyles = {
|
|
1201
1201
|
option: function option(provided, state) {
|
|
1202
|
-
return _objectSpread$
|
|
1202
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1203
1203
|
borderBottom: '1px solid #e6e6e6',
|
|
1204
1204
|
backgroundColor: state.isSelected ? '' : '',
|
|
1205
1205
|
padding: 5,
|
|
@@ -1228,7 +1228,7 @@ var selectcustomStyles = {
|
|
|
1228
1228
|
};
|
|
1229
1229
|
var selectcustomStylesTranslated = {
|
|
1230
1230
|
option: function option(provided, state) {
|
|
1231
|
-
return _objectSpread$
|
|
1231
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1232
1232
|
borderBottom: '1px solid #e6e6e6',
|
|
1233
1233
|
backgroundColor: state.isSelected ? '' : '',
|
|
1234
1234
|
padding: 5,
|
|
@@ -1257,14 +1257,14 @@ var selectcustomStylesTranslated = {
|
|
|
1257
1257
|
};
|
|
1258
1258
|
},
|
|
1259
1259
|
placeholder: function placeholder(provided, state) {
|
|
1260
|
-
return _objectSpread$
|
|
1260
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1261
1261
|
textAlign: 'right'
|
|
1262
1262
|
});
|
|
1263
1263
|
}
|
|
1264
1264
|
};
|
|
1265
1265
|
var defaultstyles = {
|
|
1266
1266
|
option: function option(provided, state) {
|
|
1267
|
-
return _objectSpread$
|
|
1267
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1268
1268
|
borderBottom: '1px solid #e6e6e6',
|
|
1269
1269
|
backgroundColor: state.isSelected ? '' : '',
|
|
1270
1270
|
padding: 5,
|
|
@@ -1292,7 +1292,7 @@ var defaultstyles = {
|
|
|
1292
1292
|
}), _ref;
|
|
1293
1293
|
},
|
|
1294
1294
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1295
|
-
return _objectSpread$
|
|
1295
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1296
1296
|
'&:hover': {
|
|
1297
1297
|
// color: '#eac435',
|
|
1298
1298
|
}
|
|
@@ -1301,7 +1301,7 @@ var defaultstyles = {
|
|
|
1301
1301
|
};
|
|
1302
1302
|
var defaultstylestranslated = {
|
|
1303
1303
|
option: function option(provided, state) {
|
|
1304
|
-
return _objectSpread$
|
|
1304
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1305
1305
|
borderBottom: '1px solid #e6e6e6',
|
|
1306
1306
|
backgroundColor: state.isSelected ? '' : '',
|
|
1307
1307
|
padding: 5,
|
|
@@ -1332,21 +1332,21 @@ var defaultstylestranslated = {
|
|
|
1332
1332
|
};
|
|
1333
1333
|
},
|
|
1334
1334
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1335
|
-
return _objectSpread$
|
|
1335
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1336
1336
|
'&:hover': {
|
|
1337
1337
|
// color: '#eac435',
|
|
1338
1338
|
}
|
|
1339
1339
|
});
|
|
1340
1340
|
},
|
|
1341
1341
|
placeholder: function placeholder(provided, state) {
|
|
1342
|
-
return _objectSpread$
|
|
1342
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1343
1343
|
textAlign: 'right'
|
|
1344
1344
|
});
|
|
1345
1345
|
}
|
|
1346
1346
|
};
|
|
1347
1347
|
var defaultstylesnone = {
|
|
1348
1348
|
option: function option(provided, state) {
|
|
1349
|
-
return _objectSpread$
|
|
1349
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1350
1350
|
borderBottom: '1px solid #e6e6e6',
|
|
1351
1351
|
backgroundColor: state.isSelected ? '' : '',
|
|
1352
1352
|
padding: 5,
|
|
@@ -1374,7 +1374,7 @@ var defaultstylesnone = {
|
|
|
1374
1374
|
};
|
|
1375
1375
|
},
|
|
1376
1376
|
dropdownIndicator: function dropdownIndicator(provided) {
|
|
1377
|
-
return _objectSpread$
|
|
1377
|
+
return _objectSpread$2w(_objectSpread$2w({}, provided), {}, {
|
|
1378
1378
|
'&:hover': {
|
|
1379
1379
|
// color: '#eac435',
|
|
1380
1380
|
}
|
|
@@ -2068,8 +2068,8 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
2068
2068
|
}, 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))))));
|
|
2069
2069
|
};
|
|
2070
2070
|
|
|
2071
|
-
function ownKeys$
|
|
2072
|
-
function _objectSpread$
|
|
2071
|
+
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; }
|
|
2072
|
+
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; }
|
|
2073
2073
|
var ProductExtraFields = function ProductExtraFields(props) {
|
|
2074
2074
|
var _fetchProductInfoQuer, _css, _fetchProductInfoQuer2;
|
|
2075
2075
|
props.actions.lang;
|
|
@@ -2124,9 +2124,9 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2124
2124
|
});
|
|
2125
2125
|
}
|
|
2126
2126
|
setproductextravaluesarray(_toConsumableArray(tempproductextravaluesarray));
|
|
2127
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2127
|
+
var tempaddtocardpayloadobj = _objectSpread$2v({}, addtocardpayloadobj);
|
|
2128
2128
|
tempaddtocardpayloadobj.extrafields = tempproductextravaluesarray;
|
|
2129
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2129
|
+
setaddtocardpayloadobj(_objectSpread$2v({}, tempaddtocardpayloadobj));
|
|
2130
2130
|
};
|
|
2131
2131
|
var formstyles = {
|
|
2132
2132
|
input_label_name: css({
|
|
@@ -2342,8 +2342,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2342
2342
|
})))));
|
|
2343
2343
|
};
|
|
2344
2344
|
|
|
2345
|
-
function ownKeys$
|
|
2346
|
-
function _objectSpread$
|
|
2345
|
+
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; }
|
|
2346
|
+
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; }
|
|
2347
2347
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2348
2348
|
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;
|
|
2349
2349
|
var lang = props.actions.lang;
|
|
@@ -2900,7 +2900,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2900
2900
|
textTransform: sectionproperties.generaltext_textTransform,
|
|
2901
2901
|
fontWeight: sectionproperties.generaltext_fontWeight
|
|
2902
2902
|
}
|
|
2903
|
-
},
|
|
2903
|
+
}, langdetect == 'en' ? sectionproperties.quantitybtnen : sectionproperties.quantitybtnar, ":")), /*#__PURE__*/React.createElement("div", {
|
|
2904
2904
|
"class": "col-lg-12 p-0"
|
|
2905
2905
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2906
2906
|
"class": "row m-0 w-100 d-flex align-items-center",
|
|
@@ -2918,11 +2918,11 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2918
2918
|
}, sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
2919
2919
|
className: "".concat(productinfo_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
2920
2920
|
onClick: function onClick() {
|
|
2921
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2921
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
2922
2922
|
if (tempaddtocardpayloadobj.quantity > 0) {
|
|
2923
2923
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity - 1;
|
|
2924
2924
|
}
|
|
2925
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2925
|
+
setaddtocardpayloadobj(_objectSpread$2u({}, tempaddtocardpayloadobj));
|
|
2926
2926
|
}
|
|
2927
2927
|
}, /*#__PURE__*/React.createElement("i", {
|
|
2928
2928
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-down' : 'h-100 allcentered',
|
|
@@ -2936,9 +2936,9 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2936
2936
|
}, addtocardpayloadobj.quantity), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
2937
2937
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
2938
2938
|
onClick: function onClick() {
|
|
2939
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2939
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
2940
2940
|
tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity + 1;
|
|
2941
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2941
|
+
setaddtocardpayloadobj(_objectSpread$2u({}, tempaddtocardpayloadobj));
|
|
2942
2942
|
}
|
|
2943
2943
|
}, /*#__PURE__*/React.createElement("i", {
|
|
2944
2944
|
className: sectionproperties.quantityiconstyle == 'Arrows' ? 'fa fa-chevron-up' : 'h-100 allcentered'
|
|
@@ -2963,13 +2963,13 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2963
2963
|
value: addtocardpayloadobj.quantity,
|
|
2964
2964
|
onChange: function onChange(event) {
|
|
2965
2965
|
if (event.target.value == NaN || event.target.value == undefined || event.target.value == null || event.target.value == '') {
|
|
2966
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2966
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
2967
2967
|
tempaddtocardpayloadobj.quantity = 1;
|
|
2968
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2968
|
+
setaddtocardpayloadobj(_objectSpread$2u({}, tempaddtocardpayloadobj));
|
|
2969
2969
|
} else {
|
|
2970
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
2970
|
+
var tempaddtocardpayloadobj = _objectSpread$2u({}, addtocardpayloadobj);
|
|
2971
2971
|
tempaddtocardpayloadobj.quantity = parseInt(event.target.value);
|
|
2972
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
2972
|
+
setaddtocardpayloadobj(_objectSpread$2u({}, tempaddtocardpayloadobj));
|
|
2973
2973
|
}
|
|
2974
2974
|
}
|
|
2975
2975
|
})), 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", {
|
|
@@ -3531,8 +3531,8 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3531
3531
|
}, ShareButtonsContainer()))))))));
|
|
3532
3532
|
};
|
|
3533
3533
|
|
|
3534
|
-
function ownKeys$
|
|
3535
|
-
function _objectSpread$
|
|
3534
|
+
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; }
|
|
3535
|
+
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; }
|
|
3536
3536
|
var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
3537
3537
|
var _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer17, _fetchProductInfoQuer18;
|
|
3538
3538
|
var langdetect = props.actions.langdetect;
|
|
@@ -3573,7 +3573,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3573
3573
|
slots = _useState6[0],
|
|
3574
3574
|
setslots = _useState6[1];
|
|
3575
3575
|
useEffect(function () {
|
|
3576
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3576
|
+
setaddtocardpayloadobj(_objectSpread$2t(_objectSpread$2t({}, addtocardpayloadobj), {}, {
|
|
3577
3577
|
item_type: 'service'
|
|
3578
3578
|
}));
|
|
3579
3579
|
}, [tabsarray]);
|
|
@@ -3585,16 +3585,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3585
3585
|
if (diffDays.toString() != 'NaN') {
|
|
3586
3586
|
if (date2 <= date1) {
|
|
3587
3587
|
NotificationManager.warning('', 'Please choose another date.');
|
|
3588
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3588
|
+
setaddtocardpayloadobj(_objectSpread$2t(_objectSpread$2t({}, addtocardpayloadobj), {}, {
|
|
3589
3589
|
quantity: 0
|
|
3590
3590
|
}));
|
|
3591
3591
|
} else {
|
|
3592
3592
|
if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
|
|
3593
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3593
|
+
setaddtocardpayloadobj(_objectSpread$2t(_objectSpread$2t({}, addtocardpayloadobj), {}, {
|
|
3594
3594
|
quantity: diffDays
|
|
3595
3595
|
}));
|
|
3596
3596
|
} else {
|
|
3597
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3597
|
+
setaddtocardpayloadobj(_objectSpread$2t(_objectSpread$2t({}, addtocardpayloadobj), {}, {
|
|
3598
3598
|
quantity: 0
|
|
3599
3599
|
}));
|
|
3600
3600
|
NotificationManager.warning('', 'Max: ' + fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant + ', Min: ' + fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant);
|
|
@@ -3808,7 +3808,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3808
3808
|
});
|
|
3809
3809
|
if (reservedslotArrtobetaken.length != 0) {
|
|
3810
3810
|
reservedslottobetaken = reservedslotArrtobetaken[0].slot;
|
|
3811
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3811
|
+
setaddtocardpayloadobj(_objectSpread$2t(_objectSpread$2t({}, addtocardpayloadobj), {}, {
|
|
3812
3812
|
time: reservedslottobetaken,
|
|
3813
3813
|
reserved_slots: reservedslotArrtobetaken,
|
|
3814
3814
|
quantity: parseInt(reservedslotArrtobetaken.length)
|
|
@@ -3867,7 +3867,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3867
3867
|
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,
|
|
3868
3868
|
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,
|
|
3869
3869
|
onChange: function onChange(event) {
|
|
3870
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3870
|
+
setaddtocardpayloadobj(_objectSpread$2t(_objectSpread$2t({}, addtocardpayloadobj), {}, {
|
|
3871
3871
|
from: event.target.value
|
|
3872
3872
|
}));
|
|
3873
3873
|
}
|
|
@@ -3887,7 +3887,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3887
3887
|
min: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationstarts,
|
|
3888
3888
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3889
3889
|
onChange: function onChange(event) {
|
|
3890
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3890
|
+
setaddtocardpayloadobj(_objectSpread$2t(_objectSpread$2t({}, addtocardpayloadobj), {}, {
|
|
3891
3891
|
to: event.target.value
|
|
3892
3892
|
}));
|
|
3893
3893
|
}
|
|
@@ -3908,7 +3908,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3908
3908
|
max: fetchProductInfoQueryContext.data.data.productinfo.serviceinfo.reservationends,
|
|
3909
3909
|
onChange: function onChange(event) {
|
|
3910
3910
|
// setaddtocardpayloadobj({ ...addtocardpayloadobj, date: event.target.value });
|
|
3911
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3911
|
+
setaddtocardpayloadobj(_objectSpread$2t(_objectSpread$2t({}, addtocardpayloadobj), {}, {
|
|
3912
3912
|
date: event.target.value,
|
|
3913
3913
|
time: '',
|
|
3914
3914
|
reservedslotArrtobetaken: [],
|
|
@@ -3971,7 +3971,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
3971
3971
|
}, /*#__PURE__*/React.createElement("button", {
|
|
3972
3972
|
"class": TabsStyles.booknow_btn_resp + ' allcentered ',
|
|
3973
3973
|
onClick: function onClick() {
|
|
3974
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
3974
|
+
setaddtocardpayloadobj(_objectSpread$2t(_objectSpread$2t({}, addtocardpayloadobj), {}, {
|
|
3975
3975
|
time: item.slot
|
|
3976
3976
|
}));
|
|
3977
3977
|
}
|
|
@@ -5072,8 +5072,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5072
5072
|
}, StoreInfoprops()))));
|
|
5073
5073
|
};
|
|
5074
5074
|
|
|
5075
|
-
function ownKeys$
|
|
5076
|
-
function _objectSpread$
|
|
5075
|
+
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; }
|
|
5076
|
+
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; }
|
|
5077
5077
|
var AddReview = function AddReview(props) {
|
|
5078
5078
|
var _css;
|
|
5079
5079
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -5125,7 +5125,7 @@ var AddReview = function AddReview(props) {
|
|
|
5125
5125
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
5126
5126
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5127
5127
|
});
|
|
5128
|
-
setsectionproperties(_objectSpread$
|
|
5128
|
+
setsectionproperties(_objectSpread$2s({}, secpropobj));
|
|
5129
5129
|
}
|
|
5130
5130
|
}, [StatePagePropertiesContext]);
|
|
5131
5131
|
useEffect(function () {
|
|
@@ -5134,7 +5134,7 @@ var AddReview = function AddReview(props) {
|
|
|
5134
5134
|
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) {
|
|
5135
5135
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5136
5136
|
});
|
|
5137
|
-
setsectionproperties(_objectSpread$
|
|
5137
|
+
setsectionproperties(_objectSpread$2s({}, secpropobj));
|
|
5138
5138
|
}, [pageindexcontext]);
|
|
5139
5139
|
var reviewstyles = {
|
|
5140
5140
|
submitreviewbtn: css({
|
|
@@ -5260,9 +5260,9 @@ var AddReview = function AddReview(props) {
|
|
|
5260
5260
|
}),
|
|
5261
5261
|
activeColor: "#ffd700",
|
|
5262
5262
|
onChange: function onChange(event) {
|
|
5263
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
5263
|
+
var tempreviewpayloadobj = _objectSpread$2s({}, reviewpayloadobj);
|
|
5264
5264
|
tempreviewpayloadobj.reviewrate = event;
|
|
5265
|
-
setreviewpayloadobj(_objectSpread$
|
|
5265
|
+
setreviewpayloadobj(_objectSpread$2s({}, tempreviewpayloadobj));
|
|
5266
5266
|
}
|
|
5267
5267
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
5268
5268
|
"class": "col-lg-12"
|
|
@@ -5276,9 +5276,9 @@ var AddReview = function AddReview(props) {
|
|
|
5276
5276
|
"class": reviewstyles.form_control,
|
|
5277
5277
|
value: reviewpayloadobj.reviewname,
|
|
5278
5278
|
onChange: function onChange(event) {
|
|
5279
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
5279
|
+
var tempreviewpayloadobj = _objectSpread$2s({}, reviewpayloadobj);
|
|
5280
5280
|
tempreviewpayloadobj.reviewname = event.target.value;
|
|
5281
|
-
setreviewpayloadobj(_objectSpread$
|
|
5281
|
+
setreviewpayloadobj(_objectSpread$2s({}, tempreviewpayloadobj));
|
|
5282
5282
|
}
|
|
5283
5283
|
})), /*#__PURE__*/React.createElement("div", {
|
|
5284
5284
|
"class": "col-lg-12 mb-4"
|
|
@@ -5288,9 +5288,9 @@ var AddReview = function AddReview(props) {
|
|
|
5288
5288
|
"class": reviewstyles.form_control,
|
|
5289
5289
|
value: reviewpayloadobj.reviewtitle,
|
|
5290
5290
|
onChange: function onChange(event) {
|
|
5291
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
5291
|
+
var tempreviewpayloadobj = _objectSpread$2s({}, reviewpayloadobj);
|
|
5292
5292
|
tempreviewpayloadobj.reviewtitle = event.target.value;
|
|
5293
|
-
setreviewpayloadobj(_objectSpread$
|
|
5293
|
+
setreviewpayloadobj(_objectSpread$2s({}, tempreviewpayloadobj));
|
|
5294
5294
|
}
|
|
5295
5295
|
})), /*#__PURE__*/React.createElement("div", {
|
|
5296
5296
|
"class": "col-lg-12 mb-4"
|
|
@@ -5301,9 +5301,9 @@ var AddReview = function AddReview(props) {
|
|
|
5301
5301
|
"class": reviewstyles.form_control + ' form_control ',
|
|
5302
5302
|
value: reviewpayloadobj.reviewbody,
|
|
5303
5303
|
onChange: function onChange(event) {
|
|
5304
|
-
var tempreviewpayloadobj = _objectSpread$
|
|
5304
|
+
var tempreviewpayloadobj = _objectSpread$2s({}, reviewpayloadobj);
|
|
5305
5305
|
tempreviewpayloadobj.reviewbody = event.target.value;
|
|
5306
|
-
setreviewpayloadobj(_objectSpread$
|
|
5306
|
+
setreviewpayloadobj(_objectSpread$2s({}, tempreviewpayloadobj));
|
|
5307
5307
|
},
|
|
5308
5308
|
style: {
|
|
5309
5309
|
resize: 'none',
|
|
@@ -5338,8 +5338,8 @@ var AddReview = function AddReview(props) {
|
|
|
5338
5338
|
}, langdetect == 'en' ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)));
|
|
5339
5339
|
};
|
|
5340
5340
|
|
|
5341
|
-
function ownKeys$
|
|
5342
|
-
function _objectSpread$
|
|
5341
|
+
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; }
|
|
5342
|
+
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; }
|
|
5343
5343
|
var ProductReviews = function ProductReviews(props) {
|
|
5344
5344
|
var _fetchProductInfoQuer, _fetchProductInfoQuer3, _fetchProductInfoQuer4;
|
|
5345
5345
|
props.actions.lang;
|
|
@@ -5573,7 +5573,7 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
5573
5573
|
size: "md",
|
|
5574
5574
|
"class": "reviewmodal"
|
|
5575
5575
|
}, /*#__PURE__*/React.createElement(Modal.Body, null, /*#__PURE__*/React.createElement(AddReview, {
|
|
5576
|
-
actions: _objectSpread$
|
|
5576
|
+
actions: _objectSpread$2r(_objectSpread$2r({}, actions), {}, {
|
|
5577
5577
|
productid: productid,
|
|
5578
5578
|
canuserreview: canuserreview,
|
|
5579
5579
|
addreviewcallback: addreviewcallback
|
|
@@ -5581,8 +5581,8 @@ var ProductReviews = function ProductReviews(props) {
|
|
|
5581
5581
|
}))));
|
|
5582
5582
|
};
|
|
5583
5583
|
|
|
5584
|
-
function ownKeys$
|
|
5585
|
-
function _objectSpread$
|
|
5584
|
+
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; }
|
|
5585
|
+
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; }
|
|
5586
5586
|
var Productinfo = function Productinfo(props) {
|
|
5587
5587
|
var _css, _ref, _ref2, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12;
|
|
5588
5588
|
var _useState = useState({}),
|
|
@@ -5611,7 +5611,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5611
5611
|
setfetchProductInfoQueryContext = _useState4[1];
|
|
5612
5612
|
useEffect(function () {
|
|
5613
5613
|
if (fetchProductInfoQueryContextProps.isSuccess) {
|
|
5614
|
-
setProductInfoObj(_objectSpread$
|
|
5614
|
+
setProductInfoObj(_objectSpread$2q({}, fetchProductInfoQueryContextProps.data));
|
|
5615
5615
|
setfetchProductInfoQueryContext(fetchProductInfoQueryContextProps);
|
|
5616
5616
|
}
|
|
5617
5617
|
}, [props.actions, props, fetchProductInfoQueryContextProps.data, fetchProductInfoQueryContextProps.isSuccess]);
|
|
@@ -5728,7 +5728,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5728
5728
|
StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
5729
5729
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5730
5730
|
});
|
|
5731
|
-
setsectionproperties(_objectSpread$
|
|
5731
|
+
setsectionproperties(_objectSpread$2q({}, secpropobj));
|
|
5732
5732
|
setTabIndex(0);
|
|
5733
5733
|
settabname('descriptiontab');
|
|
5734
5734
|
if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.product_videos) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.length) == 0) {
|
|
@@ -5770,7 +5770,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5770
5770
|
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) {
|
|
5771
5771
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
5772
5772
|
});
|
|
5773
|
-
setsectionproperties(_objectSpread$
|
|
5773
|
+
setsectionproperties(_objectSpread$2q({}, secpropobj));
|
|
5774
5774
|
}, [pageindexcontext]);
|
|
5775
5775
|
useEffect(function () {
|
|
5776
5776
|
if (productidparam == undefined) {
|
|
@@ -5790,12 +5790,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
5790
5790
|
}
|
|
5791
5791
|
}, [ProductInfoObj, isloaded]);
|
|
5792
5792
|
var productidassigner = function productidassigner(productid) {
|
|
5793
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
5793
|
+
var tempFetchQueriesEngineContext = _objectSpread$2q({}, FetchQueriesEngineContext);
|
|
5794
5794
|
tempFetchQueriesEngineContext.fetchproductinfo = true;
|
|
5795
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
5796
|
-
var tempfetchproductinfoObjContext = _objectSpread$
|
|
5795
|
+
setFetchQueriesEngineContext(_objectSpread$2q({}, tempFetchQueriesEngineContext));
|
|
5796
|
+
var tempfetchproductinfoObjContext = _objectSpread$2q({}, fetchproductinfoObjContext);
|
|
5797
5797
|
tempfetchproductinfoObjContext.productid = productid;
|
|
5798
|
-
setfetchproductinfoObjContext(_objectSpread$
|
|
5798
|
+
setfetchproductinfoObjContext(_objectSpread$2q({}, tempfetchproductinfoObjContext));
|
|
5799
5799
|
};
|
|
5800
5800
|
useEffect(function () {
|
|
5801
5801
|
if (!fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess && ikimagecredcontext != undefined) {
|
|
@@ -5832,7 +5832,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5832
5832
|
}
|
|
5833
5833
|
setproductimagesarray([].concat(tempproductimagesarray));
|
|
5834
5834
|
variantchecker();
|
|
5835
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5835
|
+
var tempaddtocardpayloadobj = _objectSpread$2q({}, addtocardpayloadobj);
|
|
5836
5836
|
tempaddtocardpayloadobj.productid = fetchProductInfoQueryContext.data.data.productinfo.productid;
|
|
5837
5837
|
// setaddtocardpayloadobj({ ...tempaddtocardpayloadobj });
|
|
5838
5838
|
setRelatedProductsTagid(fetchProductInfoQueryContext.data.data.productinfo.maintagid);
|
|
@@ -5852,7 +5852,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5852
5852
|
} else {
|
|
5853
5853
|
tempaddtocardpayloadobj.item_type = 'product';
|
|
5854
5854
|
}
|
|
5855
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5855
|
+
setaddtocardpayloadobj(_objectSpread$2q({}, tempaddtocardpayloadobj));
|
|
5856
5856
|
}
|
|
5857
5857
|
}
|
|
5858
5858
|
}, [fetchProductInfoQueryContext.isSuccess, fetchProductInfoQueryContext.data, ikimagecredcontext]);
|
|
@@ -5891,7 +5891,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5891
5891
|
});
|
|
5892
5892
|
variantchecker();
|
|
5893
5893
|
variantcompleting();
|
|
5894
|
-
setProductInfoObj(_objectSpread$
|
|
5894
|
+
setProductInfoObj(_objectSpread$2q({}, productarr));
|
|
5895
5895
|
};
|
|
5896
5896
|
var variantchecker = function variantchecker() {
|
|
5897
5897
|
var productarr = ProductInfoObj;
|
|
@@ -5965,16 +5965,16 @@ var Productinfo = function Productinfo(props) {
|
|
|
5965
5965
|
});
|
|
5966
5966
|
}
|
|
5967
5967
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
5968
|
-
setProductInfoObj(_objectSpread$
|
|
5968
|
+
setProductInfoObj(_objectSpread$2q({}, productarr));
|
|
5969
5969
|
setisloaded(true);
|
|
5970
5970
|
}
|
|
5971
5971
|
}
|
|
5972
5972
|
};
|
|
5973
5973
|
var variantcompleting = function variantcompleting() {
|
|
5974
5974
|
setvariantindexcompleted('');
|
|
5975
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
5975
|
+
var tempaddtocardpayloadobj = _objectSpread$2q({}, addtocardpayloadobj);
|
|
5976
5976
|
tempaddtocardpayloadobj.variantid = '';
|
|
5977
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
5977
|
+
setaddtocardpayloadobj(_objectSpread$2q({}, tempaddtocardpayloadobj));
|
|
5978
5978
|
var productarr = ProductInfoObj;
|
|
5979
5979
|
var selectedoptionsvalues = [];
|
|
5980
5980
|
productarr.data.productinfo.productoptions.forEach(function (productoptionsitem, productoptionsindex) {
|
|
@@ -6007,7 +6007,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6007
6007
|
NotificationManager.warning('', 'Variant Not Found');
|
|
6008
6008
|
} else {
|
|
6009
6009
|
variantid = variantobj.variantid;
|
|
6010
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
6010
|
+
var tempaddtocardpayloadobj = _objectSpread$2q({}, addtocardpayloadobj);
|
|
6011
6011
|
tempaddtocardpayloadobj.variantid = variantid;
|
|
6012
6012
|
var variantimageindex = 0;
|
|
6013
6013
|
productimagesarray === null || productimagesarray === void 0 || productimagesarray.forEach(function (tempimageitem, tempimageindex) {
|
|
@@ -6022,14 +6022,14 @@ var Productinfo = function Productinfo(props) {
|
|
|
6022
6022
|
}
|
|
6023
6023
|
setvariantsku(variantobj === null || variantobj === void 0 ? void 0 : variantobj.sku);
|
|
6024
6024
|
setcurrentshowingimageindex(variantimageindex);
|
|
6025
|
-
setaddtocardpayloadobj(_objectSpread$
|
|
6025
|
+
setaddtocardpayloadobj(_objectSpread$2q({}, tempaddtocardpayloadobj));
|
|
6026
6026
|
setvariantindexcompleted(ProductVariantIndex);
|
|
6027
6027
|
setvariantindex(ProductVariantIndex);
|
|
6028
6028
|
}
|
|
6029
6029
|
}
|
|
6030
6030
|
});
|
|
6031
6031
|
// queryClient.setQueryData('fetchProductInfo_API' + JSON.stringify(fetchproductinfoObjContext), productarr);
|
|
6032
|
-
setProductInfoObj(_objectSpread$
|
|
6032
|
+
setProductInfoObj(_objectSpread$2q({}, productarr));
|
|
6033
6033
|
};
|
|
6034
6034
|
var addtocartfunc = function addtocartfunc(forcetocheckout) {
|
|
6035
6035
|
var runfunc = false;
|
|
@@ -6050,7 +6050,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6050
6050
|
}
|
|
6051
6051
|
if (runfunc == true) {
|
|
6052
6052
|
var _fetchProductInfoQuer10, _fetchProductInfoQuer11;
|
|
6053
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
6053
|
+
var tempaddtocardpayloadobj = _objectSpread$2q({}, addtocardpayloadobj);
|
|
6054
6054
|
tempaddtocardpayloadobj.isproductforcedtocheckout = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.isproductforcedtocheckout;
|
|
6055
6055
|
tempaddtocardpayloadobj.vendorid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.vendorproviderid;
|
|
6056
6056
|
if (forcetocheckoutvalue != undefined) {
|
|
@@ -6074,7 +6074,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
6074
6074
|
};
|
|
6075
6075
|
var validateextrafields = function validateextrafields() {
|
|
6076
6076
|
var _fetchProductInfoQuer18;
|
|
6077
|
-
var tempaddtocardpayloadobj = _objectSpread$
|
|
6077
|
+
var tempaddtocardpayloadobj = _objectSpread$2q({}, addtocardpayloadobj);
|
|
6078
6078
|
var status = false;
|
|
6079
6079
|
var reason = '';
|
|
6080
6080
|
var missingitemsfound = [];
|
|
@@ -7160,7 +7160,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7160
7160
|
}))), /*#__PURE__*/React.createElement(Box, {
|
|
7161
7161
|
"class": "w-100 mt-5 mb-4"
|
|
7162
7162
|
}, tabname == 'descriptiontab' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React.createElement(DescriptionContent, {
|
|
7163
|
-
actions: _objectSpread$
|
|
7163
|
+
actions: _objectSpread$2q(_objectSpread$2q({}, actions), {}, {
|
|
7164
7164
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
7165
7165
|
sectionproperties: sectionproperties
|
|
7166
7166
|
})
|
|
@@ -7208,7 +7208,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
7208
7208
|
})), tabname == 'reviewstab' && /*#__PURE__*/React.createElement("div", {
|
|
7209
7209
|
"class": "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0"
|
|
7210
7210
|
}, /*#__PURE__*/React.createElement(ProductReviews, {
|
|
7211
|
-
actions: _objectSpread$
|
|
7211
|
+
actions: _objectSpread$2q(_objectSpread$2q({}, actions), {}, {
|
|
7212
7212
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
7213
7213
|
sectionproperties: sectionproperties
|
|
7214
7214
|
})
|
|
@@ -7225,8 +7225,8 @@ var css_248z$I = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu_
|
|
|
7225
7225
|
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"};
|
|
7226
7226
|
styleInject(css_248z$I);
|
|
7227
7227
|
|
|
7228
|
-
function ownKeys$
|
|
7229
|
-
function _objectSpread$
|
|
7228
|
+
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; }
|
|
7229
|
+
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; }
|
|
7230
7230
|
var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
7231
7231
|
var _useState = useState(props.currentpageprops),
|
|
7232
7232
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -7262,7 +7262,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
7262
7262
|
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) {
|
|
7263
7263
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7264
7264
|
});
|
|
7265
|
-
setsectionproperties(_objectSpread$
|
|
7265
|
+
setsectionproperties(_objectSpread$2p({}, secpropobj));
|
|
7266
7266
|
}
|
|
7267
7267
|
}, [CurrentPageId]);
|
|
7268
7268
|
var styles = {
|
|
@@ -7428,8 +7428,8 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
7428
7428
|
}))))));
|
|
7429
7429
|
};
|
|
7430
7430
|
|
|
7431
|
-
function ownKeys$
|
|
7432
|
-
function _objectSpread$
|
|
7431
|
+
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; }
|
|
7432
|
+
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; }
|
|
7433
7433
|
var Ordershistory = function Ordershistory(props) {
|
|
7434
7434
|
var _props$actions2, _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchorderhistoryQue2, _fetchorderhistoryQue3, _fetchorderhistoryQue4, _fetchorderhistoryQue5;
|
|
7435
7435
|
var lang = props.actions.lang;
|
|
@@ -7482,9 +7482,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7482
7482
|
setorderindex = _useState14[1];
|
|
7483
7483
|
useEffect(function () {
|
|
7484
7484
|
if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
|
|
7485
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
7485
|
+
var tempFetchQueriesEngineContext = _objectSpread$2o({}, FetchQueriesEngineContext);
|
|
7486
7486
|
tempFetchQueriesEngineContext.orderhistory = true;
|
|
7487
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
7487
|
+
setFetchQueriesEngineContext(_objectSpread$2o({}, tempFetchQueriesEngineContext));
|
|
7488
7488
|
}
|
|
7489
7489
|
}, []);
|
|
7490
7490
|
var _useState15 = useState(''),
|
|
@@ -7505,7 +7505,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7505
7505
|
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) {
|
|
7506
7506
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
7507
7507
|
});
|
|
7508
|
-
setsectionproperties(_objectSpread$
|
|
7508
|
+
setsectionproperties(_objectSpread$2o({}, secpropobj));
|
|
7509
7509
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
7510
7510
|
var orderhistory_cssstyles = {
|
|
7511
7511
|
variantcontainer: css({
|
|
@@ -8456,8 +8456,8 @@ var css_248z$H = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_c
|
|
|
8456
8456
|
var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
|
|
8457
8457
|
styleInject(css_248z$H);
|
|
8458
8458
|
|
|
8459
|
-
function ownKeys$
|
|
8460
|
-
function _objectSpread$
|
|
8459
|
+
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; }
|
|
8460
|
+
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; }
|
|
8461
8461
|
var Wishlist = function Wishlist(props) {
|
|
8462
8462
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
8463
8463
|
props.actions.lang;
|
|
@@ -8488,13 +8488,13 @@ var Wishlist = function Wishlist(props) {
|
|
|
8488
8488
|
StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
|
|
8489
8489
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8490
8490
|
});
|
|
8491
|
-
setsectionproperties(_objectSpread$
|
|
8491
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
8492
8492
|
}
|
|
8493
8493
|
}, [StatePagePropertiesContext]);
|
|
8494
8494
|
useEffect(function () {
|
|
8495
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
8495
|
+
var tempFetchQueriesEngineContext = _objectSpread$2n({}, FetchQueriesEngineContext);
|
|
8496
8496
|
tempFetchQueriesEngineContext.fetchfavoriteproducts = true;
|
|
8497
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
8497
|
+
setFetchQueriesEngineContext(_objectSpread$2n({}, tempFetchQueriesEngineContext));
|
|
8498
8498
|
}, []);
|
|
8499
8499
|
useEffect(function () {
|
|
8500
8500
|
if (Object.keys(StatePagePropertiesContext).length != 0) {
|
|
@@ -8503,7 +8503,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
8503
8503
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
8504
8504
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
8505
8505
|
});
|
|
8506
|
-
setsectionproperties(_objectSpread$
|
|
8506
|
+
setsectionproperties(_objectSpread$2n({}, secpropobj));
|
|
8507
8507
|
}
|
|
8508
8508
|
}, [StatePagePropertiesContext]);
|
|
8509
8509
|
var wishlist_cssstyles = {
|
|
@@ -9122,8 +9122,8 @@ var Wishlist = function Wishlist(props) {
|
|
|
9122
9122
|
})));
|
|
9123
9123
|
};
|
|
9124
9124
|
|
|
9125
|
-
function ownKeys$
|
|
9126
|
-
function _objectSpread$
|
|
9125
|
+
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; }
|
|
9126
|
+
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; }
|
|
9127
9127
|
var Viewcart = function Viewcart(props) {
|
|
9128
9128
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchcustomercartQue7, _fetchcustomercartQue8;
|
|
9129
9129
|
var lang = props.actions.lang;
|
|
@@ -9155,7 +9155,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
9155
9155
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
9156
9156
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9157
9157
|
});
|
|
9158
|
-
setsectionproperties(_objectSpread$
|
|
9158
|
+
setsectionproperties(_objectSpread$2m({}, secpropobj));
|
|
9159
9159
|
}
|
|
9160
9160
|
}, [StatePagePropertiesContext]);
|
|
9161
9161
|
useEffect(function () {
|
|
@@ -9743,8 +9743,8 @@ var css_248z$G = "/* Forms */\n.form-module_form_control__4-RGw {\n display:
|
|
|
9743
9743
|
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-"};
|
|
9744
9744
|
styleInject(css_248z$G);
|
|
9745
9745
|
|
|
9746
|
-
function ownKeys$
|
|
9747
|
-
function _objectSpread$
|
|
9746
|
+
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; }
|
|
9747
|
+
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; }
|
|
9748
9748
|
var Select$3 = /*#__PURE__*/React.lazy(function () {
|
|
9749
9749
|
return import('react-select');
|
|
9750
9750
|
});
|
|
@@ -9803,7 +9803,7 @@ var Checkout = function Checkout(props) {
|
|
|
9803
9803
|
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) {
|
|
9804
9804
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
9805
9805
|
});
|
|
9806
|
-
setsectionproperties(_objectSpread$
|
|
9806
|
+
setsectionproperties(_objectSpread$2l({}, secpropobj));
|
|
9807
9807
|
}, [props.actions.StatePagePropertiesContext]);
|
|
9808
9808
|
useEffect(function () {
|
|
9809
9809
|
var Canorder = false;
|
|
@@ -9823,10 +9823,10 @@ var Checkout = function Checkout(props) {
|
|
|
9823
9823
|
}
|
|
9824
9824
|
if (Canorder == true) {
|
|
9825
9825
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7;
|
|
9826
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
9826
|
+
var tempFetchQueriesEngineContext = _objectSpread$2l({}, FetchQueriesEngineContext);
|
|
9827
9827
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
9828
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
9829
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
9828
|
+
setFetchQueriesEngineContext(_objectSpread$2l({}, tempFetchQueriesEngineContext));
|
|
9829
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2l({}, FetchTabexStatesPayloadobjContext);
|
|
9830
9830
|
if (
|
|
9831
9831
|
// Aya
|
|
9832
9832
|
!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 &&
|
|
@@ -9843,7 +9843,7 @@ var Checkout = function Checkout(props) {
|
|
|
9843
9843
|
var _fetchcustomercartQue8;
|
|
9844
9844
|
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;
|
|
9845
9845
|
}
|
|
9846
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
9846
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2l({}, tempFetchTabexStatesPayloadobjContext));
|
|
9847
9847
|
} else {
|
|
9848
9848
|
// NotificationManager.warning('', lang.pleaselogintocheckout);
|
|
9849
9849
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -10740,10 +10740,10 @@ var Checkout = function Checkout(props) {
|
|
|
10740
10740
|
return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue60 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue60 === void 0 || (_fetchcustomercartQue60 = _fetchcustomercartQue60.data) === null || _fetchcustomercartQue60 === void 0 ? void 0 : _fetchcustomercartQue60.customercart.countryid);
|
|
10741
10741
|
}),
|
|
10742
10742
|
onChange: function onChange(option) {
|
|
10743
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10743
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2l({}, FetchTabexStatesPayloadobjContext);
|
|
10744
10744
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
10745
10745
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
10746
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10746
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2l({}, tempFetchTabexStatesPayloadobjContext));
|
|
10747
10747
|
cartinfoupdater('countryid', option.id);
|
|
10748
10748
|
},
|
|
10749
10749
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -10788,10 +10788,10 @@ var Checkout = function Checkout(props) {
|
|
|
10788
10788
|
onChange: function onChange(option) {
|
|
10789
10789
|
var _fetchcustomercartQue62;
|
|
10790
10790
|
if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue62 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue62 === void 0 || (_fetchcustomercartQue62 = _fetchcustomercartQue62.data) === null || _fetchcustomercartQue62 === void 0 ? void 0 : _fetchcustomercartQue62.customercart.countryid.length) != 0) {
|
|
10791
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
10791
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2l({}, FetchTabexStatesPayloadobjContext);
|
|
10792
10792
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
10793
10793
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
10794
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
10794
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2l({}, tempFetchTabexStatesPayloadobjContext));
|
|
10795
10795
|
cartinfoupdater('stateid', option.id);
|
|
10796
10796
|
} else {
|
|
10797
10797
|
NotificationManager.warning('', 'Please Choose Country Or State');
|
|
@@ -11176,8 +11176,8 @@ var Checkout = function Checkout(props) {
|
|
|
11176
11176
|
}, Mycart())))));
|
|
11177
11177
|
};
|
|
11178
11178
|
|
|
11179
|
-
function ownKeys$
|
|
11180
|
-
function _objectSpread$
|
|
11179
|
+
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; }
|
|
11180
|
+
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; }
|
|
11181
11181
|
var VendorPage = function VendorPage(props) {
|
|
11182
11182
|
var _useState = useState(''),
|
|
11183
11183
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -11210,7 +11210,7 @@ var VendorPage = function VendorPage(props) {
|
|
|
11210
11210
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
11211
11211
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
11212
11212
|
});
|
|
11213
|
-
setsectionproperties(_objectSpread$
|
|
11213
|
+
setsectionproperties(_objectSpread$2k({}, secpropobj));
|
|
11214
11214
|
}
|
|
11215
11215
|
}, [StatePagePropertiesContext]);
|
|
11216
11216
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -11333,8 +11333,8 @@ var VendorPage = function VendorPage(props) {
|
|
|
11333
11333
|
})));
|
|
11334
11334
|
};
|
|
11335
11335
|
|
|
11336
|
-
function ownKeys$
|
|
11337
|
-
function _objectSpread$
|
|
11336
|
+
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; }
|
|
11337
|
+
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; }
|
|
11338
11338
|
var Select$2 = /*#__PURE__*/React.lazy(function () {
|
|
11339
11339
|
return import('react-select');
|
|
11340
11340
|
});
|
|
@@ -11444,46 +11444,46 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11444
11444
|
}
|
|
11445
11445
|
}, [fetchAuthorizationQueryContext.isSuccess]);
|
|
11446
11446
|
useEffect(function () {
|
|
11447
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
11447
|
+
var tempFetchQueriesEngineContext = _objectSpread$2j({}, FetchQueriesEngineContext);
|
|
11448
11448
|
tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
11449
11449
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
11450
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
11451
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
11450
|
+
setFetchQueriesEngineContext(_objectSpread$2j({}, tempFetchQueriesEngineContext));
|
|
11451
|
+
var tempFetchQueriesEngineContext = _objectSpread$2j({}, FetchQueriesEngineContext);
|
|
11452
11452
|
}, []);
|
|
11453
11453
|
useEffect(function () {
|
|
11454
11454
|
if (props.sectionpropertiesprops != undefined && props.sectionpropertiesprops.length != 0) {
|
|
11455
|
-
setsectionproperties(_objectSpread$
|
|
11455
|
+
setsectionproperties(_objectSpread$2j({}, props.sectionpropertiesprops));
|
|
11456
11456
|
}
|
|
11457
11457
|
}, [props.sectionpropertiesprops]);
|
|
11458
11458
|
useEffect(function () {
|
|
11459
11459
|
if (fetchinstitutecustomerinfosignupQueryContext.isSuccess) {
|
|
11460
11460
|
if (authdetailsContext.loggedin == true) {
|
|
11461
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
11462
|
-
setpayloadobj(_objectSpread$
|
|
11463
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11461
|
+
var tempcustomerinfoobj = _objectSpread$2j({}, fetchinstitutecustomerinfosignupQueryContext.data.data.customerinfo);
|
|
11462
|
+
setpayloadobj(_objectSpread$2j({}, tempcustomerinfoobj));
|
|
11463
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2j({}, FetchTabexStatesPayloadobjContext);
|
|
11464
11464
|
if (tempcustomerinfoobj.countryid != null) {
|
|
11465
11465
|
tempFetchTabexStatesPayloadobjContext.country_id = tempcustomerinfoobj.countryid;
|
|
11466
11466
|
}
|
|
11467
11467
|
if (tempcustomerinfoobj.stateid != null) {
|
|
11468
11468
|
tempFetchTabexStatesPayloadobjContext.state_id = tempcustomerinfoobj.stateid;
|
|
11469
11469
|
}
|
|
11470
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11470
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2j({}, tempFetchTabexStatesPayloadobjContext));
|
|
11471
11471
|
setdataloaded(true);
|
|
11472
11472
|
} else {
|
|
11473
11473
|
var _fetchinstitutecustom;
|
|
11474
|
-
var tempcustomerinfoobj = _objectSpread$
|
|
11474
|
+
var tempcustomerinfoobj = _objectSpread$2j({}, payloadobj);
|
|
11475
11475
|
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)) {
|
|
11476
11476
|
tempcustomerinfoobj.instsignupformvalues = _toConsumableArray(fetchinstitutecustomerinfosignupQueryContext.data.data.instsignupformvalues);
|
|
11477
11477
|
}
|
|
11478
|
-
setpayloadobj(_objectSpread$
|
|
11478
|
+
setpayloadobj(_objectSpread$2j({}, tempcustomerinfoobj));
|
|
11479
11479
|
setdataloaded(true);
|
|
11480
11480
|
}
|
|
11481
11481
|
}
|
|
11482
11482
|
}, [fetchinstitutecustomerinfosignupQueryContext.isSuccess, fetchinstitutecustomerinfosignupQueryContext.data, authdetailsContext]);
|
|
11483
11483
|
var payloadobjchange = function payloadobjchange(key, value) {
|
|
11484
|
-
var temppayloadobj = _objectSpread$
|
|
11484
|
+
var temppayloadobj = _objectSpread$2j({}, payloadobj);
|
|
11485
11485
|
temppayloadobj[key] = value;
|
|
11486
|
-
setpayloadobj(_objectSpread$
|
|
11486
|
+
setpayloadobj(_objectSpread$2j({}, temppayloadobj));
|
|
11487
11487
|
};
|
|
11488
11488
|
var validateEmailstring = function validateEmailstring(email) {
|
|
11489
11489
|
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,}))$/);
|
|
@@ -11563,7 +11563,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11563
11563
|
};
|
|
11564
11564
|
var signupbuttonfunc = function signupbuttonfunc() {
|
|
11565
11565
|
if (verifypayload() == true) {
|
|
11566
|
-
var temppayloadobj = _objectSpread$
|
|
11566
|
+
var temppayloadobj = _objectSpread$2j({}, payloadobj);
|
|
11567
11567
|
if (authdetailsContext.loggedin == true) {
|
|
11568
11568
|
temppayloadobj.functype = 'edit';
|
|
11569
11569
|
} else {
|
|
@@ -11720,10 +11720,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11720
11720
|
autoFormat: true,
|
|
11721
11721
|
value: payloadobj.mobile,
|
|
11722
11722
|
onChange: function onChange(event, country) {
|
|
11723
|
-
var temp = _objectSpread$
|
|
11723
|
+
var temp = _objectSpread$2j({}, payloadobj);
|
|
11724
11724
|
temp.mobile = event;
|
|
11725
11725
|
temp.countrydialcode = country.dialCode;
|
|
11726
|
-
setpayloadobj(_objectSpread$
|
|
11726
|
+
setpayloadobj(_objectSpread$2j({}, temp));
|
|
11727
11727
|
// payloadobjchange('mobile', event);
|
|
11728
11728
|
|
|
11729
11729
|
// alert(JSON.stringify(country));
|
|
@@ -11780,10 +11780,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11780
11780
|
return option.id == payloadobj.countryid;
|
|
11781
11781
|
}),
|
|
11782
11782
|
onChange: function onChange(option) {
|
|
11783
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11783
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2j({}, FetchTabexStatesPayloadobjContext);
|
|
11784
11784
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
11785
11785
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
11786
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11786
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2j({}, tempFetchTabexStatesPayloadobjContext));
|
|
11787
11787
|
payloadobjchange('countryid', option.id);
|
|
11788
11788
|
},
|
|
11789
11789
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -11832,10 +11832,10 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11832
11832
|
return option.id == payloadobj.stateid;
|
|
11833
11833
|
}),
|
|
11834
11834
|
onChange: function onChange(option) {
|
|
11835
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
11835
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2j({}, FetchTabexStatesPayloadobjContext);
|
|
11836
11836
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
11837
11837
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
11838
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
11838
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2j({}, tempFetchTabexStatesPayloadobjContext));
|
|
11839
11839
|
payloadobjchange('stateid', option.id);
|
|
11840
11840
|
},
|
|
11841
11841
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -11977,9 +11977,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11977
11977
|
value: item.customersignupvalue,
|
|
11978
11978
|
textplaceholder: "",
|
|
11979
11979
|
onChange: function onChange(event) {
|
|
11980
|
-
var temppayloadobj = _objectSpread$
|
|
11980
|
+
var temppayloadobj = _objectSpread$2j({}, payloadobj);
|
|
11981
11981
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
11982
|
-
setpayloadobj(_objectSpread$
|
|
11982
|
+
setpayloadobj(_objectSpread$2j({}, temppayloadobj));
|
|
11983
11983
|
},
|
|
11984
11984
|
style: {
|
|
11985
11985
|
background: 'transparent'
|
|
@@ -11993,13 +11993,13 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
11993
11993
|
className: formstyles.checkboxinputstyles + ' mt-auto mb-auto ',
|
|
11994
11994
|
checked: item.customersignupvalue == 1 ? true : false,
|
|
11995
11995
|
onChange: function onChange() {
|
|
11996
|
-
var temppayloadobj = _objectSpread$
|
|
11996
|
+
var temppayloadobj = _objectSpread$2j({}, payloadobj);
|
|
11997
11997
|
if (temppayloadobj.instsignupformvalues[index].customersignupvalue == 1) {
|
|
11998
11998
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 0;
|
|
11999
11999
|
} else {
|
|
12000
12000
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = 1;
|
|
12001
12001
|
}
|
|
12002
|
-
setpayloadobj(_objectSpread$
|
|
12002
|
+
setpayloadobj(_objectSpread$2j({}, temppayloadobj));
|
|
12003
12003
|
}
|
|
12004
12004
|
}), /*#__PURE__*/React.createElement("svg", {
|
|
12005
12005
|
viewBox: "0 0 21 21",
|
|
@@ -12016,9 +12016,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12016
12016
|
value: item.customersignupvalue,
|
|
12017
12017
|
textplaceholder: "",
|
|
12018
12018
|
onChange: function onChange(event) {
|
|
12019
|
-
var temppayloadobj = _objectSpread$
|
|
12019
|
+
var temppayloadobj = _objectSpread$2j({}, payloadobj);
|
|
12020
12020
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
12021
|
-
setpayloadobj(_objectSpread$
|
|
12021
|
+
setpayloadobj(_objectSpread$2j({}, temppayloadobj));
|
|
12022
12022
|
}
|
|
12023
12023
|
}, /*#__PURE__*/React.createElement("option", {
|
|
12024
12024
|
value: '',
|
|
@@ -12033,9 +12033,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12033
12033
|
value: item.customersignupvalue,
|
|
12034
12034
|
textplaceholder: "",
|
|
12035
12035
|
onChange: function onChange(event) {
|
|
12036
|
-
var temppayloadobj = _objectSpread$
|
|
12036
|
+
var temppayloadobj = _objectSpread$2j({}, payloadobj);
|
|
12037
12037
|
temppayloadobj.instsignupformvalues[index].customersignupvalue = event.target.value;
|
|
12038
|
-
setpayloadobj(_objectSpread$
|
|
12038
|
+
setpayloadobj(_objectSpread$2j({}, temppayloadobj));
|
|
12039
12039
|
},
|
|
12040
12040
|
style: {
|
|
12041
12041
|
resize: 'none'
|
|
@@ -12389,7 +12389,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12389
12389
|
className: "".concat(formstyles.form_control),
|
|
12390
12390
|
value: validateemailpayload.code,
|
|
12391
12391
|
onChange: function onChange(event) {
|
|
12392
|
-
setvalidateemailpayload(_objectSpread$
|
|
12392
|
+
setvalidateemailpayload(_objectSpread$2j(_objectSpread$2j({}, validateemailpayload), {}, {
|
|
12393
12393
|
code: event.target.value
|
|
12394
12394
|
}));
|
|
12395
12395
|
},
|
|
@@ -12416,12 +12416,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12416
12416
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
12417
12417
|
if (data.data.status) {
|
|
12418
12418
|
if (data.data.functype == 'sendcode') {
|
|
12419
|
-
setvalidateemailpayload(_objectSpread$
|
|
12419
|
+
setvalidateemailpayload(_objectSpread$2j(_objectSpread$2j({}, validateemailpayload), {}, {
|
|
12420
12420
|
step: 'verifycode'
|
|
12421
12421
|
}));
|
|
12422
12422
|
}
|
|
12423
12423
|
if (data.data.functype == 'verifycode') {
|
|
12424
|
-
setvalidateemailpayload(_objectSpread$
|
|
12424
|
+
setvalidateemailpayload(_objectSpread$2j(_objectSpread$2j({}, validateemailpayload), {}, {
|
|
12425
12425
|
isvalidated: true
|
|
12426
12426
|
}));
|
|
12427
12427
|
setvalidateemailmodal(false);
|
|
@@ -12516,7 +12516,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12516
12516
|
className: "".concat(formstyles.form_control),
|
|
12517
12517
|
value: validatephonenumberpayload.code,
|
|
12518
12518
|
onChange: function onChange(event) {
|
|
12519
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
12519
|
+
setvalidatephonenumberpayload(_objectSpread$2j(_objectSpread$2j({}, validatephonenumberpayload), {}, {
|
|
12520
12520
|
code: event.target.value
|
|
12521
12521
|
}));
|
|
12522
12522
|
},
|
|
@@ -12543,12 +12543,12 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12543
12543
|
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
12544
12544
|
if (data.data.status) {
|
|
12545
12545
|
if (data.data.functype == 'sendcode') {
|
|
12546
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
12546
|
+
setvalidatephonenumberpayload(_objectSpread$2j(_objectSpread$2j({}, validatephonenumberpayload), {}, {
|
|
12547
12547
|
step: 'verifycode'
|
|
12548
12548
|
}));
|
|
12549
12549
|
}
|
|
12550
12550
|
if (data.data.functype == 'verifycode') {
|
|
12551
|
-
setvalidatephonenumberpayload(_objectSpread$
|
|
12551
|
+
setvalidatephonenumberpayload(_objectSpread$2j(_objectSpread$2j({}, validatephonenumberpayload), {}, {
|
|
12552
12552
|
isvalidated: true
|
|
12553
12553
|
}));
|
|
12554
12554
|
setvalidatephonenumbermodal(false);
|
|
@@ -12584,8 +12584,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12584
12584
|
}, validatephonenumberpayload.step == 'sendcode' ? lang.sendcode : lang.verifycode))))))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
12585
12585
|
};
|
|
12586
12586
|
|
|
12587
|
-
function ownKeys$
|
|
12588
|
-
function _objectSpread$
|
|
12587
|
+
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; }
|
|
12588
|
+
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; }
|
|
12589
12589
|
var Signup = function Signup(props) {
|
|
12590
12590
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
12591
12591
|
props.actions.CurrentSrcTypeContext;
|
|
@@ -12633,7 +12633,7 @@ var Signup = function Signup(props) {
|
|
|
12633
12633
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12634
12634
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12635
12635
|
});
|
|
12636
|
-
setsectionproperties(_objectSpread$
|
|
12636
|
+
setsectionproperties(_objectSpread$2i({}, secpropobj));
|
|
12637
12637
|
}
|
|
12638
12638
|
}, [StatePagePropertiesContext]);
|
|
12639
12639
|
var loginstyles2 = {
|
|
@@ -12776,8 +12776,8 @@ var Signup = function Signup(props) {
|
|
|
12776
12776
|
}, SignupContent()));
|
|
12777
12777
|
};
|
|
12778
12778
|
|
|
12779
|
-
function ownKeys$
|
|
12780
|
-
function _objectSpread$
|
|
12779
|
+
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; }
|
|
12780
|
+
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; }
|
|
12781
12781
|
var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
12782
12782
|
var _css;
|
|
12783
12783
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -12843,7 +12843,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12843
12843
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
12844
12844
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
12845
12845
|
});
|
|
12846
|
-
setsectionproperties(_objectSpread$
|
|
12846
|
+
setsectionproperties(_objectSpread$2h({}, secpropobj));
|
|
12847
12847
|
}
|
|
12848
12848
|
}, [StatePagePropertiesContext]);
|
|
12849
12849
|
var loginstyles2 = {
|
|
@@ -12944,7 +12944,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12944
12944
|
className: "".concat(loginstyles2.form_control),
|
|
12945
12945
|
value: affsignuppayload.name,
|
|
12946
12946
|
onChange: function onChange(event) {
|
|
12947
|
-
setaffsignuppayload(_objectSpread$
|
|
12947
|
+
setaffsignuppayload(_objectSpread$2h(_objectSpread$2h({}, affsignuppayload), {}, {
|
|
12948
12948
|
name: event.target.value
|
|
12949
12949
|
}));
|
|
12950
12950
|
},
|
|
@@ -12960,7 +12960,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12960
12960
|
className: "".concat(loginstyles2.form_control),
|
|
12961
12961
|
value: affsignuppayload.email,
|
|
12962
12962
|
onChange: function onChange(event) {
|
|
12963
|
-
setaffsignuppayload(_objectSpread$
|
|
12963
|
+
setaffsignuppayload(_objectSpread$2h(_objectSpread$2h({}, affsignuppayload), {}, {
|
|
12964
12964
|
email: event.target.value
|
|
12965
12965
|
}));
|
|
12966
12966
|
},
|
|
@@ -12978,10 +12978,10 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12978
12978
|
autoFormat: true,
|
|
12979
12979
|
value: affsignuppayload.phonenumber,
|
|
12980
12980
|
onChange: function onChange(event, country) {
|
|
12981
|
-
var temp = _objectSpread$
|
|
12981
|
+
var temp = _objectSpread$2h({}, affsignuppayload);
|
|
12982
12982
|
temp.phonenumber = event;
|
|
12983
12983
|
temp.countrydialcode = country.dialCode;
|
|
12984
|
-
setaffsignuppayload(_objectSpread$
|
|
12984
|
+
setaffsignuppayload(_objectSpread$2h({}, temp));
|
|
12985
12985
|
// setaffsignuppayload({ ...affsignuppayload, phonenumber: event.target.value });
|
|
12986
12986
|
},
|
|
12987
12987
|
|
|
@@ -12997,7 +12997,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
12997
12997
|
className: "".concat(loginstyles2.form_control),
|
|
12998
12998
|
value: affsignuppayload.ssn,
|
|
12999
12999
|
onChange: function onChange(event) {
|
|
13000
|
-
setaffsignuppayload(_objectSpread$
|
|
13000
|
+
setaffsignuppayload(_objectSpread$2h(_objectSpread$2h({}, affsignuppayload), {}, {
|
|
13001
13001
|
ssn: event.target.value
|
|
13002
13002
|
}));
|
|
13003
13003
|
},
|
|
@@ -13013,7 +13013,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
13013
13013
|
className: "".concat(loginstyles2.form_control),
|
|
13014
13014
|
value: affsignuppayload.password,
|
|
13015
13015
|
onChange: function onChange(event) {
|
|
13016
|
-
setaffsignuppayload(_objectSpread$
|
|
13016
|
+
setaffsignuppayload(_objectSpread$2h(_objectSpread$2h({}, affsignuppayload), {}, {
|
|
13017
13017
|
password: event.target.value
|
|
13018
13018
|
}));
|
|
13019
13019
|
},
|
|
@@ -13029,7 +13029,7 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
13029
13029
|
className: "".concat(loginstyles2.form_control),
|
|
13030
13030
|
value: affsignuppayload.confirmpassword,
|
|
13031
13031
|
onChange: function onChange(event) {
|
|
13032
|
-
setaffsignuppayload(_objectSpread$
|
|
13032
|
+
setaffsignuppayload(_objectSpread$2h(_objectSpread$2h({}, affsignuppayload), {}, {
|
|
13033
13033
|
confirmpassword: event.target.value
|
|
13034
13034
|
}));
|
|
13035
13035
|
},
|
|
@@ -13082,8 +13082,8 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
13082
13082
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React.createElement("span", null, langdetect == 'en' ? sectionproperties.signupbtn_contenten : sectionproperties.signupbtn_contentar)))))))));
|
|
13083
13083
|
};
|
|
13084
13084
|
|
|
13085
|
-
function ownKeys$
|
|
13086
|
-
function _objectSpread$
|
|
13085
|
+
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; }
|
|
13086
|
+
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; }
|
|
13087
13087
|
var AccountInformation = function AccountInformation(props) {
|
|
13088
13088
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8;
|
|
13089
13089
|
var lang = props.actions.lang;
|
|
@@ -13110,7 +13110,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
13110
13110
|
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) {
|
|
13111
13111
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13112
13112
|
});
|
|
13113
|
-
setsectionproperties(_objectSpread$
|
|
13113
|
+
setsectionproperties(_objectSpread$2g({}, secpropobj));
|
|
13114
13114
|
}, [props.actions.StatePagePropertiesContext]);
|
|
13115
13115
|
useEffect(function () {
|
|
13116
13116
|
var cartindex = templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
@@ -13272,8 +13272,8 @@ var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n heigh
|
|
|
13272
13272
|
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"};
|
|
13273
13273
|
styleInject(css_248z$F);
|
|
13274
13274
|
|
|
13275
|
-
function ownKeys$
|
|
13276
|
-
function _objectSpread$
|
|
13275
|
+
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; }
|
|
13276
|
+
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; }
|
|
13277
13277
|
var Policies = function Policies(props) {
|
|
13278
13278
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _fetchInstitutePolici, _fetchInstitutePolici2, _fetchInstitutePolici3;
|
|
13279
13279
|
var _useState = useState(''),
|
|
@@ -13304,7 +13304,7 @@ var Policies = function Policies(props) {
|
|
|
13304
13304
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13305
13305
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13306
13306
|
});
|
|
13307
|
-
setsectionproperties(_objectSpread$
|
|
13307
|
+
setsectionproperties(_objectSpread$2f({}, secpropobj));
|
|
13308
13308
|
}
|
|
13309
13309
|
}, [StatePagePropertiesContext]);
|
|
13310
13310
|
useEffect(function () {
|
|
@@ -13317,9 +13317,9 @@ var Policies = function Policies(props) {
|
|
|
13317
13317
|
}
|
|
13318
13318
|
}, []);
|
|
13319
13319
|
useEffect(function () {
|
|
13320
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
13320
|
+
var tempFetchQueriesEngineContext = _objectSpread$2f({}, FetchQueriesEngineContext);
|
|
13321
13321
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
13322
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
13322
|
+
setFetchQueriesEngineContext(_objectSpread$2f({}, tempFetchQueriesEngineContext));
|
|
13323
13323
|
}, []);
|
|
13324
13324
|
var _useState7 = useState([]),
|
|
13325
13325
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
@@ -13549,8 +13549,8 @@ var css_248z$E = ".cart-module_cartslider_container__idend {\n transition: 0.
|
|
|
13549
13549
|
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"};
|
|
13550
13550
|
styleInject(css_248z$E);
|
|
13551
13551
|
|
|
13552
|
-
function ownKeys$
|
|
13553
|
-
function _objectSpread$
|
|
13552
|
+
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; }
|
|
13553
|
+
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; }
|
|
13554
13554
|
var CartSlider = function CartSlider(props) {
|
|
13555
13555
|
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12, _fetchcustomercartQue13;
|
|
13556
13556
|
var lang = props.actions.lang;
|
|
@@ -13617,7 +13617,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
13617
13617
|
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) {
|
|
13618
13618
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13619
13619
|
});
|
|
13620
|
-
setsectionproperties(_objectSpread$
|
|
13620
|
+
setsectionproperties(_objectSpread$2e({}, secpropobj));
|
|
13621
13621
|
}, [CurrentPageId]);
|
|
13622
13622
|
useEffect(function () {
|
|
13623
13623
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13627,7 +13627,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
13627
13627
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
13628
13628
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
13629
13629
|
});
|
|
13630
|
-
setsectionproperties(_objectSpread$
|
|
13630
|
+
setsectionproperties(_objectSpread$2e({}, secpropobj));
|
|
13631
13631
|
}
|
|
13632
13632
|
}
|
|
13633
13633
|
}, [StatePagePropertiesContext]);
|
|
@@ -14201,8 +14201,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
14201
14201
|
}, langdetect == 'en' ? sectionproperties.checkoutButtonContenten : sectionproperties.checkoutButtonContentar))))))))));
|
|
14202
14202
|
};
|
|
14203
14203
|
|
|
14204
|
-
function ownKeys$
|
|
14205
|
-
function _objectSpread$
|
|
14204
|
+
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; }
|
|
14205
|
+
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; }
|
|
14206
14206
|
var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
14207
14207
|
var _useState = useState(''),
|
|
14208
14208
|
_useState2 = _slicedToArray(_useState, 2);
|
|
@@ -14246,7 +14246,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
14246
14246
|
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) {
|
|
14247
14247
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14248
14248
|
});
|
|
14249
|
-
setsectionproperties(_objectSpread$
|
|
14249
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
14250
14250
|
}, [CurrentPageId]);
|
|
14251
14251
|
useEffect(function () {
|
|
14252
14252
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -14256,7 +14256,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
14256
14256
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
14257
14257
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14258
14258
|
});
|
|
14259
|
-
setsectionproperties(_objectSpread$
|
|
14259
|
+
setsectionproperties(_objectSpread$2d({}, secpropobj));
|
|
14260
14260
|
}
|
|
14261
14261
|
}
|
|
14262
14262
|
}, [StatePagePropertiesContext]);
|
|
@@ -14484,8 +14484,8 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
14484
14484
|
}, CategoriesDropdown()));
|
|
14485
14485
|
};
|
|
14486
14486
|
|
|
14487
|
-
function ownKeys$
|
|
14488
|
-
function _objectSpread$
|
|
14487
|
+
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; }
|
|
14488
|
+
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; }
|
|
14489
14489
|
var OrderSuccess = function OrderSuccess(props) {
|
|
14490
14490
|
var _props$actions2;
|
|
14491
14491
|
props.actions.lang;
|
|
@@ -14547,7 +14547,7 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
14547
14547
|
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) {
|
|
14548
14548
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
14549
14549
|
});
|
|
14550
|
-
setsectionproperties(_objectSpread$
|
|
14550
|
+
setsectionproperties(_objectSpread$2c({}, secpropobj));
|
|
14551
14551
|
}, [props === null || props === void 0 || (_props$actions2 = props.actions) === null || _props$actions2 === void 0 ? void 0 : _props$actions2.StatePagePropertiesContext]);
|
|
14552
14552
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
14553
14553
|
var ordersuccessstyle = {
|
|
@@ -14644,8 +14644,8 @@ var css_248z$D = ".filter-module_timeline__ROm9Q .filter-module_border_left_line
|
|
|
14644
14644
|
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"};
|
|
14645
14645
|
styleInject(css_248z$D);
|
|
14646
14646
|
|
|
14647
|
-
function ownKeys$
|
|
14648
|
-
function _objectSpread$
|
|
14647
|
+
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; }
|
|
14648
|
+
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; }
|
|
14649
14649
|
var Select$1 = /*#__PURE__*/React.lazy(function () {
|
|
14650
14650
|
return import('react-select');
|
|
14651
14651
|
});
|
|
@@ -14785,11 +14785,11 @@ var Filter$1 = function Filter(props) {
|
|
|
14785
14785
|
}
|
|
14786
14786
|
timeoutRef.current = setTimeout(function () {
|
|
14787
14787
|
if (raterangevalue.min != 0 || raterangevalue.max != 5) {
|
|
14788
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14788
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
14789
14789
|
tempfetchproductsfilerobjcontext.minrate = raterangevalue.min;
|
|
14790
14790
|
tempfetchproductsfilerobjcontext.maxrate = raterangevalue.max;
|
|
14791
14791
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
14792
|
-
setProductFilterObjContext(_objectSpread$
|
|
14792
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
14793
14793
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
14794
14794
|
}
|
|
14795
14795
|
}, 500);
|
|
@@ -14890,33 +14890,33 @@ var Filter$1 = function Filter(props) {
|
|
|
14890
14890
|
}, [ProductFilterObjContext, fetchCategoriesQueryContext.isSuccess, fetchcollectionsQueryContext.isSuccess, instcategories, instcollections]);
|
|
14891
14891
|
useEffect(function () {
|
|
14892
14892
|
if (productfeatuesarr.length != 0) {
|
|
14893
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14893
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
14894
14894
|
tempfetchproductsfilerobjcontext.prod_featruesar = productfeatuesarr;
|
|
14895
|
-
setProductFilterObjContext(_objectSpread$
|
|
14895
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
14896
14896
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
14897
14897
|
}
|
|
14898
14898
|
}, [productfeatuesarr]);
|
|
14899
14899
|
useEffect(function () {
|
|
14900
14900
|
if (fetchTabexStatesQueryContext.isSuccess) {
|
|
14901
14901
|
if (ProductFilterObjContext.stateid != undefined && ProductFilterObjContext.stateid != null && ProductFilterObjContext.stateid != '' && ProductFilterObjContext.stateid != 'all') {
|
|
14902
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14902
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2b({}, FetchTabexStatesPayloadobjContext);
|
|
14903
14903
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
14904
14904
|
tempFetchTabexStatesPayloadobjContext.state_id = ProductFilterObjContext.stateid;
|
|
14905
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14905
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2b({}, tempFetchTabexStatesPayloadobjContext));
|
|
14906
14906
|
}
|
|
14907
14907
|
}
|
|
14908
14908
|
}, [fetchTabexStatesQueryContext.isSuccess]);
|
|
14909
14909
|
var filterupdater = function filterupdater() {
|
|
14910
14910
|
setTimeout(function () {
|
|
14911
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
14911
|
+
var tempFetchQueriesEngineContext = _objectSpread$2b({}, FetchQueriesEngineContext);
|
|
14912
14912
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
14913
14913
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
14914
14914
|
}, 100);
|
|
14915
14915
|
if (ProductFilterObjContext.countryid != undefined && ProductFilterObjContext.countryid != null && ProductFilterObjContext.countryid != '' && ProductFilterObjContext.countryid != 'all') {
|
|
14916
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
14916
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2b({}, FetchTabexStatesPayloadobjContext);
|
|
14917
14917
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
14918
14918
|
tempFetchTabexStatesPayloadobjContext.country_id = ProductFilterObjContext.countryid;
|
|
14919
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
14919
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2b({}, tempFetchTabexStatesPayloadobjContext));
|
|
14920
14920
|
}
|
|
14921
14921
|
if (instfilters.length != 0) {
|
|
14922
14922
|
var _ProductFilterObjCont3;
|
|
@@ -14978,7 +14978,7 @@ var Filter$1 = function Filter(props) {
|
|
|
14978
14978
|
}
|
|
14979
14979
|
};
|
|
14980
14980
|
var setfilterfunc = function setfilterfunc(valueid, valueindex, mainparentindex, type) {
|
|
14981
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
14981
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
14982
14982
|
if (type == 'clearfilters') {
|
|
14983
14983
|
tempfetchproductsfilerobjcontext.FilterOptions = [];
|
|
14984
14984
|
} else {
|
|
@@ -15002,14 +15002,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15002
15002
|
tempfetchproductsfilerobjcontext.isfilter = 1;
|
|
15003
15003
|
}
|
|
15004
15004
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15005
|
-
setProductFilterObjContext(_objectSpread$
|
|
15005
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
15006
15006
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15007
15007
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
15008
15008
|
};
|
|
15009
15009
|
|
|
15010
15010
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
15011
15011
|
var _tempfetchproductsfil2;
|
|
15012
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15012
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
15013
15013
|
var CollectionExists = false;
|
|
15014
15014
|
if (tempfetchproductsfilerobjcontext.ProductFetchingType == 'Parent Collection' && tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter == undefined) {
|
|
15015
15015
|
tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
|
|
@@ -15036,7 +15036,7 @@ var Filter$1 = function Filter(props) {
|
|
|
15036
15036
|
}
|
|
15037
15037
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15038
15038
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
15039
|
-
setProductFilterObjContext(_objectSpread$
|
|
15039
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
15040
15040
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15041
15041
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
15042
15042
|
};
|
|
@@ -15817,14 +15817,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15817
15817
|
return option.id == ProductFilterObjContext.countryid;
|
|
15818
15818
|
}),
|
|
15819
15819
|
onChange: function onChange(option) {
|
|
15820
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
15820
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2b({}, FetchTabexStatesPayloadobjContext);
|
|
15821
15821
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
15822
15822
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
15823
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
15824
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15823
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2b({}, tempFetchTabexStatesPayloadobjContext));
|
|
15824
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
15825
15825
|
tempfetchproductsfilerobjcontext.countryid = option.id;
|
|
15826
15826
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15827
|
-
setProductFilterObjContext(_objectSpread$
|
|
15827
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
15828
15828
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15829
15829
|
},
|
|
15830
15830
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -15861,14 +15861,14 @@ var Filter$1 = function Filter(props) {
|
|
|
15861
15861
|
return option.id == ProductFilterObjContext.stateid;
|
|
15862
15862
|
}),
|
|
15863
15863
|
onChange: function onChange(option) {
|
|
15864
|
-
var tempFetchTabexStatesPayloadobjContext = _objectSpread$
|
|
15864
|
+
var tempFetchTabexStatesPayloadobjContext = _objectSpread$2b({}, FetchTabexStatesPayloadobjContext);
|
|
15865
15865
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
15866
15866
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
15867
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
15868
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15867
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$2b({}, tempFetchTabexStatesPayloadobjContext));
|
|
15868
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
15869
15869
|
tempfetchproductsfilerobjcontext.stateid = option.id;
|
|
15870
15870
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15871
|
-
setProductFilterObjContext(_objectSpread$
|
|
15871
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
15872
15872
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15873
15873
|
},
|
|
15874
15874
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -15905,10 +15905,10 @@ var Filter$1 = function Filter(props) {
|
|
|
15905
15905
|
return option.id == ProductFilterObjContext.cityid;
|
|
15906
15906
|
}),
|
|
15907
15907
|
onChange: function onChange(option) {
|
|
15908
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
15908
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
15909
15909
|
tempfetchproductsfilerobjcontext.cityid = option.id;
|
|
15910
15910
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
15911
|
-
setProductFilterObjContext(_objectSpread$
|
|
15911
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
15912
15912
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
15913
15913
|
},
|
|
15914
15914
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -16015,14 +16015,14 @@ var Filter$1 = function Filter(props) {
|
|
|
16015
16015
|
color: ischecked ? sectionproperties.activecat_color : ''
|
|
16016
16016
|
},
|
|
16017
16017
|
onClick: function onClick() {
|
|
16018
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16018
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
16019
16019
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
16020
16020
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
16021
16021
|
} else {
|
|
16022
16022
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
16023
16023
|
}
|
|
16024
16024
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16025
|
-
setProductFilterObjContext(_objectSpread$
|
|
16025
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
16026
16026
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16027
16027
|
setsortbycontext(valueitem.name);
|
|
16028
16028
|
}
|
|
@@ -16195,14 +16195,14 @@ var Filter$1 = function Filter(props) {
|
|
|
16195
16195
|
return /*#__PURE__*/React.createElement("div", {
|
|
16196
16196
|
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 ',
|
|
16197
16197
|
onClick: function onClick() {
|
|
16198
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16198
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
16199
16199
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
16200
16200
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
16201
16201
|
} else {
|
|
16202
16202
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
16203
16203
|
}
|
|
16204
16204
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16205
|
-
setProductFilterObjContext(_objectSpread$
|
|
16205
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
16206
16206
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16207
16207
|
}
|
|
16208
16208
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
@@ -16237,7 +16237,7 @@ var Filter$1 = function Filter(props) {
|
|
|
16237
16237
|
minValue: 0,
|
|
16238
16238
|
value: raterangevalue,
|
|
16239
16239
|
onChange: function onChange(value) {
|
|
16240
|
-
setraterangevalue(_objectSpread$
|
|
16240
|
+
setraterangevalue(_objectSpread$2b({}, value));
|
|
16241
16241
|
}
|
|
16242
16242
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
16243
16243
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-none"
|
|
@@ -16380,13 +16380,13 @@ var Filter$1 = function Filter(props) {
|
|
|
16380
16380
|
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 ',
|
|
16381
16381
|
onClick: function onClick() {
|
|
16382
16382
|
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
16383
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16383
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
16384
16384
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
16385
16385
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
16386
16386
|
} else {
|
|
16387
16387
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
16388
16388
|
}
|
|
16389
|
-
setProductFilterObjContext(_objectSpread$
|
|
16389
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
16390
16390
|
}
|
|
16391
16391
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
16392
16392
|
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
|
|
@@ -16580,14 +16580,14 @@ var Filter$1 = function Filter(props) {
|
|
|
16580
16580
|
return /*#__PURE__*/React.createElement("div", {
|
|
16581
16581
|
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 ',
|
|
16582
16582
|
onClick: function onClick() {
|
|
16583
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16583
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
|
|
16584
16584
|
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
16585
16585
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
16586
16586
|
} else {
|
|
16587
16587
|
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
16588
16588
|
}
|
|
16589
16589
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16590
|
-
setProductFilterObjContext(_objectSpread$
|
|
16590
|
+
setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
|
|
16591
16591
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16592
16592
|
setsortbycontext(valueitem.name);
|
|
16593
16593
|
}
|
|
@@ -16633,8 +16633,8 @@ var Filter$1 = function Filter(props) {
|
|
|
16633
16633
|
})))))))))));
|
|
16634
16634
|
};
|
|
16635
16635
|
|
|
16636
|
-
function ownKeys$
|
|
16637
|
-
function _objectSpread$
|
|
16636
|
+
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; }
|
|
16637
|
+
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; }
|
|
16638
16638
|
var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
16639
16639
|
var _authdetailsContext$i;
|
|
16640
16640
|
props.actions.lang;
|
|
@@ -16764,7 +16764,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16764
16764
|
}, [ProductFilterObjContext]);
|
|
16765
16765
|
var filterupdater = function filterupdater() {
|
|
16766
16766
|
setTimeout(function () {
|
|
16767
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
16767
|
+
var tempFetchQueriesEngineContext = _objectSpread$2a({}, FetchQueriesEngineContext);
|
|
16768
16768
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
16769
16769
|
setFetchQueriesEngineContext(tempFetchQueriesEngineContext);
|
|
16770
16770
|
}, 100);
|
|
@@ -16809,7 +16809,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16809
16809
|
};
|
|
16810
16810
|
var setCollectionFilterFunc = function setCollectionFilterFunc(collectionid) {
|
|
16811
16811
|
var _tempfetchproductsfil;
|
|
16812
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
16812
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$2a({}, ProductFilterObjContext);
|
|
16813
16813
|
var CollectionExists = false;
|
|
16814
16814
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil === void 0 || _tempfetchproductsfil.forEach(function (filteritem, filterindex) {
|
|
16815
16815
|
if (filteritem == collectionid) {
|
|
@@ -16826,7 +16826,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16826
16826
|
}
|
|
16827
16827
|
tempfetchproductsfilerobjcontext.page = 0;
|
|
16828
16828
|
tempfetchproductsfilerobjcontext.ProductFetchingType = 'Random';
|
|
16829
|
-
setProductFilterObjContext(_objectSpread$
|
|
16829
|
+
setProductFilterObjContext(_objectSpread$2a({}, tempfetchproductsfilerobjcontext));
|
|
16830
16830
|
filterrouting(tempfetchproductsfilerobjcontext);
|
|
16831
16831
|
// routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify(tempfetchproductsfilerobjcontext)));
|
|
16832
16832
|
};
|
|
@@ -16884,8 +16884,8 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
16884
16884
|
var serverbaselink$1 = 'https://tabex-co.com';
|
|
16885
16885
|
var image_serverbaselink = 'https://tabexseriesmedia.s3.eu-north-1.amazonaws.com';
|
|
16886
16886
|
|
|
16887
|
-
function ownKeys$
|
|
16888
|
-
function _objectSpread$
|
|
16887
|
+
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; }
|
|
16888
|
+
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; }
|
|
16889
16889
|
var CardsSection = function CardsSection(props) {
|
|
16890
16890
|
var plainString = function plainString(html) {
|
|
16891
16891
|
var divContainer = document.createElement('div');
|
|
@@ -16972,7 +16972,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
16972
16972
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
16973
16973
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
16974
16974
|
});
|
|
16975
|
-
setsectionproperties(_objectSpread$
|
|
16975
|
+
setsectionproperties(_objectSpread$29({}, secpropobj));
|
|
16976
16976
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
16977
16977
|
setfetchingtype('products');
|
|
16978
16978
|
var lcproductfetchingtype = 'Random';
|
|
@@ -17046,9 +17046,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
17046
17046
|
}
|
|
17047
17047
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
17048
17048
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
17049
|
-
setProductFilterObjContext(_objectSpread$
|
|
17049
|
+
setProductFilterObjContext(_objectSpread$29({}, tempfetchproductsfilerobjcontext));
|
|
17050
17050
|
}
|
|
17051
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
17051
|
+
setFetchQueriesEngineContext(_objectSpread$29({}, tempFetchQueriesEngineContext));
|
|
17052
17052
|
}
|
|
17053
17053
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
17054
17054
|
useEffect(function () {
|
|
@@ -17358,9 +17358,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
17358
17358
|
// Example items, to simulate fetching from another resources.
|
|
17359
17359
|
var handlePageClick = function handlePageClick(event) {
|
|
17360
17360
|
props.scrolltotop();
|
|
17361
|
-
var tempProductFilterObjContext = _objectSpread$
|
|
17361
|
+
var tempProductFilterObjContext = _objectSpread$29({}, ProductFilterObjContext);
|
|
17362
17362
|
tempProductFilterObjContext.page = event === null || event === void 0 ? void 0 : event.selected;
|
|
17363
|
-
setProductFilterObjContext(_objectSpread$
|
|
17363
|
+
setProductFilterObjContext(_objectSpread$29({}, tempProductFilterObjContext));
|
|
17364
17364
|
var pasturl = '';
|
|
17365
17365
|
if (props.grouptypeprops != undefined) {
|
|
17366
17366
|
if (props.collectionidprops != undefined) {
|
|
@@ -18291,8 +18291,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
18291
18291
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
18292
18292
|
};
|
|
18293
18293
|
|
|
18294
|
-
function ownKeys$
|
|
18295
|
-
function _objectSpread$
|
|
18294
|
+
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; }
|
|
18295
|
+
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; }
|
|
18296
18296
|
var InnerGroups = function InnerGroups(props) {
|
|
18297
18297
|
var _useState = useState(''),
|
|
18298
18298
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -18333,7 +18333,7 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
18333
18333
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18334
18334
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18335
18335
|
});
|
|
18336
|
-
setsectionproperties(_objectSpread$
|
|
18336
|
+
setsectionproperties(_objectSpread$28({}, secpropobj));
|
|
18337
18337
|
}
|
|
18338
18338
|
}, [StatePagePropertiesContext]);
|
|
18339
18339
|
// useEffect(() => {
|
|
@@ -18349,14 +18349,14 @@ var InnerGroups = function InnerGroups(props) {
|
|
|
18349
18349
|
backgroundColor: sectionproperties.backgroundColor
|
|
18350
18350
|
}
|
|
18351
18351
|
}, /*#__PURE__*/React.createElement(CardsSection, {
|
|
18352
|
-
actions: _objectSpread$
|
|
18352
|
+
actions: _objectSpread$28(_objectSpread$28({}, actions), {}, {
|
|
18353
18353
|
fetchingtype: grouptypeparams
|
|
18354
18354
|
})
|
|
18355
18355
|
}));
|
|
18356
18356
|
};
|
|
18357
18357
|
|
|
18358
|
-
function ownKeys$
|
|
18359
|
-
function _objectSpread$
|
|
18358
|
+
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; }
|
|
18359
|
+
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; }
|
|
18360
18360
|
var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
18361
18361
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
18362
18362
|
var _useState = useState(''),
|
|
@@ -18388,7 +18388,7 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
18388
18388
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18389
18389
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18390
18390
|
});
|
|
18391
|
-
setsectionproperties(_objectSpread$
|
|
18391
|
+
setsectionproperties(_objectSpread$27({}, secpropobj));
|
|
18392
18392
|
}
|
|
18393
18393
|
}, [StatePagePropertiesContext]);
|
|
18394
18394
|
useEffect(function () {
|
|
@@ -18401,9 +18401,9 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
18401
18401
|
}
|
|
18402
18402
|
}, []);
|
|
18403
18403
|
useEffect(function () {
|
|
18404
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
18404
|
+
var tempFetchQueriesEngineContext = _objectSpread$27({}, FetchQueriesEngineContext);
|
|
18405
18405
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
18406
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18406
|
+
setFetchQueriesEngineContext(_objectSpread$27({}, tempFetchQueriesEngineContext));
|
|
18407
18407
|
}, []);
|
|
18408
18408
|
var _useState7 = useState([]),
|
|
18409
18409
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
@@ -18538,8 +18538,8 @@ var PrivacyPolicy = function PrivacyPolicy(props) {
|
|
|
18538
18538
|
}))))));
|
|
18539
18539
|
};
|
|
18540
18540
|
|
|
18541
|
-
function ownKeys$
|
|
18542
|
-
function _objectSpread$
|
|
18541
|
+
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; }
|
|
18542
|
+
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; }
|
|
18543
18543
|
var RefundPolicy = function RefundPolicy(props) {
|
|
18544
18544
|
var _bgimagesarray$, _bgimagesarray$5, _bgimagesarray$6, _bgimagesarray$7, _bgimagesarray$8, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
18545
18545
|
var _useState = useState(''),
|
|
@@ -18571,7 +18571,7 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
18571
18571
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18572
18572
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18573
18573
|
});
|
|
18574
|
-
setsectionproperties(_objectSpread$
|
|
18574
|
+
setsectionproperties(_objectSpread$26({}, secpropobj));
|
|
18575
18575
|
}
|
|
18576
18576
|
}, [StatePagePropertiesContext]);
|
|
18577
18577
|
useEffect(function () {
|
|
@@ -18584,9 +18584,9 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
18584
18584
|
}
|
|
18585
18585
|
}, []);
|
|
18586
18586
|
useEffect(function () {
|
|
18587
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
18587
|
+
var tempFetchQueriesEngineContext = _objectSpread$26({}, FetchQueriesEngineContext);
|
|
18588
18588
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
18589
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18589
|
+
setFetchQueriesEngineContext(_objectSpread$26({}, tempFetchQueriesEngineContext));
|
|
18590
18590
|
}, []);
|
|
18591
18591
|
var _useState7 = useState([]),
|
|
18592
18592
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
@@ -18721,8 +18721,8 @@ var RefundPolicy = function RefundPolicy(props) {
|
|
|
18721
18721
|
}))))));
|
|
18722
18722
|
};
|
|
18723
18723
|
|
|
18724
|
-
function ownKeys$
|
|
18725
|
-
function _objectSpread$
|
|
18724
|
+
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; }
|
|
18725
|
+
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; }
|
|
18726
18726
|
var ShippingPolicy = function ShippingPolicy(props) {
|
|
18727
18727
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
18728
18728
|
var _useState = useState(''),
|
|
@@ -18753,7 +18753,7 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
18753
18753
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18754
18754
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18755
18755
|
});
|
|
18756
|
-
setsectionproperties(_objectSpread$
|
|
18756
|
+
setsectionproperties(_objectSpread$25({}, secpropobj));
|
|
18757
18757
|
}
|
|
18758
18758
|
}, [StatePagePropertiesContext]);
|
|
18759
18759
|
useEffect(function () {
|
|
@@ -18766,9 +18766,9 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
18766
18766
|
}
|
|
18767
18767
|
}, []);
|
|
18768
18768
|
useEffect(function () {
|
|
18769
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
18769
|
+
var tempFetchQueriesEngineContext = _objectSpread$25({}, FetchQueriesEngineContext);
|
|
18770
18770
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
18771
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18771
|
+
setFetchQueriesEngineContext(_objectSpread$25({}, tempFetchQueriesEngineContext));
|
|
18772
18772
|
}, []);
|
|
18773
18773
|
var _useState7 = useState([]),
|
|
18774
18774
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -18844,8 +18844,8 @@ var ShippingPolicy = function ShippingPolicy(props) {
|
|
|
18844
18844
|
})))));
|
|
18845
18845
|
};
|
|
18846
18846
|
|
|
18847
|
-
function ownKeys$
|
|
18848
|
-
function _objectSpread$
|
|
18847
|
+
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; }
|
|
18848
|
+
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; }
|
|
18849
18849
|
var TermsConditions = function TermsConditions(props) {
|
|
18850
18850
|
var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4;
|
|
18851
18851
|
var _useState = useState(''),
|
|
@@ -18876,7 +18876,7 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
18876
18876
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
18877
18877
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
18878
18878
|
});
|
|
18879
|
-
setsectionproperties(_objectSpread$
|
|
18879
|
+
setsectionproperties(_objectSpread$24({}, secpropobj));
|
|
18880
18880
|
}
|
|
18881
18881
|
}, [StatePagePropertiesContext]);
|
|
18882
18882
|
useEffect(function () {
|
|
@@ -18889,9 +18889,9 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
18889
18889
|
}
|
|
18890
18890
|
}, []);
|
|
18891
18891
|
useEffect(function () {
|
|
18892
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
18892
|
+
var tempFetchQueriesEngineContext = _objectSpread$24({}, FetchQueriesEngineContext);
|
|
18893
18893
|
tempFetchQueriesEngineContext.fetchinstitutepolicy = true;
|
|
18894
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
18894
|
+
setFetchQueriesEngineContext(_objectSpread$24({}, tempFetchQueriesEngineContext));
|
|
18895
18895
|
}, []);
|
|
18896
18896
|
var _useState7 = useState([]),
|
|
18897
18897
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
@@ -18967,8 +18967,8 @@ var TermsConditions = function TermsConditions(props) {
|
|
|
18967
18967
|
})))));
|
|
18968
18968
|
};
|
|
18969
18969
|
|
|
18970
|
-
function ownKeys$
|
|
18971
|
-
function _objectSpread$
|
|
18970
|
+
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; }
|
|
18971
|
+
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; }
|
|
18972
18972
|
var Resetpassword = function Resetpassword(props) {
|
|
18973
18973
|
var _css, _css2;
|
|
18974
18974
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -19019,7 +19019,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
19019
19019
|
StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
|
|
19020
19020
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
19021
19021
|
});
|
|
19022
|
-
setsectionproperties(_objectSpread$
|
|
19022
|
+
setsectionproperties(_objectSpread$23({}, secpropobj));
|
|
19023
19023
|
}
|
|
19024
19024
|
}, [StatePagePropertiesContext]);
|
|
19025
19025
|
useEffect(function () {
|
|
@@ -19146,9 +19146,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
19146
19146
|
className: "".concat(loginstyles2.form_control),
|
|
19147
19147
|
value: forgotpasswordpayload.email,
|
|
19148
19148
|
onChange: function onChange(event) {
|
|
19149
|
-
var temppayloadobj = _objectSpread$
|
|
19149
|
+
var temppayloadobj = _objectSpread$23({}, forgotpasswordpayload);
|
|
19150
19150
|
temppayloadobj.email = event.target.value;
|
|
19151
|
-
setforgotpasswordpayload(_objectSpread$
|
|
19151
|
+
setforgotpasswordpayload(_objectSpread$23({}, temppayloadobj));
|
|
19152
19152
|
},
|
|
19153
19153
|
disabled: forgetpasswordstage == 'verify' ? true : false,
|
|
19154
19154
|
style: {
|
|
@@ -19163,9 +19163,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
19163
19163
|
className: "".concat(loginstyles2.form_control),
|
|
19164
19164
|
value: forgotpasswordpayload.code,
|
|
19165
19165
|
onChange: function onChange(event) {
|
|
19166
|
-
var temppayloadobj = _objectSpread$
|
|
19166
|
+
var temppayloadobj = _objectSpread$23({}, forgotpasswordpayload);
|
|
19167
19167
|
temppayloadobj.code = event.target.value;
|
|
19168
|
-
setforgotpasswordpayload(_objectSpread$
|
|
19168
|
+
setforgotpasswordpayload(_objectSpread$23({}, temppayloadobj));
|
|
19169
19169
|
},
|
|
19170
19170
|
style: {
|
|
19171
19171
|
background: sectionproperties.input_bgcolor
|
|
@@ -19179,9 +19179,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
19179
19179
|
className: "".concat(loginstyles2.form_control),
|
|
19180
19180
|
value: forgotpasswordpayload.newpassword,
|
|
19181
19181
|
onChange: function onChange(event) {
|
|
19182
|
-
var temppayloadobj = _objectSpread$
|
|
19182
|
+
var temppayloadobj = _objectSpread$23({}, forgotpasswordpayload);
|
|
19183
19183
|
temppayloadobj.newpassword = event.target.value;
|
|
19184
|
-
setforgotpasswordpayload(_objectSpread$
|
|
19184
|
+
setforgotpasswordpayload(_objectSpread$23({}, temppayloadobj));
|
|
19185
19185
|
},
|
|
19186
19186
|
style: {
|
|
19187
19187
|
background: sectionproperties.input_bgcolor
|
|
@@ -19195,9 +19195,9 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
19195
19195
|
className: "".concat(loginstyles2.form_control),
|
|
19196
19196
|
value: forgotpasswordpayload.confirmnewpassword,
|
|
19197
19197
|
onChange: function onChange(event) {
|
|
19198
|
-
var temppayloadobj = _objectSpread$
|
|
19198
|
+
var temppayloadobj = _objectSpread$23({}, forgotpasswordpayload);
|
|
19199
19199
|
temppayloadobj.confirmnewpassword = event.target.value;
|
|
19200
|
-
setforgotpasswordpayload(_objectSpread$
|
|
19200
|
+
setforgotpasswordpayload(_objectSpread$23({}, temppayloadobj));
|
|
19201
19201
|
},
|
|
19202
19202
|
style: {
|
|
19203
19203
|
background: sectionproperties.input_bgcolor
|
|
@@ -19209,7 +19209,7 @@ var Resetpassword = function Resetpassword(props) {
|
|
|
19209
19209
|
onClick: function onClick() {
|
|
19210
19210
|
if (forgotpasswordpayload.email.length != 0) {
|
|
19211
19211
|
var runfunc = false;
|
|
19212
|
-
var tempforgotpasswordpayload = _objectSpread$
|
|
19212
|
+
var tempforgotpasswordpayload = _objectSpread$23({}, forgotpasswordpayload);
|
|
19213
19213
|
tempforgotpasswordpayload.functype = forgetpasswordstage;
|
|
19214
19214
|
if (forgetpasswordstage == 'verify') {
|
|
19215
19215
|
if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
|
|
@@ -19495,8 +19495,8 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
19495
19495
|
}, lang.nosearchresults)))))));
|
|
19496
19496
|
};
|
|
19497
19497
|
|
|
19498
|
-
function ownKeys$
|
|
19499
|
-
function _objectSpread$
|
|
19498
|
+
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; }
|
|
19499
|
+
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; }
|
|
19500
19500
|
var MarqueeHeader = function MarqueeHeader(props) {
|
|
19501
19501
|
var _textarray$, _textarray$2;
|
|
19502
19502
|
props.actions;
|
|
@@ -19517,12 +19517,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
19517
19517
|
settextarray = _useState6[1];
|
|
19518
19518
|
useEffect(function () {
|
|
19519
19519
|
if (props.sectionpropertiesprops != undefined) {
|
|
19520
|
-
setsectionproperties(_objectSpread$
|
|
19520
|
+
setsectionproperties(_objectSpread$22({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19521
19521
|
}
|
|
19522
19522
|
}, [props.sectionpropertiesprops]);
|
|
19523
19523
|
useEffect(function () {
|
|
19524
19524
|
if (props.templateproperties_contextprops != undefined) {
|
|
19525
|
-
settemplateproperties_context(_objectSpread$
|
|
19525
|
+
settemplateproperties_context(_objectSpread$22({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
19526
19526
|
}
|
|
19527
19527
|
}, [props.templateproperties_contextprops]);
|
|
19528
19528
|
useEffect(function () {
|
|
@@ -19578,8 +19578,8 @@ var css_248z$B = ".subheader-module_sub_outercontainer__-z5ZD {\n position: r
|
|
|
19578
19578
|
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"};
|
|
19579
19579
|
styleInject(css_248z$B);
|
|
19580
19580
|
|
|
19581
|
-
function ownKeys$
|
|
19582
|
-
function _objectSpread$
|
|
19581
|
+
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; }
|
|
19582
|
+
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; }
|
|
19583
19583
|
var Subheader = function Subheader(props) {
|
|
19584
19584
|
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;
|
|
19585
19585
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -19624,12 +19624,12 @@ var Subheader = function Subheader(props) {
|
|
|
19624
19624
|
useEffect(function () {
|
|
19625
19625
|
var tempFetchQueriesEngineContext = FetchQueriesEngineContext;
|
|
19626
19626
|
tempFetchQueriesEngineContext.categories = true;
|
|
19627
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
19627
|
+
setFetchQueriesEngineContext(_objectSpread$21({}, tempFetchQueriesEngineContext));
|
|
19628
19628
|
// alert(JSON.stringify(authdetailsContext));
|
|
19629
19629
|
}, []);
|
|
19630
19630
|
useEffect(function () {
|
|
19631
19631
|
if (props.sectionpropertiesprops != undefined) {
|
|
19632
|
-
setsectionproperties(_objectSpread$
|
|
19632
|
+
setsectionproperties(_objectSpread$21({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
19633
19633
|
}
|
|
19634
19634
|
}, [props.sectionpropertiesprops]);
|
|
19635
19635
|
// useEffect(() => {
|
|
@@ -20203,8 +20203,8 @@ var Subheader = function Subheader(props) {
|
|
|
20203
20203
|
})))))));
|
|
20204
20204
|
};
|
|
20205
20205
|
|
|
20206
|
-
function ownKeys$
|
|
20207
|
-
function _objectSpread$
|
|
20206
|
+
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; }
|
|
20207
|
+
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; }
|
|
20208
20208
|
var Headerresponsive = function Headerresponsive(props) {
|
|
20209
20209
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _fetchCategoriesQuery2, _authdetailsContext$i9;
|
|
20210
20210
|
var actions = props.actions;
|
|
@@ -20239,7 +20239,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
20239
20239
|
setpcollarray = _useState6[1];
|
|
20240
20240
|
useEffect(function () {
|
|
20241
20241
|
if (props.sectionpropertiesprops != undefined) {
|
|
20242
|
-
setsectionproperties(_objectSpread$
|
|
20242
|
+
setsectionproperties(_objectSpread$20({}, props.sectionpropertiesprops));
|
|
20243
20243
|
}
|
|
20244
20244
|
}, [props.sectionpropertiesprops]);
|
|
20245
20245
|
var _useState7 = useState([]),
|
|
@@ -21405,8 +21405,8 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
21405
21405
|
})))))));
|
|
21406
21406
|
};
|
|
21407
21407
|
|
|
21408
|
-
function ownKeys$
|
|
21409
|
-
function _objectSpread$
|
|
21408
|
+
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; }
|
|
21409
|
+
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; }
|
|
21410
21410
|
var DownloadApp = function DownloadApp(props) {
|
|
21411
21411
|
props.actions;
|
|
21412
21412
|
props.actions.lang;
|
|
@@ -21431,7 +21431,7 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
21431
21431
|
}, [sectionproperties]);
|
|
21432
21432
|
useEffect(function () {
|
|
21433
21433
|
if (props.sectionpropertiesprops != undefined) {
|
|
21434
|
-
setsectionproperties(_objectSpread$
|
|
21434
|
+
setsectionproperties(_objectSpread$1$({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
21435
21435
|
}
|
|
21436
21436
|
}, [props.sectionpropertiesprops]);
|
|
21437
21437
|
var header_cssstyles = {
|
|
@@ -21484,8 +21484,8 @@ var DownloadApp = function DownloadApp(props) {
|
|
|
21484
21484
|
}))));
|
|
21485
21485
|
};
|
|
21486
21486
|
|
|
21487
|
-
function ownKeys$
|
|
21488
|
-
function _objectSpread$
|
|
21487
|
+
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; }
|
|
21488
|
+
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; }
|
|
21489
21489
|
var SocialMediaSection = function SocialMediaSection(props) {
|
|
21490
21490
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
|
|
21491
21491
|
props.actions;
|
|
@@ -21501,12 +21501,12 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
21501
21501
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
21502
21502
|
useEffect(function () {
|
|
21503
21503
|
if (props.sectionpropertiesprops != undefined) {
|
|
21504
|
-
setsectionproperties(_objectSpread$
|
|
21504
|
+
setsectionproperties(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.sectionpropertiesprops));
|
|
21505
21505
|
}
|
|
21506
21506
|
}, [props.sectionpropertiesprops]);
|
|
21507
21507
|
useEffect(function () {
|
|
21508
21508
|
if (props.templateproperties_contextprops != undefined) {
|
|
21509
|
-
settemplateproperties_context(_objectSpread$
|
|
21509
|
+
settemplateproperties_context(_objectSpread$1_({}, props === null || props === void 0 ? void 0 : props.templateproperties_contextprops));
|
|
21510
21510
|
}
|
|
21511
21511
|
}, [props.templateproperties_contextprops]);
|
|
21512
21512
|
var header_cssstyles = {
|
|
@@ -21592,8 +21592,8 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
21592
21592
|
})));
|
|
21593
21593
|
};
|
|
21594
21594
|
|
|
21595
|
-
function ownKeys$
|
|
21596
|
-
function _objectSpread$
|
|
21595
|
+
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; }
|
|
21596
|
+
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; }
|
|
21597
21597
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
21598
21598
|
var _css, _authdetailsContext$i2, _authdetailsContext$i3, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
21599
21599
|
var actions = props.actions;
|
|
@@ -21633,7 +21633,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21633
21633
|
var scrollYposittionprops = props.actions.scrollYposittionprops;
|
|
21634
21634
|
useEffect(function () {
|
|
21635
21635
|
if (props.sectionpropertiesprops != undefined) {
|
|
21636
|
-
setsectionproperties(_objectSpread$
|
|
21636
|
+
setsectionproperties(_objectSpread$1Z({}, props.sectionpropertiesprops));
|
|
21637
21637
|
}
|
|
21638
21638
|
}, [props.sectionpropertiesprops]);
|
|
21639
21639
|
var _useState9 = useState([]),
|
|
@@ -22061,6 +22061,42 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22061
22061
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
22062
22062
|
"class": "m-0"
|
|
22063
22063
|
}))));
|
|
22064
|
+
})))), sectionproperties.searchbar_show == 'Hide' && sectionproperties.logocentered == 'Centered' && sectionproperties.cartBtnShow == 'Hide' && sectionproperties.favBtnShow == 'Hide' && /*#__PURE__*/React.createElement("div", {
|
|
22065
|
+
className: 'allcentered resposiveheader_languagedropdown',
|
|
22066
|
+
style: {
|
|
22067
|
+
marginLeft: langdetect == 'en' ? '0.25rem' : 0,
|
|
22068
|
+
marginRight: langdetect == 'ar' ? '0.25rem' : 0
|
|
22069
|
+
}
|
|
22070
|
+
}, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
|
22071
|
+
className: ' row m-0 w-100 allcentered ',
|
|
22072
|
+
style: {
|
|
22073
|
+
direction: 'rtl',
|
|
22074
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
22075
|
+
},
|
|
22076
|
+
onClick: function onClick() {
|
|
22077
|
+
setlang('ar');
|
|
22078
|
+
}
|
|
22079
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
22080
|
+
"class": "m-0 p-0 font-weight-500"
|
|
22081
|
+
}, "\u0639"), /*#__PURE__*/React.createElement("i", {
|
|
22082
|
+
className: langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'
|
|
22083
|
+
}, /*#__PURE__*/React.createElement(BiChevronDown, {
|
|
22084
|
+
size: 20
|
|
22085
|
+
}))), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
|
|
22086
|
+
className: ' row m-0 w-100 allcentered ',
|
|
22087
|
+
style: {
|
|
22088
|
+
direction: 'ltr',
|
|
22089
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
22090
|
+
},
|
|
22091
|
+
onClick: function onClick() {
|
|
22092
|
+
setlang('en');
|
|
22093
|
+
}
|
|
22094
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
22095
|
+
"class": "m-0 p-0 font-weight-500 mr-1"
|
|
22096
|
+
}, "En"), /*#__PURE__*/React.createElement("i", {
|
|
22097
|
+
className: "h-100 allcentered"
|
|
22098
|
+
}, /*#__PURE__*/React.createElement(BiChevronDown, {
|
|
22099
|
+
size: 20
|
|
22064
22100
|
}))))), menuactive == true && /*#__PURE__*/React.createElement("div", {
|
|
22065
22101
|
"class": "px-4 py-4 scrollvertical",
|
|
22066
22102
|
style: {
|
|
@@ -23027,10 +23063,10 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23027
23063
|
})))))));
|
|
23028
23064
|
};
|
|
23029
23065
|
|
|
23030
|
-
function ownKeys$
|
|
23031
|
-
function _objectSpread$
|
|
23066
|
+
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; }
|
|
23067
|
+
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; }
|
|
23032
23068
|
var ElegantHeader = function ElegantHeader(props) {
|
|
23033
|
-
var _authdetailsContext$i, _authdetailsContext$i3, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$
|
|
23069
|
+
var _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _textarray$, _textarray$2, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i8, _authdetailsContext$i9;
|
|
23034
23070
|
var _useState = useState(''),
|
|
23035
23071
|
_useState2 = _slicedToArray(_useState, 2),
|
|
23036
23072
|
sectionproperties = _useState2[0],
|
|
@@ -23067,6 +23103,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23067
23103
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
23068
23104
|
openSearchBar = _useState10[0],
|
|
23069
23105
|
setopenSearchBar = _useState10[1];
|
|
23106
|
+
var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
|
|
23070
23107
|
useEffect(function () {
|
|
23071
23108
|
var secpropobj = {};
|
|
23072
23109
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -23081,7 +23118,7 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23081
23118
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
23082
23119
|
});
|
|
23083
23120
|
}
|
|
23084
|
-
setsectionproperties(_objectSpread$
|
|
23121
|
+
setsectionproperties(_objectSpread$1Y({}, secpropobj));
|
|
23085
23122
|
}, [StatePagePropertiesContext]);
|
|
23086
23123
|
useEffect(function () {
|
|
23087
23124
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -23358,7 +23395,43 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23358
23395
|
style: {
|
|
23359
23396
|
maxWidth: '200px'
|
|
23360
23397
|
}
|
|
23361
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)
|
|
23398
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) > 1 && /*#__PURE__*/React.createElement("div", {
|
|
23399
|
+
"class": ' d-flex align-items-center '
|
|
23400
|
+
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
23401
|
+
"class": ' d-flex align-items-center justify-content-center '
|
|
23402
|
+
}, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
|
23403
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
23404
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
23405
|
+
"class": "m-0 p-0 mr-2 ml-2"
|
|
23406
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
|
|
23407
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
23408
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
23409
|
+
"class": "m-0 p-0 ml-2 mr-2"
|
|
23410
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (item, index) {
|
|
23411
|
+
var _authdetailsContext$i6;
|
|
23412
|
+
return /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
23413
|
+
onClick: function onClick() {
|
|
23414
|
+
setcurrencyfunccontext(item);
|
|
23415
|
+
}
|
|
23416
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
23417
|
+
"class": "row m-0 w-100"
|
|
23418
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
23419
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
23420
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
23421
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer)
|
|
23422
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
23423
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
23424
|
+
style: {
|
|
23425
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
23426
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
23427
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
23428
|
+
}
|
|
23429
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.length) - 1 && /*#__PURE__*/React.createElement("div", {
|
|
23430
|
+
"class": "col-lg-12 p-0"
|
|
23431
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
23432
|
+
"class": "m-0"
|
|
23433
|
+
}))));
|
|
23434
|
+
}))))), /*#__PURE__*/React.createElement("div", {
|
|
23362
23435
|
"class": "col-lg-4 p-0 allcentered"
|
|
23363
23436
|
}, sectionproperties.textslidertype == 'Slider' && /*#__PURE__*/React.createElement("marquee", null, /*#__PURE__*/React.createElement("span", {
|
|
23364
23437
|
"class": "d-flex flex-row align-items-center justify-content-center"
|
|
@@ -23634,10 +23707,10 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23634
23707
|
}, /*#__PURE__*/React.createElement("p", {
|
|
23635
23708
|
"class": header_cssstyles.slidertext + ' m-0 p-0 text-center ',
|
|
23636
23709
|
onClick: function onClick() {
|
|
23637
|
-
var _authdetailsContext$
|
|
23638
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23710
|
+
var _authdetailsContext$i7;
|
|
23711
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
|
|
23639
23712
|
}
|
|
23640
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23713
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
23641
23714
|
"class": ' col-lg-12 allcentered mb-4 '
|
|
23642
23715
|
}, /*#__PURE__*/React.createElement("a", {
|
|
23643
23716
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
@@ -23651,15 +23724,15 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23651
23724
|
cursor: 'default',
|
|
23652
23725
|
color: sectionproperties.slidertextcolor
|
|
23653
23726
|
}
|
|
23654
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23727
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.address_en)), /*#__PURE__*/React.createElement("div", {
|
|
23655
23728
|
"class": "col-lg-12 allcentered mb-5 d-flex flex-row"
|
|
23656
23729
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
23657
23730
|
"class": header_cssstyles.facebook_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
23658
23731
|
onClick: function onClick() {
|
|
23659
|
-
var _authdetailsContext$
|
|
23660
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23661
|
-
var _authdetailsContext$
|
|
23662
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23732
|
+
var _authdetailsContext$i10;
|
|
23733
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink) != null) {
|
|
23734
|
+
var _authdetailsContext$i11;
|
|
23735
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink, '_blank');
|
|
23663
23736
|
}
|
|
23664
23737
|
}
|
|
23665
23738
|
}, /*#__PURE__*/React.createElement(FaFacebook, {
|
|
@@ -23667,10 +23740,10 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23667
23740
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
23668
23741
|
"class": header_cssstyles.instagram_btn + ' m-0 p-0 allcentered mx-3 ',
|
|
23669
23742
|
onClick: function onClick() {
|
|
23670
|
-
var _authdetailsContext$
|
|
23671
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23672
|
-
var _authdetailsContext$
|
|
23673
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23743
|
+
var _authdetailsContext$i12;
|
|
23744
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
|
|
23745
|
+
var _authdetailsContext$i13;
|
|
23746
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
|
|
23674
23747
|
}
|
|
23675
23748
|
}
|
|
23676
23749
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -23678,10 +23751,10 @@ var ElegantHeader = function ElegantHeader(props) {
|
|
|
23678
23751
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
23679
23752
|
"class": header_cssstyles.whatsappbtn + ' m-0 p-0 allcentered mx-3 ',
|
|
23680
23753
|
onClick: function onClick() {
|
|
23681
|
-
var _authdetailsContext$
|
|
23682
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23683
|
-
var _authdetailsContext$
|
|
23684
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
23754
|
+
var _authdetailsContext$i14;
|
|
23755
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
|
|
23756
|
+
var _authdetailsContext$i15;
|
|
23757
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber), '_blank');
|
|
23685
23758
|
}
|
|
23686
23759
|
}
|
|
23687
23760
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -23755,8 +23828,8 @@ var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100%
|
|
|
23755
23828
|
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"};
|
|
23756
23829
|
styleInject(css_248z$A);
|
|
23757
23830
|
|
|
23758
|
-
function ownKeys$
|
|
23759
|
-
function _objectSpread$
|
|
23831
|
+
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; }
|
|
23832
|
+
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; }
|
|
23760
23833
|
var Gotoheader = function Gotoheader(props) {
|
|
23761
23834
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
23762
23835
|
var _useState = useState(''),
|
|
@@ -23796,7 +23869,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
23796
23869
|
});
|
|
23797
23870
|
}
|
|
23798
23871
|
}
|
|
23799
|
-
setsectionproperties(_objectSpread$
|
|
23872
|
+
setsectionproperties(_objectSpread$1X({}, secpropobj));
|
|
23800
23873
|
}, [StatePagePropertiesContext]);
|
|
23801
23874
|
var _useState3 = useState([]),
|
|
23802
23875
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -24506,8 +24579,8 @@ var css_248z$z = ".CategoryFeaturingHeader-module_lowerHeaderContainer__bQvQY {\
|
|
|
24506
24579
|
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"};
|
|
24507
24580
|
styleInject(css_248z$z);
|
|
24508
24581
|
|
|
24509
|
-
function ownKeys$
|
|
24510
|
-
function _objectSpread$
|
|
24582
|
+
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; }
|
|
24583
|
+
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; }
|
|
24511
24584
|
var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
24512
24585
|
var _authdetailsContext$i2, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i5, _authdetailsContext$i7, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
24513
24586
|
var _useState = useState(''),
|
|
@@ -24555,7 +24628,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
24555
24628
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
24556
24629
|
});
|
|
24557
24630
|
}
|
|
24558
|
-
setsectionproperties(_objectSpread$
|
|
24631
|
+
setsectionproperties(_objectSpread$1W({}, secpropobj));
|
|
24559
24632
|
}, [StatePagePropertiesContext]);
|
|
24560
24633
|
useEffect(function () {
|
|
24561
24634
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -25459,8 +25532,8 @@ var css_248z$y = ".classicheader-module_headercontainer__tCNl- {\n display: f
|
|
|
25459
25532
|
var headerstyles$c = {"headercontainer":"classicheader-module_headercontainer__tCNl-","navbar":"classicheader-module_navbar__3MEax"};
|
|
25460
25533
|
styleInject(css_248z$y);
|
|
25461
25534
|
|
|
25462
|
-
function ownKeys$
|
|
25463
|
-
function _objectSpread$
|
|
25535
|
+
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; }
|
|
25536
|
+
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; }
|
|
25464
25537
|
var ClassicHeader = function ClassicHeader(props) {
|
|
25465
25538
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
|
|
25466
25539
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
@@ -25497,7 +25570,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
25497
25570
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
25498
25571
|
});
|
|
25499
25572
|
}
|
|
25500
|
-
setsectionproperties(_objectSpread$
|
|
25573
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
25501
25574
|
}, [StatePagePropertiesContext]);
|
|
25502
25575
|
var _useState3 = useState([]),
|
|
25503
25576
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -25787,11 +25860,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
25787
25860
|
style: {
|
|
25788
25861
|
width: sectionproperties.header_width + 'vw'
|
|
25789
25862
|
}
|
|
25790
|
-
},
|
|
25791
|
-
sectionpropertiesprops: sectionproperties,
|
|
25792
|
-
templateproperties_contextprops: templateproperties_context,
|
|
25793
|
-
actions: actions
|
|
25794
|
-
}), /*#__PURE__*/React.createElement("div", {
|
|
25863
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
25795
25864
|
"class": "".concat(headerstyles$c.headercontainer) + ' col-lg-12 pl-0 pr-0 d-md-none ',
|
|
25796
25865
|
style: {
|
|
25797
25866
|
position: sectionproperties.headerstyles_position,
|
|
@@ -25800,7 +25869,15 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
25800
25869
|
}
|
|
25801
25870
|
}, /*#__PURE__*/React.createElement("div", {
|
|
25802
25871
|
"class": "row m-0 w-100"
|
|
25872
|
+
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25873
|
+
"class": "col-lg-12 p-0 d-block d-md-none"
|
|
25803
25874
|
}, /*#__PURE__*/React.createElement("div", {
|
|
25875
|
+
"class": "row m-0 w-100"
|
|
25876
|
+
}, /*#__PURE__*/React.createElement(MarqueeHeader, {
|
|
25877
|
+
sectionpropertiesprops: sectionproperties,
|
|
25878
|
+
templateproperties_contextprops: templateproperties_context,
|
|
25879
|
+
actions: actions
|
|
25880
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
25804
25881
|
"class": ' col-lg-12 d-flex align-items-center p-0 '
|
|
25805
25882
|
}, /*#__PURE__*/React.createElement("div", {
|
|
25806
25883
|
"class": "".concat(header_cssstyles.upperHeaderSection) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
|
|
@@ -26628,8 +26705,8 @@ var css_248z$x = ".CTAHeader-module_header_container__In9j3 .CTAHeader-module_to
|
|
|
26628
26705
|
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"};
|
|
26629
26706
|
styleInject(css_248z$x);
|
|
26630
26707
|
|
|
26631
|
-
function ownKeys$
|
|
26632
|
-
function _objectSpread$
|
|
26708
|
+
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; }
|
|
26709
|
+
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; }
|
|
26633
26710
|
var CTAHeader = function CTAHeader(props) {
|
|
26634
26711
|
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;
|
|
26635
26712
|
var actions = props.actions;
|
|
@@ -26677,7 +26754,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
26677
26754
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
26678
26755
|
});
|
|
26679
26756
|
}
|
|
26680
|
-
setsectionproperties(_objectSpread$
|
|
26757
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
26681
26758
|
}, [StatePagePropertiesContext]);
|
|
26682
26759
|
useEffect(function () {
|
|
26683
26760
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -27714,8 +27791,8 @@ var css_248z$w = ".Header_threesectionslogocentered-module_header_innercontainer
|
|
|
27714
27791
|
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"};
|
|
27715
27792
|
styleInject(css_248z$w);
|
|
27716
27793
|
|
|
27717
|
-
function ownKeys$
|
|
27718
|
-
function _objectSpread$
|
|
27794
|
+
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; }
|
|
27795
|
+
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; }
|
|
27719
27796
|
var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
|
|
27720
27797
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
27721
27798
|
var _useState = useState(''),
|
|
@@ -27751,7 +27828,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
27751
27828
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
27752
27829
|
});
|
|
27753
27830
|
}
|
|
27754
|
-
setsectionproperties(_objectSpread$
|
|
27831
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
27755
27832
|
}, [StatePagePropertiesContext]);
|
|
27756
27833
|
var _useState3 = useState([]),
|
|
27757
27834
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -28452,8 +28529,8 @@ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\n position: a
|
|
|
28452
28529
|
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"};
|
|
28453
28530
|
styleInject(css_248z$v);
|
|
28454
28531
|
|
|
28455
|
-
function ownKeys$
|
|
28456
|
-
function _objectSpread$
|
|
28532
|
+
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; }
|
|
28533
|
+
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; }
|
|
28457
28534
|
var Simpleheader = function Simpleheader(props) {
|
|
28458
28535
|
var _css, _css2, _header_cssstyles, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i4, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i5, _authdetailsContext$i6, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
28459
28536
|
var actions = props.actions;
|
|
@@ -28500,7 +28577,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28500
28577
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
28501
28578
|
});
|
|
28502
28579
|
}
|
|
28503
|
-
setsectionproperties(_objectSpread$
|
|
28580
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
28504
28581
|
}, [StatePagePropertiesContext]);
|
|
28505
28582
|
useEffect(function () {
|
|
28506
28583
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -28809,7 +28886,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28809
28886
|
}, /*#__PURE__*/React.createElement("div", {
|
|
28810
28887
|
"class": " ".concat(headerstyles$9.navbar) + ' row m-0 w-100 d-flex flex-row align-items-center h-100 '
|
|
28811
28888
|
}, /*#__PURE__*/React.createElement("div", {
|
|
28812
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 ? 'col-lg-4 p-0' : 'col-lg-2 p-0' : 'col-lg-
|
|
28889
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 ? 'col-lg-4 p-0' : 'col-lg-2 p-0' : 'col-lg-2 p-0'
|
|
28813
28890
|
}, /*#__PURE__*/React.createElement("div", {
|
|
28814
28891
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
28815
28892
|
style: {
|
|
@@ -28827,7 +28904,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28827
28904
|
maxHeight: '100%'
|
|
28828
28905
|
}
|
|
28829
28906
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
28830
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 ? "".concat(headerstyles$9.nav__item) + ' col-lg-4 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-
|
|
28907
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 ? "".concat(headerstyles$9.nav__item) + ' col-lg-4 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ',
|
|
28831
28908
|
style: {
|
|
28832
28909
|
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
28833
28910
|
}
|
|
@@ -28859,7 +28936,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
28859
28936
|
subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
28860
28937
|
}
|
|
28861
28938
|
})), /*#__PURE__*/React.createElement("div", {
|
|
28862
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) > 1 ? 'col-lg-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end' : 'col-lg-
|
|
28939
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) > 1 ? 'col-lg-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end'
|
|
28863
28940
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("i", {
|
|
28864
28941
|
className: header_cssstyles.searchicon + ' h-100 allcentered ',
|
|
28865
28942
|
onClick: function onClick() {
|
|
@@ -29303,8 +29380,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29303
29380
|
}))))))));
|
|
29304
29381
|
};
|
|
29305
29382
|
|
|
29306
|
-
function ownKeys$
|
|
29307
|
-
function _objectSpread$
|
|
29383
|
+
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; }
|
|
29384
|
+
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; }
|
|
29308
29385
|
var Header8 = function Header8(props) {
|
|
29309
29386
|
var _css, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i5, _authdetailsContext$i7, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i8, _authdetailsContext$i10, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _fetchcustomercartQue4, _fetchcustomercartQue5;
|
|
29310
29387
|
var actions = props.actions;
|
|
@@ -29361,7 +29438,7 @@ var Header8 = function Header8(props) {
|
|
|
29361
29438
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
29362
29439
|
});
|
|
29363
29440
|
}
|
|
29364
|
-
setsectionproperties(_objectSpread$
|
|
29441
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
29365
29442
|
}, [StatePagePropertiesContext]);
|
|
29366
29443
|
var subtotalcart = function subtotalcart() {
|
|
29367
29444
|
var _fetchcustomercartQue;
|
|
@@ -31115,8 +31192,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
31115
31192
|
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-"};
|
|
31116
31193
|
styleInject(css_248z$u);
|
|
31117
31194
|
|
|
31118
|
-
function ownKeys$
|
|
31119
|
-
function _objectSpread$
|
|
31195
|
+
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; }
|
|
31196
|
+
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; }
|
|
31120
31197
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
31121
31198
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
31122
31199
|
var _useState = useState(''),
|
|
@@ -31152,7 +31229,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
31152
31229
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31153
31230
|
});
|
|
31154
31231
|
}
|
|
31155
|
-
setsectionproperties(_objectSpread$
|
|
31232
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
31156
31233
|
}, [StatePagePropertiesContext]);
|
|
31157
31234
|
var _useState3 = useState([]),
|
|
31158
31235
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -31767,8 +31844,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
31767
31844
|
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"};
|
|
31768
31845
|
styleInject(css_248z$t);
|
|
31769
31846
|
|
|
31770
|
-
function ownKeys$
|
|
31771
|
-
function _objectSpread$
|
|
31847
|
+
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; }
|
|
31848
|
+
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; }
|
|
31772
31849
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
31773
31850
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
31774
31851
|
var _useState = useState(''),
|
|
@@ -31805,7 +31882,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
31805
31882
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31806
31883
|
});
|
|
31807
31884
|
}
|
|
31808
|
-
setsectionproperties(_objectSpread$
|
|
31885
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
31809
31886
|
}, [StatePagePropertiesContext]);
|
|
31810
31887
|
var _useState3 = useState(false),
|
|
31811
31888
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -32571,8 +32648,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
32571
32648
|
}))))))));
|
|
32572
32649
|
};
|
|
32573
32650
|
|
|
32574
|
-
function ownKeys$
|
|
32575
|
-
function _objectSpread$
|
|
32651
|
+
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; }
|
|
32652
|
+
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; }
|
|
32576
32653
|
var Modernheader = function Modernheader(props) {
|
|
32577
32654
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
32578
32655
|
var _useState = useState(''),
|
|
@@ -32617,7 +32694,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
32617
32694
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32618
32695
|
});
|
|
32619
32696
|
}
|
|
32620
|
-
setsectionproperties(_objectSpread$
|
|
32697
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
32621
32698
|
}, [StatePagePropertiesContext]);
|
|
32622
32699
|
useEffect(function () {
|
|
32623
32700
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -33275,8 +33352,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
33275
33352
|
}));
|
|
33276
33353
|
};
|
|
33277
33354
|
|
|
33278
|
-
function ownKeys$
|
|
33279
|
-
function _objectSpread$
|
|
33355
|
+
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; }
|
|
33356
|
+
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; }
|
|
33280
33357
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
33281
33358
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
33282
33359
|
var _useState = useState(''),
|
|
@@ -33314,7 +33391,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
33314
33391
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
33315
33392
|
});
|
|
33316
33393
|
}
|
|
33317
|
-
setsectionproperties(_objectSpread$
|
|
33394
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
33318
33395
|
}, [StatePagePropertiesContext]);
|
|
33319
33396
|
var _useState3 = useState([]),
|
|
33320
33397
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -33947,8 +34024,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
33947
34024
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
33948
34025
|
styleInject(css_248z$s);
|
|
33949
34026
|
|
|
33950
|
-
function ownKeys$
|
|
33951
|
-
function _objectSpread$
|
|
34027
|
+
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; }
|
|
34028
|
+
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; }
|
|
33952
34029
|
var StylishHeader = function StylishHeader(props) {
|
|
33953
34030
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
33954
34031
|
var _useState = useState(''),
|
|
@@ -33989,7 +34066,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
33989
34066
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
33990
34067
|
});
|
|
33991
34068
|
}
|
|
33992
|
-
setsectionproperties(_objectSpread$
|
|
34069
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
33993
34070
|
}, [StatePagePropertiesContext]);
|
|
33994
34071
|
var _useState5 = useState([]),
|
|
33995
34072
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -34740,8 +34817,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
34740
34817
|
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"};
|
|
34741
34818
|
styleInject(css_248z$r);
|
|
34742
34819
|
|
|
34743
|
-
function ownKeys$
|
|
34744
|
-
function _objectSpread$
|
|
34820
|
+
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; }
|
|
34821
|
+
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; }
|
|
34745
34822
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
34746
34823
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
34747
34824
|
var actions = props.actions;
|
|
@@ -34779,7 +34856,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
34779
34856
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34780
34857
|
});
|
|
34781
34858
|
}
|
|
34782
|
-
setsectionproperties(_objectSpread$
|
|
34859
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
34783
34860
|
}, [StatePagePropertiesContext]);
|
|
34784
34861
|
var _useState3 = useState([]),
|
|
34785
34862
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -35607,8 +35684,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
35607
35684
|
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"};
|
|
35608
35685
|
styleInject(css_248z$q);
|
|
35609
35686
|
|
|
35610
|
-
function ownKeys$
|
|
35611
|
-
function _objectSpread$
|
|
35687
|
+
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; }
|
|
35688
|
+
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; }
|
|
35612
35689
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
35613
35690
|
var _css, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
35614
35691
|
var lang = props.actions.lang;
|
|
@@ -35675,7 +35752,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
35675
35752
|
});
|
|
35676
35753
|
}
|
|
35677
35754
|
}
|
|
35678
|
-
setsectionproperties(_objectSpread$
|
|
35755
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
35679
35756
|
}, [StatePagePropertiesContext]);
|
|
35680
35757
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
35681
35758
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -36598,8 +36675,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
36598
36675
|
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"};
|
|
36599
36676
|
styleInject(css_248z$p);
|
|
36600
36677
|
|
|
36601
|
-
function ownKeys$
|
|
36602
|
-
function _objectSpread$
|
|
36678
|
+
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; }
|
|
36679
|
+
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; }
|
|
36603
36680
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
36604
36681
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
36605
36682
|
var lang = props.actions.lang;
|
|
@@ -36643,7 +36720,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
36643
36720
|
});
|
|
36644
36721
|
}
|
|
36645
36722
|
}
|
|
36646
|
-
setsectionproperties(_objectSpread$
|
|
36723
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
36647
36724
|
}, [StatePagePropertiesContext]);
|
|
36648
36725
|
var _useState5 = useState([]),
|
|
36649
36726
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -37375,8 +37452,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
37375
37452
|
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"};
|
|
37376
37453
|
styleInject(css_248z$o);
|
|
37377
37454
|
|
|
37378
|
-
function ownKeys$
|
|
37379
|
-
function _objectSpread$
|
|
37455
|
+
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; }
|
|
37456
|
+
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; }
|
|
37380
37457
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
37381
37458
|
var _css, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
37382
37459
|
var _useState = useState(''),
|
|
@@ -37414,7 +37491,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
37414
37491
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37415
37492
|
});
|
|
37416
37493
|
}
|
|
37417
|
-
setsectionproperties(_objectSpread$
|
|
37494
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
37418
37495
|
}, [StatePagePropertiesContext]);
|
|
37419
37496
|
var _useState3 = useState([]),
|
|
37420
37497
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -38142,8 +38219,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
38142
38219
|
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"};
|
|
38143
38220
|
styleInject(css_248z$n);
|
|
38144
38221
|
|
|
38145
|
-
function ownKeys$
|
|
38146
|
-
function _objectSpread$
|
|
38222
|
+
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; }
|
|
38223
|
+
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; }
|
|
38147
38224
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
38148
38225
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
38149
38226
|
var _useState = useState(''),
|
|
@@ -38180,7 +38257,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
38180
38257
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38181
38258
|
});
|
|
38182
38259
|
}
|
|
38183
|
-
setsectionproperties(_objectSpread$
|
|
38260
|
+
setsectionproperties(_objectSpread$1H({}, secpropobj));
|
|
38184
38261
|
}, [StatePagePropertiesContext]);
|
|
38185
38262
|
var _useState3 = useState([]),
|
|
38186
38263
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -38784,8 +38861,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
38784
38861
|
}));
|
|
38785
38862
|
};
|
|
38786
38863
|
|
|
38787
|
-
function ownKeys$
|
|
38788
|
-
function _objectSpread$
|
|
38864
|
+
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; }
|
|
38865
|
+
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; }
|
|
38789
38866
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
38790
38867
|
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
38791
38868
|
var lang = props.actions.lang;
|
|
@@ -38833,7 +38910,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
38833
38910
|
});
|
|
38834
38911
|
}
|
|
38835
38912
|
}
|
|
38836
|
-
setsectionproperties(_objectSpread$
|
|
38913
|
+
setsectionproperties(_objectSpread$1G({}, secpropobj));
|
|
38837
38914
|
}, [StatePagePropertiesContext]);
|
|
38838
38915
|
useEffect(function () {
|
|
38839
38916
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -39762,8 +39839,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
39762
39839
|
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"};
|
|
39763
39840
|
styleInject(css_248z$m);
|
|
39764
39841
|
|
|
39765
|
-
function ownKeys$
|
|
39766
|
-
function _objectSpread$
|
|
39842
|
+
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; }
|
|
39843
|
+
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; }
|
|
39767
39844
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
39768
39845
|
var _textarray$, _textarray$2, _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
39769
39846
|
var _useState = useState(''),
|
|
@@ -39804,7 +39881,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
39804
39881
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
39805
39882
|
});
|
|
39806
39883
|
}
|
|
39807
|
-
setsectionproperties(_objectSpread$
|
|
39884
|
+
setsectionproperties(_objectSpread$1F({}, secpropobj));
|
|
39808
39885
|
}, [StatePagePropertiesContext]);
|
|
39809
39886
|
var _useState5 = useState([]),
|
|
39810
39887
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
@@ -40580,8 +40657,8 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
40580
40657
|
}));
|
|
40581
40658
|
};
|
|
40582
40659
|
|
|
40583
|
-
function ownKeys$
|
|
40584
|
-
function _objectSpread$
|
|
40660
|
+
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; }
|
|
40661
|
+
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; }
|
|
40585
40662
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|
|
40586
40663
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
40587
40664
|
var _useState = useState(''),
|
|
@@ -40632,7 +40709,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
40632
40709
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40633
40710
|
});
|
|
40634
40711
|
}
|
|
40635
|
-
setsectionproperties(_objectSpread$
|
|
40712
|
+
setsectionproperties(_objectSpread$1E({}, secpropobj));
|
|
40636
40713
|
}, [StatePagePropertiesContext]);
|
|
40637
40714
|
useEffect(function () {
|
|
40638
40715
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -41360,8 +41437,8 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
41360
41437
|
}));
|
|
41361
41438
|
};
|
|
41362
41439
|
|
|
41363
|
-
function ownKeys$
|
|
41364
|
-
function _objectSpread$
|
|
41440
|
+
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; }
|
|
41441
|
+
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; }
|
|
41365
41442
|
var Allinonefooter = function Allinonefooter(props) {
|
|
41366
41443
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _templatepropcontext$, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
|
|
41367
41444
|
var _useState = useState(''),
|
|
@@ -41388,7 +41465,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
41388
41465
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41389
41466
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41390
41467
|
});
|
|
41391
|
-
setsectionproperties(_objectSpread$
|
|
41468
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
41392
41469
|
} else {
|
|
41393
41470
|
var secpropobj = {};
|
|
41394
41471
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41398,7 +41475,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
41398
41475
|
});
|
|
41399
41476
|
}
|
|
41400
41477
|
});
|
|
41401
|
-
setsectionproperties(_objectSpread$
|
|
41478
|
+
setsectionproperties(_objectSpread$1D({}, secpropobj));
|
|
41402
41479
|
}
|
|
41403
41480
|
}, [StatePagePropertiesContext]);
|
|
41404
41481
|
var footerStyles = {
|
|
@@ -41854,8 +41931,8 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
41854
41931
|
}))))));
|
|
41855
41932
|
};
|
|
41856
41933
|
|
|
41857
|
-
function ownKeys$
|
|
41858
|
-
function _objectSpread$
|
|
41934
|
+
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; }
|
|
41935
|
+
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; }
|
|
41859
41936
|
var Footer1 = function Footer1(props) {
|
|
41860
41937
|
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;
|
|
41861
41938
|
var _useState = useState(''),
|
|
@@ -41882,7 +41959,7 @@ var Footer1 = function Footer1(props) {
|
|
|
41882
41959
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
41883
41960
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41884
41961
|
});
|
|
41885
|
-
setsectionproperties(_objectSpread$
|
|
41962
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
41886
41963
|
} else {
|
|
41887
41964
|
var secpropobj = {};
|
|
41888
41965
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -41892,7 +41969,7 @@ var Footer1 = function Footer1(props) {
|
|
|
41892
41969
|
});
|
|
41893
41970
|
}
|
|
41894
41971
|
});
|
|
41895
|
-
setsectionproperties(_objectSpread$
|
|
41972
|
+
setsectionproperties(_objectSpread$1C({}, secpropobj));
|
|
41896
41973
|
}
|
|
41897
41974
|
}, [StatePagePropertiesContext]);
|
|
41898
41975
|
useEffect(function () {
|
|
@@ -42310,8 +42387,8 @@ var Footer1 = function Footer1(props) {
|
|
|
42310
42387
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
42311
42388
|
};
|
|
42312
42389
|
|
|
42313
|
-
function ownKeys$
|
|
42314
|
-
function _objectSpread$
|
|
42390
|
+
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; }
|
|
42391
|
+
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; }
|
|
42315
42392
|
var Footer2 = function Footer2(props) {
|
|
42316
42393
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19;
|
|
42317
42394
|
var _useState = useState(''),
|
|
@@ -42341,7 +42418,7 @@ var Footer2 = function Footer2(props) {
|
|
|
42341
42418
|
});
|
|
42342
42419
|
}
|
|
42343
42420
|
});
|
|
42344
|
-
setsectionproperties(_objectSpread$
|
|
42421
|
+
setsectionproperties(_objectSpread$1B({}, secpropobj));
|
|
42345
42422
|
}, [StatePagePropertiesContext]);
|
|
42346
42423
|
useEffect(function () {
|
|
42347
42424
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -42699,8 +42776,8 @@ var Footer2 = function Footer2(props) {
|
|
|
42699
42776
|
})))));
|
|
42700
42777
|
};
|
|
42701
42778
|
|
|
42702
|
-
function ownKeys$
|
|
42703
|
-
function _objectSpread$
|
|
42779
|
+
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; }
|
|
42780
|
+
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; }
|
|
42704
42781
|
var Footer3 = function Footer3(props) {
|
|
42705
42782
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18;
|
|
42706
42783
|
var _useState = useState(''),
|
|
@@ -42727,7 +42804,7 @@ var Footer3 = function Footer3(props) {
|
|
|
42727
42804
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
42728
42805
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
42729
42806
|
});
|
|
42730
|
-
setsectionproperties(_objectSpread$
|
|
42807
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
42731
42808
|
} else {
|
|
42732
42809
|
var secpropobj = {};
|
|
42733
42810
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -42737,7 +42814,7 @@ var Footer3 = function Footer3(props) {
|
|
|
42737
42814
|
});
|
|
42738
42815
|
}
|
|
42739
42816
|
});
|
|
42740
|
-
setsectionproperties(_objectSpread$
|
|
42817
|
+
setsectionproperties(_objectSpread$1A({}, secpropobj));
|
|
42741
42818
|
}
|
|
42742
42819
|
}, [StatePagePropertiesContext]);
|
|
42743
42820
|
useEffect(function () {
|
|
@@ -43059,8 +43136,8 @@ var Footer3 = function Footer3(props) {
|
|
|
43059
43136
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.address_en)))))));
|
|
43060
43137
|
};
|
|
43061
43138
|
|
|
43062
|
-
function ownKeys$
|
|
43063
|
-
function _objectSpread$
|
|
43139
|
+
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; }
|
|
43140
|
+
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; }
|
|
43064
43141
|
var Footer4 = function Footer4(props) {
|
|
43065
43142
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
|
|
43066
43143
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -43083,7 +43160,7 @@ var Footer4 = function Footer4(props) {
|
|
|
43083
43160
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
43084
43161
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43085
43162
|
});
|
|
43086
|
-
setsectionproperties(_objectSpread$
|
|
43163
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
43087
43164
|
} else {
|
|
43088
43165
|
var secpropobj = {};
|
|
43089
43166
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -43093,7 +43170,7 @@ var Footer4 = function Footer4(props) {
|
|
|
43093
43170
|
});
|
|
43094
43171
|
}
|
|
43095
43172
|
});
|
|
43096
|
-
setsectionproperties(_objectSpread$
|
|
43173
|
+
setsectionproperties(_objectSpread$1z({}, secpropobj));
|
|
43097
43174
|
}
|
|
43098
43175
|
}, [StatePagePropertiesContext]);
|
|
43099
43176
|
var footerStyles = {
|
|
@@ -43487,10 +43564,10 @@ var Footer4 = function Footer4(props) {
|
|
|
43487
43564
|
}))))))));
|
|
43488
43565
|
};
|
|
43489
43566
|
|
|
43490
|
-
function ownKeys$
|
|
43491
|
-
function _objectSpread$
|
|
43567
|
+
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; }
|
|
43568
|
+
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; }
|
|
43492
43569
|
var Footer5 = function Footer5(props) {
|
|
43493
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$
|
|
43570
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i22, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40;
|
|
43494
43571
|
var _useState = useState(''),
|
|
43495
43572
|
_useState2 = _slicedToArray(_useState, 2),
|
|
43496
43573
|
sectionproperties = _useState2[0],
|
|
@@ -43518,7 +43595,7 @@ var Footer5 = function Footer5(props) {
|
|
|
43518
43595
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
43519
43596
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43520
43597
|
});
|
|
43521
|
-
setsectionproperties(_objectSpread$
|
|
43598
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
43522
43599
|
} else {
|
|
43523
43600
|
var secpropobj = {};
|
|
43524
43601
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -43528,7 +43605,7 @@ var Footer5 = function Footer5(props) {
|
|
|
43528
43605
|
});
|
|
43529
43606
|
}
|
|
43530
43607
|
});
|
|
43531
|
-
setsectionproperties(_objectSpread$
|
|
43608
|
+
setsectionproperties(_objectSpread$1y({}, secpropobj));
|
|
43532
43609
|
}
|
|
43533
43610
|
}, [StatePagePropertiesContext]);
|
|
43534
43611
|
useEffect(function () {
|
|
@@ -43729,57 +43806,16 @@ var Footer5 = function Footer5(props) {
|
|
|
43729
43806
|
className: "col-lg-12 p-0 allcentered mt-2 p-0"
|
|
43730
43807
|
}, /*#__PURE__*/React.createElement("p", {
|
|
43731
43808
|
className: "".concat(footerStyles.footerinformationstyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43732
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)), /*#__PURE__*/React.createElement("div", {
|
|
43733
|
-
className:
|
|
43734
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
43735
|
-
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
43736
|
-
onClick: function onClick() {
|
|
43737
|
-
var _authdetailsContext$i4;
|
|
43738
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
|
|
43739
|
-
var _authdetailsContext$i5;
|
|
43740
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
|
|
43741
|
-
}
|
|
43742
|
-
}
|
|
43743
|
-
}, /*#__PURE__*/React.createElement("i", {
|
|
43744
|
-
className: "h-100 allcentered"
|
|
43745
|
-
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
43746
|
-
size: sectionproperties.facebkbtnniconfontsize
|
|
43747
|
-
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
43748
|
-
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43749
|
-
onClick: function onClick() {
|
|
43750
|
-
var _authdetailsContext$i7;
|
|
43751
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
43752
|
-
var _authdetailsContext$i8;
|
|
43753
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
43754
|
-
}
|
|
43755
|
-
}
|
|
43756
|
-
}, /*#__PURE__*/React.createElement("i", {
|
|
43757
|
-
className: "h-100 allcentered"
|
|
43758
|
-
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
43759
|
-
size: sectionproperties.instgrambtniconfontsize
|
|
43760
|
-
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
|
|
43761
|
-
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43762
|
-
onClick: function onClick() {
|
|
43763
|
-
var _authdetailsContext$i10;
|
|
43764
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.whatsappnumber) != null) {
|
|
43765
|
-
var _authdetailsContext$i11;
|
|
43766
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber), '_blank');
|
|
43767
|
-
}
|
|
43768
|
-
}
|
|
43769
|
-
}, /*#__PURE__*/React.createElement("i", {
|
|
43770
|
-
className: "h-100 allcentered"
|
|
43771
|
-
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
43772
|
-
size: sectionproperties.youtubebtniconfontsize
|
|
43773
|
-
})))))), /*#__PURE__*/React.createElement("div", {
|
|
43774
|
-
className: "col-lg-4 mt-4 p-sm-0"
|
|
43809
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.description_ar)))), /*#__PURE__*/React.createElement("div", {
|
|
43810
|
+
className: 'col-lg-4 mt-4 p-sm-0'
|
|
43775
43811
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43776
43812
|
className: "row m-0 w-100"
|
|
43777
43813
|
}, sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43778
|
-
className:
|
|
43814
|
+
className: sectionproperties.showhidesubpages == 'Show' ? 'col-lg-6 col-md-12 col-sm-12 p-0' : 'col-lg-12 col-md-12 col-sm-12 p-0 allcentered'
|
|
43779
43815
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43780
43816
|
className: "row m-0 w-100"
|
|
43781
43817
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43782
|
-
className:
|
|
43818
|
+
className: sectionproperties.showhidesubpages == 'Show' ? 'col-lg-12 p-0 d-flex justify-content-md-center ' : 'col-lg-12 p-0 allcentered '
|
|
43783
43819
|
}, /*#__PURE__*/React.createElement("p", {
|
|
43784
43820
|
className: "".concat(footerStyles.footertitlestyles) + ' m-0 p-0 mb-3 wordbreak d-none ',
|
|
43785
43821
|
style: {
|
|
@@ -43788,7 +43824,7 @@ var Footer5 = function Footer5(props) {
|
|
|
43788
43824
|
}, lang.usefullinks)), templatepropcontext.pagesnprop.map(function (item, index) {
|
|
43789
43825
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
43790
43826
|
return /*#__PURE__*/React.createElement("div", {
|
|
43791
|
-
className:
|
|
43827
|
+
className: sectionproperties.showhidesubpages == 'Show' ? 'col-lg-12 p-0 d-flex justify-content-md-center' : 'col-lg-12 p-0 allcentered'
|
|
43792
43828
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43793
43829
|
onClick: function onClick() {
|
|
43794
43830
|
return routingcountext(item.navigationroute);
|
|
@@ -43796,11 +43832,11 @@ var Footer5 = function Footer5(props) {
|
|
|
43796
43832
|
}, /*#__PURE__*/React.createElement("p", {
|
|
43797
43833
|
className: "".concat(footerStyles.footersubtitlestyles) + ' wordbreak ',
|
|
43798
43834
|
style: {
|
|
43799
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43835
|
+
textAlign: sectionproperties.showhidesubpages == 'Show' ? langdetect == 'en' ? 'left' : 'right' : 'center'
|
|
43800
43836
|
}
|
|
43801
43837
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
43802
43838
|
}
|
|
43803
|
-
}))), sectionproperties.
|
|
43839
|
+
}))), sectionproperties.showhidesubpages == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43804
43840
|
className: "col-lg-6 col-md-12 col-sm-12"
|
|
43805
43841
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43806
43842
|
className: "row m-0 w-100"
|
|
@@ -43866,15 +43902,15 @@ var Footer5 = function Footer5(props) {
|
|
|
43866
43902
|
className: "col-lg-12 p-0 allcentered mt-2"
|
|
43867
43903
|
}, /*#__PURE__*/React.createElement("p", {
|
|
43868
43904
|
className: "".concat(footerStyles.footerinformationstyles) + ' wordbreak wordbreak3 text-center p-0 mb-4 '
|
|
43869
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43905
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.description_ar)), /*#__PURE__*/React.createElement("div", {
|
|
43870
43906
|
className: "col-lg-12 allcentered"
|
|
43871
43907
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43872
43908
|
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
43873
43909
|
onClick: function onClick() {
|
|
43874
|
-
var _authdetailsContext$
|
|
43875
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43876
|
-
var _authdetailsContext$
|
|
43877
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43910
|
+
var _authdetailsContext$i5;
|
|
43911
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
|
|
43912
|
+
var _authdetailsContext$i6;
|
|
43913
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
|
|
43878
43914
|
}
|
|
43879
43915
|
}
|
|
43880
43916
|
}, /*#__PURE__*/React.createElement("i", {
|
|
@@ -43884,10 +43920,10 @@ var Footer5 = function Footer5(props) {
|
|
|
43884
43920
|
}))), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43885
43921
|
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43886
43922
|
onClick: function onClick() {
|
|
43887
|
-
var _authdetailsContext$
|
|
43888
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43889
|
-
var _authdetailsContext$
|
|
43890
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43923
|
+
var _authdetailsContext$i7;
|
|
43924
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
43925
|
+
var _authdetailsContext$i8;
|
|
43926
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
43891
43927
|
}
|
|
43892
43928
|
}
|
|
43893
43929
|
}, /*#__PURE__*/React.createElement("i", {
|
|
@@ -43897,16 +43933,55 @@ var Footer5 = function Footer5(props) {
|
|
|
43897
43933
|
}))), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43898
43934
|
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43899
43935
|
onClick: function onClick() {
|
|
43900
|
-
var _authdetailsContext$
|
|
43901
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43902
|
-
var _authdetailsContext$
|
|
43903
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43936
|
+
var _authdetailsContext$i9;
|
|
43937
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null) {
|
|
43938
|
+
var _authdetailsContext$i10;
|
|
43939
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.whatsappnumber), '_blank');
|
|
43904
43940
|
}
|
|
43905
43941
|
}
|
|
43906
43942
|
}, /*#__PURE__*/React.createElement("i", {
|
|
43907
43943
|
className: "h-100 allcentered"
|
|
43908
43944
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
43909
43945
|
size: sectionproperties.youtubebtniconfontsize
|
|
43946
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
43947
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43948
|
+
onClick: function onClick() {
|
|
43949
|
+
var _authdetailsContext$i12;
|
|
43950
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
|
|
43951
|
+
var _authdetailsContext$i13;
|
|
43952
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
|
|
43953
|
+
}
|
|
43954
|
+
}
|
|
43955
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
43956
|
+
className: "h-100 allcentered"
|
|
43957
|
+
}, /*#__PURE__*/React.createElement(FaLinkedinIn, {
|
|
43958
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
43959
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
43960
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43961
|
+
onClick: function onClick() {
|
|
43962
|
+
var _authdetailsContext$i15;
|
|
43963
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
|
|
43964
|
+
var _authdetailsContext$i16;
|
|
43965
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
|
|
43966
|
+
}
|
|
43967
|
+
}
|
|
43968
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
43969
|
+
className: "h-100 allcentered"
|
|
43970
|
+
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
43971
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
43972
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
|
|
43973
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
43974
|
+
onClick: function onClick() {
|
|
43975
|
+
var _authdetailsContext$i18;
|
|
43976
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
|
|
43977
|
+
var _authdetailsContext$i19;
|
|
43978
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.youtubelink, '_blank');
|
|
43979
|
+
}
|
|
43980
|
+
}
|
|
43981
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
43982
|
+
className: "h-100 allcentered"
|
|
43983
|
+
}, /*#__PURE__*/React.createElement(AiFillYoutube, {
|
|
43984
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
43910
43985
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
43911
43986
|
className: "col-lg-4 mt-4 pl-md-2 pr-md-2",
|
|
43912
43987
|
style: {
|
|
@@ -44014,11 +44089,96 @@ var Footer5 = function Footer5(props) {
|
|
|
44014
44089
|
width: '80%',
|
|
44015
44090
|
height: '80%'
|
|
44016
44091
|
}
|
|
44017
|
-
})))))))
|
|
44092
|
+
}))))))), /*#__PURE__*/React.createElement("div", {
|
|
44093
|
+
"class": "col-lg-12 p-0 d-none d-md-flex",
|
|
44094
|
+
style: {
|
|
44095
|
+
zIndex: 1
|
|
44096
|
+
}
|
|
44097
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44098
|
+
className: "col-lg-12 allcentered"
|
|
44099
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
44100
|
+
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
44101
|
+
onClick: function onClick() {
|
|
44102
|
+
var _authdetailsContext$i26;
|
|
44103
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.facebooklink) != null) {
|
|
44104
|
+
var _authdetailsContext$i27;
|
|
44105
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink, '_blank');
|
|
44106
|
+
}
|
|
44107
|
+
}
|
|
44108
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44109
|
+
className: "h-100 allcentered"
|
|
44110
|
+
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
44111
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
44112
|
+
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
44113
|
+
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44114
|
+
onClick: function onClick() {
|
|
44115
|
+
var _authdetailsContext$i29;
|
|
44116
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
|
|
44117
|
+
var _authdetailsContext$i30;
|
|
44118
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
|
|
44119
|
+
}
|
|
44120
|
+
}
|
|
44121
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44122
|
+
className: "h-100 allcentered"
|
|
44123
|
+
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
44124
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44125
|
+
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
|
|
44126
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44127
|
+
onClick: function onClick() {
|
|
44128
|
+
var _authdetailsContext$i32;
|
|
44129
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber) != null) {
|
|
44130
|
+
var _authdetailsContext$i33;
|
|
44131
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber), '_blank');
|
|
44132
|
+
}
|
|
44133
|
+
}
|
|
44134
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44135
|
+
className: "h-100 allcentered"
|
|
44136
|
+
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
44137
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
44138
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
44139
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44140
|
+
onClick: function onClick() {
|
|
44141
|
+
var _authdetailsContext$i35;
|
|
44142
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null) {
|
|
44143
|
+
var _authdetailsContext$i36;
|
|
44144
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.linkedinlink, '_blank');
|
|
44145
|
+
}
|
|
44146
|
+
}
|
|
44147
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44148
|
+
className: "h-100 allcentered"
|
|
44149
|
+
}, /*#__PURE__*/React.createElement(FaLinkedinIn, {
|
|
44150
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44151
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
44152
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44153
|
+
onClick: function onClick() {
|
|
44154
|
+
var _authdetailsContext$i38;
|
|
44155
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.tiktoklink) != null) {
|
|
44156
|
+
var _authdetailsContext$i39;
|
|
44157
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.tiktoklink, '_blank');
|
|
44158
|
+
}
|
|
44159
|
+
}
|
|
44160
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44161
|
+
className: "h-100 allcentered"
|
|
44162
|
+
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
44163
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44164
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
|
|
44165
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44166
|
+
onClick: function onClick() {
|
|
44167
|
+
var _authdetailsContext$i41;
|
|
44168
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
|
|
44169
|
+
var _authdetailsContext$i42;
|
|
44170
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.youtubelink, '_blank');
|
|
44171
|
+
}
|
|
44172
|
+
}
|
|
44173
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
44174
|
+
className: "h-100 allcentered"
|
|
44175
|
+
}, /*#__PURE__*/React.createElement(AiFillYoutube, {
|
|
44176
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44177
|
+
}))))));
|
|
44018
44178
|
};
|
|
44019
44179
|
|
|
44020
|
-
function ownKeys$
|
|
44021
|
-
function _objectSpread$
|
|
44180
|
+
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; }
|
|
44181
|
+
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; }
|
|
44022
44182
|
var Footer6 = function Footer6(props) {
|
|
44023
44183
|
var _authdetailsContext$i2, _authdetailsContext$i3;
|
|
44024
44184
|
var _useState = useState(''),
|
|
@@ -44049,7 +44209,7 @@ var Footer6 = function Footer6(props) {
|
|
|
44049
44209
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
44050
44210
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
44051
44211
|
});
|
|
44052
|
-
setsectionproperties(_objectSpread$
|
|
44212
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
44053
44213
|
} else {
|
|
44054
44214
|
var secpropobj = {};
|
|
44055
44215
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -44059,7 +44219,7 @@ var Footer6 = function Footer6(props) {
|
|
|
44059
44219
|
});
|
|
44060
44220
|
}
|
|
44061
44221
|
});
|
|
44062
|
-
setsectionproperties(_objectSpread$
|
|
44222
|
+
setsectionproperties(_objectSpread$1x({}, secpropobj));
|
|
44063
44223
|
}
|
|
44064
44224
|
}, [StatePagePropertiesContext]);
|
|
44065
44225
|
useEffect(function () {
|
|
@@ -44296,8 +44456,8 @@ var Footer6 = function Footer6(props) {
|
|
|
44296
44456
|
}))));
|
|
44297
44457
|
};
|
|
44298
44458
|
|
|
44299
|
-
function ownKeys$
|
|
44300
|
-
function _objectSpread$
|
|
44459
|
+
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; }
|
|
44460
|
+
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; }
|
|
44301
44461
|
var Footer7 = function Footer7(props) {
|
|
44302
44462
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
44303
44463
|
var _useState = useState(''),
|
|
@@ -44328,7 +44488,7 @@ var Footer7 = function Footer7(props) {
|
|
|
44328
44488
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
44329
44489
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
44330
44490
|
});
|
|
44331
|
-
setsectionproperties(_objectSpread$
|
|
44491
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
44332
44492
|
} else {
|
|
44333
44493
|
var secpropobj = {};
|
|
44334
44494
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -44338,7 +44498,7 @@ var Footer7 = function Footer7(props) {
|
|
|
44338
44498
|
});
|
|
44339
44499
|
}
|
|
44340
44500
|
});
|
|
44341
|
-
setsectionproperties(_objectSpread$
|
|
44501
|
+
setsectionproperties(_objectSpread$1w({}, secpropobj));
|
|
44342
44502
|
}
|
|
44343
44503
|
}, [StatePagePropertiesContext]);
|
|
44344
44504
|
useEffect(function () {
|
|
@@ -44696,8 +44856,8 @@ var Footer7 = function Footer7(props) {
|
|
|
44696
44856
|
}))))));
|
|
44697
44857
|
};
|
|
44698
44858
|
|
|
44699
|
-
function ownKeys$
|
|
44700
|
-
function _objectSpread$
|
|
44859
|
+
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; }
|
|
44860
|
+
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; }
|
|
44701
44861
|
var Footer8 = function Footer8(props) {
|
|
44702
44862
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _templatepropcontext$;
|
|
44703
44863
|
var _useState = useState(''),
|
|
@@ -44724,7 +44884,7 @@ var Footer8 = function Footer8(props) {
|
|
|
44724
44884
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
44725
44885
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
44726
44886
|
});
|
|
44727
|
-
setsectionproperties(_objectSpread$
|
|
44887
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
44728
44888
|
} else {
|
|
44729
44889
|
var secpropobj = {};
|
|
44730
44890
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -44734,7 +44894,7 @@ var Footer8 = function Footer8(props) {
|
|
|
44734
44894
|
});
|
|
44735
44895
|
}
|
|
44736
44896
|
});
|
|
44737
|
-
setsectionproperties(_objectSpread$
|
|
44897
|
+
setsectionproperties(_objectSpread$1v({}, secpropobj));
|
|
44738
44898
|
}
|
|
44739
44899
|
}, [StatePagePropertiesContext]);
|
|
44740
44900
|
var footerStyles = {
|
|
@@ -45112,8 +45272,8 @@ var Footer8 = function Footer8(props) {
|
|
|
45112
45272
|
}, lang.orderhistory)))))));
|
|
45113
45273
|
};
|
|
45114
45274
|
|
|
45115
|
-
function ownKeys$
|
|
45116
|
-
function _objectSpread$
|
|
45275
|
+
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; }
|
|
45276
|
+
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; }
|
|
45117
45277
|
var Simplefooter = function Simplefooter(props) {
|
|
45118
45278
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
45119
45279
|
var _useState = useState(''),
|
|
@@ -45140,7 +45300,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
45140
45300
|
});
|
|
45141
45301
|
}
|
|
45142
45302
|
});
|
|
45143
|
-
setsectionproperties(_objectSpread$
|
|
45303
|
+
setsectionproperties(_objectSpread$1u({}, secpropobj));
|
|
45144
45304
|
}, [StatePagePropertiesContext]);
|
|
45145
45305
|
useEffect(function () {
|
|
45146
45306
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -45407,8 +45567,8 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
45407
45567
|
})));
|
|
45408
45568
|
};
|
|
45409
45569
|
|
|
45410
|
-
function ownKeys$
|
|
45411
|
-
function _objectSpread$
|
|
45570
|
+
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; }
|
|
45571
|
+
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; }
|
|
45412
45572
|
var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
45413
45573
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
45414
45574
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
@@ -45431,7 +45591,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
45431
45591
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
45432
45592
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
45433
45593
|
});
|
|
45434
|
-
setsectionproperties(_objectSpread$
|
|
45594
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
45435
45595
|
} else {
|
|
45436
45596
|
var secpropobj = {};
|
|
45437
45597
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -45441,7 +45601,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
45441
45601
|
});
|
|
45442
45602
|
}
|
|
45443
45603
|
});
|
|
45444
|
-
setsectionproperties(_objectSpread$
|
|
45604
|
+
setsectionproperties(_objectSpread$1t({}, secpropobj));
|
|
45445
45605
|
}
|
|
45446
45606
|
}, [StatePagePropertiesContext]);
|
|
45447
45607
|
var _useState3 = useState([]),
|
|
@@ -45719,8 +45879,8 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
45719
45879
|
}, "@ ", 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))));
|
|
45720
45880
|
};
|
|
45721
45881
|
|
|
45722
|
-
function ownKeys$
|
|
45723
|
-
function _objectSpread$
|
|
45882
|
+
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; }
|
|
45883
|
+
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; }
|
|
45724
45884
|
var ModernFooter = function ModernFooter(props) {
|
|
45725
45885
|
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;
|
|
45726
45886
|
var _useState = useState(''),
|
|
@@ -45746,7 +45906,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
45746
45906
|
});
|
|
45747
45907
|
}
|
|
45748
45908
|
});
|
|
45749
|
-
setsectionproperties(_objectSpread$
|
|
45909
|
+
setsectionproperties(_objectSpread$1s({}, secpropobj));
|
|
45750
45910
|
}, [StatePagePropertiesContext]);
|
|
45751
45911
|
var footerStyles = {
|
|
45752
45912
|
footerContainer: css({
|
|
@@ -46197,8 +46357,8 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
46197
46357
|
})))))));
|
|
46198
46358
|
};
|
|
46199
46359
|
|
|
46200
|
-
function ownKeys$
|
|
46201
|
-
function _objectSpread$
|
|
46360
|
+
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; }
|
|
46361
|
+
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; }
|
|
46202
46362
|
var Newsletterfooter = function Newsletterfooter(props) {
|
|
46203
46363
|
var _footerStyles, _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
46204
46364
|
var _useState = useState(''),
|
|
@@ -46228,7 +46388,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46228
46388
|
});
|
|
46229
46389
|
}
|
|
46230
46390
|
});
|
|
46231
|
-
setsectionproperties(_objectSpread$
|
|
46391
|
+
setsectionproperties(_objectSpread$1r({}, secpropobj));
|
|
46232
46392
|
}, [StatePagePropertiesContext]);
|
|
46233
46393
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
46234
46394
|
var _authdetailsContext$i;
|
|
@@ -46795,7 +46955,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46795
46955
|
"class": "m-0 p-0"
|
|
46796
46956
|
})), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46797
46957
|
"class": "col-lg-12 d-flex align-items-center justify-content-center justify-content-md-start"
|
|
46798
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
46958
|
+
}, sectionproperties.showvisa == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46799
46959
|
className: "".concat(footerStyles.payimgcont),
|
|
46800
46960
|
style: {
|
|
46801
46961
|
width: '50px',
|
|
@@ -46804,7 +46964,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46804
46964
|
}, /*#__PURE__*/React.createElement("img", {
|
|
46805
46965
|
src: 'https://tabex-co.com/storage/StaticImages/visa.png',
|
|
46806
46966
|
className: "".concat(footerStyles.payimg)
|
|
46807
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
46967
|
+
})), sectionproperties.showmastercard == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46808
46968
|
className: "".concat(footerStyles.payimgcont),
|
|
46809
46969
|
style: {
|
|
46810
46970
|
width: '50px',
|
|
@@ -46813,6 +46973,33 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46813
46973
|
}, /*#__PURE__*/React.createElement("img", {
|
|
46814
46974
|
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
46815
46975
|
className: "".concat(footerStyles.payimg)
|
|
46976
|
+
})), sectionproperties.showmeeza == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46977
|
+
className: "".concat(footerStyles.payimgcont),
|
|
46978
|
+
style: {
|
|
46979
|
+
width: '50px',
|
|
46980
|
+
height: '40px'
|
|
46981
|
+
}
|
|
46982
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
46983
|
+
src: 'https://tabex-co.com/storage/StaticImages/meezaimage.png',
|
|
46984
|
+
className: "".concat(footerStyles.payimg)
|
|
46985
|
+
})), sectionproperties.showewallet == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46986
|
+
className: "".concat(footerStyles.payimgcont),
|
|
46987
|
+
style: {
|
|
46988
|
+
width: '50px',
|
|
46989
|
+
height: '45px'
|
|
46990
|
+
}
|
|
46991
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
46992
|
+
src: 'https://tabex-co.com/storage/StaticImages/ewalletimage.png',
|
|
46993
|
+
className: "".concat(footerStyles.payimg)
|
|
46994
|
+
})), sectionproperties.showvalu == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
46995
|
+
className: "".concat(footerStyles.payimgcont),
|
|
46996
|
+
style: {
|
|
46997
|
+
width: '50px',
|
|
46998
|
+
height: '40px'
|
|
46999
|
+
}
|
|
47000
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
47001
|
+
src: 'https://tabex-co.com/storage/StaticImages/valu.png',
|
|
47002
|
+
className: "".concat(footerStyles.payimg)
|
|
46816
47003
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
46817
47004
|
"class": "col-lg-12 p-0 my-3",
|
|
46818
47005
|
style: {
|
|
@@ -46822,11 +47009,20 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
46822
47009
|
className: "".concat(footerStyles.divider)
|
|
46823
47010
|
})), /*#__PURE__*/React.createElement("div", {
|
|
46824
47011
|
"class": "col-lg-12 p-0 d-flex "
|
|
46825
|
-
}, StoreInformation())
|
|
47012
|
+
}, StoreInformation()), sectionproperties.general_showtext == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
47013
|
+
"class": "col-lg-12 p-0 d-flex alcentered"
|
|
47014
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
47015
|
+
"class": "m-0 p-0",
|
|
47016
|
+
style: {
|
|
47017
|
+
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
47018
|
+
color: sectionproperties.generaltext_fontColor,
|
|
47019
|
+
fontWeight: sectionproperties.generaltext_fontWeight
|
|
47020
|
+
}
|
|
47021
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
46826
47022
|
};
|
|
46827
47023
|
|
|
46828
|
-
function ownKeys$
|
|
46829
|
-
function _objectSpread$
|
|
47024
|
+
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; }
|
|
47025
|
+
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; }
|
|
46830
47026
|
var Newsletterincenter = function Newsletterincenter(props) {
|
|
46831
47027
|
var _css, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i21;
|
|
46832
47028
|
var _useState = useState(''),
|
|
@@ -46860,7 +47056,7 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
46860
47056
|
});
|
|
46861
47057
|
}
|
|
46862
47058
|
});
|
|
46863
|
-
setsectionproperties(_objectSpread$
|
|
47059
|
+
setsectionproperties(_objectSpread$1q({}, secpropobj));
|
|
46864
47060
|
}, [StatePagePropertiesContext]);
|
|
46865
47061
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
46866
47062
|
var _authdetailsContext$i;
|
|
@@ -47052,9 +47248,9 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
47052
47248
|
value: event.target.value,
|
|
47053
47249
|
placeholder: "your email",
|
|
47054
47250
|
onChange: function onChange(event) {
|
|
47055
|
-
var newslettertemp = _objectSpread$
|
|
47251
|
+
var newslettertemp = _objectSpread$1q({}, newsletter);
|
|
47056
47252
|
newslettertemp = event.target.value;
|
|
47057
|
-
setnewsletter(_objectSpread$
|
|
47253
|
+
setnewsletter(_objectSpread$1q({}, newslettertemp));
|
|
47058
47254
|
},
|
|
47059
47255
|
style: {
|
|
47060
47256
|
background: sectionproperties.input_bgcolor
|
|
@@ -47314,8 +47510,8 @@ var Newsletterincenter = function Newsletterincenter(props) {
|
|
|
47314
47510
|
}))))));
|
|
47315
47511
|
};
|
|
47316
47512
|
|
|
47317
|
-
function ownKeys$
|
|
47318
|
-
function _objectSpread$
|
|
47513
|
+
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; }
|
|
47514
|
+
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; }
|
|
47319
47515
|
var CardsSection2 = function CardsSection2(props) {
|
|
47320
47516
|
var refscr = /*#__PURE__*/createRef();
|
|
47321
47517
|
var _useInView = useInView();
|
|
@@ -47397,7 +47593,7 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
47397
47593
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
47398
47594
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
47399
47595
|
});
|
|
47400
|
-
setsectionproperties(_objectSpread$
|
|
47596
|
+
setsectionproperties(_objectSpread$1p({}, secpropobj));
|
|
47401
47597
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
47402
47598
|
setfetchingtype('products');
|
|
47403
47599
|
var lcproductfetchingtype = 'Random';
|
|
@@ -47471,9 +47667,9 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
47471
47667
|
}
|
|
47472
47668
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
47473
47669
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
47474
|
-
setProductFilterObjContext(_objectSpread$
|
|
47670
|
+
setProductFilterObjContext(_objectSpread$1p({}, tempfetchproductsfilerobjcontext));
|
|
47475
47671
|
}
|
|
47476
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
47672
|
+
setFetchQueriesEngineContext(_objectSpread$1p({}, tempFetchQueriesEngineContext));
|
|
47477
47673
|
}
|
|
47478
47674
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
47479
47675
|
useEffect(function () {
|
|
@@ -47957,8 +48153,8 @@ var CardsSection2 = function CardsSection2(props) {
|
|
|
47957
48153
|
}, cardsrender())));
|
|
47958
48154
|
};
|
|
47959
48155
|
|
|
47960
|
-
function ownKeys$
|
|
47961
|
-
function _objectSpread$
|
|
48156
|
+
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; }
|
|
48157
|
+
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; }
|
|
47962
48158
|
var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
47963
48159
|
var _section_cssstyles;
|
|
47964
48160
|
var _useInView = useInView();
|
|
@@ -48012,7 +48208,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
48012
48208
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
48013
48209
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
48014
48210
|
});
|
|
48015
|
-
setsectionproperties(_objectSpread$
|
|
48211
|
+
setsectionproperties(_objectSpread$1o({}, secpropobj));
|
|
48016
48212
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
48017
48213
|
setfetchingtype('products');
|
|
48018
48214
|
setProductsFetchingTypeSectionObj({
|
|
@@ -48064,9 +48260,9 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
48064
48260
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
48065
48261
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
48066
48262
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
48067
|
-
setProductFilterObjContext(_objectSpread$
|
|
48263
|
+
setProductFilterObjContext(_objectSpread$1o({}, tempfetchproductsfilerobjcontext));
|
|
48068
48264
|
}
|
|
48069
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
48265
|
+
setFetchQueriesEngineContext(_objectSpread$1o({}, tempFetchQueriesEngineContext));
|
|
48070
48266
|
}
|
|
48071
48267
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
48072
48268
|
useEffect(function () {
|
|
@@ -48515,8 +48711,8 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
48515
48711
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender())));
|
|
48516
48712
|
};
|
|
48517
48713
|
|
|
48518
|
-
function ownKeys$
|
|
48519
|
-
function _objectSpread$
|
|
48714
|
+
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; }
|
|
48715
|
+
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; }
|
|
48520
48716
|
var ModernCardsSection = function ModernCardsSection(props) {
|
|
48521
48717
|
var _useInView = useInView(),
|
|
48522
48718
|
ref = _useInView.ref,
|
|
@@ -48575,7 +48771,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
48575
48771
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
48576
48772
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
48577
48773
|
});
|
|
48578
|
-
setsectionproperties(_objectSpread$
|
|
48774
|
+
setsectionproperties(_objectSpread$1n({}, secpropobj));
|
|
48579
48775
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
48580
48776
|
setfetchingtype('products');
|
|
48581
48777
|
setProductsFetchingTypeSectionObj({
|
|
@@ -48637,7 +48833,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
48637
48833
|
}
|
|
48638
48834
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
48639
48835
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
48640
|
-
setProductFilterObjContext(_objectSpread$
|
|
48836
|
+
setProductFilterObjContext(_objectSpread$1n({}, tempfetchproductsfilerobjcontext));
|
|
48641
48837
|
}
|
|
48642
48838
|
if (fetchingtype == 'categories') {
|
|
48643
48839
|
if (fetchAuthorizationQueryContext !== null && fetchAuthorizationQueryContext !== void 0 && fetchAuthorizationQueryContext.isSuccess) {
|
|
@@ -48713,7 +48909,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
48713
48909
|
cardobjassigner(collections);
|
|
48714
48910
|
}
|
|
48715
48911
|
}
|
|
48716
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
48912
|
+
setFetchQueriesEngineContext(_objectSpread$1n({}, tempFetchQueriesEngineContext));
|
|
48717
48913
|
}
|
|
48718
48914
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
48719
48915
|
useEffect(function () {
|
|
@@ -49108,8 +49304,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
49108
49304
|
}, cardsrender()));
|
|
49109
49305
|
};
|
|
49110
49306
|
|
|
49111
|
-
function ownKeys$
|
|
49112
|
-
function _objectSpread$
|
|
49307
|
+
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; }
|
|
49308
|
+
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; }
|
|
49113
49309
|
var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props) {
|
|
49114
49310
|
var _useInView = useInView();
|
|
49115
49311
|
_useInView.ref;
|
|
@@ -49154,7 +49350,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
49154
49350
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
49155
49351
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
49156
49352
|
});
|
|
49157
|
-
setsectionproperties(_objectSpread$
|
|
49353
|
+
setsectionproperties(_objectSpread$1m({}, secpropobj));
|
|
49158
49354
|
setfetchingtype(sectionitem.fetchingtype);
|
|
49159
49355
|
setProductsFetchingTypeSectionObj({
|
|
49160
49356
|
productfetchingtype: sectionitem.productsfetchingtype,
|
|
@@ -49180,7 +49376,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
49180
49376
|
} else {
|
|
49181
49377
|
setParentCollectionsForCollectionQueryArr([ProductsFetchingTypeSectionObj.collectionid]);
|
|
49182
49378
|
}
|
|
49183
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49379
|
+
setFetchQueriesEngineContext(_objectSpread$1m({}, tempFetchQueriesEngineContext));
|
|
49184
49380
|
}
|
|
49185
49381
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
49186
49382
|
useEffect(function () {
|
|
@@ -49460,8 +49656,8 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
49460
49656
|
})), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
49461
49657
|
};
|
|
49462
49658
|
|
|
49463
|
-
function ownKeys$
|
|
49464
|
-
function _objectSpread$
|
|
49659
|
+
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; }
|
|
49660
|
+
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; }
|
|
49465
49661
|
var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
|
|
49466
49662
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
49467
49663
|
props.actions.lang;
|
|
@@ -49519,7 +49715,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
49519
49715
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
49520
49716
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
49521
49717
|
});
|
|
49522
|
-
setsectionproperties(_objectSpread$
|
|
49718
|
+
setsectionproperties(_objectSpread$1l({}, secpropobj));
|
|
49523
49719
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
49524
49720
|
setfetchingtype('products');
|
|
49525
49721
|
var lcproductfetchingtype = 'Random';
|
|
@@ -49593,9 +49789,9 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
49593
49789
|
}
|
|
49594
49790
|
tempfetchproductsfilerobjcontext.grouptype = ProductsFetchingTypeSectionObj.grouptype;
|
|
49595
49791
|
tempfetchproductsfilerobjcontext.grouptyperefid = ProductsFetchingTypeSectionObj.grouptyperefid;
|
|
49596
|
-
setProductFilterObjContext(_objectSpread$
|
|
49792
|
+
setProductFilterObjContext(_objectSpread$1l({}, tempfetchproductsfilerobjcontext));
|
|
49597
49793
|
}
|
|
49598
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
49794
|
+
setFetchQueriesEngineContext(_objectSpread$1l({}, tempFetchQueriesEngineContext));
|
|
49599
49795
|
}
|
|
49600
49796
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
49601
49797
|
useEffect(function () {
|
|
@@ -50371,8 +50567,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
50371
50567
|
}, cardsrender()));
|
|
50372
50568
|
};
|
|
50373
50569
|
|
|
50374
|
-
function ownKeys$
|
|
50375
|
-
function _objectSpread$
|
|
50570
|
+
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; }
|
|
50571
|
+
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; }
|
|
50376
50572
|
var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
50377
50573
|
var _useInView = useInView(),
|
|
50378
50574
|
ref = _useInView.ref,
|
|
@@ -50433,7 +50629,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
50433
50629
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
50434
50630
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
50435
50631
|
});
|
|
50436
|
-
setsectionproperties(_objectSpread$
|
|
50632
|
+
setsectionproperties(_objectSpread$1k({}, secpropobj));
|
|
50437
50633
|
if (props.srcfromprops == 'GeneralProductsComponent') {
|
|
50438
50634
|
setfetchingtype('products');
|
|
50439
50635
|
setProductsFetchingTypeSectionObj({
|
|
@@ -50485,9 +50681,9 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
50485
50681
|
var tempfetchproductsfilerobjcontext = ProductFilterObjContext;
|
|
50486
50682
|
tempfetchproductsfilerobjcontext.ProductFetchingType = ProductsFetchingTypeSectionObj.productfetchingtype;
|
|
50487
50683
|
tempfetchproductsfilerobjcontext.collections.push(ProductsFetchingTypeSectionObj.collectionid);
|
|
50488
|
-
setProductFilterObjContext(_objectSpread$
|
|
50684
|
+
setProductFilterObjContext(_objectSpread$1k({}, tempfetchproductsfilerobjcontext));
|
|
50489
50685
|
// }
|
|
50490
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
50686
|
+
setFetchQueriesEngineContext(_objectSpread$1k({}, tempFetchQueriesEngineContext));
|
|
50491
50687
|
}
|
|
50492
50688
|
}, [fetchingtype, ProductsFetchingTypeSectionObj]);
|
|
50493
50689
|
useEffect(function () {
|
|
@@ -50925,8 +51121,8 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
50925
51121
|
}, cardsrender())));
|
|
50926
51122
|
};
|
|
50927
51123
|
|
|
50928
|
-
function ownKeys$
|
|
50929
|
-
function _objectSpread$
|
|
51124
|
+
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; }
|
|
51125
|
+
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; }
|
|
50930
51126
|
var UsersCardsSection = function UsersCardsSection(props) {
|
|
50931
51127
|
var _useInView = useInView();
|
|
50932
51128
|
_useInView.ref;
|
|
@@ -50953,7 +51149,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
50953
51149
|
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
50954
51150
|
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
50955
51151
|
});
|
|
50956
|
-
setsectionproperties(_objectSpread$
|
|
51152
|
+
setsectionproperties(_objectSpread$1j({}, secpropobj));
|
|
50957
51153
|
setfetchingtype(sectionitem.fetchingtype);
|
|
50958
51154
|
}
|
|
50959
51155
|
});
|
|
@@ -51194,8 +51390,8 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
51194
51390
|
}, fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
|
|
51195
51391
|
};
|
|
51196
51392
|
|
|
51197
|
-
function ownKeys$
|
|
51198
|
-
function _objectSpread$
|
|
51393
|
+
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; }
|
|
51394
|
+
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; }
|
|
51199
51395
|
var CollapsableSection = function CollapsableSection(props) {
|
|
51200
51396
|
var _maincontainerarrayof;
|
|
51201
51397
|
var _useState = useState(''),
|
|
@@ -51219,7 +51415,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
51219
51415
|
});
|
|
51220
51416
|
}
|
|
51221
51417
|
});
|
|
51222
|
-
setsectionproperties(_objectSpread$
|
|
51418
|
+
setsectionproperties(_objectSpread$1i({}, secpropobj));
|
|
51223
51419
|
}, [StatePagePropertiesContext]);
|
|
51224
51420
|
useEffect(function () {
|
|
51225
51421
|
if (sectionproperties.length != 0) {
|
|
@@ -51504,8 +51700,8 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
51504
51700
|
})))));
|
|
51505
51701
|
};
|
|
51506
51702
|
|
|
51507
|
-
function ownKeys$
|
|
51508
|
-
function _objectSpread$
|
|
51703
|
+
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; }
|
|
51704
|
+
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; }
|
|
51509
51705
|
var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategories(props) {
|
|
51510
51706
|
props.actions.lang;
|
|
51511
51707
|
var langdetect = props.actions.langdetect;
|
|
@@ -51536,7 +51732,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
51536
51732
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
51537
51733
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
51538
51734
|
});
|
|
51539
|
-
setsectionproperties(_objectSpread$
|
|
51735
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
51540
51736
|
} else {
|
|
51541
51737
|
var secpropobj = {};
|
|
51542
51738
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -51546,7 +51742,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
51546
51742
|
});
|
|
51547
51743
|
}
|
|
51548
51744
|
});
|
|
51549
|
-
setsectionproperties(_objectSpread$
|
|
51745
|
+
setsectionproperties(_objectSpread$1h({}, secpropobj));
|
|
51550
51746
|
}
|
|
51551
51747
|
}, [StatePagePropertiesContext]);
|
|
51552
51748
|
useEffect(function () {
|
|
@@ -51967,8 +52163,8 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
|
|
|
51967
52163
|
}, BackgroundImagesContent())));
|
|
51968
52164
|
};
|
|
51969
52165
|
|
|
51970
|
-
function ownKeys$
|
|
51971
|
-
function _objectSpread$
|
|
52166
|
+
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; }
|
|
52167
|
+
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; }
|
|
51972
52168
|
var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props) {
|
|
51973
52169
|
var _imagesarray$, _imagesarray$5, _imagesarray$9, _imagesarray$13, _imagesarray$17;
|
|
51974
52170
|
props.actions.lang;
|
|
@@ -51995,7 +52191,7 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
51995
52191
|
});
|
|
51996
52192
|
}
|
|
51997
52193
|
});
|
|
51998
|
-
setsectionproperties(_objectSpread$
|
|
52194
|
+
setsectionproperties(_objectSpread$1g({}, secpropobj));
|
|
51999
52195
|
}, [StatePagePropertiesContext]);
|
|
52000
52196
|
useEffect(function () {
|
|
52001
52197
|
if (sectionproperties.length != 0) {
|
|
@@ -52290,8 +52486,8 @@ var BackgroundFiveImageStructure = function BackgroundFiveImageStructure(props)
|
|
|
52290
52486
|
})))))));
|
|
52291
52487
|
};
|
|
52292
52488
|
|
|
52293
|
-
function ownKeys$
|
|
52294
|
-
function _objectSpread$
|
|
52489
|
+
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; }
|
|
52490
|
+
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; }
|
|
52295
52491
|
var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props) {
|
|
52296
52492
|
var _useState = useState(''),
|
|
52297
52493
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -52314,7 +52510,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
52314
52510
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
52315
52511
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
52316
52512
|
});
|
|
52317
|
-
setsectionproperties(_objectSpread$
|
|
52513
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
52318
52514
|
} else {
|
|
52319
52515
|
var secpropobj = {};
|
|
52320
52516
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -52324,7 +52520,7 @@ var Backgroundimage_with_toppill = function Backgroundimage_with_toppill(props)
|
|
|
52324
52520
|
});
|
|
52325
52521
|
}
|
|
52326
52522
|
});
|
|
52327
|
-
setsectionproperties(_objectSpread$
|
|
52523
|
+
setsectionproperties(_objectSpread$1f({}, secpropobj));
|
|
52328
52524
|
}
|
|
52329
52525
|
}, [StatePagePropertiesContext]);
|
|
52330
52526
|
useEffect(function () {
|
|
@@ -52561,8 +52757,8 @@ var css_248z$l = "@media screen and (max-width: 1025px) {\n .Backgroundimage1
|
|
|
52561
52757
|
var cardsstyles$5 = {"maintitle":"Backgroundimage1-module_maintitle__md5m4","maintitle2":"Backgroundimage1-module_maintitle2__xUwDA","buttonshop":"Backgroundimage1-module_buttonshop__AmF-E"};
|
|
52562
52758
|
styleInject(css_248z$l);
|
|
52563
52759
|
|
|
52564
|
-
function ownKeys$
|
|
52565
|
-
function _objectSpread$
|
|
52760
|
+
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; }
|
|
52761
|
+
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; }
|
|
52566
52762
|
var Backgroundimage1 = function Backgroundimage1(props) {
|
|
52567
52763
|
var _ref, _bgimagesarray$, _bgimagesarray$2, _ref2;
|
|
52568
52764
|
var _useState = useState(''),
|
|
@@ -52585,7 +52781,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
52585
52781
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
52586
52782
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
52587
52783
|
});
|
|
52588
|
-
setsectionproperties(_objectSpread$
|
|
52784
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
52589
52785
|
} else {
|
|
52590
52786
|
var secpropobj = {};
|
|
52591
52787
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -52595,7 +52791,7 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
52595
52791
|
});
|
|
52596
52792
|
}
|
|
52597
52793
|
});
|
|
52598
|
-
setsectionproperties(_objectSpread$
|
|
52794
|
+
setsectionproperties(_objectSpread$1e({}, secpropobj));
|
|
52599
52795
|
}
|
|
52600
52796
|
}, [StatePagePropertiesContext]);
|
|
52601
52797
|
useEffect(function () {
|
|
@@ -52822,8 +53018,8 @@ var Backgroundimage1 = function Backgroundimage1(props) {
|
|
|
52822
53018
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar))))))));
|
|
52823
53019
|
};
|
|
52824
53020
|
|
|
52825
|
-
function ownKeys$
|
|
52826
|
-
function _objectSpread$
|
|
53021
|
+
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; }
|
|
53022
|
+
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; }
|
|
52827
53023
|
var BackgroundimageandTextsection = function BackgroundimageandTextsection(props) {
|
|
52828
53024
|
var _useState = useState(''),
|
|
52829
53025
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -52846,7 +53042,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
52846
53042
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
52847
53043
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
52848
53044
|
});
|
|
52849
|
-
setsectionproperties(_objectSpread$
|
|
53045
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
52850
53046
|
} else {
|
|
52851
53047
|
var secpropobj = {};
|
|
52852
53048
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -52856,7 +53052,7 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
52856
53052
|
});
|
|
52857
53053
|
}
|
|
52858
53054
|
});
|
|
52859
|
-
setsectionproperties(_objectSpread$
|
|
53055
|
+
setsectionproperties(_objectSpread$1d({}, secpropobj));
|
|
52860
53056
|
}
|
|
52861
53057
|
}, [StatePagePropertiesContext]);
|
|
52862
53058
|
useEffect(function () {
|
|
@@ -52967,8 +53163,8 @@ var BackgroundimageandTextsection = function BackgroundimageandTextsection(props
|
|
|
52967
53163
|
var css_248z$k = "input[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}";
|
|
52968
53164
|
styleInject(css_248z$k);
|
|
52969
53165
|
|
|
52970
|
-
function ownKeys$
|
|
52971
|
-
function _objectSpread$
|
|
53166
|
+
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; }
|
|
53167
|
+
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; }
|
|
52972
53168
|
var Select = /*#__PURE__*/React.lazy(function () {
|
|
52973
53169
|
return import('react-select');
|
|
52974
53170
|
});
|
|
@@ -52986,7 +53182,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
52986
53182
|
sectionproperties = _useState2[0],
|
|
52987
53183
|
setsectionproperties = _useState2[1];
|
|
52988
53184
|
useEffect(function () {
|
|
52989
|
-
setsectionproperties(_objectSpread$
|
|
53185
|
+
setsectionproperties(_objectSpread$1c({}, props.sectionproperties));
|
|
52990
53186
|
}, [props.sectionproperties]);
|
|
52991
53187
|
var formstyles = {
|
|
52992
53188
|
input_label_name: css({
|
|
@@ -53057,13 +53253,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
53057
53253
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
53058
53254
|
tempFetchTabexStatesPayloadobjContext.functype = 'states';
|
|
53059
53255
|
tempFetchTabexStatesPayloadobjContext.country_id = option.id;
|
|
53060
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
53256
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1c({}, tempFetchTabexStatesPayloadobjContext));
|
|
53061
53257
|
if (props.srcfrom != 'filter') {
|
|
53062
53258
|
props.payloadobjchange('countryid', option.id);
|
|
53063
53259
|
} else {
|
|
53064
53260
|
var temp = props.payloadobj;
|
|
53065
53261
|
temp.countryid = option.id;
|
|
53066
|
-
props.setpayloadobj(_objectSpread$
|
|
53262
|
+
props.setpayloadobj(_objectSpread$1c({}, temp));
|
|
53067
53263
|
}
|
|
53068
53264
|
},
|
|
53069
53265
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -53116,13 +53312,13 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
53116
53312
|
var tempFetchTabexStatesPayloadobjContext = FetchTabexStatesPayloadobjContext;
|
|
53117
53313
|
tempFetchTabexStatesPayloadobjContext.functype = 'cities';
|
|
53118
53314
|
tempFetchTabexStatesPayloadobjContext.state_id = option.id;
|
|
53119
|
-
setFetchTabexStatesPayloadobjContext(_objectSpread$
|
|
53315
|
+
setFetchTabexStatesPayloadobjContext(_objectSpread$1c({}, tempFetchTabexStatesPayloadobjContext));
|
|
53120
53316
|
if (props.srcfrom != 'filter') {
|
|
53121
53317
|
props.payloadobjchange('stateid', option.id);
|
|
53122
53318
|
} else {
|
|
53123
53319
|
var temp = props.payloadobj;
|
|
53124
53320
|
temp.stateid = option.id;
|
|
53125
|
-
props.setpayloadobj(_objectSpread$
|
|
53321
|
+
props.setpayloadobj(_objectSpread$1c({}, temp));
|
|
53126
53322
|
}
|
|
53127
53323
|
},
|
|
53128
53324
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -53177,7 +53373,7 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
53177
53373
|
} else {
|
|
53178
53374
|
var temp = props.payloadobj;
|
|
53179
53375
|
temp.cityid = option.id;
|
|
53180
|
-
props.setpayloadobj(_objectSpread$
|
|
53376
|
+
props.setpayloadobj(_objectSpread$1c({}, temp));
|
|
53181
53377
|
}
|
|
53182
53378
|
},
|
|
53183
53379
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
@@ -53211,8 +53407,8 @@ var CustomerAddressForm = function CustomerAddressForm(props) {
|
|
|
53211
53407
|
}))));
|
|
53212
53408
|
};
|
|
53213
53409
|
|
|
53214
|
-
function ownKeys$
|
|
53215
|
-
function _objectSpread$
|
|
53410
|
+
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; }
|
|
53411
|
+
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; }
|
|
53216
53412
|
var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props) {
|
|
53217
53413
|
var _css, _fetchProductFeatures;
|
|
53218
53414
|
var _useState = useState(''),
|
|
@@ -53278,11 +53474,11 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
53278
53474
|
to_date_filter_input = _useState18[0],
|
|
53279
53475
|
setto_date_filter_input = _useState18[1];
|
|
53280
53476
|
useEffect(function () {
|
|
53281
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
53477
|
+
var tempFetchQueriesEngineContext = _objectSpread$1b({}, FetchQueriesEngineContext);
|
|
53282
53478
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
53283
53479
|
tempFetchQueriesEngineContext.collections = true;
|
|
53284
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
53285
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
53480
|
+
setFetchQueriesEngineContext(_objectSpread$1b({}, tempFetchQueriesEngineContext));
|
|
53481
|
+
var tempFetchQueriesEngineContext = _objectSpread$1b({}, FetchQueriesEngineContext);
|
|
53286
53482
|
|
|
53287
53483
|
// authdetailsContext?.instinfo?.instcollections?
|
|
53288
53484
|
}, []);
|
|
@@ -53303,7 +53499,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
53303
53499
|
});
|
|
53304
53500
|
}
|
|
53305
53501
|
});
|
|
53306
|
-
setsectionproperties(_objectSpread$
|
|
53502
|
+
setsectionproperties(_objectSpread$1b({}, secpropobj));
|
|
53307
53503
|
}, [StatePagePropertiesContext]);
|
|
53308
53504
|
useEffect(function () {
|
|
53309
53505
|
if (sectionproperties.length != 0) {
|
|
@@ -53554,7 +53750,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
53554
53750
|
var temp = payloadobj;
|
|
53555
53751
|
temp.collections = [];
|
|
53556
53752
|
temp.collections.push(option.collectionid);
|
|
53557
|
-
setpayloadobj(_objectSpread$
|
|
53753
|
+
setpayloadobj(_objectSpread$1b({}, temp));
|
|
53558
53754
|
},
|
|
53559
53755
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
53560
53756
|
isSearchable: true,
|
|
@@ -53592,7 +53788,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
53592
53788
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
53593
53789
|
value: pricevalue,
|
|
53594
53790
|
onChange: function onChange(value) {
|
|
53595
|
-
setpricevalue(_objectSpread$
|
|
53791
|
+
setpricevalue(_objectSpread$1b({}, value));
|
|
53596
53792
|
}
|
|
53597
53793
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
53598
53794
|
"class": 'col-lg-12 mt-3 p-0 allcentered'
|
|
@@ -53600,7 +53796,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
53600
53796
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
53601
53797
|
onClick: function onClick() {
|
|
53602
53798
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
53603
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
53799
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1b({}, fetchproductsfilerobjcontext);
|
|
53604
53800
|
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) {
|
|
53605
53801
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
53606
53802
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -53883,7 +54079,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
53883
54079
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
53884
54080
|
onClick: function onClick() {
|
|
53885
54081
|
var _payloadobj$countryid2, _payloadobj$stateid2, _payloadobj$cityid2, _pricevalue$min2, _pricevalue$max2;
|
|
53886
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
54082
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1b({}, fetchproductsfilerobjcontext);
|
|
53887
54083
|
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) {
|
|
53888
54084
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
53889
54085
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -53937,8 +54133,8 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
53937
54133
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
53938
54134
|
};
|
|
53939
54135
|
|
|
53940
|
-
function ownKeys$
|
|
53941
|
-
function _objectSpread$
|
|
54136
|
+
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; }
|
|
54137
|
+
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; }
|
|
53942
54138
|
var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
53943
54139
|
var _fetchCategoriesQuery;
|
|
53944
54140
|
var _useState = useState(''),
|
|
@@ -53992,11 +54188,11 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
53992
54188
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
53993
54189
|
props.actions.fetchcollectionsQueryContext;
|
|
53994
54190
|
useEffect(function () {
|
|
53995
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
54191
|
+
var tempFetchQueriesEngineContext = _objectSpread$1a({}, FetchQueriesEngineContext);
|
|
53996
54192
|
tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
53997
54193
|
tempFetchQueriesEngineContext.collections = true;
|
|
53998
|
-
setFetchQueriesEngineContext(_objectSpread$
|
|
53999
|
-
var tempFetchQueriesEngineContext = _objectSpread$
|
|
54194
|
+
setFetchQueriesEngineContext(_objectSpread$1a({}, tempFetchQueriesEngineContext));
|
|
54195
|
+
var tempFetchQueriesEngineContext = _objectSpread$1a({}, FetchQueriesEngineContext);
|
|
54000
54196
|
|
|
54001
54197
|
// authdetailsContext?.instinfo?.instcollections?
|
|
54002
54198
|
}, []);
|
|
@@ -54017,7 +54213,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
54017
54213
|
});
|
|
54018
54214
|
}
|
|
54019
54215
|
});
|
|
54020
|
-
setsectionproperties(_objectSpread$
|
|
54216
|
+
setsectionproperties(_objectSpread$1a({}, secpropobj));
|
|
54021
54217
|
}, [StatePagePropertiesContext]);
|
|
54022
54218
|
// useEffect(() => {
|
|
54023
54219
|
// if (fetchCategoriesQueryContext.isSuccess == true && fetchCategoriesQueryContext.data.data.status == true) {
|
|
@@ -54265,7 +54461,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
54265
54461
|
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
54266
54462
|
value: pricevalue,
|
|
54267
54463
|
onChange: function onChange(value) {
|
|
54268
|
-
setpricevalue(_objectSpread$
|
|
54464
|
+
setpricevalue(_objectSpread$1a({}, value));
|
|
54269
54465
|
}
|
|
54270
54466
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
54271
54467
|
"class": "col-lg-1"
|
|
@@ -54275,7 +54471,7 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
54275
54471
|
"class": sectionstyles.btnstyles + ' allcentered ',
|
|
54276
54472
|
onClick: function onClick() {
|
|
54277
54473
|
var _payloadobj$countryid, _payloadobj$stateid, _payloadobj$cityid, _pricevalue$min, _pricevalue$max;
|
|
54278
|
-
var tempfetchproductsfilerobjcontext = _objectSpread$
|
|
54474
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1a({}, fetchproductsfilerobjcontext);
|
|
54279
54475
|
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) {
|
|
54280
54476
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.generalbtnonclick) == 'Products') {
|
|
54281
54477
|
tempfetchproductsfilerobjcontext.country_ids = [payloadobj.countryid];
|
|
@@ -54320,8 +54516,8 @@ var Filterwithcategoriespcoll = function Filterwithcategoriespcoll(props) {
|
|
|
54320
54516
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))))));
|
|
54321
54517
|
};
|
|
54322
54518
|
|
|
54323
|
-
function ownKeys$
|
|
54324
|
-
function _objectSpread$
|
|
54519
|
+
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; }
|
|
54520
|
+
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; }
|
|
54325
54521
|
var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesCards(props) {
|
|
54326
54522
|
var _useState = useState(''),
|
|
54327
54523
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -54367,7 +54563,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
54367
54563
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
54368
54564
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
54369
54565
|
});
|
|
54370
|
-
setsectionproperties(_objectSpread$
|
|
54566
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
54371
54567
|
} else {
|
|
54372
54568
|
var secpropobj = {};
|
|
54373
54569
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -54377,7 +54573,7 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
54377
54573
|
});
|
|
54378
54574
|
}
|
|
54379
54575
|
});
|
|
54380
|
-
setsectionproperties(_objectSpread$
|
|
54576
|
+
setsectionproperties(_objectSpread$19({}, secpropobj));
|
|
54381
54577
|
}
|
|
54382
54578
|
}, [StatePagePropertiesContext]);
|
|
54383
54579
|
var sectionstyles = {
|
|
@@ -54570,8 +54766,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
54570
54766
|
})))));
|
|
54571
54767
|
};
|
|
54572
54768
|
|
|
54573
|
-
function ownKeys$
|
|
54574
|
-
function _objectSpread$
|
|
54769
|
+
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; }
|
|
54770
|
+
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; }
|
|
54575
54771
|
var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
54576
54772
|
var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
|
|
54577
54773
|
var lang = props.actions.lang;
|
|
@@ -54611,7 +54807,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
54611
54807
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
54612
54808
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
54613
54809
|
});
|
|
54614
|
-
setsectionproperties(_objectSpread$
|
|
54810
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
54615
54811
|
} else {
|
|
54616
54812
|
var secpropobj = {};
|
|
54617
54813
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -54621,7 +54817,7 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
54621
54817
|
});
|
|
54622
54818
|
}
|
|
54623
54819
|
});
|
|
54624
|
-
setsectionproperties(_objectSpread$
|
|
54820
|
+
setsectionproperties(_objectSpread$18({}, secpropobj));
|
|
54625
54821
|
}
|
|
54626
54822
|
}, [StatePagePropertiesContext]);
|
|
54627
54823
|
useEffect(function () {
|
|
@@ -54782,8 +54978,8 @@ var Bgimagewithsearchbar = function Bgimagewithsearchbar(props) {
|
|
|
54782
54978
|
})))))))));
|
|
54783
54979
|
};
|
|
54784
54980
|
|
|
54785
|
-
function ownKeys$
|
|
54786
|
-
function _objectSpread$
|
|
54981
|
+
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; }
|
|
54982
|
+
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; }
|
|
54787
54983
|
var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
54788
54984
|
var _useState = useState(''),
|
|
54789
54985
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -54808,7 +55004,7 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
54808
55004
|
});
|
|
54809
55005
|
}
|
|
54810
55006
|
});
|
|
54811
|
-
setsectionproperties(_objectSpread$
|
|
55007
|
+
setsectionproperties(_objectSpread$17({}, secpropobj));
|
|
54812
55008
|
}, [StatePagePropertiesContext]);
|
|
54813
55009
|
useEffect(function () {
|
|
54814
55010
|
if (sectionproperties.length != 0) {
|
|
@@ -54922,8 +55118,8 @@ var Section_with_rightbgcont = function Section_with_rightbgcont(props) {
|
|
|
54922
55118
|
}))))));
|
|
54923
55119
|
};
|
|
54924
55120
|
|
|
54925
|
-
function ownKeys$
|
|
54926
|
-
function _objectSpread$
|
|
55121
|
+
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; }
|
|
55122
|
+
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; }
|
|
54927
55123
|
var Threebgimages = function Threebgimages(props) {
|
|
54928
55124
|
var _ref;
|
|
54929
55125
|
// const { lang, langdetect } = useContext(LanguageContext);
|
|
@@ -54954,7 +55150,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
54954
55150
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
54955
55151
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
54956
55152
|
});
|
|
54957
|
-
setsectionproperties(_objectSpread$
|
|
55153
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
54958
55154
|
} else {
|
|
54959
55155
|
var secpropobj = {};
|
|
54960
55156
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -54964,7 +55160,7 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
54964
55160
|
});
|
|
54965
55161
|
}
|
|
54966
55162
|
});
|
|
54967
|
-
setsectionproperties(_objectSpread$
|
|
55163
|
+
setsectionproperties(_objectSpread$16({}, secpropobj));
|
|
54968
55164
|
}
|
|
54969
55165
|
}, [StatePagePropertiesContext]);
|
|
54970
55166
|
useEffect(function () {
|
|
@@ -55178,8 +55374,8 @@ var Threebgimages = function Threebgimages(props) {
|
|
|
55178
55374
|
})));
|
|
55179
55375
|
};
|
|
55180
55376
|
|
|
55181
|
-
function ownKeys$
|
|
55182
|
-
function _objectSpread$
|
|
55377
|
+
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; }
|
|
55378
|
+
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; }
|
|
55183
55379
|
var Twobgimages = function Twobgimages(props) {
|
|
55184
55380
|
var _useState = useState(''),
|
|
55185
55381
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -55207,7 +55403,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
55207
55403
|
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
55208
55404
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
55209
55405
|
});
|
|
55210
|
-
setsectionproperties(_objectSpread$
|
|
55406
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
55211
55407
|
} else {
|
|
55212
55408
|
var secpropobj = {};
|
|
55213
55409
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -55217,7 +55413,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
55217
55413
|
});
|
|
55218
55414
|
}
|
|
55219
55415
|
});
|
|
55220
|
-
setsectionproperties(_objectSpread$
|
|
55416
|
+
setsectionproperties(_objectSpread$15({}, secpropobj));
|
|
55221
55417
|
}
|
|
55222
55418
|
}, [StatePagePropertiesContext]);
|
|
55223
55419
|
useEffect(function () {
|
|
@@ -55517,8 +55713,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
55517
55713
|
}, BackgroundImage()));
|
|
55518
55714
|
};
|
|
55519
55715
|
|
|
55520
|
-
function ownKeys$
|
|
55521
|
-
function _objectSpread$
|
|
55716
|
+
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; }
|
|
55717
|
+
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; }
|
|
55522
55718
|
var VideosSection = function VideosSection(props) {
|
|
55523
55719
|
var _useState = useState(''),
|
|
55524
55720
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -55544,7 +55740,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
55544
55740
|
});
|
|
55545
55741
|
}
|
|
55546
55742
|
});
|
|
55547
|
-
setsectionproperties(_objectSpread$
|
|
55743
|
+
setsectionproperties(_objectSpread$14({}, secpropobj));
|
|
55548
55744
|
}, [StatePagePropertiesContext]);
|
|
55549
55745
|
useEffect(function () {
|
|
55550
55746
|
if (sectionproperties.length != 0 && sectionproperties.videosarrayofobjs != undefined) {
|
|
@@ -55837,8 +56033,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
55837
56033
|
}))))));
|
|
55838
56034
|
};
|
|
55839
56035
|
|
|
55840
|
-
function ownKeys$
|
|
55841
|
-
function _objectSpread$
|
|
56036
|
+
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; }
|
|
56037
|
+
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; }
|
|
55842
56038
|
var FullVideoSection = function FullVideoSection(props) {
|
|
55843
56039
|
var _useState = useState(''),
|
|
55844
56040
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -55864,7 +56060,7 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
55864
56060
|
});
|
|
55865
56061
|
}
|
|
55866
56062
|
});
|
|
55867
|
-
setsectionproperties(_objectSpread$
|
|
56063
|
+
setsectionproperties(_objectSpread$13({}, secpropobj));
|
|
55868
56064
|
}, [StatePagePropertiesContext]);
|
|
55869
56065
|
useEffect(function () {
|
|
55870
56066
|
if (sectionproperties.length != 0 && sectionproperties.Videosarrayofobjs != undefined) {
|
|
@@ -56034,8 +56230,8 @@ var FullVideoSection = function FullVideoSection(props) {
|
|
|
56034
56230
|
}, Content(), " ", Video())));
|
|
56035
56231
|
};
|
|
56036
56232
|
|
|
56037
|
-
function ownKeys$
|
|
56038
|
-
function _objectSpread$
|
|
56233
|
+
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; }
|
|
56234
|
+
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; }
|
|
56039
56235
|
var Popupcomponent = function Popupcomponent(props) {
|
|
56040
56236
|
var _useState = useState(''),
|
|
56041
56237
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -56065,7 +56261,7 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
56065
56261
|
});
|
|
56066
56262
|
}
|
|
56067
56263
|
});
|
|
56068
|
-
setsectionproperties(_objectSpread$
|
|
56264
|
+
setsectionproperties(_objectSpread$12({}, secpropobj));
|
|
56069
56265
|
}, [StatePagePropertiesContext]);
|
|
56070
56266
|
useEffect(function () {
|
|
56071
56267
|
if (sectionproperties.length != 0) {
|
|
@@ -56130,8 +56326,8 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
56130
56326
|
})))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
56131
56327
|
};
|
|
56132
56328
|
|
|
56133
|
-
function ownKeys$
|
|
56134
|
-
function _objectSpread$
|
|
56329
|
+
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; }
|
|
56330
|
+
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; }
|
|
56135
56331
|
var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
56136
56332
|
var _maincontainerarrayof;
|
|
56137
56333
|
var _useState = useState(''),
|
|
@@ -56163,7 +56359,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56163
56359
|
});
|
|
56164
56360
|
}
|
|
56165
56361
|
});
|
|
56166
|
-
setsectionproperties(_objectSpread$
|
|
56362
|
+
setsectionproperties(_objectSpread$11({}, secpropobj));
|
|
56167
56363
|
}, [StatePagePropertiesContext]);
|
|
56168
56364
|
var sectionstyles = {
|
|
56169
56365
|
sectionTitleStyles: css({
|
|
@@ -56331,6 +56527,9 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56331
56527
|
var _authdetailsContext$i2;
|
|
56332
56528
|
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber), '_blank');
|
|
56333
56529
|
}
|
|
56530
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
56531
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
56532
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
56334
56533
|
} else {
|
|
56335
56534
|
window.open(sectionproperties.btnlink, '_blank');
|
|
56336
56535
|
}
|
|
@@ -56413,6 +56612,9 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56413
56612
|
var _authdetailsContext$i4;
|
|
56414
56613
|
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber), '_blank');
|
|
56415
56614
|
}
|
|
56615
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
56616
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
56617
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
56416
56618
|
} else {
|
|
56417
56619
|
window.open(sectionproperties.btnlink, '_blank');
|
|
56418
56620
|
}
|
|
@@ -56420,8 +56622,8 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56420
56622
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))));
|
|
56421
56623
|
};
|
|
56422
56624
|
|
|
56423
|
-
function ownKeys
|
|
56424
|
-
function _objectSpread
|
|
56625
|
+
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; }
|
|
56626
|
+
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; }
|
|
56425
56627
|
var DynamicForm = function DynamicForm(props) {
|
|
56426
56628
|
var _css, _dynamicform$fields, _dynamicform$fields2, _dynamicform$fields3, _dynamicform$fields4, _dynamicform$fields5;
|
|
56427
56629
|
props.actions.lang;
|
|
@@ -56492,7 +56694,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
56492
56694
|
});
|
|
56493
56695
|
}
|
|
56494
56696
|
});
|
|
56495
|
-
setsectionproperties(_objectSpread
|
|
56697
|
+
setsectionproperties(_objectSpread$10({}, secpropobj));
|
|
56496
56698
|
}, [StatePagePropertiesContext]);
|
|
56497
56699
|
useEffect(function () {
|
|
56498
56700
|
if (fetchdynamicformfeildsQueryContext.isSuccess) {
|
|
@@ -56521,12 +56723,12 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
56521
56723
|
}
|
|
56522
56724
|
}, [fetchdynamicformfeildsQueryContext.isSuccess]);
|
|
56523
56725
|
var updateformfield = function updateformfield(value, index) {
|
|
56524
|
-
var tempynamicform = _objectSpread
|
|
56726
|
+
var tempynamicform = _objectSpread$10({}, dynamicform);
|
|
56525
56727
|
tempynamicform.fields[index].value = value;
|
|
56526
|
-
setdynamicform(_objectSpread
|
|
56728
|
+
setdynamicform(_objectSpread$10({}, dynamicform));
|
|
56527
56729
|
};
|
|
56528
56730
|
var submitform = function submitform() {
|
|
56529
|
-
var tempynamicform = _objectSpread
|
|
56731
|
+
var tempynamicform = _objectSpread$10({}, dynamicform);
|
|
56530
56732
|
var fields = tempynamicform.fields;
|
|
56531
56733
|
var validationpassed = true;
|
|
56532
56734
|
var reason = '';
|
|
@@ -56558,7 +56760,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
56558
56760
|
};
|
|
56559
56761
|
var clearform = function clearform() {
|
|
56560
56762
|
var _tempitem$fields3;
|
|
56561
|
-
var tempitem = _objectSpread
|
|
56763
|
+
var tempitem = _objectSpread$10({}, dynamicform);
|
|
56562
56764
|
tempitem === null || tempitem === void 0 || (_tempitem$fields3 = tempitem.fields) === null || _tempitem$fields3 === void 0 || _tempitem$fields3.forEach(function (fielditem) {
|
|
56563
56765
|
fielditem.value = '';
|
|
56564
56766
|
});
|
|
@@ -56587,7 +56789,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
56587
56789
|
}, /*#__PURE__*/React.createElement("p", {
|
|
56588
56790
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
56589
56791
|
style: {}
|
|
56590
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React.createElement("div", {
|
|
56792
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React.createElement("div", {
|
|
56591
56793
|
"class": "col-lg-12 text-start"
|
|
56592
56794
|
}, /*#__PURE__*/React.createElement("input", {
|
|
56593
56795
|
type: type,
|
|
@@ -56597,6 +56799,15 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
56597
56799
|
},
|
|
56598
56800
|
min: currentDate,
|
|
56599
56801
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
56802
|
+
})), sectionproperties.datestartdate == 'All' && /*#__PURE__*/React.createElement("div", {
|
|
56803
|
+
"class": "col-lg-12 text-start"
|
|
56804
|
+
}, /*#__PURE__*/React.createElement("input", {
|
|
56805
|
+
type: type,
|
|
56806
|
+
value: item.value,
|
|
56807
|
+
onChange: function onChange(event) {
|
|
56808
|
+
updateformfield(event.target.value, index);
|
|
56809
|
+
},
|
|
56810
|
+
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
56600
56811
|
})));
|
|
56601
56812
|
} else {
|
|
56602
56813
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -56964,8 +57175,8 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
56964
57175
|
}, confirmationtext))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
56965
57176
|
};
|
|
56966
57177
|
|
|
56967
|
-
function ownKeys
|
|
56968
|
-
function _objectSpread
|
|
57178
|
+
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; }
|
|
57179
|
+
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; }
|
|
56969
57180
|
var Searchcomponent = function Searchcomponent(props) {
|
|
56970
57181
|
var _ref;
|
|
56971
57182
|
var _useState = useState(''),
|
|
@@ -56987,7 +57198,7 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
56987
57198
|
});
|
|
56988
57199
|
}
|
|
56989
57200
|
});
|
|
56990
|
-
setsectionproperties(_objectSpread
|
|
57201
|
+
setsectionproperties(_objectSpread$$({}, secpropobj));
|
|
56991
57202
|
}, [StatePagePropertiesContext]);
|
|
56992
57203
|
return /*#__PURE__*/React.createElement("div", {
|
|
56993
57204
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
@@ -57038,6 +57249,199 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
57038
57249
|
})))));
|
|
57039
57250
|
};
|
|
57040
57251
|
|
|
57252
|
+
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; }
|
|
57253
|
+
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; }
|
|
57254
|
+
var MapsSection = function MapsSection(props) {
|
|
57255
|
+
var _useState = useState(''),
|
|
57256
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
57257
|
+
sectionproperties = _useState2[0],
|
|
57258
|
+
setsectionproperties = _useState2[1];
|
|
57259
|
+
var _useState3 = useState([]),
|
|
57260
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
57261
|
+
cardsarray = _useState4[0],
|
|
57262
|
+
setcardsarray = _useState4[1];
|
|
57263
|
+
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
57264
|
+
props.actions.lang;
|
|
57265
|
+
var langdetect = props.actions.langdetect;
|
|
57266
|
+
props.actions.ikimagecredcontext;
|
|
57267
|
+
props.actions.routingcountext;
|
|
57268
|
+
useEffect(function () {
|
|
57269
|
+
var secpropobj = {};
|
|
57270
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
57271
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
57272
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
57273
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
57274
|
+
});
|
|
57275
|
+
}
|
|
57276
|
+
});
|
|
57277
|
+
setsectionproperties(_objectSpread$_({}, secpropobj));
|
|
57278
|
+
}, [StatePagePropertiesContext]);
|
|
57279
|
+
useEffect(function () {
|
|
57280
|
+
if (sectionproperties.length != 0) {
|
|
57281
|
+
if (sectionproperties.mapsarray != null) {
|
|
57282
|
+
var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.mapsarray);
|
|
57283
|
+
if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
|
|
57284
|
+
setcardsarray(_toConsumableArray(bgsection_imagearrayofobjsparsed));
|
|
57285
|
+
}
|
|
57286
|
+
}
|
|
57287
|
+
}
|
|
57288
|
+
}, [sectionproperties]);
|
|
57289
|
+
var sectionStyles = {
|
|
57290
|
+
sectiontitlespan: css({
|
|
57291
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
57292
|
+
color: sectionproperties.sectionTitleColor,
|
|
57293
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
57294
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
57295
|
+
'@media (max-width: 800px)': {
|
|
57296
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
57297
|
+
}
|
|
57298
|
+
}),
|
|
57299
|
+
text1Styles: css({
|
|
57300
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
57301
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
57302
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
57303
|
+
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
57304
|
+
':hover': {
|
|
57305
|
+
transition: '.3s',
|
|
57306
|
+
color: sectionproperties.text1secondarycolor
|
|
57307
|
+
}
|
|
57308
|
+
}),
|
|
57309
|
+
imageContainer: css({
|
|
57310
|
+
width: '100%',
|
|
57311
|
+
height: '100%',
|
|
57312
|
+
justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
|
|
57313
|
+
}),
|
|
57314
|
+
cardContainer: css({
|
|
57315
|
+
':hover .imageContainer': {
|
|
57316
|
+
transition: '.3s',
|
|
57317
|
+
backgroundColor: sectionproperties.activedotcolor
|
|
57318
|
+
},
|
|
57319
|
+
':hover .text1Styles': {
|
|
57320
|
+
transition: '.3s',
|
|
57321
|
+
color: sectionproperties.text1secondarycolor
|
|
57322
|
+
}
|
|
57323
|
+
}),
|
|
57324
|
+
descriptioncont: css({
|
|
57325
|
+
color: sectionproperties.prodCatColor,
|
|
57326
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
57327
|
+
textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
57328
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
57329
|
+
'@media (max-width: 800px)': {
|
|
57330
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
57331
|
+
}
|
|
57332
|
+
})
|
|
57333
|
+
};
|
|
57334
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
57335
|
+
"class": ' row ml-0 mr-0 d-flex align-items-center w-100 ',
|
|
57336
|
+
style: {
|
|
57337
|
+
background: sectionproperties.outerbgcolor,
|
|
57338
|
+
zIndex: 20,
|
|
57339
|
+
justifyContent: sectionproperties.innersectionposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
57340
|
+
}
|
|
57341
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57342
|
+
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center w-100 ',
|
|
57343
|
+
style: {}
|
|
57344
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57345
|
+
"class": "row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-3 pr-md-3 px-2015-3",
|
|
57346
|
+
style: {
|
|
57347
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
57348
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
57349
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
57350
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
57351
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
57352
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
57353
|
+
background: sectionproperties.backgroundColor
|
|
57354
|
+
}
|
|
57355
|
+
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
57356
|
+
"class": "col-lg-12 allcentered p-0",
|
|
57357
|
+
style: {
|
|
57358
|
+
zIndex: 1
|
|
57359
|
+
}
|
|
57360
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57361
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 allcentered plr-1025-0 pl-md-3 pr-md-3 ',
|
|
57362
|
+
style: {
|
|
57363
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
57364
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
57365
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px',
|
|
57366
|
+
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
57367
|
+
}
|
|
57368
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57369
|
+
"class": "d-flex align-items-center flex-row allcentered",
|
|
57370
|
+
style: {
|
|
57371
|
+
position: 'relative'
|
|
57372
|
+
}
|
|
57373
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
57374
|
+
"class": "".concat(sectionStyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ',
|
|
57375
|
+
style: {}
|
|
57376
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
57377
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
57378
|
+
style: {
|
|
57379
|
+
justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
|
|
57380
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
57381
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
|
|
57382
|
+
paddingRight: langdetect == 'en' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px'
|
|
57383
|
+
}
|
|
57384
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
57385
|
+
"class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
57386
|
+
style: {}
|
|
57387
|
+
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
57388
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
57389
|
+
"class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
57390
|
+
style: {
|
|
57391
|
+
zIndex: 2
|
|
57392
|
+
}
|
|
57393
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57394
|
+
"class": sectionStyles.cardContainer + ' row m-0 w-100 mb-auto cursor-pointer ',
|
|
57395
|
+
style: {
|
|
57396
|
+
background: sectionproperties.reservation_bgcolor,
|
|
57397
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
57398
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
57399
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
57400
|
+
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
57401
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
57402
|
+
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
|
|
57403
|
+
}
|
|
57404
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57405
|
+
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
57406
|
+
style: {
|
|
57407
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
57408
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
57409
|
+
}
|
|
57410
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57411
|
+
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
57412
|
+
style: {}
|
|
57413
|
+
}, /*#__PURE__*/React.createElement("iframe", {
|
|
57414
|
+
src: cardinfoitem.maplink,
|
|
57415
|
+
width: "100%",
|
|
57416
|
+
height: "100%",
|
|
57417
|
+
allowfullscreen: "",
|
|
57418
|
+
loading: "lazy",
|
|
57419
|
+
referrerpolicy: "no-referrer-when-downgrade"
|
|
57420
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
57421
|
+
"class": "col-lg-12 d-flex p-0",
|
|
57422
|
+
style: {
|
|
57423
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
57424
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
57425
|
+
}
|
|
57426
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
57427
|
+
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles '
|
|
57428
|
+
}, langdetect == 'en' ? cardinfoitem.text1en : cardinfoitem.text1ar)), /*#__PURE__*/React.createElement("div", {
|
|
57429
|
+
"class": "col-lg-12 d-flex p-0",
|
|
57430
|
+
style: {
|
|
57431
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
57432
|
+
}
|
|
57433
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
57434
|
+
"class": "m-0 wordbreak",
|
|
57435
|
+
style: {
|
|
57436
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
57437
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
57438
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
57439
|
+
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
57440
|
+
}
|
|
57441
|
+
}, langdetect == 'en' ? cardinfoitem.desc1en : cardinfoitem.desc1ar))));
|
|
57442
|
+
}))));
|
|
57443
|
+
};
|
|
57444
|
+
|
|
57041
57445
|
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; }
|
|
57042
57446
|
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; }
|
|
57043
57447
|
var AboutSection = function AboutSection(props) {
|
|
@@ -59616,6 +60020,19 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
59616
60020
|
}, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar, ' ')));
|
|
59617
60021
|
};
|
|
59618
60022
|
var slideshow_styles = {
|
|
60023
|
+
contt: css({
|
|
60024
|
+
position: 'relative',
|
|
60025
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
60026
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
60027
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
60028
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
60029
|
+
width: sectionproperties.width + 'vw',
|
|
60030
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60031
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
60032
|
+
'@media (max-width: 800px)': {
|
|
60033
|
+
marginTop: sectionproperties.marginTopResp + 'px'
|
|
60034
|
+
}
|
|
60035
|
+
}),
|
|
59619
60036
|
slideshow_btn: css({
|
|
59620
60037
|
zIndex: 1000,
|
|
59621
60038
|
height: sectionproperties.generalbtn_height + 'px',
|
|
@@ -59776,15 +60193,8 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
59776
60193
|
}, /*#__PURE__*/React.createElement("div", {
|
|
59777
60194
|
"class": 'col-lg-12 p-0 d-flex justify-content-center'
|
|
59778
60195
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60196
|
+
"class": slideshow_styles.contt,
|
|
59779
60197
|
style: {
|
|
59780
|
-
position: 'relative',
|
|
59781
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
59782
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
59783
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
59784
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
59785
|
-
width: sectionproperties.width + 'vw',
|
|
59786
|
-
marginBottom: sectionproperties.marginBottom + 'px',
|
|
59787
|
-
marginTop: sectionproperties.marginTop + 'px'
|
|
59788
60198
|
// height: sectionproperties.height + 'vh',
|
|
59789
60199
|
}
|
|
59790
60200
|
}, /*#__PURE__*/React.createElement(Fade, _extends({}, Slideshowsettings, {
|
|
@@ -76229,6 +76639,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
76229
76639
|
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
76230
76640
|
DynamicForm: DynamicForm,
|
|
76231
76641
|
Searchcomponent: Searchcomponent,
|
|
76642
|
+
MapsSection: MapsSection,
|
|
76232
76643
|
// Slideshows (13)
|
|
76233
76644
|
AboutSection: AboutSection,
|
|
76234
76645
|
Backgroundimage_with_topcircle: Backgroundimage_with_topcircle,
|