tabexseriescomponents 0.2.1417 → 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 +378 -50
- package/dist/index.esm.js +378 -50
- package/dist/index.umd.js +378 -50
- 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',
|
|
@@ -78747,7 +79069,7 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
78747
79069
|
}, [cardsarray]);
|
|
78748
79070
|
return /*#__PURE__*/React.createElement("div", {
|
|
78749
79071
|
// move to spo
|
|
78750
|
-
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between align-items-center '
|
|
79072
|
+
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between align-items-center mx-auto '
|
|
78751
79073
|
// data-aos={'fade-up'}
|
|
78752
79074
|
,
|
|
78753
79075
|
style: {
|
|
@@ -99168,7 +99490,7 @@ var Variants_J_Cards = function Variants_J_Cards(props) {
|
|
|
99168
99490
|
function ownKeys$6(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; }
|
|
99169
99491
|
function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
99170
99492
|
var Simpleproductcard = function Simpleproductcard(props) {
|
|
99171
|
-
var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _item$producttags2, _authdetailsContext$
|
|
99493
|
+
var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _item$producttags2, _authdetailsContext$i13, _item$producttags$2, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _item$producttags3, _authdetailsContext$i21, _item$producttags$3, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24;
|
|
99172
99494
|
var _useState = useState(''),
|
|
99173
99495
|
_useState2 = _slicedToArray(_useState, 2),
|
|
99174
99496
|
sectionproperties = _useState2[0],
|
|
@@ -99988,7 +100310,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99988
100310
|
style: {
|
|
99989
100311
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99990
100312
|
}
|
|
99991
|
-
}, item.name))), /*#__PURE__*/React.createElement("div",
|
|
100313
|
+
}, item.name))), /*#__PURE__*/React.createElement("div", {
|
|
100314
|
+
style: {
|
|
100315
|
+
position: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 'absolute' : 'relative',
|
|
100316
|
+
bottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 30 : 0,
|
|
100317
|
+
zIndex: 10
|
|
100318
|
+
}
|
|
100319
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
99992
100320
|
"class": sectionproperties.productnamecentered == 'Centered' ? card_cssstyles.innersection + ' row m-0 w-100 allcentered ' : card_cssstyles.innersection + ' row m-0 w-100 ',
|
|
99993
100321
|
style: {
|
|
99994
100322
|
// move to spo
|
|
@@ -99996,7 +100324,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99996
100324
|
// bottom: authdetailsContext?.instinfo?.contactinfo.instid == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 30 : 0,
|
|
99997
100325
|
// zIndex: 10,
|
|
99998
100326
|
}
|
|
99999
|
-
}, (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100327
|
+
}, (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '69de6dceab218' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != null && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.length) != 0 && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (ffitem, ffindex) {
|
|
100000
100328
|
return /*#__PURE__*/React.createElement("div", {
|
|
100001
100329
|
"class": "text-start d-flex align-items-center col-lg- p-0 mb-1"
|
|
100002
100330
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -100014,7 +100342,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100014
100342
|
fontWeight: 300
|
|
100015
100343
|
}
|
|
100016
100344
|
}, "-"));
|
|
100017
|
-
})), sectionproperties.showfeatures == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100345
|
+
})), sectionproperties.showfeatures == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.contactinfo.instid) != '69de6dceab218' && /*#__PURE__*/React.createElement("div", {
|
|
100018
100346
|
"class": "allcentered col-lg-12 p-0",
|
|
100019
100347
|
style: {
|
|
100020
100348
|
height: 40
|
|
@@ -100034,7 +100362,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100034
100362
|
color: sectionproperties.featurecolor,
|
|
100035
100363
|
fontSize: sectionproperties.featurefontsize + 'px'
|
|
100036
100364
|
}
|
|
100037
|
-
}, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100365
|
+
}, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '68b87409b9a2a' && /*#__PURE__*/React.createElement("div", {
|
|
100038
100366
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100039
100367
|
style: {
|
|
100040
100368
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100073,8 +100401,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100073
100401
|
}, /*#__PURE__*/React.createElement("p", {
|
|
100074
100402
|
onClick: function onClick() {
|
|
100075
100403
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
100076
|
-
var _authdetailsContext$
|
|
100077
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100404
|
+
var _authdetailsContext$i12;
|
|
100405
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100078
100406
|
setShowProductInfoModalContext(true);
|
|
100079
100407
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100080
100408
|
} else {
|
|
@@ -100092,7 +100420,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100092
100420
|
style: {
|
|
100093
100421
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100094
100422
|
}
|
|
100095
|
-
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags2 = item.producttags) === null || _item$producttags2 === void 0 ? void 0 : _item$producttags2.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100423
|
+
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags2 = item.producttags) === null || _item$producttags2 === void 0 ? void 0 : _item$producttags2.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.contactinfo.instid) == '684fdf3f9e856' && /*#__PURE__*/React.createElement("div", {
|
|
100096
100424
|
"class": "allcentered",
|
|
100097
100425
|
style: {
|
|
100098
100426
|
width: '100%',
|
|
@@ -100159,7 +100487,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100159
100487
|
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 mr-2 ml-2 '
|
|
100160
100488
|
}, langdetect == 'en' ? item.currencyname : '', " ", price, " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.showpill == 'Show' && has_sale == 1 && sectionproperties.counterposition == 'Besides Sale Price' && /*#__PURE__*/React.createElement("div", {
|
|
100161
100489
|
style: {}
|
|
100162
|
-
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100490
|
+
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.contactinfo.instid) == '696b839eebc8c' && /*#__PURE__*/React.createElement("div", {
|
|
100163
100491
|
"class": "col-12 p-0 d-flex flex-row align-items-center mb-2",
|
|
100164
100492
|
style: {
|
|
100165
100493
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100260,7 +100588,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100260
100588
|
color: sectionproperties.quantitycolor,
|
|
100261
100589
|
fontWeight: sectionproperties.quantityfontweight
|
|
100262
100590
|
}
|
|
100263
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100591
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) == '6887802d26765' && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
100264
100592
|
"class": "col-lg-12 p-0 d-flex align-items-center allcentered"
|
|
100265
100593
|
}, /*#__PURE__*/React.createElement("div", {
|
|
100266
100594
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 w-md-70 ',
|
|
@@ -100305,7 +100633,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100305
100633
|
disabled: AddtoCartMutationContext.isLoading == true ? true : false
|
|
100306
100634
|
}, /*#__PURE__*/React.createElement("i", {
|
|
100307
100635
|
"class": "h-100 allcentered addbtn"
|
|
100308
|
-
}, /*#__PURE__*/React.createElement(FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100636
|
+
}, /*#__PURE__*/React.createElement(FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React.createElement("div", {
|
|
100309
100637
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100310
100638
|
style: {
|
|
100311
100639
|
justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
|
|
@@ -100334,13 +100662,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100334
100662
|
}, /*#__PURE__*/React.createElement("p", {
|
|
100335
100663
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100336
100664
|
onClick: function onClick() {
|
|
100337
|
-
var _authdetailsContext$
|
|
100338
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100665
|
+
var _authdetailsContext$i17;
|
|
100666
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100339
100667
|
setShowProductInfoModalContext(true);
|
|
100340
100668
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100341
100669
|
} else {
|
|
100342
|
-
var _authdetailsContext$
|
|
100343
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100670
|
+
var _authdetailsContext$i18;
|
|
100671
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '68527dfef348b') {
|
|
100344
100672
|
window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
|
|
100345
100673
|
} else if (sectionproperties.showvariantscont == 'Show') {
|
|
100346
100674
|
addtocartfunc();
|
|
@@ -100443,8 +100771,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100443
100771
|
onClick: function onClick(e) {
|
|
100444
100772
|
var _sectionproperties$se2;
|
|
100445
100773
|
if (((_sectionproperties$se2 = sectionproperties.sectionproperties) === null || _sectionproperties$se2 === void 0 ? void 0 : _sectionproperties$se2.onClickRoute) == 'None') ; else {
|
|
100446
|
-
var _authdetailsContext$
|
|
100447
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100774
|
+
var _authdetailsContext$i19;
|
|
100775
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100448
100776
|
e.stopPropagation();
|
|
100449
100777
|
setShowProductInfoModalContext(true);
|
|
100450
100778
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -100487,8 +100815,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100487
100815
|
}, /*#__PURE__*/React.createElement("p", {
|
|
100488
100816
|
onClick: function onClick() {
|
|
100489
100817
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
100490
|
-
var _authdetailsContext$
|
|
100491
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100818
|
+
var _authdetailsContext$i20;
|
|
100819
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100492
100820
|
setShowProductInfoModalContext(true);
|
|
100493
100821
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100494
100822
|
} else {
|
|
@@ -100506,7 +100834,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100506
100834
|
style: {
|
|
100507
100835
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100508
100836
|
}
|
|
100509
|
-
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags3 = item.producttags) === null || _item$producttags3 === void 0 ? void 0 : _item$producttags3.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100837
|
+
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags3 = item.producttags) === null || _item$producttags3 === void 0 ? void 0 : _item$producttags3.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '684fdf3f9e856' && /*#__PURE__*/React.createElement("div", {
|
|
100510
100838
|
"class": "allcentered",
|
|
100511
100839
|
style: {
|
|
100512
100840
|
width: '100%',
|
|
@@ -100573,7 +100901,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100573
100901
|
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 mr-2 ml-2 '
|
|
100574
100902
|
}, langdetect == 'en' ? item.currencyname : '', " ", price, " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.showpill == 'Show' && has_sale == 1 && sectionproperties.counterposition == 'Besides Sale Price' && /*#__PURE__*/React.createElement("div", {
|
|
100575
100903
|
style: {}
|
|
100576
|
-
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100904
|
+
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '696b839eebc8c' && /*#__PURE__*/React.createElement("div", {
|
|
100577
100905
|
"class": "col-12 p-0 d-flex flex-row align-items-center mb-2",
|
|
100578
100906
|
style: {
|
|
100579
100907
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100674,7 +101002,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100674
101002
|
color: sectionproperties.quantitycolor,
|
|
100675
101003
|
fontWeight: sectionproperties.quantityfontweight
|
|
100676
101004
|
}
|
|
100677
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
101005
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '6887802d26765' && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
100678
101006
|
"class": "col-lg-12 p-0 d-flex align-items-center allcentered"
|
|
100679
101007
|
}, /*#__PURE__*/React.createElement("div", {
|
|
100680
101008
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 w-md-70 ',
|
|
@@ -100719,7 +101047,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100719
101047
|
disabled: AddtoCartMutationContext.isLoading == true ? true : false
|
|
100720
101048
|
}, /*#__PURE__*/React.createElement("i", {
|
|
100721
101049
|
"class": "h-100 allcentered addbtn"
|
|
100722
|
-
}, /*#__PURE__*/React.createElement(FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
101050
|
+
}, /*#__PURE__*/React.createElement(FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React.createElement("div", {
|
|
100723
101051
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100724
101052
|
style: {
|
|
100725
101053
|
justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
|
|
@@ -100748,13 +101076,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100748
101076
|
}, /*#__PURE__*/React.createElement("p", {
|
|
100749
101077
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100750
101078
|
onClick: function onClick() {
|
|
100751
|
-
var _authdetailsContext$
|
|
100752
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
101079
|
+
var _authdetailsContext$i25;
|
|
101080
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100753
101081
|
setShowProductInfoModalContext(true);
|
|
100754
101082
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100755
101083
|
} else {
|
|
100756
|
-
var _authdetailsContext$
|
|
100757
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
101084
|
+
var _authdetailsContext$i26;
|
|
101085
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '68527dfef348b') {
|
|
100758
101086
|
// alert(item.path);
|
|
100759
101087
|
window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
|
|
100760
101088
|
} else if (sectionproperties.showvariantscont == 'Show') {
|