tabexseriescomponents 0.0.461 → 0.0.463
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 +62 -24
- package/dist/index.esm.js +62 -24
- package/dist/index.umd.js +62 -24
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -9772,7 +9772,7 @@ var Checkout = function Checkout(props) {
|
|
|
9772
9772
|
className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
9773
9773
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
9774
9774
|
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
9775
|
-
}, variantitem.optionvalue)));
|
|
9775
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
|
|
9776
9776
|
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
9777
9777
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9778
9778
|
"class": "row m-0 w-100"
|
|
@@ -10678,7 +10678,7 @@ var Checkout = function Checkout(props) {
|
|
|
10678
10678
|
borderRadius: sectionproperties.inputfieldborderradius + 'px'
|
|
10679
10679
|
}
|
|
10680
10680
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10681
|
-
className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0' : 'col-lg-4 col-md-12 pl-0'
|
|
10681
|
+
className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0 px-sm-0' : 'col-lg-4 col-md-12 pl-0 px-sm-0'
|
|
10682
10682
|
}, Mycart())))));
|
|
10683
10683
|
};
|
|
10684
10684
|
|
|
@@ -13081,15 +13081,15 @@ var CartSlider = function CartSlider(props) {
|
|
|
13081
13081
|
CurrentPageId = _useState6[0],
|
|
13082
13082
|
setCurrentPageId = _useState6[1];
|
|
13083
13083
|
var _useState7 = React.useState(''),
|
|
13084
|
-
_useState8 = _slicedToArray__default["default"](_useState7, 2)
|
|
13085
|
-
|
|
13084
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
13085
|
+
_useState8[0];
|
|
13086
13086
|
_useState8[1];
|
|
13087
13087
|
var _useState9 = React.useState({
|
|
13088
13088
|
productfetchingtype: 'Random',
|
|
13089
13089
|
collectionid: ''
|
|
13090
13090
|
}),
|
|
13091
|
-
_useState10 = _slicedToArray__default["default"](_useState9, 2)
|
|
13092
|
-
|
|
13091
|
+
_useState10 = _slicedToArray__default["default"](_useState9, 2);
|
|
13092
|
+
_useState10[0];
|
|
13093
13093
|
_useState10[1];
|
|
13094
13094
|
React.useEffect(function () {
|
|
13095
13095
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13443,12 +13443,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
13443
13443
|
}, langdetect == 'en' ? sectionproperties.nocards_content_en : sectionproperties.nocards_content_ar), /*#__PURE__*/React__default["default"].createElement("button", {
|
|
13444
13444
|
className: "".concat(cart_cssstyles.shopbuttonstyles) + ' mt-4 d-flex align-items-center justify-content-center ',
|
|
13445
13445
|
onClick: function onClick() {
|
|
13446
|
-
if (
|
|
13447
|
-
|
|
13448
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, ProductsFetchingTypeSectionObj.collectionid);
|
|
13449
|
-
} else {
|
|
13450
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
|
|
13451
|
-
}
|
|
13446
|
+
if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
|
|
13447
|
+
routingcountext(sectionproperties.btnlink, false);
|
|
13452
13448
|
} else {
|
|
13453
13449
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
|
|
13454
13450
|
}
|
|
@@ -14496,9 +14492,11 @@ var Filter$1 = function Filter(props) {
|
|
|
14496
14492
|
tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
|
|
14497
14493
|
}
|
|
14498
14494
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
|
|
14499
|
-
if (
|
|
14500
|
-
|
|
14501
|
-
|
|
14495
|
+
if (sectionproperties.filterdirection != 'Horizontal') {
|
|
14496
|
+
if (filteritem == collectionid) {
|
|
14497
|
+
CollectionExists = true;
|
|
14498
|
+
tempfetchproductsfilerobjcontext.collections.splice(filterindex, 1);
|
|
14499
|
+
}
|
|
14502
14500
|
}
|
|
14503
14501
|
});
|
|
14504
14502
|
if (!CollectionExists) {
|
|
@@ -22281,7 +22279,35 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22281
22279
|
className: "p-0"
|
|
22282
22280
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22283
22281
|
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
|
|
22284
|
-
},
|
|
22282
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22283
|
+
"class": "col-lg-12 p-0"
|
|
22284
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22285
|
+
className: ' row m-0 p-0 mb-2 '
|
|
22286
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22287
|
+
className: ' row m-0 w-100 px-5 '
|
|
22288
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22289
|
+
className: "col-10 p-0 text-start",
|
|
22290
|
+
onClick: function onClick() {
|
|
22291
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
|
|
22292
|
+
setopenCnvas(false);
|
|
22293
|
+
}
|
|
22294
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22295
|
+
className: ' mb-0 p-0 ',
|
|
22296
|
+
style: {
|
|
22297
|
+
color: sectionproperties.collectionsectiontextcolor,
|
|
22298
|
+
fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
|
|
22299
|
+
textTransform: sectionproperties.collectionsectiontexttransform,
|
|
22300
|
+
fontWeight: sectionproperties.collectionsectiontextfontweight,
|
|
22301
|
+
transition: '.3s'
|
|
22302
|
+
}
|
|
22303
|
+
}, langdetect == 'en' ? 'SHOP' : 'تسوق', " ", langdetect == 'en' ? item.title_en : item.title_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22304
|
+
className: "col-lg-12 p-0"
|
|
22305
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
22306
|
+
className: "mt-4 mb-4",
|
|
22307
|
+
style: {
|
|
22308
|
+
borderColor: sectionproperties.resp_header_separatorbg
|
|
22309
|
+
}
|
|
22310
|
+
})))), Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
|
|
22285
22311
|
if (collitem.isshowntocustomers == 1) {
|
|
22286
22312
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22287
22313
|
"class": "col-lg-12 p-0"
|
|
@@ -41868,7 +41894,7 @@ var Footer2 = function Footer2(props) {
|
|
|
41868
41894
|
function ownKeys$1y(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; }
|
|
41869
41895
|
function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41870
41896
|
var Footer3 = function Footer3(props) {
|
|
41871
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$
|
|
41897
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18;
|
|
41872
41898
|
var _useState = React.useState(''),
|
|
41873
41899
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
41874
41900
|
sectionproperties = _useState2[0],
|
|
@@ -42169,6 +42195,14 @@ var Footer3 = function Footer3(props) {
|
|
|
42169
42195
|
}
|
|
42170
42196
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
42171
42197
|
size: sectionproperties.youtubebtniconfontsize
|
|
42198
|
+
})), sectionproperties.showviewLocation == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42199
|
+
"class": "".concat(footerStyles.viewlocation) + ' cursor-pointer d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
42200
|
+
onClick: function onClick() {
|
|
42201
|
+
var _authdetailsContext$i15;
|
|
42202
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.googlemapslink);
|
|
42203
|
+
}
|
|
42204
|
+
}, /*#__PURE__*/React__default["default"].createElement(RiRoadMapLine.RiRoadMapLine, {
|
|
42205
|
+
size: sectionproperties.viewLocationFontSize
|
|
42172
42206
|
})))))), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42173
42207
|
"class": "col-lg-12 p-0 allcentered"
|
|
42174
42208
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -42186,14 +42220,14 @@ var Footer3 = function Footer3(props) {
|
|
|
42186
42220
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42187
42221
|
"class": "".concat(footerStyles.footerinfotext) + ' col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0 cursor-pointer ',
|
|
42188
42222
|
onClick: function onClick() {
|
|
42189
|
-
var _authdetailsContext$
|
|
42190
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42223
|
+
var _authdetailsContext$i16;
|
|
42224
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 || (_authdetailsContext$i16 = _authdetailsContext$i16.contactinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.email), '_self');
|
|
42191
42225
|
}
|
|
42192
42226
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
42193
42227
|
"class": ' storeinfotext d-flex align-items-center justify-content-md-center text-transform-none '
|
|
42194
42228
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
42195
42229
|
"class": ' fa fa-at mr-2 ml-2 storeinfotext text-transform-none '
|
|
42196
|
-
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42230
|
+
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.email)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42197
42231
|
"class": ' col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0 '
|
|
42198
42232
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
42199
42233
|
"class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center ',
|
|
@@ -42214,7 +42248,7 @@ var Footer3 = function Footer3(props) {
|
|
|
42214
42248
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
42215
42249
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
42216
42250
|
size: sectionproperties.footerinfoicon_fontsize
|
|
42217
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42251
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.address_en)))))));
|
|
42218
42252
|
};
|
|
42219
42253
|
|
|
42220
42254
|
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; }
|
|
@@ -58381,7 +58415,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58381
58415
|
};
|
|
58382
58416
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
58383
58417
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58384
|
-
"class": 'row m-0 w-
|
|
58418
|
+
"class": 'row m-0 w-md-50 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
|
|
58385
58419
|
// style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
|
|
58386
58420
|
,
|
|
58387
58421
|
style: {
|
|
@@ -58402,7 +58436,11 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58402
58436
|
overflow: 'hidden'
|
|
58403
58437
|
}
|
|
58404
58438
|
}, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58405
|
-
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3
|
|
58439
|
+
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 col-md-6 col-sm-6',
|
|
58440
|
+
style: {
|
|
58441
|
+
marginRight: langdetect == 'en' ? 'auto' : '',
|
|
58442
|
+
marginLeft: langdetect == 'ar' ? 'auto' : ''
|
|
58443
|
+
}
|
|
58406
58444
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58407
58445
|
className: "m-0 p-0 wordbreak",
|
|
58408
58446
|
style: {
|
|
@@ -72116,7 +72154,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
72116
72154
|
marginBottom: sectionproperties.productpricemarginBottom + 'px'
|
|
72117
72155
|
}
|
|
72118
72156
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72119
|
-
"class":
|
|
72157
|
+
"class": ' d-flex align-items-center p-0 mb-0 flex-column ',
|
|
72120
72158
|
style: {
|
|
72121
72159
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
72122
72160
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -9723,7 +9723,7 @@ var Checkout = function Checkout(props) {
|
|
|
9723
9723
|
className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
9724
9724
|
}, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
|
|
9725
9725
|
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
9726
|
-
}, variantitem.optionvalue)));
|
|
9726
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
|
|
9727
9727
|
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
9728
9728
|
return /*#__PURE__*/React.createElement("div", {
|
|
9729
9729
|
"class": "row m-0 w-100"
|
|
@@ -10629,7 +10629,7 @@ var Checkout = function Checkout(props) {
|
|
|
10629
10629
|
borderRadius: sectionproperties.inputfieldborderradius + 'px'
|
|
10630
10630
|
}
|
|
10631
10631
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
10632
|
-
className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0' : 'col-lg-4 col-md-12 pl-0'
|
|
10632
|
+
className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0 px-sm-0' : 'col-lg-4 col-md-12 pl-0 px-sm-0'
|
|
10633
10633
|
}, Mycart())))));
|
|
10634
10634
|
};
|
|
10635
10635
|
|
|
@@ -13032,15 +13032,15 @@ var CartSlider = function CartSlider(props) {
|
|
|
13032
13032
|
CurrentPageId = _useState6[0],
|
|
13033
13033
|
setCurrentPageId = _useState6[1];
|
|
13034
13034
|
var _useState7 = useState(''),
|
|
13035
|
-
_useState8 = _slicedToArray(_useState7, 2)
|
|
13036
|
-
|
|
13035
|
+
_useState8 = _slicedToArray(_useState7, 2);
|
|
13036
|
+
_useState8[0];
|
|
13037
13037
|
_useState8[1];
|
|
13038
13038
|
var _useState9 = useState({
|
|
13039
13039
|
productfetchingtype: 'Random',
|
|
13040
13040
|
collectionid: ''
|
|
13041
13041
|
}),
|
|
13042
|
-
_useState10 = _slicedToArray(_useState9, 2)
|
|
13043
|
-
|
|
13042
|
+
_useState10 = _slicedToArray(_useState9, 2);
|
|
13043
|
+
_useState10[0];
|
|
13044
13044
|
_useState10[1];
|
|
13045
13045
|
useEffect(function () {
|
|
13046
13046
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13394,12 +13394,8 @@ var CartSlider = function CartSlider(props) {
|
|
|
13394
13394
|
}, langdetect == 'en' ? sectionproperties.nocards_content_en : sectionproperties.nocards_content_ar), /*#__PURE__*/React.createElement("button", {
|
|
13395
13395
|
className: "".concat(cart_cssstyles.shopbuttonstyles) + ' mt-4 d-flex align-items-center justify-content-center ',
|
|
13396
13396
|
onClick: function onClick() {
|
|
13397
|
-
if (
|
|
13398
|
-
|
|
13399
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, ProductsFetchingTypeSectionObj.collectionid);
|
|
13400
|
-
} else {
|
|
13401
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
|
|
13402
|
-
}
|
|
13397
|
+
if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
|
|
13398
|
+
routingcountext(sectionproperties.btnlink, false);
|
|
13403
13399
|
} else {
|
|
13404
13400
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
|
|
13405
13401
|
}
|
|
@@ -14447,9 +14443,11 @@ var Filter$1 = function Filter(props) {
|
|
|
14447
14443
|
tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
|
|
14448
14444
|
}
|
|
14449
14445
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
|
|
14450
|
-
if (
|
|
14451
|
-
|
|
14452
|
-
|
|
14446
|
+
if (sectionproperties.filterdirection != 'Horizontal') {
|
|
14447
|
+
if (filteritem == collectionid) {
|
|
14448
|
+
CollectionExists = true;
|
|
14449
|
+
tempfetchproductsfilerobjcontext.collections.splice(filterindex, 1);
|
|
14450
|
+
}
|
|
14453
14451
|
}
|
|
14454
14452
|
});
|
|
14455
14453
|
if (!CollectionExists) {
|
|
@@ -22232,7 +22230,35 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22232
22230
|
className: "p-0"
|
|
22233
22231
|
}, /*#__PURE__*/React.createElement("div", {
|
|
22234
22232
|
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
|
|
22235
|
-
},
|
|
22233
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
22234
|
+
"class": "col-lg-12 p-0"
|
|
22235
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
22236
|
+
className: ' row m-0 p-0 mb-2 '
|
|
22237
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
22238
|
+
className: ' row m-0 w-100 px-5 '
|
|
22239
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
22240
|
+
className: "col-10 p-0 text-start",
|
|
22241
|
+
onClick: function onClick() {
|
|
22242
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
|
|
22243
|
+
setopenCnvas(false);
|
|
22244
|
+
}
|
|
22245
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
22246
|
+
className: ' mb-0 p-0 ',
|
|
22247
|
+
style: {
|
|
22248
|
+
color: sectionproperties.collectionsectiontextcolor,
|
|
22249
|
+
fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
|
|
22250
|
+
textTransform: sectionproperties.collectionsectiontexttransform,
|
|
22251
|
+
fontWeight: sectionproperties.collectionsectiontextfontweight,
|
|
22252
|
+
transition: '.3s'
|
|
22253
|
+
}
|
|
22254
|
+
}, langdetect == 'en' ? 'SHOP' : 'تسوق', " ", langdetect == 'en' ? item.title_en : item.title_ar))), /*#__PURE__*/React.createElement("div", {
|
|
22255
|
+
className: "col-lg-12 p-0"
|
|
22256
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
22257
|
+
className: "mt-4 mb-4",
|
|
22258
|
+
style: {
|
|
22259
|
+
borderColor: sectionproperties.resp_header_separatorbg
|
|
22260
|
+
}
|
|
22261
|
+
})))), Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
|
|
22236
22262
|
if (collitem.isshowntocustomers == 1) {
|
|
22237
22263
|
return /*#__PURE__*/React.createElement("div", {
|
|
22238
22264
|
"class": "col-lg-12 p-0"
|
|
@@ -41819,7 +41845,7 @@ var Footer2 = function Footer2(props) {
|
|
|
41819
41845
|
function ownKeys$1y(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; }
|
|
41820
41846
|
function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41821
41847
|
var Footer3 = function Footer3(props) {
|
|
41822
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$
|
|
41848
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18;
|
|
41823
41849
|
var _useState = useState(''),
|
|
41824
41850
|
_useState2 = _slicedToArray(_useState, 2),
|
|
41825
41851
|
sectionproperties = _useState2[0],
|
|
@@ -42120,6 +42146,14 @@ var Footer3 = function Footer3(props) {
|
|
|
42120
42146
|
}
|
|
42121
42147
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
42122
42148
|
size: sectionproperties.youtubebtniconfontsize
|
|
42149
|
+
})), sectionproperties.showviewLocation == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
42150
|
+
"class": "".concat(footerStyles.viewlocation) + ' cursor-pointer d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
42151
|
+
onClick: function onClick() {
|
|
42152
|
+
var _authdetailsContext$i15;
|
|
42153
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.googlemapslink);
|
|
42154
|
+
}
|
|
42155
|
+
}, /*#__PURE__*/React.createElement(RiRoadMapLine, {
|
|
42156
|
+
size: sectionproperties.viewLocationFontSize
|
|
42123
42157
|
})))))), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
42124
42158
|
"class": "col-lg-12 p-0 allcentered"
|
|
42125
42159
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -42137,14 +42171,14 @@ var Footer3 = function Footer3(props) {
|
|
|
42137
42171
|
}, /*#__PURE__*/React.createElement("div", {
|
|
42138
42172
|
"class": "".concat(footerStyles.footerinfotext) + ' col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0 cursor-pointer ',
|
|
42139
42173
|
onClick: function onClick() {
|
|
42140
|
-
var _authdetailsContext$
|
|
42141
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42174
|
+
var _authdetailsContext$i16;
|
|
42175
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 || (_authdetailsContext$i16 = _authdetailsContext$i16.contactinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.email), '_self');
|
|
42142
42176
|
}
|
|
42143
42177
|
}, /*#__PURE__*/React.createElement("p", {
|
|
42144
42178
|
"class": ' storeinfotext d-flex align-items-center justify-content-md-center text-transform-none '
|
|
42145
42179
|
}, /*#__PURE__*/React.createElement("i", {
|
|
42146
42180
|
"class": ' fa fa-at mr-2 ml-2 storeinfotext text-transform-none '
|
|
42147
|
-
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42181
|
+
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.email)), /*#__PURE__*/React.createElement("div", {
|
|
42148
42182
|
"class": ' col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0 '
|
|
42149
42183
|
}, /*#__PURE__*/React.createElement("p", {
|
|
42150
42184
|
"class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center ',
|
|
@@ -42165,7 +42199,7 @@ var Footer3 = function Footer3(props) {
|
|
|
42165
42199
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
42166
42200
|
}, /*#__PURE__*/React.createElement(IoLocationSharp, {
|
|
42167
42201
|
size: sectionproperties.footerinfoicon_fontsize
|
|
42168
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42202
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.address_en)))))));
|
|
42169
42203
|
};
|
|
42170
42204
|
|
|
42171
42205
|
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; }
|
|
@@ -58332,7 +58366,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58332
58366
|
};
|
|
58333
58367
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
58334
58368
|
return /*#__PURE__*/React.createElement("div", {
|
|
58335
|
-
"class": 'row m-0 w-
|
|
58369
|
+
"class": 'row m-0 w-md-50 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
|
|
58336
58370
|
// style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
|
|
58337
58371
|
,
|
|
58338
58372
|
style: {
|
|
@@ -58353,7 +58387,11 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58353
58387
|
overflow: 'hidden'
|
|
58354
58388
|
}
|
|
58355
58389
|
}, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React.createElement("div", {
|
|
58356
|
-
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3
|
|
58390
|
+
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 col-md-6 col-sm-6',
|
|
58391
|
+
style: {
|
|
58392
|
+
marginRight: langdetect == 'en' ? 'auto' : '',
|
|
58393
|
+
marginLeft: langdetect == 'ar' ? 'auto' : ''
|
|
58394
|
+
}
|
|
58357
58395
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58358
58396
|
className: "m-0 p-0 wordbreak",
|
|
58359
58397
|
style: {
|
|
@@ -72067,7 +72105,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
72067
72105
|
marginBottom: sectionproperties.productpricemarginBottom + 'px'
|
|
72068
72106
|
}
|
|
72069
72107
|
}, /*#__PURE__*/React.createElement("div", {
|
|
72070
|
-
"class":
|
|
72108
|
+
"class": ' d-flex align-items-center p-0 mb-0 flex-column ',
|
|
72071
72109
|
style: {
|
|
72072
72110
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
72073
72111
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -9598,7 +9598,7 @@
|
|
|
9598
9598
|
className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
|
|
9599
9599
|
}, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
9600
9600
|
className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
|
|
9601
|
-
}, variantitem.optionvalue)));
|
|
9601
|
+
}, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
|
|
9602
9602
|
}), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
|
|
9603
9603
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9604
9604
|
"class": "row m-0 w-100"
|
|
@@ -10504,7 +10504,7 @@
|
|
|
10504
10504
|
borderRadius: sectionproperties.inputfieldborderradius + 'px'
|
|
10505
10505
|
}
|
|
10506
10506
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10507
|
-
className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0' : 'col-lg-4 col-md-12 pl-0'
|
|
10507
|
+
className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0 px-sm-0' : 'col-lg-4 col-md-12 pl-0 px-sm-0'
|
|
10508
10508
|
}, Mycart())))));
|
|
10509
10509
|
};
|
|
10510
10510
|
|
|
@@ -12907,15 +12907,15 @@
|
|
|
12907
12907
|
CurrentPageId = _useState6[0],
|
|
12908
12908
|
setCurrentPageId = _useState6[1];
|
|
12909
12909
|
var _useState7 = React.useState(''),
|
|
12910
|
-
_useState8 = _slicedToArray__default["default"](_useState7, 2)
|
|
12911
|
-
|
|
12910
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2);
|
|
12911
|
+
_useState8[0];
|
|
12912
12912
|
_useState8[1];
|
|
12913
12913
|
var _useState9 = React.useState({
|
|
12914
12914
|
productfetchingtype: 'Random',
|
|
12915
12915
|
collectionid: ''
|
|
12916
12916
|
}),
|
|
12917
|
-
_useState10 = _slicedToArray__default["default"](_useState9, 2)
|
|
12918
|
-
|
|
12917
|
+
_useState10 = _slicedToArray__default["default"](_useState9, 2);
|
|
12918
|
+
_useState10[0];
|
|
12919
12919
|
_useState10[1];
|
|
12920
12920
|
React.useEffect(function () {
|
|
12921
12921
|
if (CurrentSrcTypeContext == 'workplace') {
|
|
@@ -13269,12 +13269,8 @@
|
|
|
13269
13269
|
}, langdetect == 'en' ? sectionproperties.nocards_content_en : sectionproperties.nocards_content_ar), /*#__PURE__*/React__default["default"].createElement("button", {
|
|
13270
13270
|
className: "".concat(cart_cssstyles.shopbuttonstyles) + ' mt-4 d-flex align-items-center justify-content-center ',
|
|
13271
13271
|
onClick: function onClick() {
|
|
13272
|
-
if (
|
|
13273
|
-
|
|
13274
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, ProductsFetchingTypeSectionObj.collectionid);
|
|
13275
|
-
} else {
|
|
13276
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
|
|
13277
|
-
}
|
|
13272
|
+
if (sectionproperties.btnlink != '' && sectionproperties.btnlink != undefined && sectionproperties.btnlink != null) {
|
|
13273
|
+
routingcountext(sectionproperties.btnlink, false);
|
|
13278
13274
|
} else {
|
|
13279
13275
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
|
|
13280
13276
|
}
|
|
@@ -14322,9 +14318,11 @@
|
|
|
14322
14318
|
tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
|
|
14323
14319
|
}
|
|
14324
14320
|
tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
|
|
14325
|
-
if (
|
|
14326
|
-
|
|
14327
|
-
|
|
14321
|
+
if (sectionproperties.filterdirection != 'Horizontal') {
|
|
14322
|
+
if (filteritem == collectionid) {
|
|
14323
|
+
CollectionExists = true;
|
|
14324
|
+
tempfetchproductsfilerobjcontext.collections.splice(filterindex, 1);
|
|
14325
|
+
}
|
|
14328
14326
|
}
|
|
14329
14327
|
});
|
|
14330
14328
|
if (!CollectionExists) {
|
|
@@ -22107,7 +22105,35 @@
|
|
|
22107
22105
|
className: "p-0"
|
|
22108
22106
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22109
22107
|
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
|
|
22110
|
-
},
|
|
22108
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22109
|
+
"class": "col-lg-12 p-0"
|
|
22110
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22111
|
+
className: ' row m-0 p-0 mb-2 '
|
|
22112
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22113
|
+
className: ' row m-0 w-100 px-5 '
|
|
22114
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22115
|
+
className: "col-10 p-0 text-start",
|
|
22116
|
+
onClick: function onClick() {
|
|
22117
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
|
|
22118
|
+
setopenCnvas(false);
|
|
22119
|
+
}
|
|
22120
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22121
|
+
className: ' mb-0 p-0 ',
|
|
22122
|
+
style: {
|
|
22123
|
+
color: sectionproperties.collectionsectiontextcolor,
|
|
22124
|
+
fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
|
|
22125
|
+
textTransform: sectionproperties.collectionsectiontexttransform,
|
|
22126
|
+
fontWeight: sectionproperties.collectionsectiontextfontweight,
|
|
22127
|
+
transition: '.3s'
|
|
22128
|
+
}
|
|
22129
|
+
}, langdetect == 'en' ? 'SHOP' : 'تسوق', " ", langdetect == 'en' ? item.title_en : item.title_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22130
|
+
className: "col-lg-12 p-0"
|
|
22131
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
22132
|
+
className: "mt-4 mb-4",
|
|
22133
|
+
style: {
|
|
22134
|
+
borderColor: sectionproperties.resp_header_separatorbg
|
|
22135
|
+
}
|
|
22136
|
+
})))), Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
|
|
22111
22137
|
if (collitem.isshowntocustomers == 1) {
|
|
22112
22138
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22113
22139
|
"class": "col-lg-12 p-0"
|
|
@@ -41694,7 +41720,7 @@
|
|
|
41694
41720
|
function ownKeys$1y(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; }
|
|
41695
41721
|
function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41696
41722
|
var Footer3 = function Footer3(props) {
|
|
41697
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$
|
|
41723
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i17, _authdetailsContext$i18;
|
|
41698
41724
|
var _useState = React.useState(''),
|
|
41699
41725
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
41700
41726
|
sectionproperties = _useState2[0],
|
|
@@ -41995,6 +42021,14 @@
|
|
|
41995
42021
|
}
|
|
41996
42022
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
41997
42023
|
size: sectionproperties.youtubebtniconfontsize
|
|
42024
|
+
})), sectionproperties.showviewLocation == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42025
|
+
"class": "".concat(footerStyles.viewlocation) + ' cursor-pointer d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
42026
|
+
onClick: function onClick() {
|
|
42027
|
+
var _authdetailsContext$i15;
|
|
42028
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.googlemapslink);
|
|
42029
|
+
}
|
|
42030
|
+
}, /*#__PURE__*/React__default["default"].createElement(RiRoadMapLine.RiRoadMapLine, {
|
|
42031
|
+
size: sectionproperties.viewLocationFontSize
|
|
41998
42032
|
})))))), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
41999
42033
|
"class": "col-lg-12 p-0 allcentered"
|
|
42000
42034
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -42012,14 +42046,14 @@
|
|
|
42012
42046
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42013
42047
|
"class": "".concat(footerStyles.footerinfotext) + ' col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0 cursor-pointer ',
|
|
42014
42048
|
onClick: function onClick() {
|
|
42015
|
-
var _authdetailsContext$
|
|
42016
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42049
|
+
var _authdetailsContext$i16;
|
|
42050
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 || (_authdetailsContext$i16 = _authdetailsContext$i16.contactinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.email), '_self');
|
|
42017
42051
|
}
|
|
42018
42052
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
42019
42053
|
"class": ' storeinfotext d-flex align-items-center justify-content-md-center text-transform-none '
|
|
42020
42054
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
42021
42055
|
"class": ' fa fa-at mr-2 ml-2 storeinfotext text-transform-none '
|
|
42022
|
-
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42056
|
+
}), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.email)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42023
42057
|
"class": ' col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0 '
|
|
42024
42058
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
42025
42059
|
"class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center ',
|
|
@@ -42040,7 +42074,7 @@
|
|
|
42040
42074
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
42041
42075
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
42042
42076
|
size: sectionproperties.footerinfoicon_fontsize
|
|
42043
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
42077
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.address_en)))))));
|
|
42044
42078
|
};
|
|
42045
42079
|
|
|
42046
42080
|
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; }
|
|
@@ -58207,7 +58241,7 @@
|
|
|
58207
58241
|
};
|
|
58208
58242
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
58209
58243
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58210
|
-
"class": 'row m-0 w-
|
|
58244
|
+
"class": 'row m-0 w-md-50 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
|
|
58211
58245
|
// style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
|
|
58212
58246
|
,
|
|
58213
58247
|
style: {
|
|
@@ -58228,7 +58262,11 @@
|
|
|
58228
58262
|
overflow: 'hidden'
|
|
58229
58263
|
}
|
|
58230
58264
|
}, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58231
|
-
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3
|
|
58265
|
+
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 col-md-6 col-sm-6',
|
|
58266
|
+
style: {
|
|
58267
|
+
marginRight: langdetect == 'en' ? 'auto' : '',
|
|
58268
|
+
marginLeft: langdetect == 'ar' ? 'auto' : ''
|
|
58269
|
+
}
|
|
58232
58270
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58233
58271
|
className: "m-0 p-0 wordbreak",
|
|
58234
58272
|
style: {
|
|
@@ -71942,7 +71980,7 @@
|
|
|
71942
71980
|
marginBottom: sectionproperties.productpricemarginBottom + 'px'
|
|
71943
71981
|
}
|
|
71944
71982
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71945
|
-
"class":
|
|
71983
|
+
"class": ' d-flex align-items-center p-0 mb-0 flex-column ',
|
|
71946
71984
|
style: {
|
|
71947
71985
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
71948
71986
|
}
|