tabexseriescomponents 0.2.1418 → 0.2.1419
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 +344 -22
- package/dist/index.esm.js +344 -22
- package/dist/index.umd.js +344 -22
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23323,7 +23323,7 @@ var Select$1 = /*#__PURE__*/React.lazy(function () {
|
|
|
23323
23323
|
return import('react-select');
|
|
23324
23324
|
});
|
|
23325
23325
|
var Filter$1 = function Filter(props) {
|
|
23326
|
-
var _css;
|
|
23326
|
+
var _css, _authdetailsContext$i6;
|
|
23327
23327
|
var FetchAllVendorsQuery = props.actions.FetchAllVendorsQuery;
|
|
23328
23328
|
var lang = props.actions.lang;
|
|
23329
23329
|
var langdetect = props.actions.langdetect;
|
|
@@ -25160,7 +25160,7 @@ var Filter$1 = function Filter(props) {
|
|
|
25160
25160
|
}
|
|
25161
25161
|
}, props.typeprops != 'vertical' && /*#__PURE__*/React.createElement("div", {
|
|
25162
25162
|
className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 p-0 w-100 filter mt-md-0 ' : 'col-lg-12 p-0 w-100 filter mt-md-0 d-md-none'
|
|
25163
|
-
}, authdetailsContext.instinfo.instid != '6978ef34b2564' && sectionproperties.filterdirection == 'Horizontal' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React.createElement("div", {
|
|
25163
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) != '682dfdcdb9720' && authdetailsContext.instinfo.instid != '6978ef34b2564' && sectionproperties.filterdirection == 'Horizontal' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React.createElement("div", {
|
|
25164
25164
|
"class": "row m-0 w-100"
|
|
25165
25165
|
}, /*#__PURE__*/React.createElement("div", {
|
|
25166
25166
|
"class": "col-lg-12 p-0 mb-4"
|
|
@@ -26802,6 +26802,7 @@ var CollectionsFilterHorizontal = function CollectionsFilterHorizontal(props) {
|
|
|
26802
26802
|
function ownKeys$2l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
26803
26803
|
function _objectSpread$2l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2l(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
26804
26804
|
var CardsSection = function CardsSection(props) {
|
|
26805
|
+
var _authdetailsContext$i2;
|
|
26805
26806
|
var refscr = /*#__PURE__*/createRef();
|
|
26806
26807
|
var _useInView = useInView();
|
|
26807
26808
|
_useInView.ref;
|
|
@@ -28675,6 +28676,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
28675
28676
|
}, ViewMoreButton())));
|
|
28676
28677
|
};
|
|
28677
28678
|
var CardsSectionContent = function CardsSectionContent() {
|
|
28679
|
+
var _authdetailsContext$i;
|
|
28678
28680
|
return /*#__PURE__*/React.createElement("div", {
|
|
28679
28681
|
"class": ' row m-0 w-100 '
|
|
28680
28682
|
}, authdetailsContext.instinfo.instid == '696691293c2a6' && sectionproperties.showFilter == 'show' && /*#__PURE__*/React.createElement(CollectionsFilterHorizontal, {
|
|
@@ -28692,7 +28694,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
28692
28694
|
actions: actions,
|
|
28693
28695
|
openFilterSlider: openFilterSlider,
|
|
28694
28696
|
setopenFilterSlider: setopenFilterSlider
|
|
28695
|
-
}), sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React.createElement("div", {
|
|
28697
|
+
}), sectionproperties.showproductgroupbytitle == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '682dfdcdb9720' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React.createElement("div", {
|
|
28696
28698
|
className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
28697
28699
|
}, /*#__PURE__*/React.createElement(Filter$1, {
|
|
28698
28700
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -28733,7 +28735,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
28733
28735
|
style: {
|
|
28734
28736
|
// minHeight: sectionproperties.height == null || sectionproperties.height == 0 ? 'auto' : sectionproperties.height + 'vh',
|
|
28735
28737
|
}
|
|
28736
|
-
}, sectionproperties.length != 0 && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
28738
|
+
}, sectionproperties.showproductgroupbytitle == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '682dfdcdb9720' && GroupByTitleSection(), sectionproperties.length != 0 && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
28737
28739
|
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 ',
|
|
28738
28740
|
"data-aos": 'fade-up'
|
|
28739
28741
|
}, CardsSectionContent()), sectionproperties.length != 0 && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -41036,7 +41038,7 @@ var Header8 = function Header8(props) {
|
|
|
41036
41038
|
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
41037
41039
|
}
|
|
41038
41040
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
41039
|
-
var _authdetailsContext$i59;
|
|
41041
|
+
var _authdetailsContext$i59, _authdetailsContext$i70;
|
|
41040
41042
|
var activeclass = '';
|
|
41041
41043
|
if (item.isselected) {
|
|
41042
41044
|
activeclass = header_cssstyles.navbar_item_active;
|
|
@@ -42050,6 +42052,101 @@ var Header8 = function Header8(props) {
|
|
|
42050
42052
|
}, "\u0628\u0639\u0636 \u0627\u0639\u0645\u0627\u0644 \u0627\u0644\u0634\u0631\u0643\u0629"))))))));
|
|
42051
42053
|
}
|
|
42052
42054
|
}
|
|
42055
|
+
}
|
|
42056
|
+
// ebn el neel
|
|
42057
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.instid) == '6a4938efd4b21') {
|
|
42058
|
+
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
42059
|
+
if (item.pagename != 'Your Guide') {
|
|
42060
|
+
var _authdetailsContext$i71, _authdetailsContext$i72;
|
|
42061
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
42062
|
+
"class": "".concat(activeclass) + ' cursor-pointer scrollhorizontalcard ',
|
|
42063
|
+
onClick: function onClick() {
|
|
42064
|
+
routingcountext(item.navigationroute);
|
|
42065
|
+
},
|
|
42066
|
+
style: {
|
|
42067
|
+
marginRight: langdetect == 'en' ? '25px' : 0,
|
|
42068
|
+
marginLeft: langdetect == 'en' ? 0 : '25px',
|
|
42069
|
+
paddingTop: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.contactinfo.instid) == '68c69dcc53e94' ? sectionproperties.lowersection_paddingtop + 'px' : 0,
|
|
42070
|
+
paddingBottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.contactinfo.instid) == '68c69dcc53e94' ? sectionproperties.lowersection_paddingbottom + 'px' : 0
|
|
42071
|
+
}
|
|
42072
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42073
|
+
"class": "".concat(header_cssstyles.navbar_item_text)
|
|
42074
|
+
}, " ", langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
42075
|
+
} else if (item.pagename == 'Your Guide') {
|
|
42076
|
+
var _authdetailsContext$i73, _authdetailsContext$i74;
|
|
42077
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
42078
|
+
"class": "".concat(activeclass) + ' cursor-pointer dropdownoutersecuritykey ',
|
|
42079
|
+
style: {
|
|
42080
|
+
marginRight: langdetect == 'en' ? '25px' : 0,
|
|
42081
|
+
marginLeft: langdetect == 'en' ? 0 : '25px',
|
|
42082
|
+
paddingTop: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.contactinfo.instid) == '68c69dcc53e94' ? sectionproperties.lowersection_paddingtop + 'px' : 0,
|
|
42083
|
+
paddingBottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.contactinfo.instid) == '68c69dcc53e94' ? sectionproperties.lowersection_paddingbottom + 'px' : 0
|
|
42084
|
+
},
|
|
42085
|
+
onMouseEnter: function onMouseEnter() {
|
|
42086
|
+
setservicesmenu(true);
|
|
42087
|
+
}
|
|
42088
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42089
|
+
"class": "".concat(header_cssstyles.navbar_item_text)
|
|
42090
|
+
}, " ", langdetect == 'en' ? item.pagename : item.pagename_ar), servicesmenu == true && /*#__PURE__*/React.createElement("div", {
|
|
42091
|
+
"class": "w-100"
|
|
42092
|
+
}, /*#__PURE__*/React.createElement("li", {
|
|
42093
|
+
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
|
|
42094
|
+
style: {
|
|
42095
|
+
left: langdetect == 'en' ? '-18%' : '',
|
|
42096
|
+
right: langdetect == 'ar' ? '-25%' : ''
|
|
42097
|
+
}
|
|
42098
|
+
}, /*#__PURE__*/React.createElement("ul", {
|
|
42099
|
+
"class": "mt-2 firstdropdown",
|
|
42100
|
+
sytle: {
|
|
42101
|
+
width: '200px'
|
|
42102
|
+
}
|
|
42103
|
+
}, /*#__PURE__*/React.createElement("li", {
|
|
42104
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
42105
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42106
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
42107
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42108
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
42109
|
+
onClick: function onClick() {
|
|
42110
|
+
routingcountext('commercial', false, '');
|
|
42111
|
+
}
|
|
42112
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
42113
|
+
"class": "".concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
|
|
42114
|
+
}, langdetect == 'en' ? 'Commercial' : 'تجاري')))), /*#__PURE__*/React.createElement("li", {
|
|
42115
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
42116
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42117
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
42118
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42119
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
42120
|
+
onClick: function onClick() {
|
|
42121
|
+
routingcountext('industrial', false, '');
|
|
42122
|
+
}
|
|
42123
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
42124
|
+
"class": "".concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
|
|
42125
|
+
}, langdetect == 'en' ? 'Industrial' : 'صناعي')))), /*#__PURE__*/React.createElement("li", {
|
|
42126
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
42127
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42128
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
42129
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42130
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
42131
|
+
onClick: function onClick() {
|
|
42132
|
+
routingcountext('medical', false, '');
|
|
42133
|
+
}
|
|
42134
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
42135
|
+
"class": "".concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
|
|
42136
|
+
}, langdetect == 'en' ? 'Medical' : 'طبي')))), /*#__PURE__*/React.createElement("li", {
|
|
42137
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
42138
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42139
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
42140
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42141
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
42142
|
+
onClick: function onClick() {
|
|
42143
|
+
routingcountext('tourist', false, '');
|
|
42144
|
+
}
|
|
42145
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
42146
|
+
"class": "".concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
|
|
42147
|
+
}, langdetect == 'en' ? 'Tourist' : 'سياحي'))))))));
|
|
42148
|
+
}
|
|
42149
|
+
}
|
|
42053
42150
|
} else {
|
|
42054
42151
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
42055
42152
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -44509,21 +44606,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
44509
44606
|
}
|
|
44510
44607
|
}, /*#__PURE__*/React.createElement("ul", null, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
44511
44608
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
44512
|
-
var _authdetailsContext$i9;
|
|
44513
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instid)
|
|
44514
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
44515
|
-
"class": "cursor-pointer",
|
|
44516
|
-
onClick: function onClick() {
|
|
44517
|
-
routingcountext(item.navigationroute, false, '');
|
|
44518
|
-
}
|
|
44519
|
-
}, /*#__PURE__*/React.createElement("li", {
|
|
44520
|
-
"class": "".concat(headerstyles$g.topbar_item_container) + ' nav-item '
|
|
44521
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
44522
|
-
"class": "".concat(headerstyles$g.topbar_item, " ").concat(header_cssstyles.topbar_item, " ").concat(header_cssstyles.nav_link)
|
|
44523
|
-
}, /*#__PURE__*/React.createElement("span", {
|
|
44524
|
-
"class": "".concat(headerstyles$g.topbar_item_text, " ").concat(header_cssstyles.topbar_item_text)
|
|
44525
|
-
}, langdetect == 'en' ? item.pagename : item.pagename_ar))));
|
|
44526
|
-
} else {
|
|
44609
|
+
var _authdetailsContext$i9, _authdetailsContext$i0;
|
|
44610
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instid) == '68c69dcc53e94') {
|
|
44527
44611
|
if (item.pagename != 'Services') {
|
|
44528
44612
|
return /*#__PURE__*/React.createElement("div", {
|
|
44529
44613
|
"class": "cursor-pointer",
|
|
@@ -44632,6 +44716,107 @@ var Modernheader = function Modernheader(props) {
|
|
|
44632
44716
|
}, langdetect == 'en' ? 'Restoration' : 'الترميم'))))))));
|
|
44633
44717
|
}
|
|
44634
44718
|
}
|
|
44719
|
+
// ebn el neel
|
|
44720
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instid) == '6a4938efd4b21') {
|
|
44721
|
+
if (item.pagename != 'Your Guide') {
|
|
44722
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
44723
|
+
"class": "cursor-pointer",
|
|
44724
|
+
onClick: function onClick() {
|
|
44725
|
+
routingcountext(item.navigationroute, false, '');
|
|
44726
|
+
}
|
|
44727
|
+
}, /*#__PURE__*/React.createElement("li", {
|
|
44728
|
+
"class": "".concat(headerstyles$g.topbar_item_container) + ' nav-item '
|
|
44729
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44730
|
+
"class": "".concat(headerstyles$g.topbar_item, " ").concat(header_cssstyles.topbar_item, " ").concat(header_cssstyles.nav_link)
|
|
44731
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
44732
|
+
"class": "".concat(headerstyles$g.topbar_item_text, " ").concat(header_cssstyles.topbar_item_text)
|
|
44733
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar))));
|
|
44734
|
+
} else if (item.pagename == 'Your Guide') {
|
|
44735
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
44736
|
+
"class": "cursor-pointer dropdownoutersecuritykey",
|
|
44737
|
+
onMouseEnter: function onMouseEnter() {
|
|
44738
|
+
setinqmenushowabout(true);
|
|
44739
|
+
}
|
|
44740
|
+
}, /*#__PURE__*/React.createElement("li", {
|
|
44741
|
+
"class": "".concat(headerstyles$g.topbar_item_container) + ' nav-item '
|
|
44742
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44743
|
+
"class": "".concat(headerstyles$g.topbar_item, " ").concat(header_cssstyles.topbar_item, " ").concat(header_cssstyles.nav_link)
|
|
44744
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
44745
|
+
"class": "".concat(headerstyles$g.topbar_item_text, " ").concat(header_cssstyles.topbar_item_text)
|
|
44746
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar))), inqmenushowabout == true && /*#__PURE__*/React.createElement("div", {
|
|
44747
|
+
"class": "w-100"
|
|
44748
|
+
}, /*#__PURE__*/React.createElement("li", {
|
|
44749
|
+
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
|
|
44750
|
+
style: {
|
|
44751
|
+
left: langdetect == 'en' ? '10%' : '',
|
|
44752
|
+
right: langdetect == 'ar' ? '10%' : '',
|
|
44753
|
+
zIndex: 9999
|
|
44754
|
+
}
|
|
44755
|
+
}, /*#__PURE__*/React.createElement("ul", {
|
|
44756
|
+
"class": "mt-5 d-flex flex-column",
|
|
44757
|
+
sytle: {
|
|
44758
|
+
width: '200px'
|
|
44759
|
+
}
|
|
44760
|
+
}, /*#__PURE__*/React.createElement("li", {
|
|
44761
|
+
"class": "dropdown d-flex align-items-center w-100",
|
|
44762
|
+
onClick: function onClick() {
|
|
44763
|
+
routingcountext('commercial', false, '');
|
|
44764
|
+
}
|
|
44765
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44766
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
44767
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44768
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
44769
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
44770
|
+
"class": ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
|
|
44771
|
+
}, langdetect == 'en' ? 'Commercial' : 'تجاري')))), /*#__PURE__*/React.createElement("li", {
|
|
44772
|
+
"class": "dropdown d-flex align-items-center w-100",
|
|
44773
|
+
onClick: function onClick() {
|
|
44774
|
+
routingcountext('industrial', false, '');
|
|
44775
|
+
}
|
|
44776
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44777
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
44778
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44779
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
44780
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
44781
|
+
"class": ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
|
|
44782
|
+
}, " ", langdetect == 'en' ? 'Industrial' : 'صناعي')))), /*#__PURE__*/React.createElement("li", {
|
|
44783
|
+
"class": "dropdown d-flex align-items-center w-100",
|
|
44784
|
+
onClick: function onClick() {
|
|
44785
|
+
routingcountext('medical', false, '');
|
|
44786
|
+
}
|
|
44787
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44788
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
44789
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44790
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
44791
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
44792
|
+
"class": ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
|
|
44793
|
+
}, langdetect == 'en' ? 'Medical' : 'طبي')))), /*#__PURE__*/React.createElement("li", {
|
|
44794
|
+
"class": "dropdown d-flex align-items-center w-100",
|
|
44795
|
+
onClick: function onClick() {
|
|
44796
|
+
routingcountext('tourist', false, '');
|
|
44797
|
+
}
|
|
44798
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44799
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
44800
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44801
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
|
|
44802
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
44803
|
+
"class": ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
|
|
44804
|
+
}, langdetect == 'en' ? 'Tourist' : 'سياحي'))))))));
|
|
44805
|
+
}
|
|
44806
|
+
} else {
|
|
44807
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
44808
|
+
"class": "cursor-pointer",
|
|
44809
|
+
onClick: function onClick() {
|
|
44810
|
+
routingcountext(item.navigationroute, false, '');
|
|
44811
|
+
}
|
|
44812
|
+
}, /*#__PURE__*/React.createElement("li", {
|
|
44813
|
+
"class": "".concat(headerstyles$g.topbar_item_container) + ' nav-item '
|
|
44814
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
44815
|
+
"class": "".concat(headerstyles$g.topbar_item, " ").concat(header_cssstyles.topbar_item, " ").concat(header_cssstyles.nav_link)
|
|
44816
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
44817
|
+
"class": "".concat(headerstyles$g.topbar_item_text, " ").concat(header_cssstyles.topbar_item_text)
|
|
44818
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar))));
|
|
44819
|
+
}
|
|
44635
44820
|
}
|
|
44636
44821
|
}))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement(Subheader, {
|
|
44637
44822
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -59308,6 +59493,11 @@ var Footer8 = function Footer8(props) {
|
|
|
59308
59493
|
height: sectionproperties.logo_height + 'px',
|
|
59309
59494
|
position: 'relative'
|
|
59310
59495
|
}),
|
|
59496
|
+
payimg: css({
|
|
59497
|
+
width: '100%',
|
|
59498
|
+
height: '100%',
|
|
59499
|
+
objectFit: 'contain'
|
|
59500
|
+
}),
|
|
59311
59501
|
textStyles: css({
|
|
59312
59502
|
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
59313
59503
|
color: sectionproperties.footerinfotext_color,
|
|
@@ -59504,7 +59694,11 @@ var Footer8 = function Footer8(props) {
|
|
|
59504
59694
|
alignItems: 'center'
|
|
59505
59695
|
}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_css, "display", 'block'), "width", '100%'), "height", '35px'), "padding", '0 10px'), "transition", '.3s'), "fontWeight", 500), "border", ' 1px solid #ccc'), "borderRadius", 5), "height", '40px'), "background", 'transparent'), _defineProperty(_defineProperty(_css, "color", sectionproperties.newslettertitlecolor), ':focus', {
|
|
59506
59696
|
// borderColor: sectionproperties.inputfeildbordercoloronfocus,
|
|
59507
|
-
})))
|
|
59697
|
+
}))),
|
|
59698
|
+
payimgcont: css({
|
|
59699
|
+
marginLeft: langdetect == 'en' ? '10px' : 0,
|
|
59700
|
+
marginRight: langdetect == 'en' ? 0 : '10px'
|
|
59701
|
+
})
|
|
59508
59702
|
};
|
|
59509
59703
|
useEffect(function () {
|
|
59510
59704
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -60141,7 +60335,135 @@ var Footer8 = function Footer8(props) {
|
|
|
60141
60335
|
onClick: function onClick() {
|
|
60142
60336
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
60143
60337
|
}
|
|
60144
|
-
}, lang.orderhistory))))
|
|
60338
|
+
}, lang.orderhistory)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60339
|
+
className: "col-lg-12 p-0 m-0 w-100 d-flex flex-wrap align-items-center justify-content-center"
|
|
60340
|
+
}, sectionproperties.showvisa == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60341
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60342
|
+
style: {
|
|
60343
|
+
width: '50px',
|
|
60344
|
+
height: '40px'
|
|
60345
|
+
}
|
|
60346
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60347
|
+
src: 'https://tabex-co.com/storage/StaticImages/visa.png',
|
|
60348
|
+
className: "".concat(footerStyles.payimg)
|
|
60349
|
+
})), sectionproperties.showmastercard == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60350
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60351
|
+
style: {
|
|
60352
|
+
width: '50px',
|
|
60353
|
+
height: '40px'
|
|
60354
|
+
}
|
|
60355
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60356
|
+
src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
|
|
60357
|
+
className: "".concat(footerStyles.payimg)
|
|
60358
|
+
})), sectionproperties.showpaypal == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60359
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60360
|
+
style: {
|
|
60361
|
+
width: '50px',
|
|
60362
|
+
height: '40px'
|
|
60363
|
+
}
|
|
60364
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60365
|
+
src: 'https://tabex-co.com/storage/StaticImages/paypal.png',
|
|
60366
|
+
className: "".concat(footerStyles.payimg)
|
|
60367
|
+
})), sectionproperties.showstripe == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60368
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60369
|
+
style: {
|
|
60370
|
+
width: '50px',
|
|
60371
|
+
height: '40px'
|
|
60372
|
+
}
|
|
60373
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60374
|
+
src: 'https://tabex-co.com/storage/StaticImages/stripe.png',
|
|
60375
|
+
className: "".concat(footerStyles.payimg)
|
|
60376
|
+
})), sectionproperties.showfawry == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60377
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60378
|
+
style: {
|
|
60379
|
+
width: '50px',
|
|
60380
|
+
height: '40px'
|
|
60381
|
+
}
|
|
60382
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60383
|
+
src: 'https://tabex-co.com/storage/StaticImages/fawry.png',
|
|
60384
|
+
className: "".concat(footerStyles.payimg)
|
|
60385
|
+
})), sectionproperties.showapplepay == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60386
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60387
|
+
style: {
|
|
60388
|
+
width: '50px',
|
|
60389
|
+
height: '40px'
|
|
60390
|
+
}
|
|
60391
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60392
|
+
src: 'https://tabex-co.com/storage/StaticImages/applepay.png',
|
|
60393
|
+
className: "".concat(footerStyles.payimg)
|
|
60394
|
+
})), sectionproperties.showinstapay == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60395
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60396
|
+
style: {
|
|
60397
|
+
width: '70px',
|
|
60398
|
+
height: '40px'
|
|
60399
|
+
}
|
|
60400
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60401
|
+
src: 'https://tabex-co.com/storage/StaticImages/instapay.png',
|
|
60402
|
+
className: "".concat(footerStyles.payimg)
|
|
60403
|
+
})), sectionproperties.showvodafonecash == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60404
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60405
|
+
style: {
|
|
60406
|
+
width: '100px',
|
|
60407
|
+
height: '40px'
|
|
60408
|
+
}
|
|
60409
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60410
|
+
src: 'https://tabex-co.com/storage/StaticImages/vodafonecash.png',
|
|
60411
|
+
className: "".concat(footerStyles.payimg)
|
|
60412
|
+
})), sectionproperties.showmeeza == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60413
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60414
|
+
style: {
|
|
60415
|
+
width: '50px',
|
|
60416
|
+
height: '40px'
|
|
60417
|
+
}
|
|
60418
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60419
|
+
src: 'https://tabex-co.com/storage/StaticImages/meezaimage.png',
|
|
60420
|
+
className: "".concat(footerStyles.payimg)
|
|
60421
|
+
})), sectionproperties.showewallet == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60422
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60423
|
+
style: {
|
|
60424
|
+
width: '50px',
|
|
60425
|
+
height: '45px'
|
|
60426
|
+
}
|
|
60427
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60428
|
+
src: 'https://tabex-co.com/storage/StaticImages/ewalletimage.png',
|
|
60429
|
+
className: "".concat(footerStyles.payimg)
|
|
60430
|
+
})), sectionproperties.showvalu == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60431
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60432
|
+
style: {
|
|
60433
|
+
width: '50px',
|
|
60434
|
+
height: '40px'
|
|
60435
|
+
}
|
|
60436
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60437
|
+
src: 'https://tabex-co.com/storage/StaticImages/valu.png',
|
|
60438
|
+
className: "".concat(footerStyles.payimg)
|
|
60439
|
+
})), sectionproperties.showtamara == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60440
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60441
|
+
style: {
|
|
60442
|
+
width: '50px',
|
|
60443
|
+
height: '40px'
|
|
60444
|
+
}
|
|
60445
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60446
|
+
src: 'https://tabex-co.com/storage/StaticImages/tamara.png',
|
|
60447
|
+
className: "".concat(footerStyles.payimg)
|
|
60448
|
+
})), sectionproperties.showtabby == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60449
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60450
|
+
style: {
|
|
60451
|
+
width: '50px',
|
|
60452
|
+
height: '40px'
|
|
60453
|
+
}
|
|
60454
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60455
|
+
src: 'https://tabex-co.com/storage/StaticImages/tabby.png',
|
|
60456
|
+
className: "".concat(footerStyles.payimg)
|
|
60457
|
+
})), sectionproperties.showaman == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60458
|
+
className: "".concat(footerStyles.payimgcont),
|
|
60459
|
+
style: {
|
|
60460
|
+
width: '50px',
|
|
60461
|
+
height: '40px'
|
|
60462
|
+
}
|
|
60463
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
60464
|
+
src: 'https://tabex-co.com/storage/StaticImages/aman.png',
|
|
60465
|
+
className: "".concat(footerStyles.payimg)
|
|
60466
|
+
})))), sectionproperties.showbottomnav == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60145
60467
|
"class": "row m-0 w-100 d-none d-md-flex",
|
|
60146
60468
|
style: _defineProperty({
|
|
60147
60469
|
position: 'fixed',
|