tabexseriescomponents 0.50.207 → 0.50.209
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 +119 -77
- package/dist/index.esm.js +119 -77
- package/dist/index.umd.js +119 -77
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -3479,7 +3479,7 @@
|
|
|
3479
3479
|
};
|
|
3480
3480
|
|
|
3481
3481
|
var DescriptionContent = function DescriptionContent(props) {
|
|
3482
|
-
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _fetchProductInfoQuer39, _fetchProductInfoQuer40;
|
|
3482
|
+
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer43;
|
|
3483
3483
|
var lang = props.actions.lang;
|
|
3484
3484
|
var langdetect = props.actions.langdetect;
|
|
3485
3485
|
var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
|
|
@@ -3531,7 +3531,21 @@
|
|
|
3531
3531
|
onClick: function onClick() {
|
|
3532
3532
|
return setShowMore(!showMore);
|
|
3533
3533
|
}
|
|
3534
|
-
}, showMore ? lang.showless : lang.showmore)))), langdetect == '
|
|
3534
|
+
}, showMore ? lang.showless : lang.showmore)))), langdetect == 'germ' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.description_germ) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer9 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.description_germ) != null && sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3535
|
+
className: props.srcfromprops == 'collap' ? 'col-lg-12 p-0 d-flex justify-content-center' : 'col-lg-12 p-0 mb-4 d-flex justify-content-center'
|
|
3536
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3537
|
+
className: "row m-0 w-100 d-flex"
|
|
3538
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3539
|
+
"class": "col-lg-12 p-0 d-flex justify-content-start text-black"
|
|
3540
|
+
}, props.srcfromprops != 'Articles' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3541
|
+
className: 'm-0 p-0 ',
|
|
3542
|
+
style: {
|
|
3543
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3544
|
+
},
|
|
3545
|
+
dangerouslySetInnerHTML: {
|
|
3546
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer0 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer0 === void 0 || (_fetchProductInfoQuer0 = _fetchProductInfoQuer0.data) === null || _fetchProductInfoQuer0 === void 0 || (_fetchProductInfoQuer0 = _fetchProductInfoQuer0.productinfo) === null || _fetchProductInfoQuer0 === void 0 ? void 0 : _fetchProductInfoQuer0.description_germ
|
|
3547
|
+
}
|
|
3548
|
+
})))), langdetect == 'rus' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer1 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer1 === void 0 || (_fetchProductInfoQuer1 = _fetchProductInfoQuer1.data) === null || _fetchProductInfoQuer1 === void 0 || (_fetchProductInfoQuer1 = _fetchProductInfoQuer1.productinfo) === null || _fetchProductInfoQuer1 === void 0 ? void 0 : _fetchProductInfoQuer1.description_rus) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.description_rus) != null && sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3535
3549
|
className: props.srcfromprops == 'collap' ? 'col-lg-12 p-0 d-flex justify-content-center' : 'col-lg-12 p-0 mb-4 d-flex justify-content-center'
|
|
3536
3550
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3537
3551
|
className: "row m-0 w-100 d-flex"
|
|
@@ -3543,7 +3557,7 @@
|
|
|
3543
3557
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3544
3558
|
},
|
|
3545
3559
|
dangerouslySetInnerHTML: {
|
|
3546
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3560
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.description_rus
|
|
3547
3561
|
}
|
|
3548
3562
|
}), props.srcfromprops == 'Articles' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3549
3563
|
className: 'm-0 p-0 ',
|
|
@@ -3551,9 +3565,9 @@
|
|
|
3551
3565
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3552
3566
|
},
|
|
3553
3567
|
dangerouslySetInnerHTML: {
|
|
3554
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3568
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.description_rus
|
|
3555
3569
|
}
|
|
3556
|
-
})))), langdetect == 'fr' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3570
|
+
})))), langdetect == 'fr' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer13 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.description_fr) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.description_fr) != null && sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3557
3571
|
className: props.srcfromprops == 'collap' ? 'col-lg-12 p-0 d-flex justify-content-center' : 'col-lg-12 p-0 mb-4 d-flex justify-content-center'
|
|
3558
3572
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3559
3573
|
className: "row m-0 w-100 d-flex"
|
|
@@ -3565,7 +3579,7 @@
|
|
|
3565
3579
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3566
3580
|
},
|
|
3567
3581
|
dangerouslySetInnerHTML: {
|
|
3568
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3582
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer15 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.productinfo) === null || _fetchProductInfoQuer15 === void 0 ? void 0 : _fetchProductInfoQuer15.description_fr
|
|
3569
3583
|
}
|
|
3570
3584
|
}), props.srcfromprops == 'Articles' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3571
3585
|
className: 'm-0 p-0 ',
|
|
@@ -3573,9 +3587,9 @@
|
|
|
3573
3587
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3574
3588
|
},
|
|
3575
3589
|
dangerouslySetInnerHTML: {
|
|
3576
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3590
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer16 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.productinfo) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.description_fr
|
|
3577
3591
|
}
|
|
3578
|
-
})))), langdetect == 'ar' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3592
|
+
})))), langdetect == 'ar' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer17 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productinfo) === null || _fetchProductInfoQuer17 === void 0 ? void 0 : _fetchProductInfoQuer17.description_ar) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer18 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.productinfo) === null || _fetchProductInfoQuer18 === void 0 ? void 0 : _fetchProductInfoQuer18.description_ar) != null && sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3579
3593
|
className: "col-lg-12 p-0 mb-4 d-flex justify-content-center"
|
|
3580
3594
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3581
3595
|
className: "row m-0 w-100 d-flex"
|
|
@@ -3587,7 +3601,7 @@
|
|
|
3587
3601
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3588
3602
|
},
|
|
3589
3603
|
dangerouslySetInnerHTML: {
|
|
3590
|
-
__html: showMore == true ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3604
|
+
__html: showMore == true ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer19 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer19 === void 0 || (_fetchProductInfoQuer19 = _fetchProductInfoQuer19.data) === null || _fetchProductInfoQuer19 === void 0 || (_fetchProductInfoQuer19 = _fetchProductInfoQuer19.productinfo) === null || _fetchProductInfoQuer19 === void 0 ? void 0 : _fetchProductInfoQuer19.description_ar : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer20 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.productinfo) === null || _fetchProductInfoQuer20 === void 0 ? void 0 : _fetchProductInfoQuer20.description_ar.slice(0, 1000)
|
|
3591
3605
|
}
|
|
3592
3606
|
}), props.srcfromprops == 'Articles' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3593
3607
|
className: ' m-0 p-0 ',
|
|
@@ -3595,16 +3609,16 @@
|
|
|
3595
3609
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3596
3610
|
},
|
|
3597
3611
|
dangerouslySetInnerHTML: {
|
|
3598
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3612
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer21 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productinfo) === null || _fetchProductInfoQuer21 === void 0 ? void 0 : _fetchProductInfoQuer21.description_ar
|
|
3599
3613
|
}
|
|
3600
3614
|
})), props.srcfromprops != 'Articles' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3601
3615
|
"class": "col-lg-12 allcentered"
|
|
3602
|
-
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3616
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer22 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.data) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.productinfo) === null || _fetchProductInfoQuer22 === void 0 ? void 0 : _fetchProductInfoQuer22.description_ar.length) > 1000 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3603
3617
|
"class": "m-0 p-0 cursor-pointer text-grey font-weight-600 text-right",
|
|
3604
3618
|
onClick: function onClick() {
|
|
3605
3619
|
return setShowMore(!showMore);
|
|
3606
3620
|
}
|
|
3607
|
-
}, showMore ? lang.showless : lang.showmore)))), langdetect == 'chin' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3621
|
+
}, showMore ? lang.showless : lang.showmore)))), langdetect == 'chin' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer23 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.productinfo) === null || _fetchProductInfoQuer23 === void 0 ? void 0 : _fetchProductInfoQuer23.description_chin) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.description_chin) != null && sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3608
3622
|
className: "col-lg-12 p-0 mb-4 d-flex justify-content-center"
|
|
3609
3623
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3610
3624
|
className: "row m-0 w-100 d-flex"
|
|
@@ -3616,7 +3630,7 @@
|
|
|
3616
3630
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3617
3631
|
},
|
|
3618
3632
|
dangerouslySetInnerHTML: {
|
|
3619
|
-
__html: showMore == true ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3633
|
+
__html: showMore == true ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productinfo) === null || _fetchProductInfoQuer25 === void 0 ? void 0 : _fetchProductInfoQuer25.description_chin : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer26 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.productinfo) === null || _fetchProductInfoQuer26 === void 0 ? void 0 : _fetchProductInfoQuer26.description_chin.slice(0, 1000)
|
|
3620
3634
|
}
|
|
3621
3635
|
}), props.srcfromprops == 'Articles' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3622
3636
|
className: ' m-0 p-0 ',
|
|
@@ -3624,16 +3638,16 @@
|
|
|
3624
3638
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3625
3639
|
},
|
|
3626
3640
|
dangerouslySetInnerHTML: {
|
|
3627
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3641
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer27 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.productinfo) === null || _fetchProductInfoQuer27 === void 0 ? void 0 : _fetchProductInfoQuer27.description_chin
|
|
3628
3642
|
}
|
|
3629
3643
|
})), props.srcfromprops != 'Articles' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3630
3644
|
"class": "col-lg-12 allcentered"
|
|
3631
|
-
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3645
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer28 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer28 === void 0 || (_fetchProductInfoQuer28 = _fetchProductInfoQuer28.data) === null || _fetchProductInfoQuer28 === void 0 || (_fetchProductInfoQuer28 = _fetchProductInfoQuer28.productinfo) === null || _fetchProductInfoQuer28 === void 0 ? void 0 : _fetchProductInfoQuer28.description_ar.length) > 1000 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3632
3646
|
"class": "m-0 p-0 cursor-pointer text-grey font-weight-600 text-right",
|
|
3633
3647
|
onClick: function onClick() {
|
|
3634
3648
|
return setShowMore(!showMore);
|
|
3635
3649
|
}
|
|
3636
|
-
}, showMore ? lang.showless : lang.showmore)))), langdetect == 'chin' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3650
|
+
}, showMore ? lang.showless : lang.showmore)))), langdetect == 'chin' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer29 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer29 === void 0 || (_fetchProductInfoQuer29 = _fetchProductInfoQuer29.data) === null || _fetchProductInfoQuer29 === void 0 || (_fetchProductInfoQuer29 = _fetchProductInfoQuer29.productinfo) === null || _fetchProductInfoQuer29 === void 0 ? void 0 : _fetchProductInfoQuer29.description_nrwig) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer30 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer30 === void 0 || (_fetchProductInfoQuer30 = _fetchProductInfoQuer30.data) === null || _fetchProductInfoQuer30 === void 0 || (_fetchProductInfoQuer30 = _fetchProductInfoQuer30.productinfo) === null || _fetchProductInfoQuer30 === void 0 ? void 0 : _fetchProductInfoQuer30.description_nrwig) != null && sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3637
3651
|
className: "col-lg-12 p-0 mb-4 d-flex justify-content-center"
|
|
3638
3652
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3639
3653
|
className: "row m-0 w-100 d-flex"
|
|
@@ -3645,16 +3659,16 @@
|
|
|
3645
3659
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3646
3660
|
},
|
|
3647
3661
|
dangerouslySetInnerHTML: {
|
|
3648
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3662
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer31 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer31 === void 0 || (_fetchProductInfoQuer31 = _fetchProductInfoQuer31.data) === null || _fetchProductInfoQuer31 === void 0 || (_fetchProductInfoQuer31 = _fetchProductInfoQuer31.productinfo) === null || _fetchProductInfoQuer31 === void 0 ? void 0 : _fetchProductInfoQuer31.description_nrwig
|
|
3649
3663
|
}
|
|
3650
3664
|
})), props.srcfromprops != 'Articles' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3651
3665
|
"class": "col-lg-12 allcentered"
|
|
3652
|
-
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3666
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer32 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.productinfo) === null || _fetchProductInfoQuer32 === void 0 ? void 0 : _fetchProductInfoQuer32.description_ar.length) > 1000 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3653
3667
|
"class": "m-0 p-0 cursor-pointer text-grey font-weight-600 text-right",
|
|
3654
3668
|
onClick: function onClick() {
|
|
3655
3669
|
return setShowMore(!showMore);
|
|
3656
3670
|
}
|
|
3657
|
-
}, showMore ? lang.showless : lang.showmore)))), langdetect == 'ital' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3671
|
+
}, showMore ? lang.showless : lang.showmore)))), langdetect == 'ital' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer33 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.productinfo) === null || _fetchProductInfoQuer33 === void 0 ? void 0 : _fetchProductInfoQuer33.description_ital) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer34 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.productinfo) === null || _fetchProductInfoQuer34 === void 0 ? void 0 : _fetchProductInfoQuer34.description_ital) != null && sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3658
3672
|
className: "col-lg-12 p-0 mb-4 d-flex justify-content-center"
|
|
3659
3673
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3660
3674
|
className: "row m-0 w-100 d-flex"
|
|
@@ -3666,9 +3680,9 @@
|
|
|
3666
3680
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3667
3681
|
},
|
|
3668
3682
|
dangerouslySetInnerHTML: {
|
|
3669
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3683
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer35 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.productinfo) === null || _fetchProductInfoQuer35 === void 0 ? void 0 : _fetchProductInfoQuer35.description_ital
|
|
3670
3684
|
}
|
|
3671
|
-
})))), langdetect == 'magr' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3685
|
+
})))), langdetect == 'magr' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer36 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.productinfo) === null || _fetchProductInfoQuer36 === void 0 ? void 0 : _fetchProductInfoQuer36.description_magr) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer37 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.productinfo) === null || _fetchProductInfoQuer37 === void 0 ? void 0 : _fetchProductInfoQuer37.description_magr) != null && sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3672
3686
|
className: "col-lg-12 p-0 mb-4 d-flex justify-content-center"
|
|
3673
3687
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3674
3688
|
className: "row m-0 w-100 d-flex"
|
|
@@ -3680,9 +3694,9 @@
|
|
|
3680
3694
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3681
3695
|
},
|
|
3682
3696
|
dangerouslySetInnerHTML: {
|
|
3683
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3697
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer38 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.productinfo) === null || _fetchProductInfoQuer38 === void 0 ? void 0 : _fetchProductInfoQuer38.description_magr
|
|
3684
3698
|
}
|
|
3685
|
-
})))), langdetect == 'turk' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3699
|
+
})))), langdetect == 'turk' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer39 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.productinfo) === null || _fetchProductInfoQuer39 === void 0 ? void 0 : _fetchProductInfoQuer39.description_turk) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer40 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.productinfo) === null || _fetchProductInfoQuer40 === void 0 ? void 0 : _fetchProductInfoQuer40.description_turk) != null && sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3686
3700
|
className: "col-lg-12 p-0 mb-4 d-flex justify-content-center"
|
|
3687
3701
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3688
3702
|
className: "row m-0 w-100 d-flex"
|
|
@@ -3694,9 +3708,9 @@
|
|
|
3694
3708
|
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
3695
3709
|
},
|
|
3696
3710
|
dangerouslySetInnerHTML: {
|
|
3697
|
-
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3711
|
+
__html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer41 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.productinfo) === null || _fetchProductInfoQuer41 === void 0 ? void 0 : _fetchProductInfoQuer41.description_turk
|
|
3698
3712
|
}
|
|
3699
|
-
})))), props.srcfromprops != 'collap' && sectionproperties.showGallery == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3713
|
+
})))), props.srcfromprops != 'collap' && sectionproperties.showGallery == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer42 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.productinfo) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.productimages) === null || _fetchProductInfoQuer42 === void 0 ? void 0 : _fetchProductInfoQuer42.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3700
3714
|
"class": "col-lg-12 p-0"
|
|
3701
3715
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3702
3716
|
"class": "row m-0 w-100 allcentered pl-md-3 pr-md-3",
|
|
@@ -3704,7 +3718,7 @@
|
|
|
3704
3718
|
paddingLeft: sectionproperties.galleryPaddingHorizontal + 'px',
|
|
3705
3719
|
paddingRight: sectionproperties.galleryPaddingHorizontal + 'px'
|
|
3706
3720
|
}
|
|
3707
|
-
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3721
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer43 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.productinfo) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.productimages) === null || _fetchProductInfoQuer43 === void 0 ? void 0 : _fetchProductInfoQuer43.map(function (item, index) {
|
|
3708
3722
|
if (index <= 6) {
|
|
3709
3723
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3710
3724
|
"class": ' col-md-4 col-sm-12 mb-3 col-lg-' + sectionproperties.galleryNoOfCols,
|
|
@@ -28888,7 +28902,7 @@
|
|
|
28888
28902
|
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; }
|
|
28889
28903
|
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; }
|
|
28890
28904
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
28891
|
-
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$
|
|
28905
|
+
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$i19, _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, _authdetailsContext$i44;
|
|
28892
28906
|
var actions = props.actions;
|
|
28893
28907
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
28894
28908
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -29132,7 +29146,7 @@
|
|
|
29132
29146
|
return policyobj;
|
|
29133
29147
|
};
|
|
29134
29148
|
var CartButton = function CartButton() {
|
|
29135
|
-
var _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
29149
|
+
var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
29136
29150
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29137
29151
|
"class": "d-flex align-items-center",
|
|
29138
29152
|
style: {
|
|
@@ -29141,13 +29155,7 @@
|
|
|
29141
29155
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
29142
29156
|
className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center p-0 ',
|
|
29143
29157
|
onClick: function onClick() {
|
|
29144
|
-
|
|
29145
|
-
if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.customercart) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.cartitems) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.length) > 7) {
|
|
29146
|
-
setopenmenuCanvas(false);
|
|
29147
|
-
routingcountext(StaticPagesLinksContext.viewcart);
|
|
29148
|
-
} else {
|
|
29149
|
-
setsidecartnavshowcontext(true);
|
|
29150
|
-
}
|
|
29158
|
+
setsidecartnavshowcontext(true);
|
|
29151
29159
|
}
|
|
29152
29160
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29153
29161
|
className: ' h-100 d-flex align-items-center justify-content-center '
|
|
@@ -29171,7 +29179,7 @@
|
|
|
29171
29179
|
top: sectionproperties.cartbadgefromtop + 'px',
|
|
29172
29180
|
right: sectionproperties.cartbadgefromright + 'px'
|
|
29173
29181
|
}
|
|
29174
|
-
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0
|
|
29182
|
+
}, fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue !== void 0 && (_fetchcustomercartQue = _fetchcustomercartQue.data) !== null && _fetchcustomercartQue !== void 0 && _fetchcustomercartQue.status && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) != 0 ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.customercart.cartitems_count_withquantity : 0));
|
|
29175
29183
|
};
|
|
29176
29184
|
var _useState13 = React.useState(false),
|
|
29177
29185
|
_useState14 = _slicedToArray__default["default"](_useState13, 2),
|
|
@@ -29818,6 +29826,12 @@
|
|
|
29818
29826
|
"class": "m-0 p-0 d-flex align-items-center"
|
|
29819
29827
|
}, "TR", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29820
29828
|
"class": "h-100 allcentered ml-auto pl-3"
|
|
29829
|
+
}, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'germ' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29830
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 px-1 '
|
|
29831
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29832
|
+
"class": "m-0 p-0 d-flex align-items-center"
|
|
29833
|
+
}, "DE", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
29834
|
+
"class": "h-100 allcentered ml-auto pl-3"
|
|
29821
29835
|
}, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'chin' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29822
29836
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 px-1 '
|
|
29823
29837
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -29835,7 +29849,7 @@
|
|
|
29835
29849
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29836
29850
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29837
29851
|
"class": "ml-2 mr-2"
|
|
29838
|
-
}, "English")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instid) != '687cd377528b1' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29852
|
+
}, "English")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instid) != '687cd377528b1' && sectionproperties.showarabic == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29839
29853
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29840
29854
|
onClick: function onClick() {
|
|
29841
29855
|
setlang('ar');
|
|
@@ -29846,7 +29860,18 @@
|
|
|
29846
29860
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29847
29861
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29848
29862
|
"class": "ml-2 mr-2"
|
|
29849
|
-
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instid) == '
|
|
29863
|
+
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instid) == '69e11d9c75989' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29864
|
+
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29865
|
+
onClick: function onClick() {
|
|
29866
|
+
setlang('germ');
|
|
29867
|
+
}
|
|
29868
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29869
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
|
|
29870
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
29871
|
+
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29872
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29873
|
+
"class": "ml-2 mr-2"
|
|
29874
|
+
}, "Deutsch")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instid) == '693fdc5a14f45' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29850
29875
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29851
29876
|
onClick: function onClick() {
|
|
29852
29877
|
setlang('chin');
|
|
@@ -29857,7 +29882,7 @@
|
|
|
29857
29882
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29858
29883
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29859
29884
|
"class": "ml-2 mr-2"
|
|
29860
|
-
}, "\u4E2D\u6587")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29885
|
+
}, "\u4E2D\u6587")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instid) == '687cd377528b1' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29861
29886
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29862
29887
|
onClick: function onClick() {
|
|
29863
29888
|
setlang('rus');
|
|
@@ -29868,7 +29893,7 @@
|
|
|
29868
29893
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29869
29894
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29870
29895
|
"class": "ml-2 mr-2"
|
|
29871
|
-
}, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29896
|
+
}, "\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) == '6989e1bf78c8f' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29872
29897
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29873
29898
|
onClick: function onClick() {
|
|
29874
29899
|
setlang('rus');
|
|
@@ -29879,7 +29904,7 @@
|
|
|
29879
29904
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29880
29905
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29881
29906
|
"class": "ml-2 mr-2"
|
|
29882
|
-
}, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29907
|
+
}, "\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, {
|
|
29883
29908
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29884
29909
|
onClick: function onClick() {
|
|
29885
29910
|
setlang('rus');
|
|
@@ -29890,7 +29915,7 @@
|
|
|
29890
29915
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29891
29916
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29892
29917
|
"class": "ml-2 mr-2"
|
|
29893
|
-
}, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29918
|
+
}, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (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, {
|
|
29894
29919
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29895
29920
|
onClick: function onClick() {
|
|
29896
29921
|
setlang('ital');
|
|
@@ -29901,7 +29926,7 @@
|
|
|
29901
29926
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29902
29927
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29903
29928
|
"class": "ml-2 mr-2"
|
|
29904
|
-
}, "Italiano")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29929
|
+
}, "Italiano")))), (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, {
|
|
29905
29930
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29906
29931
|
onClick: function onClick() {
|
|
29907
29932
|
setlang('magr');
|
|
@@ -29912,7 +29937,7 @@
|
|
|
29912
29937
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
29913
29938
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
29914
29939
|
"class": "ml-2 mr-2"
|
|
29915
|
-
}, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
29940
|
+
}, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
29916
29941
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
29917
29942
|
onClick: function onClick() {
|
|
29918
29943
|
setlang('turk');
|
|
@@ -29978,8 +30003,8 @@
|
|
|
29978
30003
|
size: 20,
|
|
29979
30004
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
29980
30005
|
}))), templatepropcontext.pagesnprop.map(function (item, index) {
|
|
29981
|
-
var _authdetailsContext$
|
|
29982
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30006
|
+
var _authdetailsContext$i20, _authdetailsContext$i21, _authdetailsContext$i22;
|
|
30007
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '684aa79857878') {
|
|
29983
30008
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
29984
30009
|
if (item.pagename != 'About' && item.pagename != 'Community' && item.pagename != 'Admission Policy') {
|
|
29985
30010
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -30364,7 +30389,7 @@
|
|
|
30364
30389
|
})));
|
|
30365
30390
|
}
|
|
30366
30391
|
}
|
|
30367
|
-
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30392
|
+
} else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) != '6790ae890234e' && item.pagename != 'Our Solutions') {
|
|
30368
30393
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
30369
30394
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30370
30395
|
className: "row m-0 w-100 anim"
|
|
@@ -30387,7 +30412,7 @@
|
|
|
30387
30412
|
}
|
|
30388
30413
|
})));
|
|
30389
30414
|
}
|
|
30390
|
-
} else if (item.pagename == 'Our Solutions' && item.isnavigation == 1 && item.isactive == 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30415
|
+
} else if (item.pagename == 'Our Solutions' && item.isnavigation == 1 && item.isactive == 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '683c55d780e0c') {
|
|
30391
30416
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30392
30417
|
className: "row m-0 w-100 anim"
|
|
30393
30418
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -30630,9 +30655,9 @@
|
|
|
30630
30655
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
30631
30656
|
setmenuactive(false);
|
|
30632
30657
|
}
|
|
30633
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30658
|
+
}, (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", {
|
|
30634
30659
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
30635
|
-
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30660
|
+
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30636
30661
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
30637
30662
|
}, lang.wishlist))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30638
30663
|
className: "col-lg-12 p-0"
|
|
@@ -30641,7 +30666,7 @@
|
|
|
30641
30666
|
style: {
|
|
30642
30667
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30643
30668
|
}
|
|
30644
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30669
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30645
30670
|
className: "row m-0 w-100 anim"
|
|
30646
30671
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30647
30672
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
@@ -30774,7 +30799,7 @@
|
|
|
30774
30799
|
style: {
|
|
30775
30800
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30776
30801
|
}
|
|
30777
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30802
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30778
30803
|
className: "row m-0 w-100 anim"
|
|
30779
30804
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30780
30805
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
@@ -30793,7 +30818,7 @@
|
|
|
30793
30818
|
style: {
|
|
30794
30819
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
30795
30820
|
}
|
|
30796
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30821
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30797
30822
|
className: "row m-0 w-100 anim"
|
|
30798
30823
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30799
30824
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
|
|
@@ -30844,7 +30869,7 @@
|
|
|
30844
30869
|
fontSize: 15,
|
|
30845
30870
|
color: sectionproperties.language_container_color_resp
|
|
30846
30871
|
}
|
|
30847
|
-
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30872
|
+
}, "English")), (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", {
|
|
30848
30873
|
"class": header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
|
|
30849
30874
|
onClick: function onClick() {
|
|
30850
30875
|
setlang('ar');
|
|
@@ -30858,7 +30883,7 @@
|
|
|
30858
30883
|
fontSize: 15,
|
|
30859
30884
|
color: sectionproperties.language_container_color_resp
|
|
30860
30885
|
}
|
|
30861
|
-
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
30886
|
+
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (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("div", {
|
|
30862
30887
|
"class": header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
|
|
30863
30888
|
onClick: function onClick() {
|
|
30864
30889
|
setlang('nrwig');
|
|
@@ -31101,9 +31126,9 @@
|
|
|
31101
31126
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
31102
31127
|
setopenCnvas(false);
|
|
31103
31128
|
}
|
|
31104
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31129
|
+
}, (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", {
|
|
31105
31130
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31106
|
-
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31131
|
+
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31107
31132
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31108
31133
|
}, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31109
31134
|
className: "col-lg-12 p-0"
|
|
@@ -31112,7 +31137,7 @@
|
|
|
31112
31137
|
style: {
|
|
31113
31138
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31114
31139
|
}
|
|
31115
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31140
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31116
31141
|
className: "row m-0 w-100 anim"
|
|
31117
31142
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31118
31143
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31244,7 +31269,7 @@
|
|
|
31244
31269
|
style: {
|
|
31245
31270
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31246
31271
|
}
|
|
31247
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31272
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31248
31273
|
className: "row m-0 w-100"
|
|
31249
31274
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31250
31275
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31263,7 +31288,7 @@
|
|
|
31263
31288
|
style: {
|
|
31264
31289
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31265
31290
|
}
|
|
31266
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31291
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31267
31292
|
className: "row m-0 w-100"
|
|
31268
31293
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31269
31294
|
className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31314,7 +31339,7 @@
|
|
|
31314
31339
|
fontSize: 15,
|
|
31315
31340
|
color: sectionproperties.language_container_color_resp
|
|
31316
31341
|
}
|
|
31317
|
-
}, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31342
|
+
}, "English")), (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", {
|
|
31318
31343
|
"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 ',
|
|
31319
31344
|
onClick: function onClick() {
|
|
31320
31345
|
setlang('ar');
|
|
@@ -31328,7 +31353,7 @@
|
|
|
31328
31353
|
fontSize: 15,
|
|
31329
31354
|
color: sectionproperties.language_container_color_resp
|
|
31330
31355
|
}
|
|
31331
|
-
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31356
|
+
}, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (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", {
|
|
31332
31357
|
"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 ',
|
|
31333
31358
|
onClick: function onClick() {
|
|
31334
31359
|
setlang('nrwig');
|
|
@@ -31587,7 +31612,7 @@
|
|
|
31587
31612
|
style: {
|
|
31588
31613
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31589
31614
|
}
|
|
31590
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31615
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31591
31616
|
className: "row m-0 w-100"
|
|
31592
31617
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31593
31618
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
@@ -31605,7 +31630,7 @@
|
|
|
31605
31630
|
style: {
|
|
31606
31631
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31607
31632
|
}
|
|
31608
|
-
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31633
|
+
}))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31609
31634
|
className: "row m-0 w-100"
|
|
31610
31635
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31611
31636
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
|
|
@@ -31632,9 +31657,9 @@
|
|
|
31632
31657
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
31633
31658
|
setopenCnvas(false);
|
|
31634
31659
|
}
|
|
31635
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31660
|
+
}, (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", {
|
|
31636
31661
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31637
|
-
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31662
|
+
}, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31638
31663
|
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
|
|
31639
31664
|
}, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31640
31665
|
className: "col-lg-12 p-0"
|
|
@@ -31643,7 +31668,7 @@
|
|
|
31643
31668
|
style: {
|
|
31644
31669
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31645
31670
|
}
|
|
31646
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31671
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31647
31672
|
className: "row m-0 w-100 anim"
|
|
31648
31673
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31649
31674
|
className: "col-lg-12 d-flex justify-content-start pl-3 pr-3"
|
|
@@ -31756,7 +31781,7 @@
|
|
|
31756
31781
|
style: {
|
|
31757
31782
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
31758
31783
|
}
|
|
31759
|
-
}))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31784
|
+
}))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 || (_authdetailsContext$i42 = _authdetailsContext$i42.instcurrencies) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.length) > 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.contactinfo.instid) == '67f69c023cbd4' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31760
31785
|
"class": "row m-0 w-100 pl-3 pr-3"
|
|
31761
31786
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31762
31787
|
"class": header_cssstyles.navbar_item_text_responsive + ' col-lg-12 p-0 d-flex align-items-center justify-content-start mb-2 '
|
|
@@ -31774,7 +31799,7 @@
|
|
|
31774
31799
|
background: '#f4f4f4',
|
|
31775
31800
|
borderRadius: 5
|
|
31776
31801
|
}
|
|
31777
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31802
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 || (_authdetailsContext$i44 = _authdetailsContext$i44.instcurrencies) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.map(function (item, index) {
|
|
31778
31803
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31779
31804
|
"class": header_cssstyles.navbar_item_text_responsive + ' col-lg-12 p-0 text-start py-2 px-2 cursor-pointer ',
|
|
31780
31805
|
onClick: function onClick() {
|
|
@@ -38028,7 +38053,7 @@
|
|
|
38028
38053
|
function ownKeys$1$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
38029
38054
|
function _objectSpread$1$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1$(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
38030
38055
|
var Simpleheader = function Simpleheader(props) {
|
|
38031
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _header_cssstyles, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i1, _authdetailsContext$i10, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$c2, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
38056
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _header_cssstyles, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i1, _authdetailsContext$i10, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$c2, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
38032
38057
|
var actions = props.actions;
|
|
38033
38058
|
var _useState = React.useState(''),
|
|
38034
38059
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -39234,6 +39259,12 @@
|
|
|
39234
39259
|
"class": "m-0 p-0 d-flex align-items-center"
|
|
39235
39260
|
}, "Fr", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
39236
39261
|
"class": "h-100 allcentered ml-auto pl-3"
|
|
39262
|
+
}, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'germ' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39263
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 px-1 '
|
|
39264
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
39265
|
+
"class": "m-0 p-0 d-flex align-items-center"
|
|
39266
|
+
}, "DE", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
|
|
39267
|
+
"class": "h-100 allcentered ml-auto pl-3"
|
|
39237
39268
|
}, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, sectionproperties.showarabic == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
39238
39269
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
39239
39270
|
onClick: function onClick() {
|
|
@@ -39278,7 +39309,18 @@
|
|
|
39278
39309
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
39279
39310
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
39280
39311
|
"class": "ml-2 mr-2"
|
|
39281
|
-
}, "English"))))
|
|
39312
|
+
}, "English")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instid) == '69e11d9c75989' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
39313
|
+
"class": "".concat(header_cssstyles.dropdownitem),
|
|
39314
|
+
onClick: function onClick() {
|
|
39315
|
+
setlang('germ');
|
|
39316
|
+
}
|
|
39317
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39318
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
|
|
39319
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
39320
|
+
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
39321
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
39322
|
+
"class": "ml-2 mr-2"
|
|
39323
|
+
}, "Deutsch"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.instcurrencies) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.length) > 1 && sectionproperties.showcurrency == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39282
39324
|
"class": ' d-flex align-items-center justify-content-end '
|
|
39283
39325
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
39284
39326
|
"class": ' d-flex align-items-center justify-content-center '
|
|
@@ -39290,8 +39332,8 @@
|
|
|
39290
39332
|
"class": header_cssstyles.currencycont + ' row m-0 w-100 d-flex align-items-center '
|
|
39291
39333
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
39292
39334
|
"class": "m-0 p-0 ml-2 mr-2"
|
|
39293
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
39294
|
-
var _authdetailsContext$
|
|
39335
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 || (_authdetailsContext$i18 = _authdetailsContext$i18.instcurrencies) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.map(function (item, index) {
|
|
39336
|
+
var _authdetailsContext$i19;
|
|
39295
39337
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
39296
39338
|
onClick: function onClick() {
|
|
39297
39339
|
setcurrencyfunccontext(item);
|
|
@@ -39307,7 +39349,7 @@
|
|
|
39307
39349
|
style: {}
|
|
39308
39350
|
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
39309
39351
|
"class": 'ml-2 mr-2'
|
|
39310
|
-
}, item["currencyname_".concat(langdetect)] || item.currencyname_en)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
39352
|
+
}, item["currencyname_".concat(langdetect)] || item.currencyname_en)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 || (_authdetailsContext$i19 = _authdetailsContext$i19.instcurrencies) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39311
39353
|
"class": "col-lg-12 p-0"
|
|
39312
39354
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
39313
39355
|
"class": "m-0"
|
|
@@ -39488,7 +39530,7 @@
|
|
|
39488
39530
|
function ownKeys$1_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
39489
39531
|
function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
39490
39532
|
var Header8 = function Header8(props) {
|
|
39491
|
-
var _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i6, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$i0, _authdetailsContext$i1, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i21, _authdetailsContext$i23,
|
|
39533
|
+
var _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i6, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$i0, _authdetailsContext$i1, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i21, _authdetailsContext$i23, _fetchcustomercartQue5, _fetchcustomercartQue6;
|
|
39492
39534
|
var actions = props.actions;
|
|
39493
39535
|
props.actions.history;
|
|
39494
39536
|
var lang = props.actions.lang;
|
|
@@ -40363,7 +40405,7 @@
|
|
|
40363
40405
|
"class": "".concat(header_cssstyles.cart_btn) + ' cursor-pointer d-flex align-items-center justify-content-center '
|
|
40364
40406
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
40365
40407
|
"class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.cartbadge)
|
|
40366
|
-
},
|
|
40408
|
+
}, fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue2 !== void 0 && (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) !== null && _fetchcustomercartQue2 !== void 0 && _fetchcustomercartQue2.status && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length) != 0 ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue4 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.data) === null || _fetchcustomercartQue4 === void 0 ? void 0 : _fetchcustomercartQue4.customercart.cartitems_count_withquantity : 0), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
40367
40409
|
"class": "h-100 allcentered"
|
|
40368
40410
|
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
|
|
40369
40411
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -40822,7 +40864,7 @@
|
|
|
40822
40864
|
"class": "".concat(header_cssstyles.cart_btn) + ' cursor-pointer d-flex align-items-center justify-content-end '
|
|
40823
40865
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
40824
40866
|
"class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.cartbadge)
|
|
40825
|
-
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (
|
|
40867
|
+
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue5 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue5 === void 0 || (_fetchcustomercartQue5 = _fetchcustomercartQue5.data) === null || _fetchcustomercartQue5 === void 0 ? void 0 : _fetchcustomercartQue5.customercart) != null ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue6 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue6 === void 0 || (_fetchcustomercartQue6 = _fetchcustomercartQue6.data) === null || _fetchcustomercartQue6 === void 0 || (_fetchcustomercartQue6 = _fetchcustomercartQue6.customercart) === null || _fetchcustomercartQue6 === void 0 || (_fetchcustomercartQue6 = _fetchcustomercartQue6.cartitems) === null || _fetchcustomercartQue6 === void 0 ? void 0 : _fetchcustomercartQue6.length : 0), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
40826
40868
|
"class": "h-100 allcentered"
|
|
40827
40869
|
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
|
|
40828
40870
|
size: sectionproperties.cartBtn_iconFontSize
|