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.esm.js
CHANGED
|
@@ -3063,6 +3063,9 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
3063
3063
|
props.actions.addtocardpayloadobj;
|
|
3064
3064
|
props.actions.setaddtocardpayloadobj;
|
|
3065
3065
|
var addtocartfunc_extras = props.actions.addtocartfunc_extras;
|
|
3066
|
+
var product_prod_extras_array = props.actions.product_prod_extras_array;
|
|
3067
|
+
var setproduct_prod_extras_array = props.actions.setproduct_prod_extras_array;
|
|
3068
|
+
var variantindexcompleted = props.actions.variantindexcompleted;
|
|
3066
3069
|
props.actions;
|
|
3067
3070
|
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;
|
|
3068
3071
|
// const templatepropcontext = props.actions.templatepropcontext;
|
|
@@ -3090,10 +3093,7 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
3090
3093
|
_useState0 = _slicedToArray(_useState9, 2);
|
|
3091
3094
|
_useState0[0];
|
|
3092
3095
|
_useState0[1];
|
|
3093
|
-
|
|
3094
|
-
_useState10 = _slicedToArray(_useState1, 2),
|
|
3095
|
-
product_prod_extras_array = _useState10[0],
|
|
3096
|
-
setproduct_prod_extras_array = _useState10[1];
|
|
3096
|
+
// const [product_prod_extras_array, setproduct_prod_extras_array] = useState([]);
|
|
3097
3097
|
useEffect(function () {
|
|
3098
3098
|
if (fetchProductInfoQueryContext.isSuccess) ;
|
|
3099
3099
|
}, [filterproductreviews]);
|
|
@@ -3121,7 +3121,7 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
3121
3121
|
return /*#__PURE__*/React.createElement("div", {
|
|
3122
3122
|
className: 'row w-100 ml-0 mr-0 mt-3'
|
|
3123
3123
|
}, product_prod_extras_array === null || product_prod_extras_array === void 0 ? void 0 : product_prod_extras_array.map(function (item, index) {
|
|
3124
|
-
var _item$productinfo;
|
|
3124
|
+
var _item$productinfo, _item$productinfo2;
|
|
3125
3125
|
return /*#__PURE__*/React.createElement("div", {
|
|
3126
3126
|
"class": props.srcfromprops == 'servicestyle2' ? 'col-lg-12 col-sm-12 p-0 mb-3' : 'col-lg-6 col-sm-12 p-0 mb-3'
|
|
3127
3127
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -3138,7 +3138,9 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
3138
3138
|
"class": "col-12 p-0 text-start"
|
|
3139
3139
|
}, /*#__PURE__*/React.createElement("p", {
|
|
3140
3140
|
className: ' m-0 p-0 ',
|
|
3141
|
-
style: {
|
|
3141
|
+
style: {
|
|
3142
|
+
fontSize: 15
|
|
3143
|
+
},
|
|
3142
3144
|
dangerouslySetInnerHTML: {
|
|
3143
3145
|
__html: item === null || item === void 0 ? void 0 : item.productinfo["description_".concat(langdetect)]
|
|
3144
3146
|
}
|
|
@@ -3149,7 +3151,7 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
3149
3151
|
style: {
|
|
3150
3152
|
fontSize: 12
|
|
3151
3153
|
}
|
|
3152
|
-
}, "(+
|
|
3154
|
+
}, "(+", ' ', 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.createElement("div", {
|
|
3153
3155
|
"class": "d-flex flex-row",
|
|
3154
3156
|
style: {
|
|
3155
3157
|
width: '50%',
|
|
@@ -3163,34 +3165,58 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
3163
3165
|
},
|
|
3164
3166
|
"class": "text-black cursor-pointer ",
|
|
3165
3167
|
onClick: function onClick() {
|
|
3166
|
-
var
|
|
3167
|
-
var
|
|
3168
|
-
if (
|
|
3169
|
-
|
|
3168
|
+
var _fetchProductInfoQuer3;
|
|
3169
|
+
var can_add_extras = false;
|
|
3170
|
+
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) {
|
|
3171
|
+
if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
|
|
3172
|
+
can_add_extras = true;
|
|
3173
|
+
} else {
|
|
3174
|
+
alert('Please select a variant to be able to add extras');
|
|
3175
|
+
}
|
|
3170
3176
|
} else {
|
|
3171
|
-
|
|
3177
|
+
can_add_extras = true;
|
|
3172
3178
|
}
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
var
|
|
3176
|
-
tempproduct_prod_extras_array[index].quantity
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
quantity
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3179
|
+
if (can_add_extras) {
|
|
3180
|
+
var quantity = 0;
|
|
3181
|
+
var tempproduct_prod_extras_array = _toConsumableArray(product_prod_extras_array);
|
|
3182
|
+
if (parseFloat(tempproduct_prod_extras_array[index].quantity) <= 0) {
|
|
3183
|
+
quantity = 0;
|
|
3184
|
+
} else {
|
|
3185
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
3186
|
+
}
|
|
3187
|
+
quantity = quantity - 1;
|
|
3188
|
+
if (quantity >= 0) {
|
|
3189
|
+
var _item$productinfo3;
|
|
3190
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
3191
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
3192
|
+
var variantid = null;
|
|
3193
|
+
if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
|
|
3194
|
+
var _fetchProductInfoQuer4;
|
|
3195
|
+
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;
|
|
3196
|
+
}
|
|
3197
|
+
tempproduct_prod_extras_array[index].main_ref_variantid = variantid;
|
|
3198
|
+
tempproduct_prod_extras_array[index].main_ref_productid = productid;
|
|
3199
|
+
tempproduct_prod_extras_array[index].item_type = 'Extras';
|
|
3200
|
+
tempproduct_prod_extras_array[index].productinfo = item === null || item === void 0 ? void 0 : item.productinfo;
|
|
3201
|
+
addtocartfunc_extras(false, {
|
|
3202
|
+
functype: 'add',
|
|
3203
|
+
item_type: 'Extras',
|
|
3204
|
+
productid: item === null || item === void 0 || (_item$productinfo3 = item.productinfo) === null || _item$productinfo3 === void 0 ? void 0 : _item$productinfo3.productid,
|
|
3205
|
+
main_ref_productid: productid,
|
|
3206
|
+
main_ref_variantid: variantid,
|
|
3207
|
+
variantid: '',
|
|
3208
|
+
quantity: quantity,
|
|
3209
|
+
hasvariants: 0,
|
|
3210
|
+
date: '',
|
|
3211
|
+
time: '',
|
|
3212
|
+
from: '',
|
|
3213
|
+
to: '',
|
|
3214
|
+
extrafields: []
|
|
3215
|
+
});
|
|
3216
|
+
setproduct_prod_extras_array(_toConsumableArray(tempproduct_prod_extras_array));
|
|
3217
|
+
} else {
|
|
3218
|
+
alert('Quantity cannot be less than 0');
|
|
3219
|
+
}
|
|
3194
3220
|
}
|
|
3195
3221
|
}
|
|
3196
3222
|
}, /*#__PURE__*/React.createElement("i", {
|
|
@@ -3209,28 +3235,52 @@ var ProductExtras = function ProductExtras(props) {
|
|
|
3209
3235
|
},
|
|
3210
3236
|
"class": "text-black cursor-pointer ",
|
|
3211
3237
|
onClick: function onClick() {
|
|
3212
|
-
var
|
|
3213
|
-
var
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3238
|
+
var _fetchProductInfoQuer5;
|
|
3239
|
+
var can_add_extras = false;
|
|
3240
|
+
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) {
|
|
3241
|
+
if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
|
|
3242
|
+
can_add_extras = true;
|
|
3243
|
+
} else {
|
|
3244
|
+
alert('Please select a variant to be able to add extras');
|
|
3245
|
+
}
|
|
3246
|
+
} else {
|
|
3247
|
+
can_add_extras = true;
|
|
3248
|
+
}
|
|
3249
|
+
if (can_add_extras) {
|
|
3250
|
+
var _item$productinfo4;
|
|
3251
|
+
var quantity = 0;
|
|
3252
|
+
var tempproduct_prod_extras_array = _toConsumableArray(product_prod_extras_array);
|
|
3253
|
+
if (tempproduct_prod_extras_array[index].quantity != undefined && tempproduct_prod_extras_array[index].quantity != null && tempproduct_prod_extras_array[index].quantity != 0) {
|
|
3254
|
+
quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
|
|
3255
|
+
}
|
|
3256
|
+
quantity = quantity + 1;
|
|
3257
|
+
tempproduct_prod_extras_array[index].quantity = quantity;
|
|
3258
|
+
var variantid = null;
|
|
3259
|
+
if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
|
|
3260
|
+
var _fetchProductInfoQuer6;
|
|
3261
|
+
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;
|
|
3262
|
+
}
|
|
3263
|
+
tempproduct_prod_extras_array[index].main_ref_variantid = variantid;
|
|
3264
|
+
tempproduct_prod_extras_array[index].main_ref_productid = productid;
|
|
3265
|
+
tempproduct_prod_extras_array[index].item_type = 'Extras';
|
|
3266
|
+
tempproduct_prod_extras_array[index].productinfo = item === null || item === void 0 ? void 0 : item.productinfo;
|
|
3267
|
+
addtocartfunc_extras(false, {
|
|
3268
|
+
functype: 'add',
|
|
3269
|
+
item_type: 'Extras',
|
|
3270
|
+
productid: item === null || item === void 0 || (_item$productinfo4 = item.productinfo) === null || _item$productinfo4 === void 0 ? void 0 : _item$productinfo4.productid,
|
|
3271
|
+
main_ref_productid: productid,
|
|
3272
|
+
main_ref_variantid: variantid,
|
|
3273
|
+
variantid: '',
|
|
3274
|
+
quantity: quantity,
|
|
3275
|
+
hasvariants: 0,
|
|
3276
|
+
date: '',
|
|
3277
|
+
time: '',
|
|
3278
|
+
from: '',
|
|
3279
|
+
to: '',
|
|
3280
|
+
extrafields: []
|
|
3281
|
+
});
|
|
3282
|
+
setproduct_prod_extras_array(_toConsumableArray(tempproduct_prod_extras_array));
|
|
3283
|
+
}
|
|
3234
3284
|
}
|
|
3235
3285
|
}, /*#__PURE__*/React.createElement("i", {
|
|
3236
3286
|
className: 'h-100 allcentered'
|
|
@@ -28914,7 +28964,7 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
28914
28964
|
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; }
|
|
28915
28965
|
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; }
|
|
28916
28966
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
28917
|
-
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$
|
|
28967
|
+
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;
|
|
28918
28968
|
var actions = props.actions;
|
|
28919
28969
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
28920
28970
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -29894,7 +29944,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
29894
29944
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29895
29945
|
}, /*#__PURE__*/React.createElement("span", {
|
|
29896
29946
|
"class": "ml-2 mr-2"
|
|
29897
|
-
}, "\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) == '
|
|
29947
|
+
}, "\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.createElement(Dropdown.Item, {
|
|
29898
29948
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29899
29949
|
onClick: function onClick() {
|
|
29900
29950
|
setlang('rus');
|
|
@@ -29906,6 +29956,17 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
29906
29956
|
}, /*#__PURE__*/React.createElement("span", {
|
|
29907
29957
|
"class": "ml-2 mr-2"
|
|
29908
29958
|
}, "\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.createElement(Dropdown.Item, {
|
|
29959
|
+
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29960
|
+
onClick: function onClick() {
|
|
29961
|
+
setlang('rus');
|
|
29962
|
+
}
|
|
29963
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
29964
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
|
|
29965
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
29966
|
+
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29967
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
29968
|
+
"class": "ml-2 mr-2"
|
|
29969
|
+
}, "\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.createElement(Dropdown.Item, {
|
|
29909
29970
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29910
29971
|
onClick: function onClick() {
|
|
29911
29972
|
setlang('ital');
|
|
@@ -29916,7 +29977,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
29916
29977
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29917
29978
|
}, /*#__PURE__*/React.createElement("span", {
|
|
29918
29979
|
"class": "ml-2 mr-2"
|
|
29919
|
-
}, "Italiano")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29980
|
+
}, "Italiano")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '68e4efe8cb18e' && /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
29920
29981
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29921
29982
|
onClick: function onClick() {
|
|
29922
29983
|
setlang('magr');
|
|
@@ -29927,7 +29988,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
29927
29988
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29928
29989
|
}, /*#__PURE__*/React.createElement("span", {
|
|
29929
29990
|
"class": "ml-2 mr-2"
|
|
29930
|
-
}, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29991
|
+
}, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) == '68e4efe8cb18e' && /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
29931
29992
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29932
29993
|
onClick: function onClick() {
|
|
29933
29994
|
setlang('turk');
|
|
@@ -29993,8 +30054,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
29993
30054
|
size: 20,
|
|
29994
30055
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
29995
30056
|
}))), templatepropcontext.pagesnprop.map(function (item, index) {
|
|
29996
|
-
var _authdetailsContext$
|
|
29997
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30057
|
+
var _authdetailsContext$i19, _authdetailsContext$i20, _authdetailsContext$i21;
|
|
30058
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '684aa79857878') {
|
|
29998
30059
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
29999
30060
|
if (item.pagename != 'About' && item.pagename != 'Community' && item.pagename != 'Admission Policy') {
|
|
30000
30061
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -30379,7 +30440,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
30379
30440
|
})));
|
|
30380
30441
|
}
|
|
30381
30442
|
}
|
|
30382
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30443
|
+
} 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') {
|
|
30383
30444
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
30384
30445
|
return /*#__PURE__*/React.createElement("div", {
|
|
30385
30446
|
className: "row m-0 w-100 anim"
|
|
@@ -30402,7 +30463,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
30402
30463
|
}
|
|
30403
30464
|
})));
|
|
30404
30465
|
}
|
|
30405
|
-
} else if (item.pagename == 'Our Solutions' && item.isnavigation == 1 && item.isactive == 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30466
|
+
} 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') {
|
|
30406
30467
|
return /*#__PURE__*/React.createElement("div", {
|
|
30407
30468
|
className: "row m-0 w-100 anim"
|
|
30408
30469
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -30645,9 +30706,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
30645
30706
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
30646
30707
|
setmenuactive(false);
|
|
30647
30708
|
}
|
|
30648
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30709
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React.createElement("p", {
|
|
30649
30710
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
30650
|
-
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30711
|
+
}, 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.createElement("p", {
|
|
30651
30712
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
30652
30713
|
}, lang.wishlist))), /*#__PURE__*/React.createElement("div", {
|
|
30653
30714
|
className: "col-lg-12 p-0"
|
|
@@ -30656,7 +30717,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
30656
30717
|
style: {
|
|
30657
30718
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30658
30719
|
}
|
|
30659
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30720
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React.createElement("div", {
|
|
30660
30721
|
className: "row m-0 w-100 anim"
|
|
30661
30722
|
}, /*#__PURE__*/React.createElement("div", {
|
|
30662
30723
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
@@ -30789,7 +30850,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
30789
30850
|
style: {
|
|
30790
30851
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30791
30852
|
}
|
|
30792
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30853
|
+
}))), 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.createElement("div", {
|
|
30793
30854
|
className: "row m-0 w-100 anim"
|
|
30794
30855
|
}, /*#__PURE__*/React.createElement("div", {
|
|
30795
30856
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
@@ -30808,7 +30869,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
30808
30869
|
style: {
|
|
30809
30870
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30810
30871
|
}
|
|
30811
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30872
|
+
}))), 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.createElement("div", {
|
|
30812
30873
|
className: "row m-0 w-100 anim"
|
|
30813
30874
|
}, /*#__PURE__*/React.createElement("div", {
|
|
30814
30875
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
@@ -30859,7 +30920,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
30859
30920
|
fontSize: 15,
|
|
30860
30921
|
color: sectionproperties.language_container_color_resp
|
|
30861
30922
|
}
|
|
30862
|
-
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30923
|
+
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React.createElement("div", {
|
|
30863
30924
|
"class": header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
|
|
30864
30925
|
onClick: function onClick() {
|
|
30865
30926
|
setlang('ar');
|
|
@@ -30873,7 +30934,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
30873
30934
|
fontSize: 15,
|
|
30874
30935
|
color: sectionproperties.language_container_color_resp
|
|
30875
30936
|
}
|
|
30876
|
-
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30937
|
+
}, "\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.createElement("div", {
|
|
30877
30938
|
"class": header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
|
|
30878
30939
|
onClick: function onClick() {
|
|
30879
30940
|
setlang('nrwig');
|
|
@@ -31116,9 +31177,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31116
31177
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
31117
31178
|
setopenCnvas(false);
|
|
31118
31179
|
}
|
|
31119
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31180
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React.createElement("p", {
|
|
31120
31181
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31121
|
-
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31182
|
+
}, 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.createElement("p", {
|
|
31122
31183
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31123
31184
|
}, lang.wishlist)), /*#__PURE__*/React.createElement("div", {
|
|
31124
31185
|
className: "col-lg-12 p-0"
|
|
@@ -31127,7 +31188,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31127
31188
|
style: {
|
|
31128
31189
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31129
31190
|
}
|
|
31130
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31191
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React.createElement("div", {
|
|
31131
31192
|
className: "row m-0 w-100 anim"
|
|
31132
31193
|
}, /*#__PURE__*/React.createElement("div", {
|
|
31133
31194
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31259,7 +31320,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31259
31320
|
style: {
|
|
31260
31321
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31261
31322
|
}
|
|
31262
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31323
|
+
}))), 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.createElement("div", {
|
|
31263
31324
|
className: "row m-0 w-100"
|
|
31264
31325
|
}, /*#__PURE__*/React.createElement("div", {
|
|
31265
31326
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31278,7 +31339,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31278
31339
|
style: {
|
|
31279
31340
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31280
31341
|
}
|
|
31281
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31342
|
+
}))), 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.createElement("div", {
|
|
31282
31343
|
className: "row m-0 w-100"
|
|
31283
31344
|
}, /*#__PURE__*/React.createElement("div", {
|
|
31284
31345
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31329,7 +31390,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31329
31390
|
fontSize: 15,
|
|
31330
31391
|
color: sectionproperties.language_container_color_resp
|
|
31331
31392
|
}
|
|
31332
|
-
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31393
|
+
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React.createElement("div", {
|
|
31333
31394
|
"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 ',
|
|
31334
31395
|
onClick: function onClick() {
|
|
31335
31396
|
setlang('ar');
|
|
@@ -31343,7 +31404,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31343
31404
|
fontSize: 15,
|
|
31344
31405
|
color: sectionproperties.language_container_color_resp
|
|
31345
31406
|
}
|
|
31346
|
-
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31407
|
+
}, "\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.createElement("div", {
|
|
31347
31408
|
"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 ',
|
|
31348
31409
|
onClick: function onClick() {
|
|
31349
31410
|
setlang('nrwig');
|
|
@@ -31602,7 +31663,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31602
31663
|
style: {
|
|
31603
31664
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31604
31665
|
}
|
|
31605
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31666
|
+
}))), 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.createElement("div", {
|
|
31606
31667
|
className: "row m-0 w-100"
|
|
31607
31668
|
}, /*#__PURE__*/React.createElement("div", {
|
|
31608
31669
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
@@ -31620,7 +31681,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31620
31681
|
style: {
|
|
31621
31682
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31622
31683
|
}
|
|
31623
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31684
|
+
}))), 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.createElement("div", {
|
|
31624
31685
|
className: "row m-0 w-100"
|
|
31625
31686
|
}, /*#__PURE__*/React.createElement("div", {
|
|
31626
31687
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
@@ -31647,9 +31708,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31647
31708
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
31648
31709
|
setopenCnvas(false);
|
|
31649
31710
|
}
|
|
31650
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31711
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React.createElement("p", {
|
|
31651
31712
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31652
|
-
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31713
|
+
}, 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.createElement("p", {
|
|
31653
31714
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31654
31715
|
}, lang.wishlist)), /*#__PURE__*/React.createElement("div", {
|
|
31655
31716
|
className: "col-lg-12 p-0"
|
|
@@ -31658,7 +31719,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31658
31719
|
style: {
|
|
31659
31720
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31660
31721
|
}
|
|
31661
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31722
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React.createElement("div", {
|
|
31662
31723
|
className: "row m-0 w-100 anim"
|
|
31663
31724
|
}, /*#__PURE__*/React.createElement("div", {
|
|
31664
31725
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31771,7 +31832,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31771
31832
|
style: {
|
|
31772
31833
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31773
31834
|
}
|
|
31774
|
-
}))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31835
|
+
}))), 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.createElement("div", {
|
|
31775
31836
|
"class": "row m-0 w-100 pl-3 pr-3"
|
|
31776
31837
|
}, /*#__PURE__*/React.createElement("div", {
|
|
31777
31838
|
"class": header_cssstyles.navbar_item_text_responsive + ' col-lg-12 p-0 d-flex align-items-center justify-content-start mb-2 '
|
|
@@ -31789,7 +31850,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
31789
31850
|
background: '#f4f4f4',
|
|
31790
31851
|
borderRadius: 5
|
|
31791
31852
|
}
|
|
31792
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31853
|
+
}, 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) {
|
|
31793
31854
|
return /*#__PURE__*/React.createElement("div", {
|
|
31794
31855
|
"class": header_cssstyles.navbar_item_text_responsive + ' col-lg-12 p-0 text-start py-2 px-2 cursor-pointer ',
|
|
31795
31856
|
onClick: function onClick() {
|
|
@@ -34436,7 +34497,7 @@ styleInject(css_248z$y);
|
|
|
34436
34497
|
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; }
|
|
34437
34498
|
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; }
|
|
34438
34499
|
var FloatingIcons = function FloatingIcons(props) {
|
|
34439
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$
|
|
34500
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i1, _authdetailsContext$i10;
|
|
34440
34501
|
var _useState = useState(''),
|
|
34441
34502
|
_useState2 = _slicedToArray(_useState, 2),
|
|
34442
34503
|
sectionproperties = _useState2[0],
|
|
@@ -34455,8 +34516,8 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
34455
34516
|
zIndex: 999999,
|
|
34456
34517
|
transition: 'all 0.3s ease-out',
|
|
34457
34518
|
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
34458
|
-
right: sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.floatingwhatsapppositionfromright,
|
|
34459
|
-
left: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : '',
|
|
34519
|
+
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,
|
|
34520
|
+
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' : '' : '',
|
|
34460
34521
|
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
34461
34522
|
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
34462
34523
|
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
@@ -34606,8 +34667,8 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
34606
34667
|
left: sectionproperties.floatingwhatsapppositionfromright + 'px'
|
|
34607
34668
|
})
|
|
34608
34669
|
};
|
|
34609
|
-
var whatsappUrl = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34610
|
-
var whatsappUrl_ar = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34670
|
+
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);
|
|
34671
|
+
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);
|
|
34611
34672
|
return /*#__PURE__*/React.createElement("div", {
|
|
34612
34673
|
"class": '',
|
|
34613
34674
|
style: {
|
|
@@ -34628,10 +34689,10 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
34628
34689
|
}, langdetect != 'ar' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar))), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
34629
34690
|
"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 ',
|
|
34630
34691
|
onClick: function onClick() {
|
|
34631
|
-
var _authdetailsContext$
|
|
34632
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34633
|
-
var _authdetailsContext$
|
|
34634
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34692
|
+
var _authdetailsContext$i5;
|
|
34693
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
|
|
34694
|
+
var _authdetailsContext$i6;
|
|
34695
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
|
|
34635
34696
|
}
|
|
34636
34697
|
}
|
|
34637
34698
|
}, /*#__PURE__*/React.createElement(FaFacebook, {
|
|
@@ -34639,10 +34700,10 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
34639
34700
|
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
34640
34701
|
"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 ',
|
|
34641
34702
|
onClick: function onClick() {
|
|
34642
|
-
var _authdetailsContext$
|
|
34643
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34644
|
-
var _authdetailsContext$
|
|
34645
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34703
|
+
var _authdetailsContext$i7;
|
|
34704
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
34705
|
+
var _authdetailsContext$i8;
|
|
34706
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
34646
34707
|
}
|
|
34647
34708
|
}
|
|
34648
34709
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -34650,10 +34711,10 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
34650
34711
|
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
34651
34712
|
"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 ',
|
|
34652
34713
|
onClick: function onClick() {
|
|
34653
|
-
var _authdetailsContext$
|
|
34654
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34655
|
-
var _authdetailsContext$
|
|
34656
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34714
|
+
var _authdetailsContext$i9;
|
|
34715
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null) {
|
|
34716
|
+
var _authdetailsContext$i0;
|
|
34717
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instagramlink, '_blank');
|
|
34657
34718
|
}
|
|
34658
34719
|
}
|
|
34659
34720
|
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
@@ -34691,7 +34752,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
34691
34752
|
}
|
|
34692
34753
|
}, /*#__PURE__*/React.createElement("p", {
|
|
34693
34754
|
"class": "m-0 p-0"
|
|
34694
|
-
}, langdetect == 'nrwig' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34755
|
+
}, 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.createElement("a", {
|
|
34695
34756
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
34696
34757
|
target: '_self',
|
|
34697
34758
|
style: {
|
|
@@ -34708,7 +34769,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
34708
34769
|
style: {
|
|
34709
34770
|
transform: langdetect != 'ar' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
34710
34771
|
}
|
|
34711
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
34772
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instid) == '6824564a386c2' && /*#__PURE__*/React.createElement("a", {
|
|
34712
34773
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
34713
34774
|
target: '_self',
|
|
34714
34775
|
style: {
|