tabexseriescomponents 0.50.186 → 0.50.188
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 +164 -103
- package/dist/index.esm.js +164 -103
- package/dist/index.umd.js +166 -104
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -2921,6 +2921,9 @@
|
|
|
2921
2921
|
props.actions.addtocardpayloadobj;
|
|
2922
2922
|
props.actions.setaddtocardpayloadobj;
|
|
2923
2923
|
var addtocartfunc_extras = props.actions.addtocartfunc_extras;
|
|
2924
|
+
var product_prod_extras_array = props.actions.product_prod_extras_array;
|
|
2925
|
+
var setproduct_prod_extras_array = props.actions.setproduct_prod_extras_array;
|
|
2926
|
+
var variantindexcompleted = props.actions.variantindexcompleted;
|
|
2924
2927
|
props.actions;
|
|
2925
2928
|
var productid = 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 ? void 0 : _fetchProductInfoQuer.productid;
|
|
2926
2929
|
// const templatepropcontext = props.actions.templatepropcontext;
|
|
@@ -2948,10 +2951,7 @@
|
|
|
2948
2951
|
_useState0 = _slicedToArray__default["default"](_useState9, 2);
|
|
2949
2952
|
_useState0[0];
|
|
2950
2953
|
_useState0[1];
|
|
2951
|
-
|
|
2952
|
-
_useState10 = _slicedToArray__default["default"](_useState1, 2),
|
|
2953
|
-
product_prod_extras_array = _useState10[0],
|
|
2954
|
-
setproduct_prod_extras_array = _useState10[1];
|
|
2954
|
+
// const [product_prod_extras_array, setproduct_prod_extras_array] = useState([]);
|
|
2955
2955
|
React.useEffect(function () {
|
|
2956
2956
|
if (fetchProductInfoQueryContext.isSuccess) ;
|
|
2957
2957
|
}, [filterproductreviews]);
|
|
@@ -2979,7 +2979,7 @@
|
|
|
2979
2979
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2980
2980
|
className: 'row w-100 ml-0 mr-0 mt-3'
|
|
2981
2981
|
}, product_prod_extras_array === null || product_prod_extras_array === void 0 ? void 0 : product_prod_extras_array.map(function (item, index) {
|
|
2982
|
-
var _item$productinfo;
|
|
2982
|
+
var _item$productinfo, _item$productinfo2;
|
|
2983
2983
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2984
2984
|
"class": props.srcfromprops == 'servicestyle2' ? 'col-lg-12 col-sm-12 p-0 mb-3' : 'col-lg-6 col-sm-12 p-0 mb-3'
|
|
2985
2985
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -2996,7 +2996,9 @@
|
|
|
2996
2996
|
"class": "col-12 p-0 text-start"
|
|
2997
2997
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2998
2998
|
className: ' m-0 p-0 ',
|
|
2999
|
-
style: {
|
|
2999
|
+
style: {
|
|
3000
|
+
fontSize: 15
|
|
3001
|
+
},
|
|
3000
3002
|
dangerouslySetInnerHTML: {
|
|
3001
3003
|
__html: item === null || item === void 0 ? void 0 : item.productinfo["description_".concat(langdetect)]
|
|
3002
3004
|
}
|
|
@@ -3007,7 +3009,7 @@
|
|
|
3007
3009
|
style: {
|
|
3008
3010
|
fontSize: 12
|
|
3009
3011
|
}
|
|
3010
|
-
}, "(+
|
|
3012
|
+
}, "(+", ' ', sectionproperties.removedecimals == 'Without Decimals and Separated With Comma' ? Math.floor(item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.defaultprice).toLocaleString() : item === null || item === void 0 || (_item$productinfo2 = item.productinfo) === null || _item$productinfo2 === void 0 ? void 0 : _item$productinfo2.defaultprice, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar, ")"), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3011
3013
|
"class": "d-flex flex-row",
|
|
3012
3014
|
style: {
|
|
3013
3015
|
width: '50%',
|
|
@@ -3021,34 +3023,58 @@
|
|
|
3021
3023
|
},
|
|
3022
3024
|
"class": "text-black cursor-pointer ",
|
|
3023
3025
|
onClick: function onClick() {
|
|
3024
|
-
var
|
|
3025
|
-
var
|
|
3026
|
-
if (
|
|
3027
|
-
|
|
3026
|
+
var _fetchProductInfoQuer3;
|
|
3027
|
+
var can_add_extras = false;
|
|
3028
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.hasvariants) == 1) {
|
|
3029
|
+
if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
|
|
3030
|
+
can_add_extras = true;
|
|
3031
|
+
} else {
|
|
3032
|
+
alert('Please select a variant to be able to add extras');
|
|
3033
|
+
}
|
|
3028
3034
|
} else {
|
|
3029
|
-
|
|
3035
|
+
can_add_extras = true;
|
|
3030
3036
|
}
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
var
|
|
3034
|
-
tempproduct_prod_extras_array[index].quantity
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
quantity
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3037
|
+
if (can_add_extras) {
|
|
3038
|
+
var quantity = 0;
|
|
3039
|
+
var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
|
|
3040
|
+
if (parseFloat(tempproduct_prod_extras_array[index].quantity) <= 0) {
|
|
3041
|
+
quantity = 0;
|
|
3042
|
+
} else {
|
|
3043
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
3044
|
+
}
|
|
3045
|
+
quantity = quantity - 1;
|
|
3046
|
+
if (quantity >= 0) {
|
|
3047
|
+
var _item$productinfo3;
|
|
3048
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
3049
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
3050
|
+
var variantid = null;
|
|
3051
|
+
if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
|
|
3052
|
+
var _fetchProductInfoQuer4;
|
|
3053
|
+
variantid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.variants[variantindexcompleted]) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.variantid;
|
|
3054
|
+
}
|
|
3055
|
+
tempproduct_prod_extras_array[index].main_ref_variantid = variantid;
|
|
3056
|
+
tempproduct_prod_extras_array[index].main_ref_productid = productid;
|
|
3057
|
+
tempproduct_prod_extras_array[index].item_type = 'Extras';
|
|
3058
|
+
tempproduct_prod_extras_array[index].productinfo = item === null || item === void 0 ? void 0 : item.productinfo;
|
|
3059
|
+
addtocartfunc_extras(false, {
|
|
3060
|
+
functype: 'add',
|
|
3061
|
+
item_type: 'Extras',
|
|
3062
|
+
productid: item === null || item === void 0 || (_item$productinfo3 = item.productinfo) === null || _item$productinfo3 === void 0 ? void 0 : _item$productinfo3.productid,
|
|
3063
|
+
main_ref_productid: productid,
|
|
3064
|
+
main_ref_variantid: variantid,
|
|
3065
|
+
variantid: '',
|
|
3066
|
+
quantity: quantity,
|
|
3067
|
+
hasvariants: 0,
|
|
3068
|
+
date: '',
|
|
3069
|
+
time: '',
|
|
3070
|
+
from: '',
|
|
3071
|
+
to: '',
|
|
3072
|
+
extrafields: []
|
|
3073
|
+
});
|
|
3074
|
+
setproduct_prod_extras_array(_toConsumableArray__default["default"](tempproduct_prod_extras_array));
|
|
3075
|
+
} else {
|
|
3076
|
+
alert('Quantity cannot be less than 0');
|
|
3077
|
+
}
|
|
3052
3078
|
}
|
|
3053
3079
|
}
|
|
3054
3080
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -3067,28 +3093,52 @@
|
|
|
3067
3093
|
},
|
|
3068
3094
|
"class": "text-black cursor-pointer ",
|
|
3069
3095
|
onClick: function onClick() {
|
|
3070
|
-
var
|
|
3071
|
-
var
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3096
|
+
var _fetchProductInfoQuer5;
|
|
3097
|
+
var can_add_extras = false;
|
|
3098
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.hasvariants) == 1) {
|
|
3099
|
+
if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
|
|
3100
|
+
can_add_extras = true;
|
|
3101
|
+
} else {
|
|
3102
|
+
alert('Please select a variant to be able to add extras');
|
|
3103
|
+
}
|
|
3104
|
+
} else {
|
|
3105
|
+
can_add_extras = true;
|
|
3106
|
+
}
|
|
3107
|
+
if (can_add_extras) {
|
|
3108
|
+
var _item$productinfo4;
|
|
3109
|
+
var quantity = 0;
|
|
3110
|
+
var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
|
|
3111
|
+
if (tempproduct_prod_extras_array[index].quantity != undefined && tempproduct_prod_extras_array[index].quantity != null && tempproduct_prod_extras_array[index].quantity != 0) {
|
|
3112
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
3113
|
+
}
|
|
3114
|
+
quantity = quantity + 1;
|
|
3115
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
3116
|
+
var variantid = null;
|
|
3117
|
+
if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
|
|
3118
|
+
var _fetchProductInfoQuer6;
|
|
3119
|
+
variantid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer6 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.productinfo) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.variants[variantindexcompleted]) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : _fetchProductInfoQuer6.variantid;
|
|
3120
|
+
}
|
|
3121
|
+
tempproduct_prod_extras_array[index].main_ref_variantid = variantid;
|
|
3122
|
+
tempproduct_prod_extras_array[index].main_ref_productid = productid;
|
|
3123
|
+
tempproduct_prod_extras_array[index].item_type = 'Extras';
|
|
3124
|
+
tempproduct_prod_extras_array[index].productinfo = item === null || item === void 0 ? void 0 : item.productinfo;
|
|
3125
|
+
addtocartfunc_extras(false, {
|
|
3126
|
+
functype: 'add',
|
|
3127
|
+
item_type: 'Extras',
|
|
3128
|
+
productid: item === null || item === void 0 || (_item$productinfo4 = item.productinfo) === null || _item$productinfo4 === void 0 ? void 0 : _item$productinfo4.productid,
|
|
3129
|
+
main_ref_productid: productid,
|
|
3130
|
+
main_ref_variantid: variantid,
|
|
3131
|
+
variantid: '',
|
|
3132
|
+
quantity: quantity,
|
|
3133
|
+
hasvariants: 0,
|
|
3134
|
+
date: '',
|
|
3135
|
+
time: '',
|
|
3136
|
+
from: '',
|
|
3137
|
+
to: '',
|
|
3138
|
+
extrafields: []
|
|
3139
|
+
});
|
|
3140
|
+
setproduct_prod_extras_array(_toConsumableArray__default["default"](tempproduct_prod_extras_array));
|
|
3141
|
+
}
|
|
3092
3142
|
}
|
|
3093
3143
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
3094
3144
|
className: 'h-100 allcentered'
|
|
@@ -11463,7 +11513,8 @@
|
|
|
11463
11513
|
}, tabname == 'descriptiontab' && /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
11464
11514
|
actions: _objectSpread$2C(_objectSpread$2C({}, actions), {}, {
|
|
11465
11515
|
productinfo_cssstyles: productinfo_cssstyles,
|
|
11466
|
-
sectionproperties: sectionproperties
|
|
11516
|
+
sectionproperties: sectionproperties,
|
|
11517
|
+
srcfrom: 'tabs'
|
|
11467
11518
|
})
|
|
11468
11519
|
}), tabname == 'reviewstab' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11469
11520
|
"class": "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0"
|
|
@@ -28772,7 +28823,7 @@
|
|
|
28772
28823
|
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; }
|
|
28773
28824
|
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__default["default"](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; }
|
|
28774
28825
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
28775
|
-
var _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$
|
|
28826
|
+
var _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _authdetailsContext$i25, _authdetailsContext$i26, _authdetailsContext$i27, _authdetailsContext$i28, _authdetailsContext$i29, _authdetailsContext$i30, _authdetailsContext$i31, _authdetailsContext$i32, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i41, _authdetailsContext$i42, _authdetailsContext$i43;
|
|
28776
28827
|
var actions = props.actions;
|
|
28777
28828
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
28778
28829
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -29752,7 +29803,7 @@
|
|
|
29752
29803
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29753
29804
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29754
29805
|
"class": "ml-2 mr-2"
|
|
29755
|
-
}, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instid) == '
|
|
29806
|
+
}, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instid) == '6989e1bf78c8f' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29756
29807
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29757
29808
|
onClick: function onClick() {
|
|
29758
29809
|
setlang('rus');
|
|
@@ -29764,6 +29815,17 @@
|
|
|
29764
29815
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29765
29816
|
"class": "ml-2 mr-2"
|
|
29766
29817
|
}, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29818
|
+
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29819
|
+
onClick: function onClick() {
|
|
29820
|
+
setlang('rus');
|
|
29821
|
+
}
|
|
29822
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29823
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
|
|
29824
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29825
|
+
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29826
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29827
|
+
"class": "ml-2 mr-2"
|
|
29828
|
+
}, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29767
29829
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29768
29830
|
onClick: function onClick() {
|
|
29769
29831
|
setlang('ital');
|
|
@@ -29774,7 +29836,7 @@
|
|
|
29774
29836
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29775
29837
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29776
29838
|
"class": "ml-2 mr-2"
|
|
29777
|
-
}, "Italiano")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29839
|
+
}, "Italiano")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29778
29840
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29779
29841
|
onClick: function onClick() {
|
|
29780
29842
|
setlang('magr');
|
|
@@ -29785,7 +29847,7 @@
|
|
|
29785
29847
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29786
29848
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29787
29849
|
"class": "ml-2 mr-2"
|
|
29788
|
-
}, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29850
|
+
}, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29789
29851
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29790
29852
|
onClick: function onClick() {
|
|
29791
29853
|
setlang('turk');
|
|
@@ -29851,8 +29913,8 @@
|
|
|
29851
29913
|
size: 20,
|
|
29852
29914
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
29853
29915
|
}))), templatepropcontext.pagesnprop.map(function (item, index) {
|
|
29854
|
-
var _authdetailsContext$
|
|
29855
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29916
|
+
var _authdetailsContext$i19, _authdetailsContext$i20, _authdetailsContext$i21;
|
|
29917
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '684aa79857878') {
|
|
29856
29918
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
29857
29919
|
if (item.pagename != 'About' && item.pagename != 'Community' && item.pagename != 'Admission Policy') {
|
|
29858
29920
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -30237,7 +30299,7 @@
|
|
|
30237
30299
|
})));
|
|
30238
30300
|
}
|
|
30239
30301
|
}
|
|
30240
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30302
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) != '6790ae890234e' && item.pagename != 'Our Solutions') {
|
|
30241
30303
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
30242
30304
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30243
30305
|
className: "row m-0 w-100 anim"
|
|
@@ -30260,7 +30322,7 @@
|
|
|
30260
30322
|
}
|
|
30261
30323
|
})));
|
|
30262
30324
|
}
|
|
30263
|
-
} else if (item.pagename == 'Our Solutions' && item.isnavigation == 1 && item.isactive == 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30325
|
+
} else if (item.pagename == 'Our Solutions' && item.isnavigation == 1 && item.isactive == 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '683c55d780e0c') {
|
|
30264
30326
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30265
30327
|
className: "row m-0 w-100 anim"
|
|
30266
30328
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -30503,9 +30565,9 @@
|
|
|
30503
30565
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
30504
30566
|
setmenuactive(false);
|
|
30505
30567
|
}
|
|
30506
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30568
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30507
30569
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
30508
|
-
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30570
|
+
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30509
30571
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
30510
30572
|
}, lang.wishlist))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30511
30573
|
className: "col-lg-12 p-0"
|
|
@@ -30514,7 +30576,7 @@
|
|
|
30514
30576
|
style: {
|
|
30515
30577
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30516
30578
|
}
|
|
30517
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30579
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30518
30580
|
className: "row m-0 w-100 anim"
|
|
30519
30581
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30520
30582
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
@@ -30647,7 +30709,7 @@
|
|
|
30647
30709
|
style: {
|
|
30648
30710
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30649
30711
|
}
|
|
30650
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30712
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30651
30713
|
className: "row m-0 w-100 anim"
|
|
30652
30714
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30653
30715
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
@@ -30666,7 +30728,7 @@
|
|
|
30666
30728
|
style: {
|
|
30667
30729
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30668
30730
|
}
|
|
30669
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30731
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30670
30732
|
className: "row m-0 w-100 anim"
|
|
30671
30733
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30672
30734
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
@@ -30717,7 +30779,7 @@
|
|
|
30717
30779
|
fontSize: 15,
|
|
30718
30780
|
color: sectionproperties.language_container_color_resp
|
|
30719
30781
|
}
|
|
30720
|
-
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30782
|
+
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30721
30783
|
"class": header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
|
|
30722
30784
|
onClick: function onClick() {
|
|
30723
30785
|
setlang('ar');
|
|
@@ -30731,7 +30793,7 @@
|
|
|
30731
30793
|
fontSize: 15,
|
|
30732
30794
|
color: sectionproperties.language_container_color_resp
|
|
30733
30795
|
}
|
|
30734
|
-
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30796
|
+
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30735
30797
|
"class": header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
|
|
30736
30798
|
onClick: function onClick() {
|
|
30737
30799
|
setlang('nrwig');
|
|
@@ -30974,9 +31036,9 @@
|
|
|
30974
31036
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
30975
31037
|
setopenCnvas(false);
|
|
30976
31038
|
}
|
|
30977
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31039
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30978
31040
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
30979
|
-
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31041
|
+
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30980
31042
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
30981
31043
|
}, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30982
31044
|
className: "col-lg-12 p-0"
|
|
@@ -30985,7 +31047,7 @@
|
|
|
30985
31047
|
style: {
|
|
30986
31048
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30987
31049
|
}
|
|
30988
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31050
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30989
31051
|
className: "row m-0 w-100 anim"
|
|
30990
31052
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30991
31053
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31117,7 +31179,7 @@
|
|
|
31117
31179
|
style: {
|
|
31118
31180
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31119
31181
|
}
|
|
31120
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31182
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31121
31183
|
className: "row m-0 w-100"
|
|
31122
31184
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31123
31185
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31136,7 +31198,7 @@
|
|
|
31136
31198
|
style: {
|
|
31137
31199
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31138
31200
|
}
|
|
31139
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31201
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31140
31202
|
className: "row m-0 w-100"
|
|
31141
31203
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31142
31204
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31187,7 +31249,7 @@
|
|
|
31187
31249
|
fontSize: 15,
|
|
31188
31250
|
color: sectionproperties.language_container_color_resp
|
|
31189
31251
|
}
|
|
31190
|
-
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31252
|
+
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31191
31253
|
"class": sectionproperties.showfrench == 'Show' ? header_cssstyles.navbarItem + ' col-4 p-0 allcentered py-2 px-2 cursor-pointer ' : header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
|
|
31192
31254
|
onClick: function onClick() {
|
|
31193
31255
|
setlang('ar');
|
|
@@ -31201,7 +31263,7 @@
|
|
|
31201
31263
|
fontSize: 15,
|
|
31202
31264
|
color: sectionproperties.language_container_color_resp
|
|
31203
31265
|
}
|
|
31204
|
-
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31266
|
+
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31205
31267
|
"class": sectionproperties.showfrench == 'Show' ? header_cssstyles.navbarItem + ' col-4 p-0 allcentered py-2 px-2 cursor-pointer ' : header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
|
|
31206
31268
|
onClick: function onClick() {
|
|
31207
31269
|
setlang('nrwig');
|
|
@@ -31460,7 +31522,7 @@
|
|
|
31460
31522
|
style: {
|
|
31461
31523
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31462
31524
|
}
|
|
31463
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31525
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31464
31526
|
className: "row m-0 w-100"
|
|
31465
31527
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31466
31528
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
@@ -31478,7 +31540,7 @@
|
|
|
31478
31540
|
style: {
|
|
31479
31541
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31480
31542
|
}
|
|
31481
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31543
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31482
31544
|
className: "row m-0 w-100"
|
|
31483
31545
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31484
31546
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
@@ -31505,9 +31567,9 @@
|
|
|
31505
31567
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
31506
31568
|
setopenCnvas(false);
|
|
31507
31569
|
}
|
|
31508
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31570
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31509
31571
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31510
|
-
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31572
|
+
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31511
31573
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31512
31574
|
}, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31513
31575
|
className: "col-lg-12 p-0"
|
|
@@ -31516,7 +31578,7 @@
|
|
|
31516
31578
|
style: {
|
|
31517
31579
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31518
31580
|
}
|
|
31519
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31581
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31520
31582
|
className: "row m-0 w-100 anim"
|
|
31521
31583
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31522
31584
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31629,7 +31691,7 @@
|
|
|
31629
31691
|
style: {
|
|
31630
31692
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31631
31693
|
}
|
|
31632
|
-
}))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31694
|
+
}))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 || (_authdetailsContext$i41 = _authdetailsContext$i41.instcurrencies) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.length) > 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.contactinfo.instid) == '67f69c023cbd4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31633
31695
|
"class": "row m-0 w-100 pl-3 pr-3"
|
|
31634
31696
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31635
31697
|
"class": header_cssstyles.navbar_item_text_responsive + ' col-lg-12 p-0 d-flex align-items-center justify-content-start mb-2 '
|
|
@@ -31647,7 +31709,7 @@
|
|
|
31647
31709
|
background: '#f4f4f4',
|
|
31648
31710
|
borderRadius: 5
|
|
31649
31711
|
}
|
|
31650
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31712
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 || (_authdetailsContext$i43 = _authdetailsContext$i43.instcurrencies) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.map(function (item, index) {
|
|
31651
31713
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31652
31714
|
"class": header_cssstyles.navbar_item_text_responsive + ' col-lg-12 p-0 text-start py-2 px-2 cursor-pointer ',
|
|
31653
31715
|
onClick: function onClick() {
|
|
@@ -34294,7 +34356,7 @@
|
|
|
34294
34356
|
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; }
|
|
34295
34357
|
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__default["default"](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; }
|
|
34296
34358
|
var FloatingIcons = function FloatingIcons(props) {
|
|
34297
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$
|
|
34359
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i1, _authdetailsContext$i10;
|
|
34298
34360
|
var _useState = React.useState(''),
|
|
34299
34361
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
34300
34362
|
sectionproperties = _useState2[0],
|
|
@@ -34313,8 +34375,8 @@
|
|
|
34313
34375
|
zIndex: 999999,
|
|
34314
34376
|
transition: 'all 0.3s ease-out',
|
|
34315
34377
|
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
34316
|
-
right: sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.floatingwhatsapppositionfromright,
|
|
34317
|
-
left: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : '',
|
|
34378
|
+
right: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68e4efe8cb18e' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.floatingwhatsapppositionfromright,
|
|
34379
|
+
left: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68e4efe8cb18e' ? langdetect != 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : '',
|
|
34318
34380
|
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
34319
34381
|
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
34320
34382
|
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
@@ -34464,8 +34526,8 @@
|
|
|
34464
34526
|
left: sectionproperties.floatingwhatsapppositionfromright + 'px'
|
|
34465
34527
|
})
|
|
34466
34528
|
};
|
|
34467
|
-
var whatsappUrl = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34468
|
-
var whatsappUrl_ar = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34529
|
+
var whatsappUrl = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessageen);
|
|
34530
|
+
var whatsappUrl_ar = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessagear);
|
|
34469
34531
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34470
34532
|
"class": '',
|
|
34471
34533
|
style: {
|
|
@@ -34486,10 +34548,10 @@
|
|
|
34486
34548
|
}, langdetect != 'ar' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar))), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34487
34549
|
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ',
|
|
34488
34550
|
onClick: function onClick() {
|
|
34489
|
-
var _authdetailsContext$
|
|
34490
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34491
|
-
var _authdetailsContext$
|
|
34492
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34551
|
+
var _authdetailsContext$i5;
|
|
34552
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
|
|
34553
|
+
var _authdetailsContext$i6;
|
|
34554
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
|
|
34493
34555
|
}
|
|
34494
34556
|
}
|
|
34495
34557
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
@@ -34497,10 +34559,10 @@
|
|
|
34497
34559
|
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34498
34560
|
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ',
|
|
34499
34561
|
onClick: function onClick() {
|
|
34500
|
-
var _authdetailsContext$
|
|
34501
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34502
|
-
var _authdetailsContext$
|
|
34503
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34562
|
+
var _authdetailsContext$i7;
|
|
34563
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
34564
|
+
var _authdetailsContext$i8;
|
|
34565
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
34504
34566
|
}
|
|
34505
34567
|
}
|
|
34506
34568
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -34508,10 +34570,10 @@
|
|
|
34508
34570
|
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34509
34571
|
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ',
|
|
34510
34572
|
onClick: function onClick() {
|
|
34511
|
-
var _authdetailsContext$
|
|
34512
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34513
|
-
var _authdetailsContext$
|
|
34514
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34573
|
+
var _authdetailsContext$i9;
|
|
34574
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null) {
|
|
34575
|
+
var _authdetailsContext$i0;
|
|
34576
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instagramlink, '_blank');
|
|
34515
34577
|
}
|
|
34516
34578
|
}
|
|
34517
34579
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
@@ -34549,7 +34611,7 @@
|
|
|
34549
34611
|
}
|
|
34550
34612
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
34551
34613
|
"class": "m-0 p-0"
|
|
34552
|
-
}, langdetect == 'nrwig' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34614
|
+
}, langdetect == 'nrwig' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.instid) == '68c6a5ff3e0d0' ? 'Tilpass produktet ditt' : langdetect != 'ar' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
34553
34615
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
34554
34616
|
target: '_self',
|
|
34555
34617
|
style: {
|
|
@@ -34566,7 +34628,7 @@
|
|
|
34566
34628
|
style: {
|
|
34567
34629
|
transform: langdetect != 'ar' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
34568
34630
|
}
|
|
34569
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34631
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instid) == '6824564a386c2' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
34570
34632
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
34571
34633
|
target: '_self',
|
|
34572
34634
|
style: {
|