tabexseriescomponents 0.0.131 → 0.0.132
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 +29 -36
- package/dist/index.esm.js +29 -36
- package/dist/index.umd.js +32 -40
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -99,6 +99,7 @@ var BsInfoCircle = require('@react-icons/all-files/bs/BsInfoCircle');
|
|
|
99
99
|
var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
|
|
100
100
|
var IoClose = require('@react-icons/all-files/io5/IoClose');
|
|
101
101
|
var MdKeyboardArrowUp = require('@react-icons/all-files/md/MdKeyboardArrowUp');
|
|
102
|
+
var BiGlobe = require('@react-icons/all-files/bi/BiGlobe');
|
|
102
103
|
var FaPhoneAlt = require('@react-icons/all-files/fa/FaPhoneAlt');
|
|
103
104
|
var FaPhone = require('@react-icons/all-files/fa/FaPhone');
|
|
104
105
|
var GoLocation = require('@react-icons/all-files/go/GoLocation');
|
|
@@ -11444,7 +11445,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
11444
11445
|
"class": header_cssstyles.upperheadertext + ' ml-1 mr-1 storeinfotext ',
|
|
11445
11446
|
size: sectionproperties.footerinfotext_fontsize
|
|
11446
11447
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
11447
|
-
"class": header_cssstyles.upperheadertext + ' storeinfotext '
|
|
11448
|
+
"class": header_cssstyles.upperheadertext + ' storeinfotext text-overflow '
|
|
11448
11449
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11449
11450
|
"class": "col-lg-4 p-0 d-flex align-items-center justify-content-center"
|
|
11450
11451
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -18418,7 +18419,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18418
18419
|
}),
|
|
18419
18420
|
searchbar_icon_cont: glamor.css({
|
|
18420
18421
|
width: sectionproperties.search_btn_width + 'px',
|
|
18421
|
-
height: sectionproperties.
|
|
18422
|
+
height: sectionproperties.searchbarcont_height + 'px',
|
|
18422
18423
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.search_btn_borderTopRightRadius + 'px' : sectionproperties.search_btn_borderTopLeftRadius + 'px',
|
|
18423
18424
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.search_btn_borderTopLeftRadius + 'px' : sectionproperties.search_btn_borderTopRightRadius + 'px',
|
|
18424
18425
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.search_btn_borderBottomRightRadius + 'px' : sectionproperties.search_btn_borderBottomLeftRadius + 'px',
|
|
@@ -18547,15 +18548,15 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18547
18548
|
fontSize: sectionproperties.badge_fontsize + 'px'
|
|
18548
18549
|
}),
|
|
18549
18550
|
categorybtn: glamor.css({
|
|
18550
|
-
background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
18551
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
18552
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
18553
|
-
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
18554
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
18555
18551
|
borderRight: langdetect == 'en' ? sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor : 0,
|
|
18556
18552
|
borderLeft: langdetect == 'ar' ? sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor : 0,
|
|
18557
18553
|
transition: '.3s',
|
|
18558
|
-
height:
|
|
18554
|
+
height: '100%',
|
|
18555
|
+
backgroundColor: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
|
|
18556
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : 0,
|
|
18557
|
+
borderBottomRightRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : 0,
|
|
18558
|
+
borderTopRightRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderTopRightRadius + 'px' : 0,
|
|
18559
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : 0,
|
|
18559
18560
|
cursor: 'pointer',
|
|
18560
18561
|
':hover': {
|
|
18561
18562
|
background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover
|
|
@@ -18605,7 +18606,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18605
18606
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18606
18607
|
"class": "".concat(header_cssstyles.header_outercontainer) + ' d-flex d-md-none row ml-0 mr-0 '
|
|
18607
18608
|
}, sectionproperties.showupperheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18608
|
-
"class": "col-lg-12 d-flex align-items-center plr-1025-
|
|
18609
|
+
"class": "col-lg-12 d-flex align-items-center plr-1025-1",
|
|
18609
18610
|
style: {
|
|
18610
18611
|
paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
|
|
18611
18612
|
paddingRight: langdetect == 'en' ? sectionproperties.uppersection_paddingright + 'px' : sectionproperties.uppersection_paddingleft + 'px',
|
|
@@ -18675,13 +18676,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18675
18676
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
18676
18677
|
textTransform: sectionproperties.dropdown_texttransform
|
|
18677
18678
|
}
|
|
18678
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
18679
|
-
src: egyptflag$1,
|
|
18680
|
-
style: {
|
|
18681
|
-
maxWidth: '2vh',
|
|
18682
|
-
maxHeight: '2vh'
|
|
18683
|
-
}
|
|
18684
|
-
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18679
|
+
}, /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18685
18680
|
"class": 'ml-2 mr-2'
|
|
18686
18681
|
}, lang.arabic)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
18687
18682
|
onClick: function onClick() {
|
|
@@ -18696,13 +18691,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18696
18691
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
18697
18692
|
textTransform: sectionproperties.dropdown_texttransform
|
|
18698
18693
|
}
|
|
18699
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
18700
|
-
src: usflag$1,
|
|
18701
|
-
style: {
|
|
18702
|
-
maxWidth: '2vh',
|
|
18703
|
-
maxHeight: '2vh'
|
|
18704
|
-
}
|
|
18705
|
-
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18694
|
+
}, /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18706
18695
|
"class": 'ml-2 mr-2'
|
|
18707
18696
|
}, lang.english))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18708
18697
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
@@ -18838,7 +18827,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18838
18827
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18839
18828
|
"class": "".concat(headerstyles$5.lowerHeaderContainer, " ").concat(header_cssstyles.lowerHeaderContainer) + ' w-100 d-flex align-items-center plr-1025-1 '
|
|
18840
18829
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18841
|
-
"class": "col-
|
|
18830
|
+
"class": "col-xl-3 col-lg-2 d-flex align-items-center justify-content-start"
|
|
18842
18831
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18843
18832
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center cursor-pointer ',
|
|
18844
18833
|
onClick: function onClick() {
|
|
@@ -18854,13 +18843,18 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18854
18843
|
objectFit: 'contain'
|
|
18855
18844
|
}
|
|
18856
18845
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18857
|
-
"class": ' col-lg-7 d-flex justify-content-center align-items-center m-0 p-0 ',
|
|
18846
|
+
"class": ' col-xl-7 col-lg-7 d-flex justify-content-center align-items-center m-0 p-0 ',
|
|
18858
18847
|
style: {
|
|
18859
18848
|
width: '100%',
|
|
18860
|
-
height: sectionproperties.searchbarcont_height + 'px'
|
|
18849
|
+
height: sectionproperties.searchbarcont_height + 'px',
|
|
18850
|
+
border: sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor,
|
|
18851
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : sectionproperties.searchbarcont_borderBottomRightRadius + 'px',
|
|
18852
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : sectionproperties.searchbarcont_borderBottomLeftRadius + 'px',
|
|
18853
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopRightRadius + 'px' : sectionproperties.searchbarcont_borderTopLeftRadius + 'px',
|
|
18854
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : sectionproperties.searchbarcont_borderTopRightRadius + 'px'
|
|
18861
18855
|
}
|
|
18862
18856
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18863
|
-
"class":
|
|
18857
|
+
"class": 'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start h-100',
|
|
18864
18858
|
onClick: function onClick() {
|
|
18865
18859
|
setdropdownselect(!dropdownselect);
|
|
18866
18860
|
}
|
|
@@ -18903,17 +18897,16 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18903
18897
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
|
|
18904
18898
|
}, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null));
|
|
18905
18899
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18906
|
-
"class": "col-
|
|
18900
|
+
"class": "col-xl-9 col-lg-8 p-0 d-flex justify-content-end align-items-center h-100"
|
|
18907
18901
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18908
18902
|
"class": ' row m-0 w-100 h-100 ',
|
|
18909
18903
|
style: {
|
|
18910
18904
|
position: 'relative',
|
|
18911
18905
|
backgroundColor: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
|
|
18912
|
-
|
|
18913
|
-
|
|
18914
|
-
|
|
18915
|
-
|
|
18916
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : sectionproperties.searchbarcont_borderTopRightRadius + 'px'
|
|
18906
|
+
borderBottomLeftRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : 0,
|
|
18907
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : 0,
|
|
18908
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopRightRadius + 'px' : 0,
|
|
18909
|
+
borderTopLeftRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : 0
|
|
18917
18910
|
}
|
|
18918
18911
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
18919
18912
|
type: "text",
|
|
@@ -18925,16 +18918,16 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18925
18918
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18926
18919
|
"class": "".concat(header_cssstyles.searchbar_icon_cont) + ' d-flex align-items-center justify-content-center p-0 ',
|
|
18927
18920
|
style: {
|
|
18928
|
-
marginTop: -1.5,
|
|
18929
18921
|
marginRight: langdetect == 'en' ? '-0.25rem' : 0,
|
|
18930
|
-
marginLeft: langdetect == 'ar' ? '-0.25rem' : 0
|
|
18922
|
+
marginLeft: langdetect == 'ar' ? '-0.25rem' : 0,
|
|
18923
|
+
marginTop: sectionproperties.searchbarcontinput_borderwidth != 0 ? '-0.1rem' : 0
|
|
18931
18924
|
}
|
|
18932
18925
|
}, lang.search), /*#__PURE__*/React__default["default"].createElement(Searchlist$1, {
|
|
18933
18926
|
sectionpropertiesprops: sectionproperties,
|
|
18934
18927
|
srcfromprops: 'headerfullwidth',
|
|
18935
18928
|
actions: actions
|
|
18936
18929
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18937
|
-
"class": "col-
|
|
18930
|
+
"class": "col-xl-2 col-lg-3 d-flex align-items-center justify-content-center p-0"
|
|
18938
18931
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18939
18932
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
18940
18933
|
onClick: function onClick() {
|
package/dist/index.esm.js
CHANGED
|
@@ -97,6 +97,7 @@ import { BsInfoCircle } from '@react-icons/all-files/bs/BsInfoCircle';
|
|
|
97
97
|
import { AiFillPhone } from '@react-icons/all-files/ai/AiFillPhone';
|
|
98
98
|
import { IoClose } from '@react-icons/all-files/io5/IoClose';
|
|
99
99
|
import { MdKeyboardArrowUp } from '@react-icons/all-files/md/MdKeyboardArrowUp';
|
|
100
|
+
import { BiGlobe } from '@react-icons/all-files/bi/BiGlobe';
|
|
100
101
|
import { FaPhoneAlt } from '@react-icons/all-files/fa/FaPhoneAlt';
|
|
101
102
|
import { FaPhone } from '@react-icons/all-files/fa/FaPhone';
|
|
102
103
|
import { GoLocation } from '@react-icons/all-files/go/GoLocation';
|
|
@@ -11401,7 +11402,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
11401
11402
|
"class": header_cssstyles.upperheadertext + ' ml-1 mr-1 storeinfotext ',
|
|
11402
11403
|
size: sectionproperties.footerinfotext_fontsize
|
|
11403
11404
|
}), /*#__PURE__*/React.createElement("span", {
|
|
11404
|
-
"class": header_cssstyles.upperheadertext + ' storeinfotext '
|
|
11405
|
+
"class": header_cssstyles.upperheadertext + ' storeinfotext text-overflow '
|
|
11405
11406
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email)))), /*#__PURE__*/React.createElement("div", {
|
|
11406
11407
|
"class": "col-lg-4 p-0 d-flex align-items-center justify-content-center"
|
|
11407
11408
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -18375,7 +18376,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18375
18376
|
}),
|
|
18376
18377
|
searchbar_icon_cont: css({
|
|
18377
18378
|
width: sectionproperties.search_btn_width + 'px',
|
|
18378
|
-
height: sectionproperties.
|
|
18379
|
+
height: sectionproperties.searchbarcont_height + 'px',
|
|
18379
18380
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.search_btn_borderTopRightRadius + 'px' : sectionproperties.search_btn_borderTopLeftRadius + 'px',
|
|
18380
18381
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.search_btn_borderTopLeftRadius + 'px' : sectionproperties.search_btn_borderTopRightRadius + 'px',
|
|
18381
18382
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.search_btn_borderBottomRightRadius + 'px' : sectionproperties.search_btn_borderBottomLeftRadius + 'px',
|
|
@@ -18504,15 +18505,15 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18504
18505
|
fontSize: sectionproperties.badge_fontsize + 'px'
|
|
18505
18506
|
}),
|
|
18506
18507
|
categorybtn: css({
|
|
18507
|
-
background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
18508
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
18509
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
18510
|
-
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
18511
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
18512
18508
|
borderRight: langdetect == 'en' ? sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor : 0,
|
|
18513
18509
|
borderLeft: langdetect == 'ar' ? sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor : 0,
|
|
18514
18510
|
transition: '.3s',
|
|
18515
|
-
height:
|
|
18511
|
+
height: '100%',
|
|
18512
|
+
backgroundColor: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
|
|
18513
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : 0,
|
|
18514
|
+
borderBottomRightRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : 0,
|
|
18515
|
+
borderTopRightRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderTopRightRadius + 'px' : 0,
|
|
18516
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : 0,
|
|
18516
18517
|
cursor: 'pointer',
|
|
18517
18518
|
':hover': {
|
|
18518
18519
|
background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover
|
|
@@ -18562,7 +18563,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18562
18563
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18563
18564
|
"class": "".concat(header_cssstyles.header_outercontainer) + ' d-flex d-md-none row ml-0 mr-0 '
|
|
18564
18565
|
}, sectionproperties.showupperheadersection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
18565
|
-
"class": "col-lg-12 d-flex align-items-center plr-1025-
|
|
18566
|
+
"class": "col-lg-12 d-flex align-items-center plr-1025-1",
|
|
18566
18567
|
style: {
|
|
18567
18568
|
paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
|
|
18568
18569
|
paddingRight: langdetect == 'en' ? sectionproperties.uppersection_paddingright + 'px' : sectionproperties.uppersection_paddingleft + 'px',
|
|
@@ -18632,13 +18633,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18632
18633
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
18633
18634
|
textTransform: sectionproperties.dropdown_texttransform
|
|
18634
18635
|
}
|
|
18635
|
-
}, /*#__PURE__*/React.createElement("
|
|
18636
|
-
src: egyptflag$1,
|
|
18637
|
-
style: {
|
|
18638
|
-
maxWidth: '2vh',
|
|
18639
|
-
maxHeight: '2vh'
|
|
18640
|
-
}
|
|
18641
|
-
}), /*#__PURE__*/React.createElement("span", {
|
|
18636
|
+
}, /*#__PURE__*/React.createElement(BiGlobe, null), /*#__PURE__*/React.createElement("span", {
|
|
18642
18637
|
"class": 'ml-2 mr-2'
|
|
18643
18638
|
}, lang.arabic)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
18644
18639
|
onClick: function onClick() {
|
|
@@ -18653,13 +18648,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18653
18648
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
18654
18649
|
textTransform: sectionproperties.dropdown_texttransform
|
|
18655
18650
|
}
|
|
18656
|
-
}, /*#__PURE__*/React.createElement("
|
|
18657
|
-
src: usflag$1,
|
|
18658
|
-
style: {
|
|
18659
|
-
maxWidth: '2vh',
|
|
18660
|
-
maxHeight: '2vh'
|
|
18661
|
-
}
|
|
18662
|
-
}), /*#__PURE__*/React.createElement("span", {
|
|
18651
|
+
}, /*#__PURE__*/React.createElement(BiGlobe, null), /*#__PURE__*/React.createElement("span", {
|
|
18663
18652
|
"class": 'ml-2 mr-2'
|
|
18664
18653
|
}, lang.english))))))), /*#__PURE__*/React.createElement("div", {
|
|
18665
18654
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
@@ -18795,7 +18784,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18795
18784
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18796
18785
|
"class": "".concat(headerstyles$5.lowerHeaderContainer, " ").concat(header_cssstyles.lowerHeaderContainer) + ' w-100 d-flex align-items-center plr-1025-1 '
|
|
18797
18786
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18798
|
-
"class": "col-
|
|
18787
|
+
"class": "col-xl-3 col-lg-2 d-flex align-items-center justify-content-start"
|
|
18799
18788
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18800
18789
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center cursor-pointer ',
|
|
18801
18790
|
onClick: function onClick() {
|
|
@@ -18811,13 +18800,18 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18811
18800
|
objectFit: 'contain'
|
|
18812
18801
|
}
|
|
18813
18802
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
18814
|
-
"class": ' col-lg-7 d-flex justify-content-center align-items-center m-0 p-0 ',
|
|
18803
|
+
"class": ' col-xl-7 col-lg-7 d-flex justify-content-center align-items-center m-0 p-0 ',
|
|
18815
18804
|
style: {
|
|
18816
18805
|
width: '100%',
|
|
18817
|
-
height: sectionproperties.searchbarcont_height + 'px'
|
|
18806
|
+
height: sectionproperties.searchbarcont_height + 'px',
|
|
18807
|
+
border: sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor,
|
|
18808
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : sectionproperties.searchbarcont_borderBottomRightRadius + 'px',
|
|
18809
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : sectionproperties.searchbarcont_borderBottomLeftRadius + 'px',
|
|
18810
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopRightRadius + 'px' : sectionproperties.searchbarcont_borderTopLeftRadius + 'px',
|
|
18811
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : sectionproperties.searchbarcont_borderTopRightRadius + 'px'
|
|
18818
18812
|
}
|
|
18819
18813
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18820
|
-
"class":
|
|
18814
|
+
"class": 'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start h-100',
|
|
18821
18815
|
onClick: function onClick() {
|
|
18822
18816
|
setdropdownselect(!dropdownselect);
|
|
18823
18817
|
}
|
|
@@ -18860,17 +18854,16 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18860
18854
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
|
|
18861
18855
|
}, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React.createElement(Dropdown.Divider, null));
|
|
18862
18856
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
18863
|
-
"class": "col-
|
|
18857
|
+
"class": "col-xl-9 col-lg-8 p-0 d-flex justify-content-end align-items-center h-100"
|
|
18864
18858
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18865
18859
|
"class": ' row m-0 w-100 h-100 ',
|
|
18866
18860
|
style: {
|
|
18867
18861
|
position: 'relative',
|
|
18868
18862
|
backgroundColor: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
|
|
18869
|
-
|
|
18870
|
-
|
|
18871
|
-
|
|
18872
|
-
|
|
18873
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : sectionproperties.searchbarcont_borderTopRightRadius + 'px'
|
|
18863
|
+
borderBottomLeftRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : 0,
|
|
18864
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : 0,
|
|
18865
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopRightRadius + 'px' : 0,
|
|
18866
|
+
borderTopLeftRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : 0
|
|
18874
18867
|
}
|
|
18875
18868
|
}, /*#__PURE__*/React.createElement("input", {
|
|
18876
18869
|
type: "text",
|
|
@@ -18882,16 +18875,16 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
18882
18875
|
}), /*#__PURE__*/React.createElement("div", {
|
|
18883
18876
|
"class": "".concat(header_cssstyles.searchbar_icon_cont) + ' d-flex align-items-center justify-content-center p-0 ',
|
|
18884
18877
|
style: {
|
|
18885
|
-
marginTop: -1.5,
|
|
18886
18878
|
marginRight: langdetect == 'en' ? '-0.25rem' : 0,
|
|
18887
|
-
marginLeft: langdetect == 'ar' ? '-0.25rem' : 0
|
|
18879
|
+
marginLeft: langdetect == 'ar' ? '-0.25rem' : 0,
|
|
18880
|
+
marginTop: sectionproperties.searchbarcontinput_borderwidth != 0 ? '-0.1rem' : 0
|
|
18888
18881
|
}
|
|
18889
18882
|
}, lang.search), /*#__PURE__*/React.createElement(Searchlist$1, {
|
|
18890
18883
|
sectionpropertiesprops: sectionproperties,
|
|
18891
18884
|
srcfromprops: 'headerfullwidth',
|
|
18892
18885
|
actions: actions
|
|
18893
18886
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
18894
|
-
"class": "col-
|
|
18887
|
+
"class": "col-xl-2 col-lg-3 d-flex align-items-center justify-content-center p-0"
|
|
18895
18888
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18896
18889
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
18897
18890
|
onClick: function onClick() {
|
package/dist/index.umd.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('react-router'), require('imagekitio-react'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fi/FiMapPin'), require('@react-icons/all-files/fa/FaShippingFast'), require('@babel/runtime/helpers/toConsumableArray'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('react-textarea-autosize'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-accessible-accordion'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('react-router-dom'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-intersection-observer'), require('react-horizontal-scrolling-menu'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/hi/HiOutlineClock'), require('react-select'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-player'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'react-router', 'imagekitio-react', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/ri/RiSecurePaymentLine', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fi/FiMapPin', '@react-icons/all-files/fa/FaShippingFast', '@babel/runtime/helpers/toConsumableArray', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', 'react-textarea-autosize', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-accessible-accordion', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', 'react-router-dom', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-bootstrap/Dropdown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-intersection-observer', 'react-horizontal-scrolling-menu', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/hi/HiOutlineClock', 'react-select', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-player', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.reactRouter, global.imagekitioReact, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar, global.AiOutlineStar, global.RiSecurePaymentLine, global.HiOutlinePhone, global.AiOutlineSecurityScan, global.FiMapPin, global.FaShippingFast, global._toConsumableArray, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.FiLayers, global.HiOutlineTrash, global.BiSad, global.TextareaAutosize, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.reactAccessibleAccordion, global.BsChevronLeft, global.BsChevronRight, global.RiArrowUpSLine, global.RiArrowDownSLine, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.Dropdown, global.HiOutlinePlus, global.AiOutlineMinus, global.reactIntersectionObserver, global.reactHorizontalScrollingMenu, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.MdKeyboardArrowDown, global.GoSearch, global.FiUser, global.BiSearch, global.AiOutlineHeart, global.AiOutlineMail, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.AiOutlineInstagram, global.BsInfoCircle, global.AiFillPhone, global.IoClose, global.MdKeyboardArrowUp, global.FaPhoneAlt, global.FaPhone, global.GoLocation, global.AiOutlinePhone, global.HiOutlineClock, global.Select$2, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.BsEye, global.BiTimeFive, global.IoIosArrowUp, global.FiMinus, global.FiPlus));
|
|
5
|
-
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, reactRouter, imagekitioReact, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart, FiShoppingBag, FiShoppingCart, AiFillStar, AiOutlineStar, RiSecurePaymentLine, HiOutlinePhone, AiOutlineSecurityScan, FiMapPin, FaShippingFast, _toConsumableArray, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, FiLayers, HiOutlineTrash, BiSad, TextareaAutosize, HiUser, GrMail, FiCheckCircle, BiPhone, reactAccessibleAccordion, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, reactRouterDom, IoBagCheckOutline, IoBagRemoveOutline, Dropdown, HiOutlinePlus, AiOutlineMinus, reactIntersectionObserver, reactHorizontalScrollingMenu, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, MdKeyboardArrowDown, GoSearch, FiUser, BiSearch, AiOutlineHeart, AiOutlineMail, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, AiOutlineInstagram, BsInfoCircle, AiFillPhone, IoClose, MdKeyboardArrowUp, FaPhoneAlt, FaPhone, GoLocation, AiOutlinePhone, HiOutlineClock, Select$2, IoIosArrowRoundForward, IoIosArrowRoundBack, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, BsEye, BiTimeFive, IoIosArrowUp, FiMinus, FiPlus) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('react-router'), require('imagekitio-react'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fi/FiMapPin'), require('@react-icons/all-files/fa/FaShippingFast'), require('@babel/runtime/helpers/toConsumableArray'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('@react-icons/all-files/bi/BiSad'), require('react-textarea-autosize'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-accessible-accordion'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('react-router-dom'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-intersection-observer'), require('react-horizontal-scrolling-menu'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/hi/HiOutlineClock'), require('react-select'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-player'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'react-router', 'imagekitio-react', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/ri/RiSecurePaymentLine', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fi/FiMapPin', '@react-icons/all-files/fa/FaShippingFast', '@babel/runtime/helpers/toConsumableArray', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlineTrash', '@react-icons/all-files/bi/BiSad', 'react-textarea-autosize', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-accessible-accordion', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', 'react-router-dom', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-bootstrap/Dropdown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-intersection-observer', 'react-horizontal-scrolling-menu', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/hi/HiOutlineClock', 'react-select', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-player', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.reactRouter, global.imagekitioReact, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar, global.AiOutlineStar, global.RiSecurePaymentLine, global.HiOutlinePhone, global.AiOutlineSecurityScan, global.FiMapPin, global.FaShippingFast, global._toConsumableArray, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.FiLayers, global.HiOutlineTrash, global.BiSad, global.TextareaAutosize, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.reactAccessibleAccordion, global.BsChevronLeft, global.BsChevronRight, global.RiArrowUpSLine, global.RiArrowDownSLine, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.Dropdown, global.HiOutlinePlus, global.AiOutlineMinus, global.reactIntersectionObserver, global.reactHorizontalScrollingMenu, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.MdKeyboardArrowDown, global.GoSearch, global.FiUser, global.BiSearch, global.AiOutlineHeart, global.AiOutlineMail, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.AiOutlineInstagram, global.BsInfoCircle, global.AiFillPhone, global.IoClose, global.MdKeyboardArrowUp, global.BiGlobe, global.FaPhoneAlt, global.FaPhone, global.GoLocation, global.AiOutlinePhone, global.HiOutlineClock, global.Select$2, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.ReactPlayer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.BsEye, global.BiTimeFive, global.IoIosArrowUp, global.FiMinus, global.FiPlus));
|
|
5
|
+
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, reactRouter, imagekitioReact, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart, FiShoppingBag, FiShoppingCart, AiFillStar, AiOutlineStar, RiSecurePaymentLine, HiOutlinePhone, AiOutlineSecurityScan, FiMapPin, FaShippingFast, _toConsumableArray, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, FiLayers, HiOutlineTrash, BiSad, TextareaAutosize, HiUser, GrMail, FiCheckCircle, BiPhone, reactAccessibleAccordion, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, reactRouterDom, IoBagCheckOutline, IoBagRemoveOutline, Dropdown, HiOutlinePlus, AiOutlineMinus, reactIntersectionObserver, reactHorizontalScrollingMenu, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, MdKeyboardArrowDown, GoSearch, FiUser, BiSearch, AiOutlineHeart, AiOutlineMail, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, AiOutlineInstagram, BsInfoCircle, AiFillPhone, IoClose, MdKeyboardArrowUp, BiGlobe, FaPhoneAlt, FaPhone, GoLocation, AiOutlinePhone, HiOutlineClock, Select$2, IoIosArrowRoundForward, IoIosArrowRoundBack, ReactPlayer, BackgroundSlideshow, _extends, reactSlideshowImage, BsEye, BiTimeFive, IoIosArrowUp, FiMinus, FiPlus) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -11313,7 +11313,7 @@
|
|
|
11313
11313
|
"class": header_cssstyles.upperheadertext + ' ml-1 mr-1 storeinfotext ',
|
|
11314
11314
|
size: sectionproperties.footerinfotext_fontsize
|
|
11315
11315
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
11316
|
-
"class": header_cssstyles.upperheadertext + ' storeinfotext '
|
|
11316
|
+
"class": header_cssstyles.upperheadertext + ' storeinfotext text-overflow '
|
|
11317
11317
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11318
11318
|
"class": "col-lg-4 p-0 d-flex align-items-center justify-content-center"
|
|
11319
11319
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -18287,7 +18287,7 @@
|
|
|
18287
18287
|
}),
|
|
18288
18288
|
searchbar_icon_cont: glamor.css({
|
|
18289
18289
|
width: sectionproperties.search_btn_width + 'px',
|
|
18290
|
-
height: sectionproperties.
|
|
18290
|
+
height: sectionproperties.searchbarcont_height + 'px',
|
|
18291
18291
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.search_btn_borderTopRightRadius + 'px' : sectionproperties.search_btn_borderTopLeftRadius + 'px',
|
|
18292
18292
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.search_btn_borderTopLeftRadius + 'px' : sectionproperties.search_btn_borderTopRightRadius + 'px',
|
|
18293
18293
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.search_btn_borderBottomRightRadius + 'px' : sectionproperties.search_btn_borderBottomLeftRadius + 'px',
|
|
@@ -18416,15 +18416,15 @@
|
|
|
18416
18416
|
fontSize: sectionproperties.badge_fontsize + 'px'
|
|
18417
18417
|
}),
|
|
18418
18418
|
categorybtn: glamor.css({
|
|
18419
|
-
background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
18420
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
18421
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
18422
|
-
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
18423
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
18424
18419
|
borderRight: langdetect == 'en' ? sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor : 0,
|
|
18425
18420
|
borderLeft: langdetect == 'ar' ? sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor : 0,
|
|
18426
18421
|
transition: '.3s',
|
|
18427
|
-
height:
|
|
18422
|
+
height: '100%',
|
|
18423
|
+
backgroundColor: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
|
|
18424
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : 0,
|
|
18425
|
+
borderBottomRightRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : 0,
|
|
18426
|
+
borderTopRightRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderTopRightRadius + 'px' : 0,
|
|
18427
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : 0,
|
|
18428
18428
|
cursor: 'pointer',
|
|
18429
18429
|
':hover': {
|
|
18430
18430
|
background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover
|
|
@@ -18474,7 +18474,7 @@
|
|
|
18474
18474
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18475
18475
|
"class": "".concat(header_cssstyles.header_outercontainer) + ' d-flex d-md-none row ml-0 mr-0 '
|
|
18476
18476
|
}, sectionproperties.showupperheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18477
|
-
"class": "col-lg-12 d-flex align-items-center plr-1025-
|
|
18477
|
+
"class": "col-lg-12 d-flex align-items-center plr-1025-1",
|
|
18478
18478
|
style: {
|
|
18479
18479
|
paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
|
|
18480
18480
|
paddingRight: langdetect == 'en' ? sectionproperties.uppersection_paddingright + 'px' : sectionproperties.uppersection_paddingleft + 'px',
|
|
@@ -18544,13 +18544,7 @@
|
|
|
18544
18544
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
18545
18545
|
textTransform: sectionproperties.dropdown_texttransform
|
|
18546
18546
|
}
|
|
18547
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
18548
|
-
src: egyptflag$1,
|
|
18549
|
-
style: {
|
|
18550
|
-
maxWidth: '2vh',
|
|
18551
|
-
maxHeight: '2vh'
|
|
18552
|
-
}
|
|
18553
|
-
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18547
|
+
}, /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18554
18548
|
"class": 'ml-2 mr-2'
|
|
18555
18549
|
}, lang.arabic)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
18556
18550
|
onClick: function onClick() {
|
|
@@ -18565,13 +18559,7 @@
|
|
|
18565
18559
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
18566
18560
|
textTransform: sectionproperties.dropdown_texttransform
|
|
18567
18561
|
}
|
|
18568
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
18569
|
-
src: usflag$1,
|
|
18570
|
-
style: {
|
|
18571
|
-
maxWidth: '2vh',
|
|
18572
|
-
maxHeight: '2vh'
|
|
18573
|
-
}
|
|
18574
|
-
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18562
|
+
}, /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18575
18563
|
"class": 'ml-2 mr-2'
|
|
18576
18564
|
}, lang.english))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18577
18565
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
@@ -18707,7 +18695,7 @@
|
|
|
18707
18695
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18708
18696
|
"class": "".concat(headerstyles$5.lowerHeaderContainer, " ").concat(header_cssstyles.lowerHeaderContainer) + ' w-100 d-flex align-items-center plr-1025-1 '
|
|
18709
18697
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18710
|
-
"class": "col-
|
|
18698
|
+
"class": "col-xl-3 col-lg-2 d-flex align-items-center justify-content-start"
|
|
18711
18699
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18712
18700
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center cursor-pointer ',
|
|
18713
18701
|
onClick: function onClick() {
|
|
@@ -18723,13 +18711,18 @@
|
|
|
18723
18711
|
objectFit: 'contain'
|
|
18724
18712
|
}
|
|
18725
18713
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18726
|
-
"class": ' col-lg-7 d-flex justify-content-center align-items-center m-0 p-0 ',
|
|
18714
|
+
"class": ' col-xl-7 col-lg-7 d-flex justify-content-center align-items-center m-0 p-0 ',
|
|
18727
18715
|
style: {
|
|
18728
18716
|
width: '100%',
|
|
18729
|
-
height: sectionproperties.searchbarcont_height + 'px'
|
|
18717
|
+
height: sectionproperties.searchbarcont_height + 'px',
|
|
18718
|
+
border: sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor,
|
|
18719
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : sectionproperties.searchbarcont_borderBottomRightRadius + 'px',
|
|
18720
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : sectionproperties.searchbarcont_borderBottomLeftRadius + 'px',
|
|
18721
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopRightRadius + 'px' : sectionproperties.searchbarcont_borderTopLeftRadius + 'px',
|
|
18722
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : sectionproperties.searchbarcont_borderTopRightRadius + 'px'
|
|
18730
18723
|
}
|
|
18731
18724
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18732
|
-
"class":
|
|
18725
|
+
"class": 'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start h-100',
|
|
18733
18726
|
onClick: function onClick() {
|
|
18734
18727
|
setdropdownselect(!dropdownselect);
|
|
18735
18728
|
}
|
|
@@ -18772,17 +18765,16 @@
|
|
|
18772
18765
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
|
|
18773
18766
|
}, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null));
|
|
18774
18767
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18775
|
-
"class": "col-
|
|
18768
|
+
"class": "col-xl-9 col-lg-8 p-0 d-flex justify-content-end align-items-center h-100"
|
|
18776
18769
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18777
18770
|
"class": ' row m-0 w-100 h-100 ',
|
|
18778
18771
|
style: {
|
|
18779
18772
|
position: 'relative',
|
|
18780
18773
|
backgroundColor: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
|
|
18781
|
-
|
|
18782
|
-
|
|
18783
|
-
|
|
18784
|
-
|
|
18785
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : sectionproperties.searchbarcont_borderTopRightRadius + 'px'
|
|
18774
|
+
borderBottomLeftRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : 0,
|
|
18775
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : 0,
|
|
18776
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopRightRadius + 'px' : 0,
|
|
18777
|
+
borderTopLeftRadius: langdetect == 'ar' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : 0
|
|
18786
18778
|
}
|
|
18787
18779
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
18788
18780
|
type: "text",
|
|
@@ -18794,16 +18786,16 @@
|
|
|
18794
18786
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18795
18787
|
"class": "".concat(header_cssstyles.searchbar_icon_cont) + ' d-flex align-items-center justify-content-center p-0 ',
|
|
18796
18788
|
style: {
|
|
18797
|
-
marginTop: -1.5,
|
|
18798
18789
|
marginRight: langdetect == 'en' ? '-0.25rem' : 0,
|
|
18799
|
-
marginLeft: langdetect == 'ar' ? '-0.25rem' : 0
|
|
18790
|
+
marginLeft: langdetect == 'ar' ? '-0.25rem' : 0,
|
|
18791
|
+
marginTop: sectionproperties.searchbarcontinput_borderwidth != 0 ? '-0.1rem' : 0
|
|
18800
18792
|
}
|
|
18801
18793
|
}, lang.search), /*#__PURE__*/React__default["default"].createElement(Searchlist$1, {
|
|
18802
18794
|
sectionpropertiesprops: sectionproperties,
|
|
18803
18795
|
srcfromprops: 'headerfullwidth',
|
|
18804
18796
|
actions: actions
|
|
18805
18797
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18806
|
-
"class": "col-
|
|
18798
|
+
"class": "col-xl-2 col-lg-3 d-flex align-items-center justify-content-center p-0"
|
|
18807
18799
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18808
18800
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
18809
18801
|
onClick: function onClick() {
|