tabexseriescomponents 0.0.425 → 0.0.427
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 +199 -37
- package/dist/index.esm.js +199 -37
- package/dist/index.umd.js +201 -41
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -142,6 +142,8 @@ var AiOutlineLinkedin = require('@react-icons/all-files/ai/AiOutlineLinkedin');
|
|
|
142
142
|
var FaArrowAltCircleRight = require('@react-icons/all-files/fa/FaArrowAltCircleRight');
|
|
143
143
|
var FaArrowAltCircleLeft = require('@react-icons/all-files/fa/FaArrowAltCircleLeft');
|
|
144
144
|
var Select$5 = require('react-select');
|
|
145
|
+
var GoStar = require('@react-icons/all-files/go/GoStar');
|
|
146
|
+
var IoIosStar = require('@react-icons/all-files/io/IoIosStar');
|
|
145
147
|
var BackgroundSlideshow = require('react-background-slideshow');
|
|
146
148
|
var _extends = require('@babel/runtime/helpers/extends');
|
|
147
149
|
var reactSlideshowImage = require('react-slideshow-image');
|
|
@@ -18329,7 +18331,7 @@ styleInject(css_248z$B);
|
|
|
18329
18331
|
function ownKeys$1$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
18330
18332
|
function _objectSpread$1$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1$(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
18331
18333
|
var Subheader = function Subheader(props) {
|
|
18332
|
-
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$subheaderprope16, _props$subheaderprope17, _templatepropcontext$3, _fetchCategoriesQuery3, _authdetailsContext$i2, _fetchCategoriesQuery4, _authdetailsContext$i3, _fetchCategoriesQuery5, _props$subheaderprope32, _props$subheaderprope33, _props$subheaderprope34, _props$subheaderprope35, _fetchCategoriesQuery6, _fetchCategoriesQuery7, _fetchCategoriesQuery9;
|
|
18334
|
+
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$subheaderprope16, _props$subheaderprope17, _templatepropcontext$3, _fetchCategoriesQuery3, _authdetailsContext$i2, _fetchCategoriesQuery4, _authdetailsContext$i3, _fetchCategoriesQuery5, _props$subheaderprope32, _props$subheaderprope33, _props$subheaderprope34, _props$subheaderprope35, _fetchCategoriesQuery6, _fetchCategoriesQuery7, _props$subheaderprope38, _props$subheaderprope39, _props$subheaderprope40, _props$subheaderprope41, _fetchCategoriesQuery9, _fetchCategoriesQuery10;
|
|
18333
18335
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
18334
18336
|
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
18335
18337
|
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
@@ -18351,18 +18353,22 @@ var Subheader = function Subheader(props) {
|
|
|
18351
18353
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
18352
18354
|
Choosenindex = _useState6[0],
|
|
18353
18355
|
setChoosenindex = _useState6[1];
|
|
18354
|
-
var _useState7 = React.useState(
|
|
18356
|
+
var _useState7 = React.useState(''),
|
|
18355
18357
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
18356
|
-
|
|
18357
|
-
|
|
18358
|
-
var _useState9 = React.useState(
|
|
18358
|
+
Choosenname = _useState8[0],
|
|
18359
|
+
setChoosenname = _useState8[1];
|
|
18360
|
+
var _useState9 = React.useState({}),
|
|
18359
18361
|
_useState10 = _slicedToArray__default["default"](_useState9, 2),
|
|
18360
|
-
|
|
18361
|
-
|
|
18362
|
+
sectionproperties = _useState10[0],
|
|
18363
|
+
setsectionproperties = _useState10[1];
|
|
18362
18364
|
var _useState11 = React.useState([]),
|
|
18363
|
-
_useState12 = _slicedToArray__default["default"](_useState11, 2)
|
|
18364
|
-
_useState12[0]
|
|
18365
|
-
_useState12[1];
|
|
18365
|
+
_useState12 = _slicedToArray__default["default"](_useState11, 2),
|
|
18366
|
+
pcollarray = _useState12[0],
|
|
18367
|
+
setpcollarray = _useState12[1];
|
|
18368
|
+
var _useState13 = React.useState([]),
|
|
18369
|
+
_useState14 = _slicedToArray__default["default"](_useState13, 2);
|
|
18370
|
+
_useState14[0];
|
|
18371
|
+
_useState14[1];
|
|
18366
18372
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
18367
18373
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
18368
18374
|
React.useEffect(function () {
|
|
@@ -18626,6 +18632,7 @@ var Subheader = function Subheader(props) {
|
|
|
18626
18632
|
setshowdownheadermenu(true);
|
|
18627
18633
|
setChoosenindex(index);
|
|
18628
18634
|
setcurrentimagecollection(item.parentcollectionlogo);
|
|
18635
|
+
setChoosenname(item.title_en);
|
|
18629
18636
|
},
|
|
18630
18637
|
style: {
|
|
18631
18638
|
marginLeft: props === null || props === void 0 || (_props$subheaderprope22 = props.subheaderpropertiesprops) === null || _props$subheaderprope22 === void 0 ? void 0 : _props$subheaderprope22.paddingLeftprops,
|
|
@@ -18660,7 +18667,6 @@ var Subheader = function Subheader(props) {
|
|
|
18660
18667
|
background: sectionproperties.subheaderbgresp,
|
|
18661
18668
|
paddingLeft: langdetect == 'en' ? sectionproperties.subheader_paddingLeft + 'px' : sectionproperties.subheader_paddingRight + 'px',
|
|
18662
18669
|
paddingRight: langdetect == 'en' ? sectionproperties.subheader_paddingRight + 'px' : sectionproperties.subheader_paddingLeft + 'px'
|
|
18663
|
-
// display: sectionproperties.showresponsivesubheader == 'Show' ? 'flex' : '',
|
|
18664
18670
|
}
|
|
18665
18671
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18666
18672
|
"class": "".concat(headerstyles$f.nav__item) + ' scrollhorizontal flex-row align-items-center w-100 justify-content-md-center ',
|
|
@@ -18731,7 +18737,7 @@ var Subheader = function Subheader(props) {
|
|
|
18731
18737
|
}
|
|
18732
18738
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
18733
18739
|
}
|
|
18734
|
-
})))), Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery5 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery5 === void 0 || (_fetchCategoriesQuery5 = _fetchCategoriesQuery5.data) === null || _fetchCategoriesQuery5 === void 0 || (_fetchCategoriesQuery5 = _fetchCategoriesQuery5.categories[Choosenindex]) === null || _fetchCategoriesQuery5 === void 0 || (_fetchCategoriesQuery5 = _fetchCategoriesQuery5.parentcolletions) === null || _fetchCategoriesQuery5 === void 0 ? void 0 : _fetchCategoriesQuery5.length) != 0 && sectionproperties.subheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18740
|
+
})))), Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery5 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery5 === void 0 || (_fetchCategoriesQuery5 = _fetchCategoriesQuery5.data) === null || _fetchCategoriesQuery5 === void 0 || (_fetchCategoriesQuery5 = _fetchCategoriesQuery5.categories[Choosenindex]) === null || _fetchCategoriesQuery5 === void 0 || (_fetchCategoriesQuery5 = _fetchCategoriesQuery5.parentcolletions) === null || _fetchCategoriesQuery5 === void 0 ? void 0 : _fetchCategoriesQuery5.length) != 0 && sectionproperties.subheaderstyle == 'Style 1' && sectionproperties.subheaderdropdownstyle2 != 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18735
18741
|
"class": "".concat(headerstyles$f.dropmenu, " ").concat(header_cssstyles.dropdownmenu, " ").concat(showdownheadermenu ? 'd-flex' : 'd-none') + ' col-lg-12 ml-auto mr-auto flex-row justify-content-center align-items-center pl-lg-3 pr-lg-3 pl-md-2 pr-md-2 p-sm-0 position-md-relative ',
|
|
18736
18742
|
onMouseLeave: function onMouseLeave() {
|
|
18737
18743
|
setshowdownheadermenu(false);
|
|
@@ -18851,7 +18857,30 @@ var Subheader = function Subheader(props) {
|
|
|
18851
18857
|
"class": "mt-3 mb-0"
|
|
18852
18858
|
}))));
|
|
18853
18859
|
}
|
|
18854
|
-
}), sectionproperties.subheaderdropdownstyle2 == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18860
|
+
}))), Choosenindex.length != 0 && pcollarray[Choosenindex].collections.length != 0 && sectionproperties.subheaderstyle == 'Style 1' && sectionproperties.subheaderdropdownstyle2 == 'Style 2' && Choosenname != 'NEW IN' && Choosenname != 'ALL PRODUCTS' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18861
|
+
"class": "".concat(headerstyles$f.dropmenu, " ").concat(header_cssstyles.dropdownmenu, " ").concat(showdownheadermenu ? 'd-flex' : 'd-none') + ' col-lg-12 ml-auto mr-auto flex-row justify-content-center align-items-center pl-lg-3 pr-lg-3 pl-md-2 pr-md-2 p-sm-0 position-md-relative ',
|
|
18862
|
+
onMouseLeave: function onMouseLeave() {
|
|
18863
|
+
setshowdownheadermenu(false);
|
|
18864
|
+
setChoosenindex('');
|
|
18865
|
+
},
|
|
18866
|
+
style: {
|
|
18867
|
+
width: sectionproperties.subheader_width + '%',
|
|
18868
|
+
zIndex: 2000,
|
|
18869
|
+
position: ((_props$subheaderprope38 = props.subheaderpropertiesprops) === null || _props$subheaderprope38 === void 0 ? void 0 : _props$subheaderprope38.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
|
|
18870
|
+
top: ((_props$subheaderprope39 = props.subheaderpropertiesprops) === null || _props$subheaderprope39 === void 0 ? void 0 : _props$subheaderprope39.headernameprops) == 'Stylish Header' && ((_props$subheaderprope40 = props.subheaderpropertiesprops) === null || _props$subheaderprope40 === void 0 ? void 0 : _props$subheaderprope40.subheaderpositionprops) == 'in nav' ? 50 : ((_props$subheaderprope41 = props.subheaderpropertiesprops) === null || _props$subheaderprope41 === void 0 ? void 0 : _props$subheaderprope41.subheaderpositionprops) == 'in nav' ? 30 : '',
|
|
18871
|
+
border: sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor,
|
|
18872
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingLeft + 'px' : sectionproperties.subheader_dropdown_paddingRight + 'px',
|
|
18873
|
+
paddingRight: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingRight + 'px' : sectionproperties.subheader_dropdown_paddingLeft + 'px'
|
|
18874
|
+
}
|
|
18875
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18876
|
+
"class": sectionproperties.subheaderdropdownstyle2 == 'Style 2' ? 'row m-0 w-100 d-flex px-5 py-5 d-flex align-items-center' : 'row m-0 w-100 d-flex pt-3 pb-3'
|
|
18877
|
+
}, (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery9 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery9 === void 0 || (_fetchCategoriesQuery9 = _fetchCategoriesQuery9.data) === null || _fetchCategoriesQuery9 === void 0 || (_fetchCategoriesQuery9 = _fetchCategoriesQuery9.categories[Choosenindex]) === null || _fetchCategoriesQuery9 === void 0 || (_fetchCategoriesQuery9 = _fetchCategoriesQuery9.parentcolletions) === null || _fetchCategoriesQuery9 === void 0 ? void 0 : _fetchCategoriesQuery9.length) == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18878
|
+
"class": "col-lg-12 d-flex align-items-center justify-content-center text-light flex-column h-100 pt-5 pb-5"
|
|
18879
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiLayers.FiLayers, {
|
|
18880
|
+
size: 30
|
|
18881
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18882
|
+
"class": "font-16 font-weight-500 m-0 p-0"
|
|
18883
|
+
}, langdetect == 'en' ? 'No collections' : 'لا توجد مجموعات')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18855
18884
|
"class": "col-lg-12 p-0"
|
|
18856
18885
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18857
18886
|
"class": "row m-0 w-100"
|
|
@@ -18860,7 +18889,7 @@ var Subheader = function Subheader(props) {
|
|
|
18860
18889
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18861
18890
|
"class": "row m-0 w-100 d-flex align-items-center"
|
|
18862
18891
|
}, sectionproperties.subheaderParentType == 'Parent Collections' && pcollarray[Choosenindex].collections.map(function (item, index) {
|
|
18863
|
-
if (item.isshowntocustomers == 1) {
|
|
18892
|
+
if (item.isshowntocustomers == 1 && item.isinftiler == 1) {
|
|
18864
18893
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18865
18894
|
"class": "col-12 mb-2 mt-2",
|
|
18866
18895
|
style: {
|
|
@@ -18897,7 +18926,7 @@ var Subheader = function Subheader(props) {
|
|
|
18897
18926
|
height: '100%',
|
|
18898
18927
|
objectFit: 'contain'
|
|
18899
18928
|
}
|
|
18900
|
-
})))))))), Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (
|
|
18929
|
+
})))))))), Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery10 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery10 === void 0 || (_fetchCategoriesQuery10 = _fetchCategoriesQuery10.data) === null || _fetchCategoriesQuery10 === void 0 || (_fetchCategoriesQuery10 = _fetchCategoriesQuery10.categories[Choosenindex]) === null || _fetchCategoriesQuery10 === void 0 || (_fetchCategoriesQuery10 = _fetchCategoriesQuery10.parentcolletions) === null || _fetchCategoriesQuery10 === void 0 ? void 0 : _fetchCategoriesQuery10.length) != 0 && sectionproperties.subheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18901
18930
|
"class": "w-100"
|
|
18902
18931
|
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
18903
18932
|
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'
|
|
@@ -19227,7 +19256,10 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
19227
19256
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19228
19257
|
className: "row m-0 w-100"
|
|
19229
19258
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19230
|
-
className: "col-lg-12 p-0"
|
|
19259
|
+
className: "col-lg-12 p-0",
|
|
19260
|
+
style: {
|
|
19261
|
+
position: sectionproperties.headerresponsive == 'Absolute' ? 'absolute' : sectionproperties.headerresponsive == 'Fixed' ? 'fixed' : 'relative'
|
|
19262
|
+
}
|
|
19231
19263
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19232
19264
|
className: ' row m-0 w-100 d-none d-md-flex p-0 '
|
|
19233
19265
|
}, sectionproperties.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
@@ -20372,7 +20404,7 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
20372
20404
|
function ownKeys$1X(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; }
|
|
20373
20405
|
function _objectSpread$1X(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1X(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1X(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
20374
20406
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
20375
|
-
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2;
|
|
20407
|
+
var _css, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12;
|
|
20376
20408
|
var actions = props.actions;
|
|
20377
20409
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
20378
20410
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -20700,14 +20732,17 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
20700
20732
|
zIndex: 10000,
|
|
20701
20733
|
top: sectionproperties.respheaderposition == 'absolute' ? '50px' : 0
|
|
20702
20734
|
}
|
|
20703
|
-
},
|
|
20735
|
+
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20736
|
+
"class": "col-lg-12 p-0"
|
|
20737
|
+
}, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
20738
|
+
sectionpropertiesprops: sectionproperties,
|
|
20739
|
+
templateproperties_contextprops: templateproperties_context,
|
|
20740
|
+
actions: actions
|
|
20741
|
+
})), sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20704
20742
|
className: "col-lg-12 p-0"
|
|
20705
20743
|
}, openSearch == false && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20706
20744
|
className: ' row m-0 w-100 d-none d-md-flex p-0 '
|
|
20707
|
-
},
|
|
20708
|
-
sectionpropertiesprops: sectionproperties,
|
|
20709
|
-
actions: actions
|
|
20710
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20745
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20711
20746
|
className: "col-lg-12 p-0",
|
|
20712
20747
|
style: {
|
|
20713
20748
|
background: sectionproperties.responsiveheadertransparentbg == 'Transparent' ? 'transparent' : sectionproperties.resposive_bgcolor
|
|
@@ -20732,6 +20767,19 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
20732
20767
|
}, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
|
|
20733
20768
|
size: 22,
|
|
20734
20769
|
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20770
|
+
}))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20771
|
+
style: {
|
|
20772
|
+
width: '30px',
|
|
20773
|
+
height: sectionproperties.cart_BtnHeight_resp + 'px'
|
|
20774
|
+
}
|
|
20775
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
20776
|
+
"class": "h-100 allcentered",
|
|
20777
|
+
onClick: function onClick() {
|
|
20778
|
+
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
20779
|
+
}
|
|
20780
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
20781
|
+
size: 22,
|
|
20782
|
+
color: sectionproperties.cart_BtnTextcolor_resp
|
|
20735
20783
|
})))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20736
20784
|
className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
|
|
20737
20785
|
}, InstLogoContainer()), sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21160,7 +21208,11 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21160
21208
|
transition: '.3s',
|
|
21161
21209
|
color: '#000'
|
|
21162
21210
|
}
|
|
21163
|
-
}, langdetect == 'en' ? 'SHOP' : 'تسوق'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null,
|
|
21211
|
+
}, langdetect == 'en' ? 'SHOP' : 'تسوق'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21212
|
+
style: {
|
|
21213
|
+
minHeight: '80vh'
|
|
21214
|
+
}
|
|
21215
|
+
}, activeTab == 'menu' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21164
21216
|
className: ' row m-0 w-100 anim '
|
|
21165
21217
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21166
21218
|
className: "col-lg-12 p-0"
|
|
@@ -21657,6 +21709,59 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
21657
21709
|
}
|
|
21658
21710
|
})));
|
|
21659
21711
|
}
|
|
21712
|
+
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21713
|
+
className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
|
|
21714
|
+
style: {
|
|
21715
|
+
background: '#eee'
|
|
21716
|
+
}
|
|
21717
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21718
|
+
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
21719
|
+
onClick: function onClick() {
|
|
21720
|
+
var _authdetailsContext$i4;
|
|
21721
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
|
|
21722
|
+
var _authdetailsContext$i5;
|
|
21723
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
|
|
21724
|
+
}
|
|
21725
|
+
}
|
|
21726
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
21727
|
+
size: '20',
|
|
21728
|
+
color: '#62564b'
|
|
21729
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21730
|
+
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
21731
|
+
onClick: function onClick() {
|
|
21732
|
+
var _authdetailsContext$i7;
|
|
21733
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
21734
|
+
var _authdetailsContext$i8;
|
|
21735
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
21736
|
+
}
|
|
21737
|
+
}
|
|
21738
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
21739
|
+
size: '22',
|
|
21740
|
+
color: '#62564b'
|
|
21741
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21742
|
+
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
21743
|
+
onClick: function onClick() {
|
|
21744
|
+
var _authdetailsContext$i10;
|
|
21745
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
|
|
21746
|
+
var _authdetailsContext$i11;
|
|
21747
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink, '_blank');
|
|
21748
|
+
}
|
|
21749
|
+
}
|
|
21750
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
21751
|
+
size: '20',
|
|
21752
|
+
color: '#62564b'
|
|
21753
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21754
|
+
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
21755
|
+
onClick: function onClick() {
|
|
21756
|
+
var _authdetailsContext$i13;
|
|
21757
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
21758
|
+
var _authdetailsContext$i14;
|
|
21759
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink, '_blank');
|
|
21760
|
+
}
|
|
21761
|
+
}
|
|
21762
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
21763
|
+
size: '20',
|
|
21764
|
+
color: '#62564b'
|
|
21660
21765
|
})))))));
|
|
21661
21766
|
};
|
|
21662
21767
|
|
|
@@ -27308,13 +27413,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
27308
27413
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
27309
27414
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
27310
27415
|
}
|
|
27311
|
-
},
|
|
27312
|
-
"class": "col-lg-12 p-0"
|
|
27313
|
-
}, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
27314
|
-
sectionpropertiesprops: sectionproperties,
|
|
27315
|
-
templateproperties_contextprops: templateproperties_context,
|
|
27316
|
-
actions: actions
|
|
27317
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27416
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27318
27417
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 '
|
|
27319
27418
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27320
27419
|
"class": "row m-0 w-100 "
|
|
@@ -27367,7 +27466,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
27367
27466
|
maxHeight: '100%'
|
|
27368
27467
|
}
|
|
27369
27468
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27370
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-
|
|
27469
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-4 p-0 d-flex flex-row align-items-center ',
|
|
27371
27470
|
style: {
|
|
27372
27471
|
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
27373
27472
|
}
|
|
@@ -56027,6 +56126,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
56027
56126
|
props.actions.lang;
|
|
56028
56127
|
var langdetect = props.actions.langdetect;
|
|
56029
56128
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
56129
|
+
var routingcountext = props.actions.routingcountext;
|
|
56030
56130
|
React.useEffect(function () {
|
|
56031
56131
|
var secpropobj = {};
|
|
56032
56132
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -56134,6 +56234,15 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
56134
56234
|
transition: '.3s',
|
|
56135
56235
|
color: sectionproperties.text1secondarycolor
|
|
56136
56236
|
}
|
|
56237
|
+
}),
|
|
56238
|
+
btnstyles: glamor.css({
|
|
56239
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
56240
|
+
color: sectionproperties.generalbtn_textColor,
|
|
56241
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
56242
|
+
textDecoration: 'underline',
|
|
56243
|
+
':hover': {
|
|
56244
|
+
color: sectionproperties.generalbtn_textColoronhover
|
|
56245
|
+
}
|
|
56137
56246
|
})
|
|
56138
56247
|
};
|
|
56139
56248
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -56279,7 +56388,36 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
56279
56388
|
maxWidth: sectionproperties.iconcontainerwidth + '%',
|
|
56280
56389
|
objectFit: 'contain'
|
|
56281
56390
|
}
|
|
56282
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
56391
|
+
}))), sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
56392
|
+
"class": "col-lg-12 allcentered p-0 mb-1"
|
|
56393
|
+
}, /*#__PURE__*/React__default["default"].createElement(ReactStars__default["default"], {
|
|
56394
|
+
count: 5,
|
|
56395
|
+
value: parseFloat(cardinfoitem.ratingnumber),
|
|
56396
|
+
edit: false,
|
|
56397
|
+
size: 18,
|
|
56398
|
+
emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
56399
|
+
"class": "h-100 allcentered"
|
|
56400
|
+
}, /*#__PURE__*/React__default["default"].createElement(GoStar.GoStar, {
|
|
56401
|
+
style: {
|
|
56402
|
+
color: '#ccc'
|
|
56403
|
+
}
|
|
56404
|
+
})),
|
|
56405
|
+
halfIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
56406
|
+
"class": "h-100 allcentered"
|
|
56407
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoIosStar.IoIosStar, {
|
|
56408
|
+
style: {
|
|
56409
|
+
color: sectionproperties.generalbtn_textColor
|
|
56410
|
+
}
|
|
56411
|
+
})),
|
|
56412
|
+
filledIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
56413
|
+
"class": "h-100 allcentered"
|
|
56414
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoIosStar.IoIosStar, {
|
|
56415
|
+
style: {
|
|
56416
|
+
color: sectionproperties.generalbtn_textColor
|
|
56417
|
+
}
|
|
56418
|
+
})),
|
|
56419
|
+
activeColor: sectionproperties.generalbtn_textColor
|
|
56420
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
56283
56421
|
"class": "col-lg-12 d-flex p-0",
|
|
56284
56422
|
style: {
|
|
56285
56423
|
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
@@ -56321,7 +56459,20 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
56321
56459
|
maxWidth: sectionproperties.iconcontainerwidth + '%',
|
|
56322
56460
|
objectFit: 'contain'
|
|
56323
56461
|
}
|
|
56324
|
-
})))
|
|
56462
|
+
}))), sectionproperties.generalbtn_show = cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
56463
|
+
"class": "col-lg-12 mt-2 allcentered"
|
|
56464
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
56465
|
+
"class": "".concat(sectionStyles.btnstyles),
|
|
56466
|
+
onClick: function onClick() {
|
|
56467
|
+
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
56468
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
56469
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
56470
|
+
window.open(cardinfoitem.btnlink, '_target');
|
|
56471
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
56472
|
+
window.open(cardinfoitem.btnlink, '_blank');
|
|
56473
|
+
}
|
|
56474
|
+
}
|
|
56475
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
56325
56476
|
}))));
|
|
56326
56477
|
};
|
|
56327
56478
|
|
|
@@ -70660,7 +70811,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
70660
70811
|
size: sectionproperties.favBtnIconfontsize,
|
|
70661
70812
|
style: {
|
|
70662
70813
|
color: sectionproperties.activefaviconcolor
|
|
70663
|
-
}
|
|
70814
|
+
},
|
|
70815
|
+
"class": "font-md-20"
|
|
70664
70816
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaHeart$1.FaHeart, {
|
|
70665
70817
|
size: sectionproperties.favBtnIconfontsize,
|
|
70666
70818
|
style: {
|
|
@@ -70749,13 +70901,23 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
70749
70901
|
"class": "m-0 p-0"
|
|
70750
70902
|
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70751
70903
|
"class": "row m-0 w-100 "
|
|
70752
|
-
}, sectionproperties.
|
|
70753
|
-
"class": "col-lg-12 p-0
|
|
70904
|
+
}, sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70905
|
+
"class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 wordbreak wordbreak1 p-0 mb-2 ',
|
|
70906
|
+
style: {
|
|
70907
|
+
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
70908
|
+
fontSize: sectionproperties.measurementunitfontsize + 'px',
|
|
70909
|
+
color: sectionproperties.measurementunitcolor
|
|
70910
|
+
}
|
|
70911
|
+
}, item.measurmentunit), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70912
|
+
"class": "col-lg-12 p-0",
|
|
70913
|
+
style: {
|
|
70914
|
+
minHeight: '6vh'
|
|
70915
|
+
}
|
|
70754
70916
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70755
70917
|
onClick: function onClick() {
|
|
70756
70918
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
70757
70919
|
},
|
|
70758
|
-
"class": "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ',
|
|
70920
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 font-md-13 wordbreak-md-4 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 font-md-13 wordbreak-md-4 m-0 ',
|
|
70759
70921
|
style: {
|
|
70760
70922
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
70761
70923
|
}
|